Blog
Notes on building developer tools, AI, and the occasional career tip.
Popular topics
Clear filtersMore topics (145)
topic software engineeringView all posts
Latest articles
Showing 1–3 of 3
DevOpsJul 17, 20262 min read
CI/CD Pipeline Design: From Commit to Safe Deployment
Design a reliable CI/CD pipeline with fast feedback, security checks, artifact promotion, staged releases, rollback, and useful deployment metrics.
software engineeringJul 17, 20262 min read
How to Design a Useful Developer Portfolio Project
Choose, build, document, test, and present a developer portfolio project that demonstrates real engineering judgment.
DockerJul 17, 20262 min read
Docker for Developers: Images, Containers, and Production Basics
Learn Docker fundamentals through a production-minded workflow covering Dockerfiles, layers, multi-stage builds, Compose, secrets, health checks, and security.