Home
ilhicas
Cancel

How to use letsencrypt in localhost with valid certificates

Pre-requisites In order to use letsencrypt for local development, you will need to have a domain that you own and have access to the dns records. If you don’t have a domain yet there are many pro...

Using a domain for local development in Route53

Using a domain for local development Sometimes you need to use a real domain for local development instead of localhost. This is especially true when you are working on a project that has the need...

Centralized logs with Loki and Vector

Context In this post we will be using the Loki and Vector to centralize logs from a docker-compose application. In our previous post we already saw how to run a sidecar pattern in docker-compose,...

The beginning of a new meta category - Analytics, History and Revenue

History Hello and welcome to the first post of the new meta category, where I will showcase the blog itself. I’ve started this blog on April 2018, while I was still in the begining of my carreer ...

How to run a sidecar in docker-compose

Context Sometimes you need to test locally how a service that requires a sidecar pattern, i.e. you want to ship logs from the sidecar to a log aggregator, or you want to run a service mesh sidecar...