by Francesco de Vicariis | Jan 27, 2021 | Blog
A few months ago, I started working on a new project, and the team decided to insert some innovative technology and try a new branching model called Trunk Based Development (TBD). We usually have a “Story” backlog to work on. The work is divided...
by Antonio Tammaro | Jan 13, 2021 | Blog
We are carrying out update activities on some products for one of our clients, gradually migrating to microservice architectures. One of these products has followed the policy of “do not touch what works” for a long time, and as a result, it becomes...
by Adolfo Arnold | Dec 23, 2020 | Blog
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 familiar with test frameworks such as XUnit or NUnit, I tried to match the parts of a test file in NUnit and those present...
by Antonio Venditti | Dec 9, 2020 | Blog
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 rewrite a WPF application created to work offline using data synchronization mechanisms with a Web version and then access...
by Francesco Vastarella | Nov 25, 2020 | Blog
In the previous article, we took a look at the evolution of the C # language and the innovations introduced to support LINQ, starting to discover its main features. Let’s continue now observing some peculiarities of the two syntaxes that LINQ makes...
by Salvatore Sorrentino | Nov 11, 2020 | Blog
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 updates. We must not forget that it also deeply affects an application’s performance. Change detection has two main...