Skip to content
  • Home
  • Articles
  • 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 261 #TIL posts.
  • Newsletter
Stefan on LinkedIn Stefan on Mastodon Stefan on Bluesky RSS

Articles – Page 103

Keep writing, writing, writing ...
  1. Completion values in JavaScript

    Published Mar 19 2017 in JavaScript

    I learned about the crazy concept of completion values in JavaScript.

  2. var let = 12 is valid JavaScript

    Published Mar 16 2017 in JavaScript

    I learned that code that doesn't look valid can be valid... sometimes.

  3. You can import Google Analytics Stats in caniuse.com

    Published Mar 16 2017 in Tools

    I learned that caniuse.com can be enriched with your very own Google Analytics data. This can help making the right decisions.

  4. Double-click the edges of a window in macOS to expand it

    Published Mar 15 2017 in macOS

    I learned about a trick where double clicking on a MacOS window expands the whole window.

  5. console.dir() is short for console.log(util.inspect())

    Published Mar 13 2017 in NodeJS

    I learned that 'console.dir' is actually only a shorthand for 'console.log' and 'util.inspect'. This can help you to save a bit of typing.

More articles

  1. Previous page
  2. Page 103 of 106
  3. Next page

Weekly Frontend News

6472 readers received the last Web Weekly 20 days ago. Join the fun!

Most popular posts

  • em and strong are not announced by screen readers
  • Can we have custom media queries, please?
  • The short version of 'git status' and the close but different '--porcelain' mode
  • The "inert" attribute is finally coming to the web
  • How to prerender Tweets without using the official Twitter APIs
Read popular posts

TIL: Today I learned in Web Dev

  • Intl can localize units, too!
  • The scope of type guards and assertion functions
  • New lines are removed from WHATWG URLs
Learn something new

Other stuff

Topics

  • JavaScript 132 posts
  • CSS 107 posts
  • Tools 64 posts
  • HTML 56 posts
  • Bash 45 posts
  • NodeJS 42 posts
  • Accessibility 38 posts
  • Web 30 posts
  • git 23 posts
  • VSCode 21 posts
  • macOS 20 posts
  • Performance 20 posts

Random Web Dev Learnings

  • How to search for strings in Git commit additions or deletions
  • SVGs filters can be inlined in CSS
  • Firefox DevTools provide a multiline JavaScript console
  • How to exclude commits from git blame
  • How to scale elements and their layout with CSS "zoom"
  • How to read an entire document using VoiceOver

Popular articles

  • em and strong are not announced by screen readers
  • Can we have custom media queries, please?
  • The short version of 'git status' and the close but different '--porcelain' mode

Recently updated resources

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

stefanjudis.com © 2026 by Stefan Judis is licensed under CC BY-NC-SA 4.0

All rights reserved and content created without AI.

♥️