Recent posts

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 ...

How to use RocksDB with Go

3 minute read

Hello everyone! 👋 I’ve had to work with RocksDB recently and in order to use it from Golang I had to jump a few hops before getting it to work properly. ...

Self Hosting PeerTube on Fedora Server

11 minute read

Hello everyone! 👋 This is my first blog post in 2025, and I’d like to talk about my experience in self-hosting PeerTube in Fedora Server and how to do it...