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

Snippets – Page 12

Make magical things happen with a few lines
  1. A picture element to load correctly resized webp images in HTML

    Published Jan 02 2021 in HTML , Performance

    A picture element snippet to load properly resized responsive webp images in browsers that support them.

  2. A git alias to show a detailed git branch overview

    Published Dec 17 2020 in Bash , git

    A nifty git alias to show available branches, time passed since their last commit and the last commit message.

  3. A trick to run shell examples with a leading $

    Published Dec 08 2020 in Bash

    A beautiful trick to copy and run shell example commands that include a leading $.

  4. How to display the last build date in Eleventy

    Published Dec 04 2020 in Eleventy , StaticSites

    A quick trick to render the last build time of Eleventy sites.

  5. A centered CSS navigation with fit-content

    Published Nov 22 2020 in CSS

    A CSS pattern that uses fit-content to center a flexible-width navigation.

More articles

  1. Previous page
  2. Page 12 of 14
  3. Next page

Weekly Frontend News

6453 readers received the last Web Weekly 13 days ago. Join the fun!

Most popular posts

  • Can we have custom media queries, please?
  • Web content, the social contract and copyrights
  • New lines are removed from WHATWG URLs
  • Automatically load .env files in Node.js scripts
  • Nobody owes you anything
Read popular posts

TIL: Today I learned in Web Dev

  • New lines are removed from WHATWG URLs
  • How to scale elements and their layout with CSS "zoom"
  • How to style the found search / "find in page" substrings
Learn something new

Other stuff

Topics

  • JavaScript (130 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)

Random Web Dev Learnings

  • Define where an element should be scrolled to using elem.scrollIntoView
  • Improved git workflow with fixup and autosquash
  • Top-level await is available in Node.js modules
  • git branch can show more than only the name of branches
  • How to safely remove untracked files from Git repos
  • Earlier function parameters are available to default parameters

Popular articles

  • Can we have custom media queries, please?
  • Web content, the social contract and copyrights
  • New lines are removed from WHATWG URLs

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.

♥️