Week 46, 2022 - Tips I learned this week
This week, I installed .NET 7 on my laptop and I used Windows Package Manager for that:
Week 20, 2022 - Tips I learned this week
Once again, I found myself forgetting that this
can lose context in JavaScript/TypeScript which results in exceptions because this
is undefined. This is probably obvious for most developers but this is not a case I come across often so it's better to write it down so that I have something to refer to next time.
Week 19, 2022 - Tips I learned this week
If you have read my git cheat sheet, you know that I am a big fan of the GitLens vscode extension. I have been using it for a while now but just discovered recently that there is a Git Command Palette that gives access to most common Git commands.
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 DevOps wikis, and sending HTTP requests in VS Code.
Week 3, 2022 - Tips I learned this week
.NET 6 introduced a new way to build a .NET application using the new WebApplication
and WebApplicationBuilder
classes. One thing I like about it is how configuration is handled. Instead of using the ConfigureAppConfiguration
method to add a new configuration source, you can directly use the Configuration
property on the WebApplicationBuilder
instance. You can see an example of this change on this screenshot of the ASP.NET Core documentation:
Week 2, 2022 - Tips I learned this week
This is my first article of the series Tips I learned this week for 2022 🚀! And today we are going to see some tips about .NET, Azure, GitHub, and VS Code.
Week 45, 2021 - Tips I learned this week
Since a colleague showed me the Vue Devtools
extension, it has been a game-changer for me to work on Vue.js projects. It is very useful!
Week 41, 2021 - Tips I learned this week
This week I worked mainly in vs code to do some web development so tips will mostly be about vscode.
Week 39, 2021 - Tips I learned this week
This week is mainly about learning Azure tooling.
Week 22, 2021 - Tips I learned this week
This week I learned some Azure CLI commands, how to have JSON IntelliSense in vscode and that Azure Storage Explorer was usable again.