Docker in practice for dummies (I)

Docker in practice for dummies (I)

In this post I'm not going to talk about containers technology and differences between Docker and Virtual Machines I think that there is a lot of documentation about that.

Monoliths, Microservices and Culture

Monoliths, Microservices and Culture

do you think that Microservices are only related to technology?

REST API: Error handling

One of the most important thing when you're designing an API is **how it's going to handle errors** and how will be the content and the status of the responses that it's going to send to its clients

Cloud Computing: basic concepts

Cloud Computing: basic concepts

What is Cloud computing?

AWS S3 - basic concepts

AWS S3 - basic concepts

AWS S3 is one of the first services that Amazon introduced and it's used for storing data (objects) in the cloud.

Digital Transformation: is it just about technology?

Every company is doing its own Digital Transformation, hiring many people, making many projects, replacing its old technology architecture and all this new stuff

Angular Router Hooks: Guards

In this post we are going to see how we can protect some views or components. The use case is very simple: building a login component and if the credentials (user and password) are right, go to a protected view.

Angular: Routing Basics

In this post I would like to talk about the routing in Angular 2. The idea is to write several posts about this topic, from the basic aspects to the advanced ones.