Visual Studio Talk Show - App Service sur Azure ARC
Nous discutons avec Hinault Donfack d'une nouvelle fonctionnalité de Azure ARC permettant de déployer les services App Service, Azure Functions et Logic Apps dans un cluster Kubernetes local et en muti-cloud sur AWS par exemple. Ceci permet de déployer localement des appli
Read
Docker Desktop using WSL - High Disk Usage Solved!
Recently, my laptop was behaving strangely, the fans would start spinning loudly maybe an hour after booting up. I noticed that the Vmmem process was pinning one of my cores so I stopped WSL by typing:
wsl --shutdown
and everything came back to normal however, the problem would come back after
Read
Passed the Kubernetes and Cloud Native Associate (KCNA) exam
At the last KubeCon, the CNCF announced a new exam called Kubernetes and Cloud Native Associate (KCNA). This is an entry-level exam in the spirit of the AWS Cloud Practitioner, Google Cloud Associate Cloud Engineer, and Azure Fundamentals exams. The choice of KCNA as an acronym is somewhat stra
Read
Conteneurs dans App Service - Trucs et Astuces
Voici la présentation "Conteneurs dans App Service - Trucs et Astuces" que j'ai présenté à MSDEVMTL le 15 novembre 2021.
Vous déployez sans doute des applications sur App Service mais saviez-vous que vous pouvez aussi y déployer des conteneurs avec Web
Read
Replacing Nginx with YARP Reverse Proxy
Yesterday, Microsoft announced the release of a new open-source project called YARP (Yet Another Reverse Proxy). YARP is a reverse proxy built using .NET and my initial thought was to try it to see how different it is from using Nginx.
I basically copy/pasted the code from the blog announcement, bui
Read
Visual Studio Talk Show - Framework applicatif moderne
Nous discutons avec Erik Renaud des fonctionalités, à l'ère du Cloud, des conteneurs et de Kubernetes, qu'un "framework applicatif" moderne devrait couvrir.
Erik Renaud est architecte logiciel et co-fondateur de To-Do Studio, un éditeur de logiciels de productivité
Read
Powershell prompt: How to display your current Kubernetes context using Oh-My-Posh 3
Note: I previously blogged about displaying the current Kubernetes context using Oh-My-Posh v2. This post covers V3.
When I teach a Kubernetes class at Kubernetes Academy, people always ask me how I configured my Powershell prompt to display the cluster name of my current context. This i
Read
Visual Studio Talk Show - Le travail du dev en 2021
Nous discutons avec Michel Perfetti des impacts du Cloud et de l’open source sur le développement d’applications en entreprise.
Michel Perfetti est directeur technique chez Cellenza. Il travaille depuis 2006 sur les problématiques d'industrialisation du développement
Read
Visual Studio Talk Show - Github Copilot
Nous discutons avec Regis Freyd de son expérience avec le Technical Preview de Github Copilot, une extension Visual Studio Code qui utilise l’intelligence artificielle pour aider les programmeurs à écrire du meilleur code.
Regis Freyd est un développeur, concepteur
Read
Saving the Webcam Advanced Settings
In a previous post, I explained how to access the hidden Advanced Webcam Settings dialog to tweak the settings of a Webcam. The problem is that the settings are lost when you reboot. Recently, I received an email from Andy Faltinek where he said that he wrote a tool to edit the same
Read