Don’t know the guy, but looks interesting enough:
Author: TheSmithy
tympanus.net/codrops
Codrops is a web design and development blog that publishes articles and tutorials about the latest web trends, techniques and new possibilities. The team of Codrops is dedicated to provide useful, inspiring and innovative content that is free of charge.
BEM — Block Element Modifier is a methodology
BEM — Block Element Modifier is a methodology that helps you to create reusable components and code sharing in front-end development

http://getbem.com/introduction/
Also read: Why BEM? (in a nutshell)
CSS Wizardry
217 post on this site, mostly covering CSS, architecture, performance, and web development. Find a reverse-chronological list of them all here.
Draggabilly
Make that shiz draggable
github.com/desandro/draggabilly
Rad because it supports IE10+ and touch devices.
Read MoreThe State Of CSS 2019

We’ve surveyed over 10,000 developers in this first ever State of CSS survey. So join us to find out which CSS features are used the most, which tools are gaining adoption, and much more.
Should I remove It?
https://www.shouldiremoveit.com/
Purge Your PC of Program Clutter
Take the guesswork out of removing unwanted PC programs.
Jason Molina – in memoriam
on the passing of jason molina
We are deeply saddened to announce that Jason Andrew Molina passed away in his home in Indianapolis this past Saturday, March 16th of natural causes at age 39. Jason was a world class musician, songwriter & recording artist. He was also a beloved friend. He first caught international attention in 1996 when he began releasing albums under the name Songs: Ohia. In 2003 he started the band Magnolia Electric Co. Between those two bands he released over a dozen critically-acclaimed albums and — starting in 1997 — he toured the world every year until he had to stop in 2009 to deal with severe alcoholism. Jason was incredibly humbled by his fans’ support through the years and said that the two most important words he could ever say are “Thank you.”
Read MoreWhat are CSS Modules and why do we need them?
#What are CSS Modules?
According to the repo, CSS modules are:
CSS files in which all class names and animation names are scoped locally by default.
So CSS Modules is not an official spec or an implementation in the browser but rather a process in a build step (with the help of Webpack or Browserify) that changes class names and selectors to be scoped (i.e. kinda like namespaced).