Posts for: thoughts

Selfhosting

In this article, I'll share my thoughts about Selfhosting.

read more →

Federated Git

Git is a Distributed Version Control System or DVCS, created for the Linux Kernel project. The idea behind a DVCS is that there is no concept of central repository. Every copy (clone) has all the information. But generally, there is a central repository that acts as a single source of truth for all the developers.…

read more →