Recent posts

Exploring SIMD instructions in Rust

15 minute read

Hello 👋, I started exploring Rust a week ago due to more and more web services being written in Rust at my work place and so far I like the language, it’s s...

Timisoara Nord – Night Photography

less than 1 minute read

Hello 👋 I’m a software developer by profession but I also enjoy photography, this is my first blog post related to photography, here are some photos I took ...

Python Development in Windows with WSL2

less than 1 minute read

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...

Python Singleton Pattern implementation with LRU

less than 1 minute read

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...

Separate Audio from Video (with ffmpeg)

less than 1 minute read

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 ...