From an Old Android Release to a Modern Play Store Release 2026-08-05 · 3 minute read A realistic engineering story of recovering, modernizing, and republishing a legacy Android application to the Play Store. Read more »
Building a Secure Personal NAS with Ubuntu and Cloudflare Tunnel 2026-07-20 · 3 minute read A technical case study on converting an old laptop into a secure, remotely accessible NAS without opening router ports. Read more »
Understanding Java Backend Development by Building Real Projects 2026-06-12 · 3 minute read Moving beyond syntax: How building real APIs teaches OOP, Dependency Injection, and architectural patterns in Java and Spring Boot. Read more »
What I Learned Building Flutter Applications Around Real APIs 2026-05-18 · 3 minute read Practical lessons on state management, parsing, SQLite integration, and handling network failures in production Flutter apps. Read more »
Designing a Production-Oriented Application from Mobile UI to Database 2026-05-02 · 3 minute read A deep dive into the complete architecture flow: from mobile client to API, service layer, database, and external integrations. Read more »
Building a Mobile Backend Integration with React Native and TypeScript 2026-04-10 · 3 minute read Connecting a React Native mobile application to a robust Node.js backend using Azure SQL and external services. Read more »
Designing a Reliable API Layer for a Mobile Application 2026-03-22 · 3 minute read Architectural lessons from building a scalable, fault-tolerant API layer in a mobile LMS application. Read more »
When API Response Types Don't Match Your Flutter Model 2026-03-05 · 2 minute read Handling dynamic JSON, nullable fields, and defensive parsing in Dart when backend API contracts drift. Read more »
Debugging a 405 Method Not Allowed Error in a Mobile API 2026-02-14 · 3 minute read A practical guide to diagnosing and fixing HTTP 405 errors when integrating a mobile client with a backend REST API. Read more »