VS Code Remote Development with Docker Compose: Developing services in Standalone and Integrated Modes

VS Code remote development is a brilliant feature from the VS Code team. Using the extensions available in the VS Code remote extension pack, you can develop your applications in an external development environment viz. a remote server (through SSH), containers, and WSL. The premise of the three modes of development is the same. The application code […]

VS Code Remote Development with Docker Compose: Developing services in Standalone and Integrated Modes Read More »

[Portuguese] Seja um programador: O mundo precisa de você.

Uma das características que fizeram eu querer me tornar um programador foi descobrir que a tecnologia tem tudo a ver com ajudar as pessoas, além de estar em constante evolução. Você consegue imaginar o mundo sem celular, notebook,… internet? Acredito que não. Então, não tem como pensar em um mundo sem programadores. As pessoas tem

[Portuguese] Seja um programador: O mundo precisa de você. Read More »

Python web app with Cosmos DB on Azure

This tutorial will show how to create a Python straight from your browser, with free Azure resources only. You will learn how to deploy a Cosmos DB Account, and a Web App from Git using the Azure Cloud Shell without installing any software in your local computer Based on SARATH LAL’s  https://codewithsarath.com/a-simple-to-do-python-flask-application-with-mongodb/ and Microsoft’s https://docs.microsoft.com/en-us/azure/cosmos-db/create-mongodb-flask/

Python web app with Cosmos DB on Azure Read More »

WSL2 Video Series

WSL2 – Windows Subsystem for Linux has finally arrived on Windows 10 Home Edition Build 2004. The following three videos, presented by Fernando Rolnik, Jorge Arteiro and Nuno do Carmo will show: How to Install WSL 2 and Windows Terminal on Windows 10 Home Edition Setting up Docker Desktop and VSCode on WSL2 using Windows

WSL2 Video Series Read More »

Deploying Minecraft server network on Azure Kubernetes Service

Preface Minecraft is a popular sandbox creating game that has been growing over the past few years. It is also under very active development and has a large community. We’ll demonstrate a way that deploys a mid-large scale Minecraft server network featuring BungeeCord (reverse proxy) and Paper(Spigot) servers. This blog post includes production-ready Dockerfiles and

Deploying Minecraft server network on Azure Kubernetes Service Read More »