Workaday Reading

Certificates for localhost



"Sometimes people want to get a certificate for the hostname “localhost”, either for use in local development, or for distribution with a native application that needs to communicate with a web application."

read »

Workaday Reading

Don’t Use The Placeholder Attribute



"Upgrade your inbox and get our editors’ picks twice a month. The placeholder attribute contains a surprising amount of issues that prevent it from delivering on what it promises. Let’s clarify why you need to stop using it."

read »

Workaday Reading

dgraham/delegated-events



"Delegated event listeners A small, fast delegated event library for JavaScript. Usage import {on, off, fire} from 'delegated-events'; // Listen for browser-generated events. on('click', '.js-button', function(event) { console."

read »

Workaday Reading

Web App Install Banners



"There are two types of app install banners: web app install banners and native app install banners. They let users quickly and seamlessly add your web or native app to their home screens without leaving the browser."

read »

Workaday Reading

dylanaraps/pure-bash-bible



"The goal of this repository is to document known and unknown methods of doing various tasks using only built-in bash features. Using the snippets from this guide can help to remove unneeded dependencies from your scripts and in most cases make them that little bit faster."

read »

Workaday Reading

Configuring ESLint



"ESLint is designed to be completely configurable, meaning you can turn off every rule and run only with basic syntax validation, or mix and match the bundled rules and your custom rules to make ESLint perfect for your project. There are two primary ways to configure ESLint:"

read »

Workaday Reading

Network Analysis Reference



"Discover new ways to analyze how your page loads in this comprehensive reference of Chrome DevTools network analysis features. By default, DevTools records all network requests in the Network panel, so long as DevTools is open."

read »