Blog
17 posts found
How to Run a 360˚ Speedback
November 17th, 2022 | 9-minute read
We all need feedback to grow and improve. Running a 360˚ speedback is a quick way to efficiently share 1:1 feedback with teammates.
Switching between zsh Themes with a Shell Command
July 3rd, 2022 | 9-minute read
This post explains how to set up a shell script for easily switching between command prompt themes for teaching and working.
My Reading List for Developer Educators
May 17th, 2022 | 12-minute read
Getting started as a content creator or developer educator? These are my top 9 recommended resources for anyone interested in learning and education.
Docs for Everyone!
January 25th, 2022 | 19-minute read
5 tips for building a high-quality documentation site that works for both newcomers and power users.
How to be a Better Learner
August 1st, 2021 | 12-minute read
Learning new things is hard. This illustrated post talks about some evidence-based strategies you can use to make it easier.
Tips for Teaching a Remote Workshop
April 2nd, 2021 | 14-minute read
Leading a workshop remotely presents some unique challenges. This post outlines some teaching strategies to help things go smoothly.
An Intro to RSS Feeds
February 13th, 2021 | 5-minute read
A brief, illustrated introduction to RSS feeds and how they work.
How to Add an RSS Feed to Your Gatsby Site
January 30th, 2021 | 15-minute read
RSS feeds are a low-maintenance way to help your readers stay up-to-date on your latest content. This post walks you through the steps to add an RSS feed to an existing Gatsby site.
[Sketchnote] Visibility in CSS
January 4th, 2021 | 4-minute read
There are multiple ways to toggle visibility in CSS. This diagram helps you decide which approach is right for your use case.
Year in Review: 2020 Restrospective
December 31st, 2020 | 14-minute read
Reflecting on 2020, and setting goals for the year ahead.
[Sketchnote] Why Use GraphQL?
December 13th, 2020 | 3-minute read
GraphQL is an alternative to REST, but what does that mean? This sketchnote explains some of the differences through visual metaphors.
Ways to Use Up Your Professional Development Budget
December 3rd, 2020 | 4-minute read
Not sure how to use up the rest of your professional development budget? Here's a list of resources I've either used or added to my own wishlist.
[Sketchnote] Web Storage APIs: How Browsers Store Data
November 29th, 2020 | 2-minute read
localStorage and sessionStorage are two ways that web browsers store data. This sketchnote describes the difference between the two and illustrates their common API.
Documentation, Scaffolding, and Paper Mario
November 11th, 2020 | 12-minute read
What do good documentation and Paper Mario have in common? Scaffolding. Learn three ways to improve your docs by supporting readers in their journey to understand complex concepts.
A Deep Dive on Managing Focus with React, Jest, and Enzyme
August 23rd, 2020 | 22-minute read
Focus management is an important part of building accessible websites. This post explains how to use React ref to programatically move focus between elements on a web page. (Including tests!)
3 Teaching Techniques to Make You a Better Consultant
August 18th, 2020 | 7-minute read
When I became a software developer, I thought my teaching days were behind me. But as it turns out, software consulting and teaching actually have a lot in common!
Meet the Game Boy Instruction Set
March 7th, 2020 | 8-minute read
I built an interactive opcode table to help people understand the Game Boy instruction set. This post describes the project and highlights some lessons I learned along the way.