Process vs Thread in Python Dec 15, 2024 β 2 minutes
Hi there, I posted some time ago, and now Iβm continuing because it helps keep important things organized and makes it easier to review and remember information. I want to dive into the topic of processes and threads in Python because an HR representative asked me about it, and I...
Have your own GitHub-like service! May 29, 2023 β 5 minutes
Today Iβll show how to deploy your own Cloud Git Repository Service. This article is from Self-Hosted Services series which perfect fits for your home lab :) When youβre working on software development, itβs important to manage your source code efficiently and keep track of changes. Source code management (SCM)...