Subscribe to my newsletter and never miss my upcoming articles
I love FFmpeg. https://ffmpeg.org/ I think it's one of the wonders of the world. A feat in engineering that has had so many people working on it, too powerful for one person to know every nook and cranny. It's gargantuan and incredibly complex. It al...
Hey gang - here's how you can easily install Postgres 13 on your shiny new Linux Mint 20 computer. Add the deb url to your sources list sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt/ focal-pgdg main" > \ /etc/apt/sources.list.d/...
You're watching a cool video on youtube and these things appear at the end of the video, blocking important information. Here's how to easily get rid of them in Brave Browser. Type in brave://adblock/ in the address bar and hit . Scroll all the way ...
Right, you want to use Appsignal to monitor your Phoenix Liveview application? Here's how you do it. Note: This guide assumes you're on Liveview 0.17.5 or newer because we depend on the new liveview event hooks. First install the appsignal_phoenix pa...
Your interview process is terrible and I'm going to show you how to fix it. Do you know why FAANGM companies have these very complicated interview processes? Because they get literally thousands of applicants for a position. They need some kind of w...
I have my dev box and use it to write both personal projects and work related code. Here's how to automatically use different ssh keys for different projects on the same machine. Create two different ssh keys Make sure you add your public keys to ea...