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

dev.to

In my case [...] the catalog is an XML that contains all kinds of possible products, categories and vendors and it...

TL;DR When using Cache-Control on a Rails application, make sure the Vary: Accept header is set.

The Interactive Advertising Bureau (IAB) is a European marketing association which has introduced a standard how advertising can be served...

github.com

I sometimes had the issue that I received an error when starting an existing vagrant box with vagrant up:

A flaky test is a test that is often green, but sometimes red. It may only fail on some PCs...

makandra dev

If you want Sidekiq to be able to talk to Redis on staging and production servers, you need to add...

You want to use fields in your applications. However, your desktop users may encounter some weird quirks: Aside from allowing...

Event delegation is a pattern where a container element has a single event listener that handles events for all descendants...

Sometimes a link or input field has no visible label. E.g. a text field with a magnifying glass icon 🔎 and...

makandra dev

Besides their default styling properties, HTML elements have a semantic meaning. For example, an h1 tag is usually styled with...

Rails has the handy controller method send_file which lets us download files easily. We can decide whether the file...

Often people need links which are not linked directly, but should trigger execution of JavaScript. ❌ Bad workarounds

We had a card that described how to install multiple mysql versions using mysql-sandbox. Nowadays with the wide adoption...

If you want to expand your Areca Raid by swapping out the disks for larger ones you will need to...

I ran into a situation in which I received the yarn integrity check warning when starting the rails console even...

en.wikipedia.org

Formerly 301 (Moved Permanently) and 302 (Found) were used for redirecting. Browsers did implement them in different ways, so since...

After switching a project from Sprockets to Webpack, I started observing a bug that was hard to debug: Our...

makandra dev

6.0.0 2021-06-02 Compatible changes geordi commit will continue even if one of the given projects is inaccessible. It...

When giving a presentation where you do some coding, the font size you usually use is probably a bit too...

When storing files for lots of records in the server's file system, Carrierwave's default store_dir approach may...

If your Webpack build is slow, you can use the Speed Measure Plugin for Webpack to figure out where time...

makandra dev

Webpack builds can take a long time, so we only want to compile when needed. This card shows what will...

Installing gems on a server that has no access to the internet (especially rubygems.org) requires to bundle the gems into...