An explanation and guide on the best way to install and manage modules cross-version with Window PowerShell and PowerShell 7.x.
In this post I provide a primer on the ASP.NET Core data-protection system: what it is, why do we need it, and how it works at a high level
In this post I compare the impact of the framework-dependent vs self-contained mode on Docker image size, taking layer caching into account
Here's how I built an PowerShell prompt that countsdown Christmas and displays it with ANSI colors and emojis. A fun way to learn PowerShell.
A message I’m very used to seeing – but does XSS have to mean game over for web security? There’s a persistent belief among web security people that cross-site scripting (XSS) is a “gam…
In this post I describe how to use content negotiation with route-to-code by executing ActionResults.
The code for this post is available under: https://github.com/abunuwas/documentation-driven-development
There’s a fantastic article from last year titled Parse, don’t validate. I’d highly recommend it to any programmer (along with the more recent follow up Names are not type safety). The basic idea i…