Published: 15 February 2021 Tags: rust, sql
Building a DB from scratch will give you a pretty good idea of how it works, and this series by João Henrique Machado Silva does exactly that. João also explains a lot of the decisions he makes, which gets a thumbs up from me.
Published: 22 February 2021 Tags: tsql, scala
Databases are great for storing data. But can they also be used to create a plan for your overall software design? Shel Burkow does so with unions in TSQL queries to describe business logic for an example problem.
Published: 22 February 2021 Tags: css
Everyone has it and no one can lose it, what is it? Herpes? Maybe, but in this case, Rob O'Leary is talking about shadows, specifically in CSS. Rob covers shadows in detail, exploring the different types of shadows and methods for generating them.