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: Java Application Process specifically with the Java Virtual Machine (JVM) - part 2

System performance: Java Application Process specifically with the Java Virtual Machine (JVM) - part 2

By Muthomi Kathurima - 07-Feb-2025

laravel flutter spring boot nginx performance monitoring monitoring

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

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.