developer.chrome.com

Hide/Show Drawer You can press Escape to show/hide the drawer. Fast Navigation with Command Menu Use Ctrl + Shift + p to...

tl;dr In Chrome DevTools in the Layouts tab you have handy options to debug CSS Flexbox and Grid. Including...

tl;dr The Chrome DevTools are a neat collection of tools for the daily work as a web developer. If...

sass >= 1.35.0 has the option quietDeps and silenceDeprecations to silence deprecation warnings from dependencies. quietDeps: No deprecation warnings for dependencies...

Ncdu is a disk usage analyzer with an ncurses interface. It is designed to find space hogs on a remote...

If you need to convert an SVG source to PS or EPS, the most common suggestion on the interwebs is...

These are the results of the "personal tech stack survey". I've included only the most popular mentions, maybe it...

When you need information about a gem (like version(s) or install path(s)), you can use the gem binary...

github.com

ruby-warning adds custom processing for warnings, including the ability to ignore specific warning messages, ignore warnings in specific files/directories...

Building application assets with esbuild is the new way to do it, and it's great, especially in combination with...

Sometimes you need to access a dev server running on localhost from another machine that is not part of the...

ImageMagick can convert SVGs to raster image formats. Example for PNG: convert input.svg output.png If the SVG has a...

Some users might use Adblock Plus or similar browser plugins to reduce the number of ads displayed. If you run...

web.archive.org

Rails 6.1 has a "strict loading" mode that forces the developer to preload any association they plan to use. Associations...

github.com

age is a simple, modern and secure file encryption tool, format, and Go library. It features small explicit keys, no...

The attached compiler() function below applies JavaScript behavior to matching HTML elements as they enter the DOM. This works like...

Browsers usually cache website content in order to provide the user with faster responses. Examples are returning to a website...

tableconvert.com

https://tableconvert.com/ is an online tool to convert tables between different formats (e.g. json, markdown, csv).

makandra dev

When your application is open for public sign up and sends out transactional e-mails to a large number of...

Insomnia is a GUI tool to help you communicating with an API. There are also other tools to do this...

makandra dev

Rails 6 includes a WYSIWYG editor, Action Text. It works out of the box quite well, but chances are that...

makandra dev

There are several tools for DNS debugging which offer you more or less information. Most of the time the more...

nolanlawson.com

In my experience, the most common sources of memory leaks are APIs like these: addEventListener. This is the most common...

makandra dev

You need to install the official plugin, it is not bundled with RubyMine by default. Example: Setup a watcher...