Tag: How-to

8 posts

Setting up macOS to suck a bit less

Where's my tiling window manager???

Jun 11, 2026
1

headingoffset Is Coming: How to Prepare Today

With headingoffset starting to land in browsers, learn how to prepare now using polyfills, safe CSS fallbacks, and accessibility-first heading styling.

Jun 3, 2026

Making Scrollable Code Blocks Accessible

Fix keyboard accessibility gaps in Safari: learn why scrollable code blocks need focus and how a small polyfill makes them accessible for keyboard users.

Feb 13, 2026
Finding That Group That Wants to Watch You
Andy Bundy icon
Andy Bundy
andybundy.net

Finding That Group That Wants to Watch You

Building an audience can be difficult. These are my thoughts as to how you can find those people who want to watch you.

Jan 28, 2023

How to leverage GitHub and semantic release to reduce vulnerabilities in your packages

Have you ever noticed, when you install your project’s dependencies, that npm is reporting known vulnerabilities you just installed?

Dec 15, 2022
Get Streaming: How to start streaming on Twitch
Andy Bundy icon
Andy Bundy
andybundy.net

Get Streaming: How to start streaming on Twitch

Streaming on Twitch seems like an alluring thing, but sometimes it can be incredibly daunting to start. In this series I'm going to call Get Streaming, I'm going to go through some easy steps to get you started to stream on your favorite platform, whether it's Twitch, YouTube or any other platform you might want...

Sep 23, 2021

Things You Need To Test Your Web App

Discover essential techniques for testing web apps across devices and browsers. Use DevTools, Lighthouse, and network throttling to ensure reliable performance.

Dec 16, 2020

How to display code coverage of a Vue project in Gitlab

One might think that this should be pretty straight forward but there are some hoops you need to jump in order to get it to work.

Sep 29, 2020