Hi everyone! This is a bit of an off-topic post, breaking from my Angular-related content series, to...
Authentication is always a delicate subject since it is one of the core layers guarding your...
Working with local storage in JavaScript is both very easy and sometimes frustrating. While being...
Angular's signals have been quite a revolution since they came out, from new state management...
In a previous article, I covered how to paginate data using NgRx Component Stores ...
Angular is known for the vast amount of built-in feature it has, but sometimes we only use a few of...
Three weeks ago, StateAdapt released a new major version. The main changes here is a rework of the...
Logging is a fairly common topic in the software industry. Unfortunately it is not so much in the...
Recently on the r/dotnet Reddit community, a new post has been published with an alarming title: Does...
Svelte is growing and has rapidly gain interest through the previous years as shown in the previous...
The Konami Code is a originally a cheat code that now belongs to the pop culture. It's a fairly...
On the 22th of June, Svelte has announced its new major release. Even if it is presented as "mainly...
When building a web application, chances are that you will have some routing involved at some...
Performance optimization is a critical aspect of creating a successful Angular app. Slow loading...
When creating a new component, we often build it around specific inputs and, in some cases, that...
In the last article we created a component store using NgRx to handle the pagination of todo...
NgRx is a popular state management library for Angular and is widely used to implement the Redux...
Minimal APIs have been around for quite some times now and have considerably reduced the amount of...
When building an Angular application, things are usually pretty smooth. However, as time goes by and...
As usual, for December, the Advent of Code challenge has once again started this year. I've been...
Having multiple computers on which I am working, I often have to switch between one environment and...
Angular forms are powerful and, well known, can be used in a way that greatly simplify your own forms...
I came upon an issue on a GitHub project where the maintainer wanted to dynamically change the...
Understanding how .NET is manipulating the concept of identity can be very harsh and confusing,...
TailwindCSS is not to present anymore: the utility-first CSS framework has gone a long way and is now...
.NET 7 is just around the corner and is already bringing a lot Among those improvements, a small...
Enumeration are commonly used to define a set of mutually exclusive values (ex: colors, days of the...
A couple of days ago, I faced a situation where an incoming request may require its result to be...
When unit testing your components, you may often be in a situation when you must provide several...
Dependency injection is a widely used concept in most of the .NET applications. One reason for it may...