How I Think About AI Native Software Development

AI NativeAgentsArchitecture

AI Native is not just adding a chat box. It is designing the product, codebase, and feedback loop around what models can reliably do.

Building Backends with Bun and Hono Without Making Them Heavy

BunHonoBackend

A practical way I like to structure Bun and Hono backends: small routes, typed validation, clear errors, and no unnecessary framework weight.

What I Learned Building a Production React Native Fintech App

React NativeFintechMobile

Notes from building and owning a real React Native fintech app: payments, native modules, releases, observability, and the small things that keep users safe.

Rust, Ropes, and Dirty Regions: Notes From Building a Terminal UI Engine

RustTerminal UIPerformance

A practical look at the rendering ideas behind a fast terminal UI engine: layout, framebuffers, dirty regions, text editing, and why Rust fits the core.

Why I Like Static First Websites in 2026

AstroSEOPerformance

Static first websites are still one of the best choices for portfolios, blogs, docs, and content-heavy products because they are fast, simple, and easy to trust.

Agentic Coding Needs Harness Engineering, Not Just Better Prompts

AI AgentsDeveloper ToolsTesting

My practical view on coding agents: prompts help, but the real quality comes from tools, tests, context, permissions, and a good harness loop.

Designing a Database Layer That Survives Product Changes

DatabaseBackendArchitecture

The database layer should keep product code stable when schema, queries, and business rules change. This is how I like to think about it.

How I Evaluate AI Models for Coding Work

AI ModelsCoding AgentsBenchmarks

Benchmarks are useful, but I judge coding models by how they behave inside real repositories: reading context, editing safely, testing properly, and admitting uncertainty.

From Feature Branch to Production: My Shipping Checklist

ShippingTestingGit

The checklist I like before shipping: branch discipline, scoped changes, tests, lint, typecheck, build, smoke testing, and honest release notes.

The Kind of Projects I Want to Build Next

FreelanceAI NativeRust

The work I am most interested in now: AI-native products, serious frontend systems, backend platforms, Rust developer tools, and products with real users.