How did I automate the setup of my developer Windows laptop?
A git repository, 2 packages managers, a little bit of scripting, and here is my new environment ready
Tooling
Keeping secrets secure when using API Clients
Playing with Azure CLI and Nushell to generate a secret environment file to send HTTP requests
Tips
4 tips about GitHub Actions environment variables and contexts
I recently played a bit with GitHub Actions and as I have spent some time running, again and again, my workflows to understand what was going wrong I thought it could be interesting to share what I have learned especially concerning environment variables and contexts.
Development
Producing packages for Windows Package Manager
Automate the upgrade of a winget package with GitHub Actions and Winget Create.
DevOps
Automate configuration of Teams Tab SSO with PowerShell.
Creating a PowerShell script to configure SSO for the tab of a Teams application.
Tips
Clean up your local git branches.
Playing with Nushell to create a useful git alias to delete unused local git branches.
Tooling
Goodbye Azure Portal, Welcome Azure CLI
Let's jum into Azure CLI to manage Azure resources. The article will show the syntax, the main functionalities and some less-known features like Azure CLI interactive mode.