Wondering what these numbers in the mount entries in /etc/fstab are meaning? The first number fs_freq When this field...
Getting an entire test suite green can be a tedious task which involves frequent switches between the CLI that is...
A general overview about why and how we migrate can be found under Migrating from Elasticsearch to Opensearch
OpenAI is currently limiting the Audio generating API endpoint to text bodies with a maximum of 4096 characters.
Getting CSS (and JS) live reloading to work in a esbuild / Rails project is a bit of a hassle, but...
Apply Test Driven Development(TDD) to the process of building container images by defining test before writing code and automate...
Ruby has the class Rational which allows you to store exact fractions. Any calculation on these variables will now use...
While upgrading CarrierWave from version 0.11.x to 3.x, we encountered some very nasty fails. Below are the basic...
For my computer science bachelor's thesis I programmed and evaluated a CLI Test Case Prioritization (TCP) tool for makandra...
If you want to collapse/expand elements with dynamic content (and thus unknown height), you can not transition between height: 0...
TL;DR: Grid elements have min-width: auto in a 1fr column, which may lead to overflows. With minmax(0...
Sometimes you'll find yourself with a set of tasks that require similar code for different models. For example, if...
With this Ruby script you can print all values in a Redis database to your console (derived from this bash...
Web forms can be made much more usable with a few HTML attributes. Short summary: type: Tells browsers about the...
I recently noticed that better_errors allows you to to open files from within your favorite editor. However it was...
Debugging your integration tests, that run a headless Chrome inside a docker image, is tricky. In many cases you can...
tl;dr Individual transform properties are great because they allow you to write more readable and maintainable CSS, especially when...
Usually you add errors to :base in ActiveRecord, in case no appropriate attribute could be used to add the error...
Maintaining larger projects makes it more difficult to balance refactoring and upgrade tasks according to its actual value. Consider to...
A lot of web applications require being called over https, which is a good thing. It's possible to configure...
It is a good idea to use named variables for storing parameters of a script or function. We can use...
In dieser Card machst du einige Übungsaufgaben um Linux Server mit Ansible zu verwalten. Da es vermutlich zu aufwendig ist...
If you need a sample video with certain properties for a test you can create one using ffmpeg.
HTTP header values must only contain low-ASCII (7-bit) characters for safe transport. From RFC 7230: Historically, HTTP has...