Java Keywords: StaticThe static keyword is pretty well known and commonly used in different java design patterns but there are some places where is not often…Apr 27, 2022Apr 27, 2022
Java Design Patterns: PrototypeNOTE: Usually this design pattern is used with Clonable, but it isn’t recommended. Check here for more info (search for Copy Constructor…Mar 21, 2022Mar 21, 2022
Java Design Patterns: ObserverIn all these years of being a java developer, I’ve seen quite a few design patterns, but the observer isn’t one of them that I’ve seen used…Mar 11, 2022Mar 11, 2022
Java Design Patterns: FactoryLet’s recap, you are a programmer, as a programmer you love conditions, since you started programming it is the first thing you learned.Mar 2, 2022Mar 2, 2022
Java Design Patterns: BuilderEverybody has faced the same problem once coding. You need to create an object, and it has a huge constructor.Feb 23, 2022Feb 23, 2022
Java Design Patterns: SingletonLet’s say you want to use a class several times since it usually has information that must be used multiple times and also be easily…Feb 18, 2022Feb 18, 2022
Creando restricciones personalizadas en Spring Boot (REST Api)Si quieres validar tu objeto automáticamente en Spring Boot se puede usar “javax.validation.ConstraintValidator”. En esté post dejaré un…Nov 25, 2020Nov 25, 2020
Por qué deberías viajarEsta storie viene dada por una reflexión que tengo en mi cabeza desde que deje mi casa, en el año 2010. Mi familia nunca ha tenido…Feb 11, 2019Feb 11, 2019
Why you should travelThis story comes because a reflexion that I have in my head since I left my house, in 2010. My family had never had the money or the…Feb 11, 2019Feb 11, 2019
La importancia de aprender idiomasTodos hemos empezado en el colegio a aprender uno o varios idiomas, se nos enseña en mejor o en peor medida a saber comunicarnos en un…Dec 23, 2018Dec 23, 2018