Blog Posts
-
I've launched a new tool to help check three colors at once, for when you have hyperlinks without underlines.
-
Advice on interviewing for Junior Developers
Some advice on how to stand out during an interview when your a Junior Developer - either right out of a bootcamp/school, or still early in your career.
-
How to Truncate Type at More Than One Line with Just CSS
Have a design where you want text to get cut off at 2 or 3 lines? You can do it with CSS alone.
-
Life Lessons Learned From Running a Marathon: How to do something really hard
What I learned from doing something really, really hard.
-
A (Brief) intro to Search Engine Structured Data
What is structured data, how does it help search engines understand your content, and how to add it to your site.
-
Javascript Fallback Values on Variables and Booleans - a hard lesson
A lesson I learned using fallback values on a JavaScript variable, but ran into trouble when it dealt with a boolean.