Windows subsystem for Linux now has a real Linux kernel and many other goodness. Let's explore how to use it
Sometimes you have legacy projects with many solutions that compose a single product. In this scenario you want to build each solution separately but you also need a full release to build everything at the same point in time
When you experiment with security, it is useful to have a safe environment isolated from your production machines.
Strange errors happened if you try to test dotnetcore project compiled for x86 architecture
Why using Hugo and in general why static site generator is a good idea
Sometimes you need to group by or filter Application Insight logs using a custom property, it is really easy with the expand capabilities
Always limit what a user can send to your API for better security
If you got a green pipeline result but you have Test Error in summary, this is probably caused by re-run of flaky tests.
Why using server code and a database when all you need is a static code generator?