de en es fr nl pl pt sv zh

building

Dogfooding your product is not enough

adambronte

You should use the product you are building, yes? It seems obvious but there is a bit of nuance to this process. While building Corgea, we try to use our own product as much as possible. We use its core functionalities and its integrated into a normal flow. The other day I was using Corgea to...

Fixing Ruby openssl errors

ABuisman.com

The other day I wanted to try out Rails 7’s import maps on my new M1 MacBook, but I was blocked by an error telling me that Ruby couldn’t make any SSL requests. I’ll go through how I fixed this. The command I tried that gave me an error was: bin/importmap pin @picocss/pico I got the following...