facebook
Insider Dev Tour Caserta

Insider Dev Tour Caserta

On Saturday June 29th, we will be in Caserta at 012 Factory, to take part in the event Insider Dev Tour – Caserta, a day of technical sessions, in which we will tell you all the news of Microsoft world announced at Build. It will be a great...
From dev to prod with Docker, K8S and Azure

From dev to prod with Docker, K8S and Azure

In the nowadays cloud era, the question everyone asks is which vendor to choose and at what cost you can risk making a wrong choice. And if you want to start from on-premise and then migrating to the cloud, the cost can be even higher. Choosing Docker for...
.NET Core, Docker and Kubernetes

.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 Containers can bring in the software development process. One of these advantages is the simplification of the deployment...
Braintree for payments in our store

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 security problems. We need then to choose if it would be better to implement different payment methods (credit/debit...
TDD: the whole code is guilty, until proven innocent!

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 heard about many times, but that I have never used before: the Test Driven Development (TDD). _This method...