Awesomeโจ Command Line Tools for Software Engineers: fzf ๐ธ
Hello everyone! ๐ Iโve made an article a while ago on FZF because I think itโs a great tool and now, Iโve decided to make a video as well. Enjoy ๐ https...
Hello everyone! ๐ Iโve made an article a while ago on FZF because I think itโs a great tool and now, Iโve decided to make a video as well. Enjoy ๐ https...
Hello, Iโve published a new video on my YouTube channel. Itโs a short tutorial on how to develop Python project on Windows by setting the remote interpreter...
Hello and happy new year! ๐ฅณ๐ Iโve made a video on how to implement the singleton pattern in Python using the LRU cache. https://www.youtube.com/watch?v=Wzu...
Hello ๐, To fix audio issues on a fresh install of DaVinci Resolve 18 on my Ubuntu 20.10 PC I did the following things: 1. List all the available sound car...
Hello ๐ In this short article I will show you how to split audio from video using ffmpeg. When I worked on my Udemy course I needed a way to process audio ...
Hi ๐, In this short tutorial I will show you a way of getting a root shell in containers running inside a modern Kubernetes cluster. Prerequisites: Roo...
Hello, Recently someone working at Yahoo emailed me regarding an old thread Iโve started on the Apache Flink user mailing list. Iโve replied to the e-mail b...
Hi ๐, Introduction In this short article I want to showcase a nice and useful Linux command. The comand ๐ฅ envsubst ๐ฅ. In short it Substitutes the values o...
Hello, TLDR; brew install librdkafka openssl@3 pkg-config export PKG_CONFIG_PATH="/opt/homebrew/opt/openssl@3/lib/pkgconfig" go test -tags dynamic ./... I...
Hi ๐, In this article I would like to talk about image hashing. Image hashing algorithms are specialized hashing functions that output the hash of an image...