Developer & Creator
Discover articles by topic and explore content that interests you most
OpenAI Codex shifts AI from suggestion-based pair programming to autonomous execution environments, forcing a fundamental restructuring of how we validate, sandbox, and trust machine-generated code.
New Anthropic research reveals AI coding assistants might be stunting developer growth. Here's why your Copilot addiction is creating a skills crisisβand what to do about it.
I avoided React Native for years because Flutter felt safe. But one evening with Expo Router and Bun changed my mind. This isn't a framework warβit's a look at how thinking in "URLs" instead of "Widgets" can simplify your mobile architecture. Here is what a Flutter dev learned from the other side.
Every once in a while you inherit a greenfield problem that feels equal parts thrilling and terrifying. Ours was simple to describe and brutal to execute: build a vendor onboarding experience where no field is hardcoded, every service type defines its own rules, and UI + validation + submission logic are all generated from server-delivered JSON that we lovingly called DNA. This is the story of how that system came to life inside `webapp_frontend`, what it looks like today, and the lessons learned while making it production-ready.
Everything Is a Wrapper: Seeing Software (and Life) Differently
Firebase Dynamic Links is deprecated. Follow my journey of building a custom, cost-effective dynamic link and URL shortening solution for a Flutter app using a Next.js API and Firestore.
Ever felt the dread of mobile updates? Join me as I recount my personal developer journey building a robust, server-based in-app update system for my Flutter app, MS Bridge. We'll explore the 'why' behind bypassing app store reviews for critical fixes, dive into architectural decisions, wrestle with network gremlins and versioning, and ultimately, conquer the update nightmare for a truly seamless user experience. This is the story of turning a deployment headache into a triumph.
My ways of error logging
"Weeks of buzz, big promises, but did GPT-5 truly revolutionize my coding workflow? I spent 50 intensive hours leveraging GPT-5 and Cursor to resurrect an old Flutter project (MS Bridge), fix stubborn bugs, and integrate a host of new features. Dive into my candid experience to see if OpenAI's latest model lives up to the 'game-changer' claims for software engineers."
In this hands-on review, I put Cursor CLI and GPTβ5 to the test on a real Convex-based Python project. See how AI-powered terminal coding helped me refactor the UI, add charts, enable PDF exports, and build a multi-window local-first app β all without touching the cloud.