How to create a Generic Docker Base Image with Monorepo and Semantic versioning? Part 3/3Aug 17, 2024·2 min read
How to create a Generic Docker Base Image with Monorepo and Semantic versioning? Part 2/3This is the second part of "How to create a Generic Docker Base Image with Monorepo and Semantic versioning?". If you haven't read the previous post yet, please check out the Part1 before continue. In this article, we will create the necessary config...Aug 3, 2024·6 min read
How to create a Generic Docker Base Image with Monorepo and Semantic versioning? Part 1In this article, we will go through the entire process of create a generic docker base image for building nodejs applications using Monorepo and Github actions. Step-by-step, we will be learning how to create package to build and push a base docker i...Jul 18, 2024·4 min read
Adapter Pattern: Travel around the world as Pro Tennis PlayerImagine you are a professional tennis player who travel around the world for important tournaments but you are not able to speak any language other than English... So, in every non-english country you need someone to helps you with the speech. You mi...Jun 29, 2024·3 min read
Open Api Specification to Joi objects with oas-to-joiIn this new article I will talk about a very useful library called "oas-to-joi" which allows to create Joi Schemas Objects using an Open Api Specification. It provides an easy way to get API validations rules automatically. What is Open Api Specifica...Jun 15, 2024·5 min read
Decorator Pattern: Let's have an ice cream!In this article I will explain one Object Oriented Programing Pattern called the "Decorators Pattern" and how we can implement it using typescript to handle multiple-optional behaviors. Lets imagine that we have an ice-cream shop which offers to our ...Jun 1, 2024·7 min read
Building a local https server with ExpressjsAs part of the tools which works with Single SPA Framework we have one called import-map-overrides which allow us override the import maps values. By overriding an specific "micro front end" with a local environment version we are able to work with t...May 25, 2024·7 min read