Blog
Blog Redesign
After quitting my job, I decided to redesign my blog. This is the story of how I did it (the blog).
Create an Angular 17 project
In this article, we will explore setting up a new Angular project with SSR (Server-Side Rendering) and see what new configurations it brings.
My twelve favorite problems
I concocted my own list of my favorite problems, which I want to share with you.
Hemingway Bridge
A smart way to avoid writer's block and improve your coding sessions.
Migrating to TypeScript
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!
Jest Angular
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
Theming a web with custom properties is as easy as it gets as shown in this article.
Use Cases and Command Pattern
Use cases are the heart of our application, they are the actions that our users can perform. The command pattern helps us encapsulate requests.