@Rolan-lobo
Design with Purpose, Delivered with Passion
Nothing here yet.
Nothing here yet.
Let me tell you something. Apps don’t usually break because of complex algorithms. They break because of: A 0-byte file. A random binary blob pretending to be text. A filename like report:final*version?.docx Or an undo operation that travels back...

If your app looks alive but feels dead… congratulations 🎉You’ve probably blocked the main thread. This post is a walkthrough of two real bugs I fixed recently: A UI freeze caused by blocking file I/O on the main thread A nasty crash where a schedu...

Random crashes. Database corruption. “database is locked” errors. That’s how my app Sortify behaved when multiple threads hit SQLite at the same time. This post is how I fixed it properly — and made the database production-ready. 🧠 The Problem: SQ...
