Home / Categories
Explore Categories
Browse all topics and find the content that matters to you.
AI
1 postsAI workflows, prompts, engineering assistance, and model-powered tools.
Latest: My Practical AI-Assisted Engineering Workflow
BEBackend
1 postsAPIs, service design, observability, and production systems.
Latest: Building Calm Backend Systems
DODevOps
1 postsCI/CD, release habits, deployment visibility, and recovery paths.
Latest: DevOps Release Habits for Small Teams
JVJava
2 postsJava, Spring Boot, JVM services, and production checklists.
Latest: Practical Error Handling in Spring Boot for Reliable Production APIs
NXNext.js
1 postsNext.js, MDX, Tailwind CSS, and personal blog architecture.
Latest: How I Structure a Next.js and MDX Personal Blog
PNPersonal Notes
1 postsLearning, writing, and personal reflections from the engineering journey.
Latest: Notes on Learning in Public
PRProduct
1 postsProduct thinking, developer tools, and ideas from engineering friction.
Latest: Product Ideas From Engineering Friction
SDSystem Design
1 postsArchitecture decisions, boundaries, data flow, and scaling choices.
Latest: System Design for Small Products
Popular Tags
Latest from all categories
View all articlesJava
13 min read
Practical Error Handling in Spring Boot for Reliable Production APIs
A hands-on guide to robust error handling in Spring Boot APIs—covering best practices, code examples, and production-ready patterns.
AI
3 min read
My Practical AI-Assisted Engineering Workflow
How I use AI as a thinking partner for reading code, designing APIs, debugging issues, and writing clearer technical notes.
Backend
2 min read
Building Calm Backend Systems
A practical checklist for designing backend services that are easier to operate, debug, and trust in production.
Java
2 min read
Java and Spring Boot Production Checklist
The small Spring Boot defaults I like to review before a backend service gets close to production traffic.