This is a submission for the Pulumi Deploy and Document Challenge: Fast Static Website Deployment ...
In this article, we will explore how to provision a Function App in the new Azure Functions hosting...
I have written several blog posts about HTTP clients in the past. I am a big fan of using HTTP text...
In this post, we will discuss how to write a small .NET program that retrieves events from an IT...
I love how the Azure SDKs have evolved over the years. In the past, there was no consistency between...
Easily debug a non-HTTP-triggered Azure Function The other day, I wanted to locally debug...
Last year, I wrote my first annual retrospective. It was an interesting exercise that I intend to do...
In this article, we will explore the latest C# 12 and .NET 8 features by applying them to the basic...
What if we could script the creation and configuration of a GitHub Repository so that it is ready to...
If you are deploying your application to Azure from Azure Pipelines, you might want to leverage the...
Creating an application and deploying it to Azure is not complicated. You write some code on your...
You may have come across pnpm through discussions with fellow developers, reading blog posts,...
Why are we talking about CI in the first place? When working on a project, you typically...
You have a dependency in your project and want to execute a command using it? The pnpm exec command...
This is the first article of the Vue.js CI/CD series. It will be the opportunity to explain the...
If you are working on various projects, you have likely encountered situations where you need to have...
Sometimes, all you want to do is grab an npm package and execute a command with it, without having to...
I usually do not take the time to reflect on my developer journey and look back over the past year....
Today is a great time to be a developer: there are plenty of languages and frameworks to choose...
.NET tip of the week: install .NET 7 using winget This week, I installed .NET 7 on my...
This article is a discussion about API clients. Without being a comparison between the best API...
In this article, I talked about my latest project: how I built a script to automate the setup of my...
Like I wrote in my last article, as a developer sometimes you get stuck on a problem for a few hours...
In this article, I share some thoughts about what made me want to be and continue to be a...
When using some API Clients (like REST Client or the HTTP Client of JetBrains' IDEs), environment...
Reminder for my future self: don't forget about "this" in ts Once again, I found myself...
Git tip of the week If you have read my git cheat sheet, you know that I am a big fan of...
In today's world of cloud-first applications, multi-cloud/hybrid cloud companies, and complex...
In this article, we will talk about how to provision an Azure SQL Database with authentication...
This week we talk about code analysis in .NET, cron expressions with crontab guru, diagrams in Azure...