Articles
Writing about software development, architecture and the things I learn along the way.
November 3, 2025
Complete Guide: Serverless API with AWS Lambda and DDD | TypeScript
Build a REST API with AWS Lambda, API Gateway HTTP v2 and EventBridge. Learn DDD, dependency injection and TypeScript best practices.
October 5, 2024
How to publish packages to GitHub Packages
Learn how to publish npm packages for JavaScript or Node.js to GitHub Packages, and automate the whole process with CI/CD using GitHub Actions.