Learn how to design frontend architectures that integrate with AI tools and agents. This article explores component-driven UI, use case patterns, middleware chains, and development conventions that make your Frontend Software architecture AI-ready.
Discover how I use the Bullet Journal method to organize my life, track habits, and boost productivity as a digital nomad and freelancer.
2024 was the year of transforming pain into learning and acceptance into strength. A forced pause that revealed the importance of prioritizing what truly matters: the sustainable, the natural, and the profound.
After quitting my job, I decided to redesign my blog. This is the story of how I did it (the blog).
In this article, we will explore setting up a new Angular project with SSR (Server-Side Rendering) and see what new configurations it brings.
I concocted my own list of my favorite problems, which I want to share with you.
A smart way to avoid writer's block and improve your coding sessions.
In this tutorial we will see how to migrate a codebase from JavaScript to TypeScript. We will migrate the code of my talk Advanced JavaScript Pattern. Let's start!
You want to change Karma in an Angular application to a better test runner like Jest? Then this tutorial is the one you were looking for!
Theming a web with custom properties is as easy as it gets as shown in this article.
Use cases are the heart of our application, they are the actions that our users can perform. The command pattern helps us encapsulate requests.