A good[ish] website
Web development blog, loads of UI and JavaScript topics
An introduction to MDX, and how to configure and set it up on an existing Gatsby site. MDX explained briefly MDX is like Markdown, but it…
Make your data tables pop more, by making the data in them more friendly by means of sortable columns, all the while keeping things…
I faced a completely thick problem when I was trying to filter a nested array object. I kept mutating the original variable, even though…
This post looks into how to make a list which has a search field, so that the user filter the list. Demo This is what we’re building: The…
Here’s how to make hard disks stop after a period of idle time. Lately I’ve been dabbling around with Raspberry PIs, and I had a problem…
Here’s how to force a re-render on a function-style React component. Spoiler alert: it’s really simple. Why would you want to force a re…
There’s a new CSS property in town called content-visibility . It will defer the rendering of elements until they’re about to hit the…
You can tell Google or Bing about the changes that have happened in your site, by pinging them your changed sitemaps. "Pinging" in this case…
How to resize DOM elements supers easily with pure CSS, or in a more fancy way using React lib. You know how textareas can be resized easily…
This post looks how to render posts from your drafts directory in an MDX Gatsby setup. Locally only, so you don’t leak unfinished posts. I…