Articles

Page 4 of 9·76 total articles·70 topics·
Weaving DNA Into a Living Form Builder
Nov 21, 2025·9 min read#AI

Weaving DNA Into a Living Form Builder

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
Oct 9, 2025·6 min read#DevelopmentTools

Everything Is a Wrapper: Seeing Software (and Life) Differently

Everything Is a Wrapper: Seeing Software (and Life) Differently

Building a Custom Dynamic Link Solution for a Flutter AppPart 4/5
Oct 4, 2025·14 min read#DevelopmentTools

Building a Custom Dynamic Link Solution for a Flutter App

When Firebase deprecated Dynamic Links, I had to build my own solution. Here's the complete story of how I created a custom, cost-effective link sharing system for my Flutter app using Next.js and Firestore.

Conquering the Update Nightmare: My Flutter Journey to a Robust In-App SystemPart 3/5
Sep 12, 2025·16 min read#MobileDevelopment

Conquering the Update Nightmare: My Flutter Journey to a Robust In-App System

My journey building a robust server-based in-app update system for Flutter. Tackle update nightmares, background downloads, edge cases & learn real-world mobile deployment challenges with MS Bridge.

From YOLO to 'I Know!': Master Production Error Logging as a Solo Dev (BugFender & Axiom)
Sep 1, 2025·13 min read#MobileDevelopment

From YOLO to 'I Know!': Master Production Error Logging as a Solo Dev (BugFender & Axiom)

From 'YOLO' deployments to informed decisions! Learn how solo dev Abdul Rafay tackles error logging & crash reporting with BugFender (mobile) & Axiom (web)

Beyond the Hype: My Honest Review of GPT-5 in Real-World Flutter DevelopmentPart 3/3
Aug 18, 2025·7 min read#AI

Beyond the Hype: My Honest Review of GPT-5 in Real-World Flutter Development

Spent 50 hours on GPT-5 for Flutter development: fixing bugs, adding features to MS Bridge. My honest take on OpenAI's 'game-changer' claims for software engineers.

When the Terminal Becomes Your Pair Programmer — My Experience with Cursor CLI and GPT‑5Part 2/3
Aug 9, 2025·4 min read#AI

When the Terminal Becomes Your Pair Programmer — My Experience with Cursor CLI and GPT‑5

Discover how I used Cursor CLI with GPT‑5 to transform a plain Python app into a polished, local-first tool with charts, PDF export, and multi-window support.

GPT-5 in the Real World: Fixing Bugs, Building Apps, and Automating WorkflowsPart 1/3
Aug 8, 2025·8 min read#AI

GPT-5 in the Real World: Fixing Bugs, Building Apps, and Automating Workflows

Dive into a real-world review of GPT-5 with tasks like fixing GTM issues, building a Jetpack Joyride clone, upgrading Astro UIs, and automating marketing workflows. Not just benchmarks—this is AI in action.

AI Code Generation: Can Free Tools Build Full Apps? A Software Engineer's Honest Review
Aug 4, 2025·14 min read#AI

AI Code Generation: Can Free Tools Build Full Apps? A Software Engineer's Honest Review

Can free AI tools build a full web application? A software engineer rigorously tests Lovable, Chef, & Orchids on UI, DB, and scalability. Uncover AI code generation's real limits!