← Back to Portfolio
Writing
Blog
Thoughts on software development, ICT infrastructure, and technology from the field.
BackendMarch 2026
Building Scalable APIs with Node.js and PostgreSQL
A deep dive into designing RESTful APIs that scale — covering database indexing, connection pooling, and caching strategies.
BackendFebruary 2026
Django + Azure Cosmos DB: A Practical Guide
How to connect a Django application to Azure Cosmos DB — covering the django-cosmos driver, proxy configuration, and database creation.
ToolsJanuary 2026
How Git Works: A Visual Guide for Developers
A clear visual breakdown of Git workflows — workspace, staging, local repository, and remote repository using GitHub, GitLab, and Bitbucket.
📝 How to add a new blog post
- 1. Open
src/data/siteData.tsand add an entry to theblog: [...]array - 2. Set a unique
slug(e.g."building-apis") - 3. Add a cover image to
public/images/ - 4. Edit
src/app/blog/[slug]/page.tsxto add full post content