rssed

a collection of dev rss feeds - blogroll

Add a new feed

+

162 feeds


Darek Kay

Posts

A guide to bookmarklets 🔗

I'm a frequent user of bookmarklets. As I'm sharing some of them on my blog, I wrote this post to explain what bookmarklets are and how to use them. I [...]

Prevent data loss on page refresh 🔗

It can be frustrating to fill out a web form, only to accidentally refresh the page (or click "back") and lose all the hard work. In this blog post, I [...]

Web push notifications: issues and limitations 🔗

In this post, I'll summarize some problems and constraints that I've encountered with the Notifications and Push web APIs. Notification setting [...]

Website themes with uBlock Origin 🔗

Browser extensions like Stylish, Stylus or Tampermonkey make it possible to create custom website themes/skins. At the same time, I try to lower the n [...]

Video subtitles, captions, audio descriptions and transcripts 🔗

As I was preparing the requirements for an accessible web video player, there was some confusion around subtitles, closed captions, audio descriptions [...]

Building a photography website 🔗

Last year, I started a photography hobby. Soon after, I've created a place where I can share some of my work, without any attention-driven algorithms [...]

Delaying asset requests in Eleventy 🔗

While building my photography portfolio, I've put much effort into optimizing the picture loading behavior. One technique is to provide a visual fallb [...]

My personal one-pager 🔗

I've been using "Darek Kay" as my pseudonym since school. My surname was long and difficult to pronounce, so I've been mostly using it in a formal con [...]

Style your RSS feed 🔗

RSS isn't dead. It isn't mainstream, but it's still a thriving protocol, especially among tech users. However, many people don't know what RSS feeds a [...]

Fixing long start-up times of the Eleventy dev server 🔗

Recently, I've encountered a peculiar issue with Eleventy. The development server stopped working: eleventy --serve [11ty] Wrote 92 files in 0.48 seco [...]

Handling Enzyme in React 18 🔗

React Testing Library (RTL) is arguably superior to Enzyme, due to a shift from testing implementation details to more user-centric unit tests. Howeve [...]

Running Storybook from a separate folder 🔗

After migrating a project to Vite, I've moved my Storybook setup into a separate module — a folder next to the actual app: 📁 project ├─ 📁 app | ├─ [...]