
HOW TO DO COUNT USING DRIFT FLUTTER / MOOR (RENAMED)
By Muthomi Kathurima - 14-Jun-2023
How to do stream counts on the drift DB on flutter to ensure up-to-date data on the Flutter Widget

By Muthomi Kathurima - 30-Jan-2025
System performance is not achieved overnight. Its a continuous effort towards identifying, improving and experimenting different approaches based on bottlenecks experienced.

Flutter: Resolving a dangling library comment in flutter
By Muthomi Kathurima - 11-Feb-2025
a "dangling comment" refers to a comment that isn't clearly associated with a specific piece of code. It's a comment that's "hanging" or floating, making it unclear what exactly it's documenting or explaining. This can make code harder to read and understand.

Git 1:1 - https vs ssh. And what it means between origin and local
By Muthomi Kathurima - 16-Feb-2025
Git's "origin" (remote) vs. "local" (your copy) repositories explained. Learn how to switch from HTTPS (frequent passwords) to SSH (secure keys) for faster, safer workflows. This eliminates password prompts and streamlines your Git interactions.