Starting with Firefox 69, debugging an application that includes event handlers is simplified because the debugger now includes the ability to automatically break when the code hits an event handler.
developer.mozilla.org/en-US/docs/Tools/Debugger/Set_event_listener_breakpoints
Author: Andreas Plahn
10 Awesome PostCSS Plugins to Make You a CSS Wizard – Hongkiat
It’s Time for Everyone to Learn About PostCSS | David Clark Develops the Web
It’s Time for Everyone to Learn About PostCSS What It Really Is; What It Really Does
davidtheclark.com/its-time-for-everyone-to-learn-about-postcss/
Dark and light mode websites – prefers-color-scheme: CSS Media Query
One device and app feature I’ve come to appreciate is the ability to change between light and dark modes. If you’ve ever done late night coding or reading, you know how amazing a dark theme can be for preventing eye strain and the headaches that result. macOS recently implemented a native dark mode but that mode doesn’t convert websites to a dark interface, so you’re still getting a bright site regardless of native theme. Wouldn’t it be amazing if websites would also go dark or light based on user’s system preference?
Native lazy loading img and iframe landed in Chrome
Native lazy loading landed in Chrome 🔥
dev.to/yashints/native-lazy-loading-is-landed-in-chrome-2kli
Configure Visual Studio to Name Private Fields with Underscore – ardalis
Most C# coding standards recommend using camelCase for local variables and _camelCase for private or internal…
ardalis.com/configure-visual-studio-to-name-private-fields-with-underscore
Portainer Community Edition – Docker UI tool
Portainer Community Edition (Portainer CE) is a lightweight management toolset that allows you to easily build, manage and maintain Docker environments. Created by experts, Portainer CE (the open core of Portainer) is an opinionated toolset that captures years of experience to allow you to reliably and quickly create, operate and trouble-shoot your Docker environments.
www.portainer.io/products-services/portainer-community-edition/
Postwoman – API Request Builder
Lightweight API request builder – Online tool
Source: Postwoman – API Request Builder
HTTPie – command line HTTP client
HTTPie—aitch-tee-tee-pie—is a command line HTTP client with an intuitive UI, JSON support, syntax highlighting, wget-like downloads, plugins, and more.