
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.

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.

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)

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.

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