– Blogs In English

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 »