favicon

Python Virtual Environment Explained

We'll cover the basics of virtual environments in this guide and how to use them. We will then take a closer look at how virtual environments actually work.

Countinue reading

Newsletter

I run a newsletter about design, coding, ai and open source.

Latest

Python Virtual Environment Explained

Published Aug 1, 2025

We'll cover the basics of virtual environments in this guide and how to use them. We will then take a closer look at how virtual environments actually work.

How to Publish Packages to AUR

Published Jul 21, 2025

Let's see how can we publish our packages to Arch User Repository (AUR) with best practices.

Released: torrra v1.0.0

Published Jul 18, 2025

From basic prompts to a full terminal interface - torrra v1.0.0 makes torrent searching and downloading seamless, right from your CLI.

torrra

Published Jul 10, 2025

A Python tool that lets you find and download torrents without leaving your CLI.

Function Overloading in TypeScript

Published Jul 4, 2025

How function overloading in TypeScript helps you write flexible yet type-safe functions, with real-world examples and practical use cases.

49. Group Anagrams Explained

Published Jul 4, 2025

Leetcode question no. 49 Group Anagrams explained in 2 different ways.