Here is a workaround for when you want to use text-wrap: balance but must also render nicely for browsers...

There are several ways to run a single spec. I usually copy the spec file path with the line number...

The key to unlocking the full potential of LLMs in coding lies in crafting precise prompts. The main challenge is...

Here is a bash script that I use to auto-configure displays on Ubuntu 24.04 with Xorg. Background

Rails wraps your parameters into an interface called StrongParameters. In most cases, your form submits your data in a nested...

With Ubuntu 24.04 it's not longer possible to setup FDE with BTRFS The new installer won't offer you...

In development, we store files using ActiveStorage's disk service. This means that stored files are served by your Rails...

docs.aws.amazon.com

The general purpose T instance types are a good starting point. But depending on the CPU utilization of your workload...

masilotti.com

Slow test suites are a major pain point in projects, often due to RSpec and FactoryBot. Although minitest and fixtures...

makandra dev

This talk shows simple and advanced usages of the ruby/debug debugger. It goes through a step by step debugging workflow...

Terser is a really good minifier ("compressor") for JavaScript code. I'm often surprised by the thoughtfulness of its compressed...

Whenever you have to deal with randomness in a jasmine test there are some spy strategies to help you out...

makandra Operations
baeldung.com

There are different kind of memory measurement metrics in Linux. These are the differences: Code Name Description vsz virtual memory...

stevenhicks.me

Sometimes you want to write a test for a business rule that's based on multiple variables. In your goal...

Modern JavaScript includes Intl.NumberFormat to format numbers in different formats and locales. In this card, we describe a wrapper for...

Running gem update --system will install the latest version of RubyGems. However the latest version might not be compatible with...

This card is a short summary on different ways of assigning multiple attributes to an instance of a class.

If you want to find out what type of network card is used for a given network interface on a...

After an upgrade to rails 7 I noticed that async reindexing jobs of Searchkick were failing for Model.reindex(mode: :async...

As we're switching from PT to Linear, I've updated the existing bash script to work for commits that...

Raising errors for required and permitted attributes makes it easier to find errors in your application during development and in...

Why do we migrate? Due to a change in licensing, we cannot provide Elasticsearch versions >= 8.0. Version 7.17.x will...

Developing or debugging SAML functionality can be a hassle, especially when you need to go back and forth with someone...

makandra Operations

jq is great when dealing with JSON data. Check out the official jq Manual. Content Select only specific keys