HOW TO DO COUNT USING DRIFT FLUTTER / MOOR (RENAMED)

HOW TO DO COUNT USING DRIFT FLUTTER / MOOR (RENAMED)

By Muthomi Kathurima - 14-Jun-2023

software development flutter

How to do stream counts on the drift DB on flutter to ensure up-to-date data on the Flutter Widget

System performance: What you need to know about monoliths and bare metal servers setup optimization - part 1

System performance: What you need to know about monoliths and bare metal servers setup optimization - part 1

By Muthomi Kathurima - 30-Jan-2025

software development spring boot performance monitoring monitoring

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

Flutter: Resolving a dangling library comment in flutter

By Muthomi Kathurima - 11-Feb-2025

software development flutter

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

Git 1:1 - https vs ssh. And what it means between origin and local

By Muthomi Kathurima - 16-Feb-2025

software development GIT

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.