Posts
All blog posts.
-
Clarity in API Design
Ways to bring clarity to naming, error formats, and data models when designing a backend API.
#Backend -
Keep React Components Small
A practical approach to keeping components small, readable, and reusable in React projects.
#React -
A Fast Blog Architecture with Astro
A guide on why Astro is a strong choice for content-driven sites and how it simplifies a blog's architecture.
#Frontend -
Understanding the JavaScript Runtime Ecosystem
Understand which needs Node.js, Bun, and Deno each address in the JavaScript runtime landscape.
#JavaScript -
Rapid Prototyping with Python
Use Python for quickly trying out ideas, writing small tools, and building data-driven work.
#Python