Stay updated

Integration test with Pulumi and Azure Kubernetes Service
We are carrying out update activities on some products for one of our clients, gradually migrating to microservice architectures. One of these...

Angular Testing you don’t scare me
The first time I opened a test file, which we usually find after creating a new project using Angular CLI, I felt a bit lost. As I was much more...

Welcome .NET 5
For about three months I joined the Blexin team and I was lucky enough to participate in a project in the startup phase. The Customer asks us to...

LINQ in depth: advanced features
In the previous article, we took a look at the evolution of the C # language and the innovations introduced to support LINQ, starting to...

The change detection in Angular
When we talk about web solutions, change detection is a very important part of the framework that we are using because it’s responsible for the DOM...

Load Test with Azure Service
In the last few months, we have helped some clients to migrate from the on-premise infrastructure to Microsoft Azure. Many of them asked us what the...

Google Analytics <3 Angular
As part of the development of an e-commerce platform, which a front-end has been developed with Angular 8, the customer asked us to track user...

“Red(e)isign” Publish/Subscribe with Redis
I recently had the opportunity to work for one of our customers with an application using Redis. Talking about it with colleagues and studying...

Let’s talk about Pair Programming
In recent months, I've been working with a company that prefers using the "Pair Programming" methodology, which I had never used regularly. It...

A different way of thinking about testing: the Property Based Test
In my previous article, we have seen how testing and refactorizing legacy code with Golden Master Pattern. Now, we will continue to talk about...