Blog

Why Focus Matters More Than Frameworks
Reflections on balancing curiosity and productivity in coding, focusing on deeper learning over chasing every new framework or tool.
2024

A Smarter Way To Handle Multi-Project Workflows
Minimize window clutter and boost productivity by organizing your development into distinct tmux sessions with a simple, elegant solution.

Building & Hosting Your Static Website With Hugo & AWS
Learn how to build, host, and deliver your static website using AWS efficiently and affordably. This guide will show you how to use Hugo for fast site generation, set up your project, style it with TailwindCSS, and automate your workflow. Avoid the limitations of free hosting services and gain full control over your content. Finally, deploy your site using AWS S3 for storage and CloudFront for global content delivery.
2023

Building Scalable Applications: A Journey through Layered Serverless Architecture
Explore Serverless Architecture with the Architect Framework - Learn How to Implement Layered Design for Efficient and Scalable Applications.

E2E Test Setup For Outlook Add-ins
A small POC how to set up your E2E tests to check the behaviour of your Microsoft Outlook add-in.

Database Containerisation
An easy setup to always have a database server running for your local development

Angular: The ng-container Element
When should you use the ng-container element. What are its benefits and when should you avoid using it.

My Current Development Setup
How do I write code? A short overview about my current development setup.

My Personal Website's Architecture
How did I build this website? How much does it cost? A quick overview of the benefits and drawbacks of the chosen architecture.