How to Create an iOS Shortcut to Prevent Mindless Scrolling
Tired of losing hours to the black hole of social media? Use this tutorial to create an iPhone/iPad Shortcut to be more intentional with your time.
The personal website for Megan Sullivan, a software developer and educator.
Tired of losing hours to the black hole of social media? Use this tutorial to create an iPhone/iPad Shortcut to be more intentional with your time.
Why build your own modal from scratch when you can use a semantic HTML element that gives you a bunch of features for free? In this post, learn the basics of how to use the HTML dialog element.
I built my first hackathon app! Here are my top takeaways from the experience.
I started streaming last month! A quick reflection on my motivations and future plans.
It's Global Accessibility Awareness Day! Here are 3 tips to help content creators make their websites more accessible for disabled people.
There are three things that every piece of educational content needs: Context, Relevance, and Application. This post explains each piece and how I use them to improve my teaching and technical writing.
This tutorial explains how to connect your iPhone or iPad to an existing Obsidian vault, without a monthly subscription.
Retrospectives are a powerful tool for improving your team processes. This post explains how to run your first retro and make your work more efficient and enjoyable.
We all need feedback to grow and improve. Running a 360˚ speedback is a quick way to efficiently share 1:1 feedback with teammates.
This post explains how to set up a shell script for easily switching between command prompt themes for teaching and working.
Getting started as a content creator or developer educator? These are my top 9 recommended resources for anyone interested in learning and education.
5 tips for building a high-quality documentation site that works for both newcomers and power users.
Learning new things is hard. This illustrated post talks about some evidence-based strategies you can use to make it easier.
Leading a workshop remotely presents some unique challenges. This post outlines some teaching strategies to help things go smoothly.
A brief, illustrated introduction to RSS feeds and how they work.
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.
There are multiple ways to toggle visibility in CSS. This diagram helps you decide which approach is right for your use case.
Reflecting on 2020, and setting goals for the year ahead.
GraphQL is an alternative to REST, but what does that mean? This sketchnote explains some of the differences through visual metaphors.
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.
localStorage and sessionStorage are two ways that web browsers store data. This sketchnote describes the difference between the two and illustrates their common API.
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.
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!)
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!
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.