Guidelines

by

A twist on the famous regex-cannot-parse-HTML stackoverflow answer except it's regex and text parsing, followed by regexes

Reading Time: 14 minutesHygenic code is commented code. But often, it can be difficult to understand where, when, or even how to comment your front end code. So I’d like to share a small guide for writing comments in your front-end that makes the developer experience better for everyone.

by

Reading Time: < 1 minuteI’m not Kyle Simpson or Jordan Harband. I’m not some massive JavaScript influencer and OSSer who’s writing new lint tools and utilities. But I am a dude who loves code standardization. So I want to share some good-enough JavaScript practices that anyone who has to touch JS can follow.

by

I am a Screenshare, not a Phishing Vector

Reading Time: 5 minutesIt’s 2021. We’re somewhere between one and thirteen years into the pandemic. Time isn’t really relevant any more, but what is relevant is what the hell is going on in your Zoom / Slack / Teams / Skype / Google Meets screensharing session. I’ve worked remotely for a decade, as have many of my colleagues.

by

Some Pretty terrible class names

Reading Time: 9 minutesPhil Karlton has famously said that the two hardest things in computer science are naming things and cache invalidation. That’s true. Naming stuff is hard, and so is updating a class name when the stylesheet is cached.