Recent posts

Self Hosting Forgejo

5 minute read

Hello everyone! Iโ€™m writing this article to quickly show you how-to self-host Forgejo, the Git software forge, and how to do common maintenance operations. ...

MongoDB in Action 8.0 (Manning) Book Review

1 minute read

Hello everyone, In this article I will review the following book MongoDB 8.0 in Action, Third Edition. Iโ€™m using MongoDB daily at my job and by reading t...

Containerizing a Python Project with UV

2 minute read

Introduction Hello! ๐Ÿ‘‹ I wanted to write this short article about containerizing a Python project that uses uv as a project manager. I will present what UV...

Running a PHP Application inside a Container

1 minute read

Hello ๐Ÿ‘‹, In this monthโ€™s blog post Iโ€™ll show you how to run a PHP Application inside a container. Iโ€™m quite a fan of online forums and the majority of foru...

Anubis: Protection against LLMs and Scrapers

1 minute read

Hello everyone! ๐Ÿ‘‹ In this blog post weโ€™re exploring the option of self hosting Anubis. Anubis is a software that defends and protects your services from ...

How to zip and unzip a directory in Go

2 minute read

Hello everyone! ๐Ÿ‘‹ I wanted to write a short article about zipping and unzipping a directory in Golang. The answer is quite simple, you can use the AddFS ...