Self Hosting Forgejo
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. ...
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. ...
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...
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...
The picture of this article is the output of Claude, using a local MCP server that gives it the output of the ls -l command on a given path. Notice how th...
Hello everyone ๐, I recently worked on a small side project written in Java with the Spring Framework and I had difficulties authenticating to an external O...
Hello ๐, This is a short article about setting offsets in Apache Kafka for a consumer group. Normally, to reset offsets in Kafka you need to use the kafk...
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...
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 ...
Hello everyone! ๐ This post is about accessing the host URL from inside a Podman (or Docker) container and how to avoid a mistake I made when setting up c...
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 ...