Reading List
- A retrospective look at Mac OS X Snow Leopard
Riccardo Mori
•
23 Feb 2021
Yes, Mac OS X 10.6 Snow Leopard is as good as I remembered.
- Why I’m Losing Trust in Open Source
Gibson
•
22 Feb 2021
Back when I was starting to code several years ago. I picked up The Cathedral and the Bazaar by Eric Raymond and I was blown away at the idea of free software. Just in case you are not familiar, free software as in freedom and not free beer.
- Records & Tuples for React
...and how they are much more than immutable data structures.
- What the heck, z-index??
The z-index property can be a tricky little bugger. Sometimes, no matter how much you crank up the number, the element never rises to the top! In this article, we explore stacking contexts, and see how they can thwart our efforts to use z-index.