How to be Annoying with CSS Cursors (and a sprinkle of JS)APR 19, 2022, 2 minute read
—
TIL
Emoji cursors changing based on position? Oh my.
Add a Random Page Button to Hugo SiteFEB 13, 2022, 2 minute read
—
TIL
Let users read a random page on your site. A quick guide on how to add this feature to your site in no time.
Python Parse RSS Feed With No DependenciesFEB 3, 2022, 1 minute read
—
TIL
Parsing RSS with Python standard library.
Add Search to Hugo Static Site in 5 Minutes with No DependenciesJAN 28, 2022, 2 minute read
—
TIL
Add search to your static site in 5 minutes, the 80/20 effort-saving guide. No dependencies needed here.
Tiny Python Router for AWS Lambda APIsJAN 21, 2022, 3 minute read
—
TIL
The utility of Python Flask routing on a Lambda, without the framework.