@Rolan-lobo
Design with Purpose, Delivered with Passion
Nothing here yet.
Nothing here yet.
Apr 1 · 4 min read · Let’s be honest… We’ve all heard this everywhere: “Your data is secured with AES-256 encryption” Cool… but what does that even mean? I used to just nod like: “Yeah yeah… sounds secure 😌” But recent
Join discussion
Feb 15 · 4 min read · 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...
Join discussion
Feb 3 · 4 min read · 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...
Join discussion
Feb 1 · 4 min read · 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...
Join discussion