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 246 #TIL posts.
  • Newsletter
Stefan on LinkedIn Stefan on Mastodon Stefan on Bluesky RSS

Articles โ€“ Page 121

Keep writing, writing, writing ...
  1. Develop, edit & deploy websites entirely in the cloud with the CodeSandbox, Contentful and Netlify trio

    Published Aug 07 2018 in Contentful , Serverless , StaticSites

    Setting up a development machine can be a tedious process. Building software relies heavily on things being present on yout machine. But you using online services you really can develop websites, make them editable and later deploy them from any computer.

  2. SVGs have additional pointer-events properties

    Published Aug 01 2018 in CSS , SVG

    It turns out you can pick several other pointer events for SVGs...

  3. Check if an element includes a certain class with "matches"

    Published Jul 16 2018 in JavaScript

    I used classList.contains for years to figure out if an element contains a certain class but it turns our Element.matches does the job just fine.

  4. 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.

  5. 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.

More articles

  1. Previous page
  2. Page 121 of 136
  3. Next page

Most popular posts

  • How to import JSON files in ES modules (Node.js)
  • APIs to generate random user avatars
  • Web Weekly #160
  • How to style element descendants with Tailwind CSS
  • Web content, the social contract and copyrights
Read popular posts

Weekly newsletter

Weekly newsletter all around web development

Get weekly news

TIL: Today I learned in Web Dev

  • Forbidden headers can't be set in "fetch" requests
  • The macOS inline dictionary has a shortcut
  • parseInt parses anything starting with a number
Learn something new

Blogroll

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

  • Adrian Roselli
  • Chris Coyier
  • Bramus
  • Ryan Mulligan
  • Malte Ubl
Discover more blogs

Other stuff

Topics

  • JavaScript (128 posts)
  • CSS (99 posts)
  • Tools (59 posts)
  • HTML (54 posts)
  • Bash (44 posts)
  • NodeJS (38 posts)
  • Accessibility (35 posts)
  • Web (29 posts)
  • git (23 posts)
  • Performance (20 posts)
  • VSCode (19 posts)

Random Web Dev Learnings

  • How to run apps in low-resolution on macOS
  • Cross-origin module scripts require CORS response headers
  • How to split JavaScript strings into sentences, words or graphemes with "Intl.Segmenter"
  • oklch() retains perceived lightness for different hue angles
  • Improved git workflow with fixup and autosquash
  • The short version of 'git status' and the close but different '--porcelain' mode

Popular articles

  • How to import JSON files in ES modules (Node.js)
  • APIs to generate random user avatars
  • Web Weekly #160

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.

โ™ฅ๏ธ