These are the results of the "personal tech stack survey". I've included only the most popular mentions, maybe it...
This should be fixed in the latest LTS-branches of our mysql2 fork, 0.2.x-lts and 0.3.x-lts...
You'll need openssl-3 or newer for servers running 22.04 Ruby version 3.1 uses by default the gem openssl...
This card explains how to generate an entity relationship diagram for your Rails application. We also show how to limit...
This are the steps I needed to do to add esbuild to an application that used the vanilla rails asset...
We use foreman to start all necessary processes for an application, which are declared in a Procfile. This is very...
Sometimes you need to access a dev server running on localhost from another machine that is not part of the...
I sometimes had the issue that I received an error when starting an existing vagrant box with vagrant up:
Inspired by recent "git shortcut" cards I figured it would be nice to have one of these for rebasing a...
Besides their default styling properties, HTML elements have a semantic meaning. For example, an h1 tag is usually styled with...
If you have fzf installed, you may add an alias such as this to your ~/.bashrc: alias recent-branch="git...
Bookmarks for directories will be most helpful if you are forced to work in deeply nested projects. Then it's...
With cd .. you can navigate one directory up from the one you are at now. If you use that a...
The tree command will show you the contents of a directory and all its sub directories as a tree:
There is an option you can set so that when using the cd command, small typos are automatically corrected. Add...
We had a card that described how to install multiple mysql versions using mysql-sandbox. Nowadays with the wide adoption...
It seems like changing the HTTP_ACCEPT_LANGUAGE is not possible for a headless chrome. On Ubuntu the headless Chrome...
If you have a flaky command you can use the nick-invision/retry to re-try a failing command, optionally...
The Node Version Manager allows installing multiple NodeJS versions and switching between them. By default, it does not automatically switch...
6.0.0 2021-06-02 Compatible changes geordi commit will continue even if one of the given projects is inaccessible. It...
You can publish pre-release versions of an npm package. Naming convention for pre-release versions An npm package must...
When a Ruby version gem has a letter in its version number, it is considered a pre-release:
To run additional code before an existing Rake tasks you can add a dependency like this: task :before_task...
Use rules to include or exclude jobs in pipelines. Rules are evaluated in order until the first match. When a...