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

Articles โ€“ Page 97

Keep writing, writing, writing ...
  1. +-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!

  2. Monthly digest โ€“ March 2018

    Published Apr 01 2018 in Newsletter

    A monthly collection of links and things that I've been up to in March.

  3. Viewport units for font sizes destroy zooming

    Published Mar 30 2018 in Accessibility , CSS

    Vadim Makeev shared the surprising fact that view port units can harm accessibility

  4. Accessing the DOM is not equal accessing the DOM โ€“ live vs. static element collections

    Published Mar 22 2018 in JavaScript

    When a browser receives an HTML document, it creates the Document Object Model (DOM) which is a tree representation of the document. There are various methods to access DOM elements and they all return different things.

  5. lookaheads (and lookbehinds) in JavaScript regular expressions

    Published Mar 18 2018 in JavaScript , RegularExpressions

    I never had to use the lookahead feature in regular expressions but today I had a look and digged deeper.

More articles

  1. Previous page
  2. Page 97 of 110
  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

  • Why custom properties don't work with the url() CSS function
  • "fetch" supports a "keepAlive" option to make it outlive page navigations
  • Top-level await is available in Node.js modules
  • Downloads can be triggered via HTTP headers
  • Proper Tail Calls (PTC) in JavaScript
  • color-adjust trumps user agent setting about background printing

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.
โ™ฅ๏ธ