Skip to content

Daily Developer Tips | Go Make Things

Hate the complexity of modern front‑end web development?

  • By Chris Ferdinandi
  • Based in United States of America
  • Roughly four posts per week
  • First post on

Posts per month

Data for this chart is available in the table below
Posts per month
Month starting Posts
Nov 2022 15
Dec 2022 16
Jan 2023 20
Feb 2023 17
Mar 2023 23
Apr 2023 19
May 2023 19
Jun 2023 20
Jul 2023 20
Aug 2023 16
Sep 2023 20
Oct 2023 16
Nov 2023 19
Dec 2023 5

Any gaps could be due to errors when fetching the blog’s feed.

Most recent posts

Web performance is a social and political issue
Every now and then, a series of posts on Mastodon that I’ve been meaning to share line-up. Back in November, accessibility expert Adrian Roselli shared an article on internet speeds in the US, noting… Regular …
On , 252 words
Web Components make your code more obvious
One of my favorite side-effects of using Web Components for DOM manipulation over more traditional approaches is that it makes your code a lot more obvious. For example, consider a <button> that opens a modal. …
On , 258 words
Custom events in Web Components
The other day, I wrote about how to handle event listeners in Web Components. One other thing I love to bake into many of my Web Components are Custom Events. Custom Events are events your …
On , 698 words