Standard Search
About 209 results
Showing the first 200 results.
https://jakelazaroff.com/words/whats-a-single-page-app/ · 5 Nov 2024
The web development community talks a lot about single-page apps, but are we all on a single page? Here's my ontology of web app architectures, organized by rendering and navigation.
https://marko.tech/journal/visualize-the-dom · 29 Oct 2024
See the DOM in a whole new way.
https://www.coryd.dev/posts/2024/building-an-album-releases-calendar-subscription · 27 Oct 2024
As part of tracking the music I listen to I also keep track of upcoming albums. When I add an album, I also have fields for release dates and links.
https://afloat.boats/posts/skittles · 22 Oct 2024
Reverse engineering Apple's 2D style edit slider for the web, with some React and a whole bunch of math.
https://www.coryd.dev/posts/2024/dynamic-pages-with-11ty-and-cloudflare-workers · 22 Oct 2024
I was rendering about 3300 pages every time my 11ty site built — probably overkill. About 615 artist pages, 1200+ movie pages, 500 show pages, 500 for books and ~35 for genres. Whew. Build times hovered at about a minute (still very impressive!) but woul...
https://marko.tech/journal/find-the-icon · 20 Oct 2024
A quick and simple way to find the icon or favicon on a website.
https://jakelazaroff.com/words/building-a-single-page-app-with-htmx/ · 7 Oct 2024
People talk about htmx as though it's saving the web from single-page apps. Well, I guess I missed the memo, because I used htmx to build a single-page app.
https://www.coryd.dev/posts/2024/a-feed-for-everything-and-everything-in-a-feed · 9 Aug 2024
At the moment my site has 6 different feeds . 5 RSS feeds, an ICS feeds and JSON versions of the 5 RSS feeds. I was asked how they're put together and, well, it's a bit involved.
https://www.coryd.dev/posts/2024/building-a-contact-form-with-a-cloudflare-worker · 1 Jul 2024
Moving my site to Cloudflare meant I lost access to Netlify's forms functionality. I wanted to keep my contact form and have implemented a Cloudflare worker to handle submissions.
https://blog.nove-b.dev/posts/javascript-new-set-vs-array · 18 Jun 2024
ChatGPTでコード生成したところ、new Set() というオブジェクトが出てきたので調べてみた