MongoDB in Action 8.0 (Manning) Book Review
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...
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 ...
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. ...