Collection of all my blogs.

Grabbing all commits through advanced git usage

Getting started with flutter

Income Tracker is a mobile app that helps you keep track of your income and expenses. The app uses SQLite to store and retrieve data, allowing you to easily add and delete entries with a source, date, amount, and notes. You can also export the database to a CSV file, making it easy to analyze your income and expenses in a spreadsheet program. With Income Tracker, you can easily stay on top of your finances and make informed decisions about your spending.

Implementation of a linear congruential generator in Dart.

transcript for youtube livestreams

This post highlights the recent changes made to the stocks ta app, which provides users with an easy-to-use interface for conducting technical analysis on financial data. The article explains how the addition of the Donchian channel indicator and the cache_data decorator, along with other updates, have improved the app's functionality and user experience. Readers will learn how these changes enable users to quickly generate and view technical analysis graphs and export them for further analysis.