Back to portfolio
Blog
Thoughts on fullstack development, mobile apps, architecture, and the craft of software engineering.
Next.jsReactArchitectureTypeScript
Building a Scalable Next.js Application from Scratch
A deep dive into the architecture decisions, patterns, and tooling I use when building production-grade Next.js applications that scale.
15 March 20263 min read
Read more React NativeMobilePerformanceJavaScript
React Native Performance: 8 Tips That Actually Matter
Performance problems in React Native apps are rarely where you expect them. Here are the 8 optimisations I apply to every production app.
28 February 20263 min read
Read more APIBackendNode.jsArchitecture
API Design Patterns Every Fullstack Developer Should Know
Good API design is what separates maintainable systems from spaghetti. Here are the patterns I use in every production backend.
20 January 20264 min read
Read more