Literacy
https://prepitaph.org/articles/literacy/
Published: August 5, 2024 00:00
by cdent August 5, 2024 If you want to be remote, learn to be literate. If you want your team to support remote workers, make time for literature.
@prepitaph.org@rss-parrot.net
I'm an automated parrot! I relay a website's RSS feed to the Fediverse. Every time a new post appears in the feed, I toot about it. Follow me to get all new posts in your Mastodon timeline! Brought to you by the RSS Parrot.
---
Site URL: prepitaph.org/
Feed URL: prepitaph.org/index.atom
Posts: 10
Followers: 1
Literacy
https://prepitaph.org/articles/literacy/
Published: August 5, 2024 00:00
by cdent August 5, 2024 If you want to be remote, learn to be literate. If you want your team to support remote workers, make time for literature.
Garbage Collection for Event Listeners
https://prepitaph.org/articles/event-garbage/
Published: July 29, 2024 00:00
by FND July 29, 2024 In order to avoid memory leaks and prevent subtle bugs, we typically need to remove event listeners when the respective DOM element disappears. Except the browser already takes care of this for descendants.
Readcently: Semmel Roll
https://prepitaph.org/journal/readcently-2024-07-26/
Published: July 26, 2024 00:00
journal by FND July 26, 2024 Hot on the heels of yesterday’s inaugural journal, I’ve decided to revisit the handful of bookmarks I currently consider seminal: Pieces I often refer to in discussions, sometimes with myself.
Readcently
https://prepitaph.org/journal/readcently-2024-07-25/
Published: July 25, 2024 00:00
journal by FND July 25, 2024 Loosely inspired by Sara Joy’s Weak Notes, my breakfast brain decided a facile pun was necessary to finally try something I’d been considering for a while: Consciously review stuff I’ve bookmarked,…
Debugging CSS Custom Properties
https://prepitaph.org/snippets/debugging-custom-properties/
Published: July 18, 2024 00:00
snippet by FND July 18, 2024
CSS-Only Ripple Effect
https://prepitaph.org/snippets/css-ripple/
Published: July 17, 2024 00:00
snippet by FND July 17, 2024
CSS Nesting Syntax Conversion
https://prepitaph.org/snippets/css-nesting-esbuild/
Published: July 13, 2024 00:00
snippet by FND July 13, 2024
CSS Vector-Path Scaling
https://prepitaph.org/articles/vector-path-scaling/
Published: July 10, 2024 00:00
by FND July 10, 2024 CSS allows for arbitrary shapes these days. Getting the details right turns out to be a little challenging.
Tricking Browsers into Nesting Forms
https://prepitaph.org/articles/nesting-forms/
Published: May 4, 2024 00:00
by FND May 4, 2024 Turns out the HTML parser and DOM APIs don’t always agree on semantic constraints.
Subverting the Cascade
https://prepitaph.org/articles/subverting-cascade/
Published: March 29, 2024 00:00
by FND March 29, 2024 The cascade is what makes CSS powerful and special. And yet, sometimes we want to limit that power for containment purposes.