Alexandre Nédélec

Alexandre Nédélec @techwatching

About: I am a software developer living in Bordeaux. I am a .NET and Azure enthusiast, primarly coding in C# but I like to discover other languages and technologies too.

Location:
Bordeaux
Joined:
May 19, 2019

Alexandre Nédélec
articles - 64 total

Deploying a Developer Conferences Nuxt Static Website on Azure with Pulumi

This is a submission for the Pulumi Deploy and Document Challenge: Fast Static Website Deployment ...

Learn More 2 1Apr 6

Unlocking the Power of Azure Functions Flex Consumption Plan with Pulumi

In this article, we will explore how to provision a Function App in the new Azure Functions hosting...

Learn More 1 0Sep 5 '24

Call your Azure AD B2C protected API with authenticated HTTP requests from your JetBrains IDE

I have written several blog posts about HTTP clients in the past. I am a big fan of using HTTP text...

Learn More 0 0Mar 13 '24

Having Fun With IT Event Calendars

In this post, we will discuss how to write a small .NET program that retrieves events from an IT...

Learn More 0 0Mar 4 '24

Using dependency injection with Azure .NET SDK

I love how the Azure SDKs have evolved over the years. In the past, there was no consistency between...

Learn More 1 0Feb 19 '24

Week 4, 2024 - Tips I learned this week

Easily debug a non-HTTP-triggered Azure Function The other day, I wanted to locally debug...

Learn More 0 0Jan 30 '24

Another year of sharing and learning - Dev Retro 2023

Last year, I wrote my first annual retrospective. It was an interesting exercise that I intend to do...

Learn More 1 1Jan 8 '24

Playing with the .NET 8 Web API template

In this article, we will explore the latest C# 12 and .NET 8 features by applying them to the basic...

Learn More 1 0Dec 19 '23

Effortlessly Configure GitHub Repositories for Azure Deployment via OIDC

What if we could script the creation and configuration of a GitHub Repository so that it is ready to...

Learn More 2 0Oct 23 '23

Deploying to Azure from Azure DevOps without secrets

If you are deploying your application to Azure from Azure Pipelines, you might want to leverage the...

Learn More 2 0Sep 21 '23

Create an Azure-Ready GitHub Repository using Pulumi

Creating an application and deploying it to Azure is not complicated. You write some code on your...

Learn More 1 0Jul 21 '23

Who is using pnpm?

You may have come across pnpm through discussions with fellow developers, reading blog posts,...

Learn More 2 0Jul 6 '23

Vue.js CI/CD: Continuous Integration

Why are we talking about CI in the first place? When working on a project, you typically...

Learn More 3 0Jun 20 '23

Execute commands using your project dependencies

You have a dependency in your project and want to execute a command using it? The pnpm exec command...

Learn More 1 0Jun 17 '23

Introducing the Vue.js CI/CD series

This is the first article of the Vue.js CI/CD series. It will be the opportunity to explain the...

Learn More 1 0Jun 1 '23

Manage multiple Node.js versions

If you are working on various projects, you have likely encountered situations where you need to have...

Learn More 1 0May 25 '23

Perform Dynamic Execution of an npm Package

Sometimes, all you want to do is grab an npm package and execute a command with it, without having to...

Learn More 4 0May 18 '23

A year of learning and sharing - Dev Retro 2022

I usually do not take the time to reflect on my developer journey and look back over the past year....

Learn More 3 0Jan 2 '23

When Pulumi met Nuke: a .NET love story

Today is a great time to be a developer: there are plenty of languages and frameworks to choose...

Learn More 0 1Dec 18 '22

Week 46, 2022 - Tips I learned this week

.NET tip of the week: install .NET 7 using winget This week, I installed .NET 7 on my...

Learn More 3 0Nov 20 '22

Discussion around API clients

This article is a discussion about API clients. Without being a comparison between the best API...

Learn More 0 0Sep 11 '22

How did I automate the setup of my developer Windows laptop?

In this article, I talked about my latest project: how I built a script to automate the setup of my...

Learn More 3 0Sep 7 '22

What can we do when stuck with a programming problem?

Like I wrote in my last article, as a developer sometimes you get stuck on a problem for a few hours...

Learn More 1 0Aug 27 '22

What made me want to be a developer?

In this article, I share some thoughts about what made me want to be and continue to be a...

Learn More 1 0Aug 20 '22

Keeping secrets secure when using API Clients

When using some API Clients (like REST Client or the HTTP Client of JetBrains' IDEs), environment...

Learn More 0 0Aug 1 '22

Week 20, 2022 - Tips I learned this week

Reminder for my future self: don't forget about "this" in ts Once again, I found myself...

Learn More 5 0May 23 '22

Week 19, 2022 - Tips I learned this week

Git tip of the week If you have read my git cheat sheet, you know that I am a big fan of...

Learn More 2 0May 14 '22

Why will I choose Pulumi over Terraform for my next project?

In today's world of cloud-first applications, multi-cloud/hybrid cloud companies, and complex...

Learn More 5 0May 2 '22

How to provision an Azure SQL Database with Active Directory authentication

In this article, we will talk about how to provision an Azure SQL Database with authentication...

Learn More 11 0Feb 22 '22

Week 5, 2022 - Tips I learned this week

This week we talk about code analysis in .NET, cron expressions with crontab guru, diagrams in Azure...

Learn More 2 0Feb 4 '22