GOF Design patterns
Complete guide about GOF design patterns, creational, behavioural and structural.

Complete guide about GOF design patterns, creational, behavioural and structural.
Kata medium/advanced level to practice TDD and Mocks (optional) in a real world algorithm.This kata consists in implementing an algorithm that translates an image of a DNI to a character string with structured information, and from this chain to parse it to an object with the DNI information.
Do you want to learn the key concepts of Rabbitmq?, I explain what Rabbitmq is in 5 minutes.
Hay varias ventajas en alojar una aplicación React JS en un Azure CDN en lugar de un Azure App Service.
Cada vez que pregunto la diferencia entre estos tipos de test dobles, nadie sabe responderlo claramente, esta vez te aseguro que no quedarán dudas.
También conocido como TDD (desarrollo dirigido por tests) es una práctica de programación que consiste en escribir primero los tests (generalmente unitarias) y después escribir el código fuente que pase la prueba satisfactoriamente y, por último, refactorizar el código escrito.