ToolingMar 11, 2024Call your Azure AD B2C protected API with authenticated HTTP requests from your JetBrains IDEAutomatically acquire OAuth 2.0 tokens
TipsNov 20, 2022Week 46, 2022 - Tips I learned this weekSome tips about .NET, pnpm, and Azure DevOps.
ToolingSep 2, 2022How 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
ToolingAug 1, 2022Keeping secrets secure when using API ClientsPlaying with Azure CLI and Nushell to generate a secret environment file to send HTTP requests
TipsMay 23, 2022Week 20, 2022 - Tips I learned this weekThe "this" in TypeScript, a must-have tool for Durable Functions, and a new git alias.
TipsMay 14, 2022Week 19, 2022 - Tips I learned this weekGit commands in vscode, a nice tool for Vue developers and a must-have Visual Studio extension.
TipsJan 24, 2022Week 3, 2022 - Tips I learned this week.NET configuration providers, Vite vscode extension, Azure DevOps pull request templates, and degit.
TipsJan 14, 2022Week 2, 2022 - Tips I learned this weekTooling around .NET, Azure, Github and VS Code.
ToolingNov 28, 2021Organize your GitHub stars with AstralAnother way to bookmark GitHub repositories.
DevelopmentAug 25, 2021Producing packages for Windows Package ManagerAutomate the upgrade of a winget package with GitHub Actions and Winget Create.
ToolingMay 31, 2021Customize your applications when installing them with wingetThe override option of winget install command
ToolingMay 26, 2021Install your applications with wingetUsing Windows Package Manager import to install multiple applications.
TipsMar 7, 2021Week 9, 2021 - Tips I learned this weekWindows Terminal startup actions, a git config setting for submodules, and a better IntelliSense for azure pipelines vscode extension.
TipsApr 6, 2020Clean up your local git branches.Playing with Nushell to create a useful git alias to delete unused local git branches.
ToolingMar 5, 2019Testing your API with REST ClientWhy using the vscode extension "REST Client" instead of Postman?