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
  • Newsletter
  • 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 212 #TIL posts.
Stefan on Mastodon Stefan on Twitter RSS

Interesting links โ€“ Page 17

Quick thoughts about intersting things online...
  1. How to define element aspect-ratios with CSS custom properties

    Published Sep 11 2020 in CSS

    How to write a configurable component class that controls an element's aspect-ratio by specifying some custom variables.

  2. How to target non-empty but invalid input elements with CSS

    Published Sep 08 2020 in CSS

    A clever CSS rule combining :invalid and :placeholder-shown to show validation state of non-empty input elements.

  3. Bash scripting pitfalls and solutions โ€“ how to do (safe) things in bash

    Published Sep 06 2020 in Bash

    Tips, tricks and tools to write better shell scripts.

  4. Should every error result in an error in GraphQL, too?

    Published Aug 31 2020 in GraphQL

    An approach to better GraphQL error handling โ€“ not every error has to be a hard error in your GraphQL API.

  5. Is the module/nomodule bridge worth it?

    Published Mar 17 2020 in JavaScript

    A look at a tool to figure out if the JavaScript module/nomodule bridge brings many file savings.

More notes

  1. Previous page
  2. Page 17 of 17
  3. Next page

Most popular posts

  • How to import JSON files in ES modules (Node.js)
  • A new method to validate URLs in JavaScript (2023 edition)
  • APIs to generate random user avatars
  • Top-level await is available in Node.js modules
  • How to override your dependency's dependencies (Node.js)
Read popular posts

Weekly newsletter

Weekly newsletter all around web development

Get weekly news

TIL: Today I learned in Web Dev

  • Self-closing tags are mostly meaningless in HTML
  • How to use EventTarget as a web-native event emitter
  • Safari allows to configure password autofilling
Learn something new

Blogroll

15 random RSS feeds I'm subscribed to. ๐Ÿ‘‡

Discover fantastic blogs

Other stuff

Topics

  • JavaScript (116 posts)
  • CSS (88 posts)
  • Tools (56 posts)
  • HTML (41 posts)
  • Bash (40 posts)
  • NodeJS (35 posts)
  • Accessibility (27 posts)
  • Web (22 posts)
  • git (20 posts)
  • Performance (19 posts)
  • macOS (15 posts)

Web Dev Learnings

  • String.prototype.replace supports replacement patterns
  • You can't set new properties on JavaScript Symbols
  • The relative font weight axis โ€” how variable fonts ease font weight transitions
  • You can nest SVG elements
  • YouTube offers RSS feeds for channels
  • Safe/unsafe alignment in CSS flexbox

Popular articles

  • How to import JSON files in ES modules (Node.js)
  • A new method to validate URLs in JavaScript (2023 edition)
  • APIs to generate random user avatars

Recently updated resources

  • Timeless articles
  • Job hunt and interviewing
  • A Firefox-only minimap
ยฉ 2023 Copyright Stefan Judis. All rights reserved.
โ™ฅ๏ธ