HOME

ABOUT

PROJECTS

BLOGS

CONTACT

BLOGS.

Allandroidiosmobile appmobile developmentProduct Requirement Document.Project managementSoftware developement

Jun 28, 2026

Go Concurrency in Practice

Goroutines and channels are elegant, but real-world concurrency needs more than that. Here's how I think about concurrent Go in production services.

G

Jun 5, 2026

Building Fintech Features That Don't Break

Financial software has a different margin for error than most. Here's how I think about reliability, idempotency, and trust in fintech engineering.

B

May 14, 2026

React Native Performance: What Actually Matters

Most React Native performance advice focuses on the wrong things. Here's what I've learned from building apps used by hundreds of thousands of users.

R

Apr 22, 2026

REST API Design Principles I Keep Coming Back To

After designing and consuming dozens of APIs, these are the principles that consistently separate the good ones from the frustrating ones.

R

Mar 30, 2026

Next.js App Router: Patterns Worth Adopting

The App Router rewired how I think about data fetching and component boundaries. These are the patterns that clicked for me after six months of building with it.

N

Mar 8, 2026

TypeScript Techniques for Safer API Boundaries

TypeScript is most valuable at the edges of your system. Here are the techniques I use to make API boundaries impossible to misuse.

T
← Prev2 / 3Next →