Fix for Perfetto's Failed to Fetch Error
How to fix the "Could not load local trace TypeError Failed to fetch" error in Perfetto UI
Story of my stupid tools and libraries
How to fix the "Could not load local trace TypeError Failed to fetch" error in Perfetto UI
Revisiting Jetpack Compose performance patterns and assumptions in 2025 to see what has changed - performance - jetpack-compose
Solving a personal itch by creating a non-boring TODO app.
Efficiently detect powers of two using bitwise operations in Kotlin with a simple AND trick.
From missing real fireflies to learning basic electronics and building my own blinking "fireflies"
Performance comparison between boundary checking vs try catch
How I used Google sheet as a remote config source for microcontrollers
How I organize my PRs when building large features
How to find performance regressions in your Jetpack Compose code using Perfetto and Diffetto
One day, while debugging a weird crash in Compose ConstraintLayout...
How to use live-templates in caveman debugging, aka. printf debugging
When fullMode is enabled, some of the Gson usage crash the app. This is an investigation into how and why it happens.
An analysis on one of the r8 optimisation called fullMode
A how-to guide on how to protect HTTP-based Ktor Slack bot (using HMAC)
How I saved ~87% on car mods by reverse engineering a React Native app and modifying it to work with a cheaper OBD2 reader.
Frustrated by the time-consuming process of video editing, I decided to automate the task using programming and tools like FFmpeg.