Stay updated
.NET Core, Docker and Kubernetes
In a previous article, we talked about the use of Docker containers for development purpose, underlining the advantages that the usage of the...
Versioning of Nuget packages with GitFlow and SemVer
In our previous article, we investigate how to version our Nuget packages using some classes as AssemblyInfo.cs. Following this versioning...
Decoupling the communication with RabbitMQ
The project I am working on is based on an architecture made up of different applications, that communicate each other through messages exchange....
Braintree for payments in our store
As we were developing e-commerce for one of our clients, we needed to face the payments' management, both in terms of which type choose and of...
TDD: the whole code is guilty, until proven innocent!
While I was working on a client’s project with one of our partners, I had the opportunity to face the development of some tasks, using a method I’ve...
From requirements to testing with SpecFlow
Foreword In past few months, I casually analyze the employment of frameworks and codes testing methods. In particular, I am using two...
Lost in Translations: translation and Sentiment Analysis in real time
Foreword Let’s go on with our journey in the cognitive services world (read the previous article), This time, we start from...
Angular Performance Improvements
One of the most interesting features of the front-end libraries is the ability to maintain in binding the user’s interface and properties, which...
Versioning of NuGet packages
In recent years, in Blexin we designed a very modular CMS with high performances, which allows the simplification of the web portals’ development,...
How to schedule activities with Hangfire
A user story has been recently assigned to me. It is required to integrate Hangfire, and then decide how to create the jobs....