Skip to content
  • Home
  • Articles
  • Screencasts
  • Projects
  • About
  • Resources
  • Screencasts
  • Today I learned
  • Things I use
  • Talks
  • Newsletter
  • Home Home
  • Articles Articles
  • Screencasts Screencasts
  • Projects Projects
  • About About
  • Other Stuff
    • Blogroll People blogging great stuff.
    • Resources Bookmarks I want to keep for later.
    • Show some love Support my blog and newsletter.
    • Talks Talks I've given at conferences.
    • Things I use My hardware and software setup.
    • Today I learned 254 #TIL posts.
  • Newsletter
Stefan on LinkedIn Stefan on Mastodon Stefan on Bluesky RSS

Articles โ€“ Page 129

Keep writing, writing, writing ...
  1. CSS grid is the shortest way to center elements

    Published Jul 02 2018 in CSS

    I was writing align-items and justify-items in combination with flexbox for years and now found out about place-items which makes centering elements with grid way shorter.

  2. Faster static site builds Part 1- Process only what you need

    Published May 17 2018 in JavaScript , StaticSites

    In this first of two articles on static sites, I will share with you how you can speed up your build process on Netlify with a custom caching layer. The second article will go into the implementation of incremental builds using Nuxt.js.

  3. The new era of static sites โ€“ how JavaScript powers everything

    Published May 11 2018 in JavaScript , StaticSites

    This post takes a look at common JavaScript powered static site generators and goes into advantages of a fully powered JavaScript stack.

  4. Non-capturing groups in JavaScript regular expressions

    Published May 06 2018 in JavaScript , RegularExpressions

    How to group substrings in regular expressions without capturing them. Say hello to non-capturing groups.

  5. +-0, NaN and Object.is in JavaScript

    Published Apr 21 2018 in JavaScript

    Object.is is a better alternative to ===. Let's have a look at why!

More articles

  1. Previous page
  2. Page 129 of 143
  3. Next page

Most popular posts

  • On being a "JavaScript framework developer"...
  • How to split JavaScript strings into sentences, words or graphemes with "Intl.Segmenter"
  • Can we have custom media queries, please?
  • How to "officially" deprecate methods with Node.js utilities
  • Web Weekly #172
Read popular posts

Weekly newsletter

Weekly newsletter all around web development

Get weekly news

TIL: Today I learned in Web Dev

  • light-dark() isn't always the same as prefers-color-scheme
  • How to "officially" deprecate methods with Node.js utilities
  • pathLength makes makes SVG path animations easier to manage
Learn something new

Blogroll

5 random Sites I'm subscribed to via RSS. ๐Ÿ‘‡

  • Email is good.
  • Mayank
  • Ryan Mulligan
  • browsers.fyi
  • Eric Bailey
Discover more blogs

Other stuff

Topics

  • JavaScript (128 posts)
  • CSS (104 posts)
  • Tools (61 posts)
  • HTML (55 posts)
  • Bash (45 posts)
  • NodeJS (41 posts)
  • Accessibility (36 posts)
  • Web (30 posts)
  • git (23 posts)
  • VSCode (21 posts)
  • Performance (20 posts)

Random Web Dev Learnings

  • [ is an actual bash command
  • The CSS "content" property accepts alternative text
  • field-sizing isn't only about growing textareas
  • Index images, videos and news with specialized sitemaps
  • Header & footer elements change their roles when they're inside of sectioning content
  • "npm root" locates the global node modules directory

Popular articles

  • On being a "JavaScript framework developer"...
  • How to split JavaScript strings into sentences, words or graphemes with "Intl.Segmenter"
  • Can we have custom media queries, please?

Recently updated resources

  • Staying up to date
  • Writing good docs, blogs and technical articles
  • Public speaking

stefanjudis.com ยฉ 2025 by Stefan Judis is licensed under CC BY-NC-SA 4.0

All rights reserved and content created without AI.

โ™ฅ๏ธ