Free Faces
This website is a curated collection of typefaces that are available under a variety of free licences somewhere on the interwebs.
SuperGeekery: A blog probably of interest only to nerds by John F Morton.
Welcome to my link library. These are not links to content I have created unless you see that mentioned in the link’s description. These are links I found interesting enough to want to keep track of. If you read Craft Link List, the Craft CMS newsletter I used to write, this page is a replacement of sorts for that exercise. Enough talk. Let’s hit the links.
This website is a curated collection of typefaces that are available under a variety of free licences somewhere on the interwebs.
Command line tool for “Can I Use …” and MDN Browser Compat Data.
The author finds using ChatGPT for programming to be a real productivity boost, allowing for tailored code and speeding up work, and prefers using ChatGPT over GitHub CoPilot and Claude for generating code, finding it more useful and familiar.
Unsection is a website that offers inspiration for various website sections. It is a good resource for finding the best website section for your website.
The Internet Archive is now home to 53 episodes of The Famous Computer Café, a 1980s radio show about the new world of home computers.
Logging is essential for leaving an audit trail of CMS events. Monolog is a logging library that ships with Craft CMS 4.
It controls and looks great, though the game was outshined by its sequels.
An experiment in javascript-free syntax highlighting, made possible by opentype contextual alternates and COLR table
StackExchange Q&A about the Asset class.
Tips for Keeping All Frontend Applications Secure
Terms and concepts useful for starting in 3D design/modeling/graphics.
Terms and concepts useful for starting in 3D design/modeling/graphics.
JSON Crack Editor is a tool for visualizing into graphs, analyzing, editing, formatting, querying, transforming and validating JSON, CSV, YAML, XML, and more.
You should know that in-app browser can and do literally inject JavaScript into the websites you visit with them with tracking scripts from the app you’re inside of. And that’s just one thing that sucks about them.
Semantic custom properties with @property just reached Baseline newly available.
Closer than you think
By using CSS scroll-driven animations you can ditch a whole bunch of JS. Can you ditch the GSAP library?
I’ve been formatting code by hand in VSCode for months because the twig auto-formatting was completely broken. Here’s how I got it working at last!
Why do bad things happen? Look at the math.
Registrar of Voters Training Program
A twenty-minute overview of Javascript Promises.
A deep dive into the performance implications of using Google Fonts (good and bad) and whether self-hosting is better.
An open source payments switch written in Rust to make payments fast, reliable and affordable — Payments 101 for a Developer · juspay/hyperswitch Wiki
Learn how to use three CSS properties to override font metrics and minimize layout shifts during font load.
A tool that brings attention and understanding to how color contrast can affect people with different visual impairments.
The “Promises” API is a surprisingly tricky part of modern JavaScript. Without the right context, it doesn’t make much sense at all! In this tutorial, you’ll build an intuition for how Promises work by getting a deeper understanding of JavaScript and its limitations.
Iconic font aggregator, collection, & patcher: 9,000+ glyph/icons, 60+ patched fonts: Hack, Source Code Pro, more. Popular glyph collections: Font Awesome, Octicons, Material Design Icons, and more
P5JS doesn’t offer native SVG support, there is however a way to run P5 in an ‘SVG’ mode using zenozeng’s SVG runtime. Running P5 in this SVG mode also requires a lot of interaction with the DOM, which we’ll discuss in this post.