facebook
Using Lazy Loading pattern in Angular

Using Lazy Loading pattern in Angular

One of the fundamental concepts of Angular are the Modules called NgModules. We can define a NgModule as a container of blocks of code that belong to the same flow, to the same functionality, or are dedicated to a specific application domain. Within these modules, we...
Positional records in C# 9

Positional records in C# 9

In a previous article, I have talked about the probable innovations that would be introduced with the new version of the Microsoft language C# 9. Among these, the one that seems to be the most interesting for many developers is the introduction of Records. A Record...
Redis as Backplane to scale your Blazor applications

Redis as Backplane to scale your Blazor applications

In a previous article, we saw that it is possible to use technology such as Redis in its most common use, that is, as a database or cache and as a messaging system, by taking advantage of its publish/subscribe mechanism. This feature, combined with its versatility,...
Blazor vs Angular: which to choose? Part one

Blazor vs Angular: which to choose? Part one

One of the questions about Blazor I’m asked most often is why it should be chosen as the front-end framework instead of more established solutions like Angular. The answer is straightforward: there are no generic reasons for adopting one framework rather than another,...