Home
Gius In Tech
Cancel

Node-RED Pills 1 - How to use Node-RED with Docker Container

Hello folks! Today we’ll learn how to containerize Node-RED with Docker. I’ll breafily explain what Node-RED is, what can we use it for and how to structure a simple Dockerfile and docker-compose.y...

Docker Pills 1 - Debug Local Docker container Node.js App with Visual Studio Code

Hello folks! Today we’ll learn how to connect with a Node.js debugger to a local Docker container using Visual Studio Code. GitHub Repository If you want to give a quick look at the project solut...

Azure Pills 1 - Load Azure Key Vault Secrets within your local environment

Hello folks! Today we’ll learn how to connect to Azure Key Vault within our local environment to read secrets. Context I’m currently working inside a small team of developer and we were facing som...