Alexandre Nédélec (Page 5)

Hi, I'm a .NET developer fond of Microsoft technologies, welcome to my blog !

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 purpose of the series and the topics we plan to cover.

Read more...

Manage multiple Node.js versions

pnpm env

If you are working on various projects, you have likely encountered situations where you need to have multiple versions of Node.js installed on your computer.

Read more...

Perform Dynamic Execution of an npm Package

pnpm dlx

Sometimes, all you want to do is grab an npm package and execute a command with it, without having to install it (whether globally or as a dependency).

Read more...