PinnedNelson Hernández·Aug 11, 2022How to deploy React + Nginx on AWS ECS (FARGATE)For this example I will use Vite to create the React project
Nelson Hernández·Feb 12, 2022How to monitor PosgreSQL with Prometheus and Grafana | DockerFor this example we will use Docker compose to be able to run all the services
Nelson Hernández·Feb 11, 2022How to version Docker images with GitLab CI/CDFor this example we will use GitLab Container Registry and we will version the images by commit
Nelson Hernández·Feb 9, 2022How to monitor Redis with Prometheus and Grafana | DockerFor this example we will use Docker compose to be able to run all the services
Nelson Hernández·Dec 31, 2021Google Calendar API con PythonIn this example we will see the main methods to interact with Google Calendar API
Nelson Hernández·Dec 14, 2021How to create Routing with Lit LibraryIn this example we will see how to add a router with vaadin router
Nelson Hernández·Dec 11, 2021How to use Azure Blob Storage with PythonIn this publication we will see the main methods to use with Azure Blob Storage
Nelson Hernández·Nov 19, 2021Optimization of images with FastAPIIn this example we will see how to upload images and use background tasks to generate resolutions for different devices
Nelson Hernández·Sep 8, 2021How to create Infinite Scroll with SvelteFor this example we will use the Intersection Observer API
Nelson Hernández·Aug 11, 2021How to deploy a react application with docker in 6 steps1. DockerFile of Frontend