
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 - 07-Feb-2025
This article details optimizing Java app performance on bare metal servers, covering logging, uptime monitoring, and observability tools (JProfiler/Java Flight Recorder). Focusing on JVM heap configuration (-Xmx/-Xms)

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.