What is NULL?
If you are good sql programmer, you probably know everything about null. But if you start your adventure with sql you should read it.
postgresql
Flexbox and absolute positioning
Comparision of absolute and flex positioning.
css
New CSS for Styling Underlines on the Web
Do you know text-underline-offset, text-decoration-thickness and text-decoration-skip-ink? No? Watch it.
css
How To Monitor MySQL With dim_STAT
Do you use MySQL? Do you monitor MySQL performance? This article is about monitoring MySQL performance 😉
MySQL
Email Confirmation with ASP.NET Core Identity
Author describes how to use email confirmation with asp.net core identity
ASP.NET Core
How to Use the Web Storage API
Very good guide about localStorage and sessionStorage.
javascript
EF Core 5.0: Using ToQueryString() method to translate LINQ query to SQL
Description of ToQueryString() method.
EF Core