Deploying IT Tools (Docker or Kubernetes)
IT Tools is a free, open-source, self-hosted web service that provides handy utilities for developers and IT folks.
IT Tools is a free, open-source, self-hosted web service that provides handy utilities for developers and IT folks.
Uptime Kuma is a neat little self-hosted monitor that does HTTP(s), TCP, ping, and certificate expiration checks.
Guide on how to install Kubernetes in a Raspberry Pi 5 using K3s as orchestrator.
Always wanted to have your own Minecraft server? Wanted it to be portable? Today we will learn how to build yours!
IT Tools is a free, open-source, self-hosted web service that provides handy utilities for developers and IT folks.
Uptime Kuma is a neat little self-hosted monitor that does HTTP(s), TCP, ping, and certificate expiration checks.
Guide on how to install Kubernetes in a Raspberry Pi 5 using K3s as orchestrator.
Always wanted to have your own Minecraft server? Wanted it to be portable? Today we will learn how to build yours!
Step by step guide on how to install Ubuntu Server on Raspberry in 2025.
Full review of Ugreens Revodok Pro 2101, a docking station for laptops.
Nowadays, REST APIs are pretty much everywhere, so it's nice to know how to create one, in this case, with Java and Spring, using SpringBoot and SpringMVC. We will cover the needed steps, from the maven dependencies to the controller creation and view ussage, and we will check if our rest API works
We will cover the needed steps to create a Springboot Rest API application, integrated with an OAuth2 service: Keycloak. This will allow us to authenticate with it and protect our application from unauthorised access. Also, we will be able to store all our users and roles in Keycloak and our
One of the most simple and useful tools for a homelab is a dashboard. Homarr, like Heimdall or Homer, cover that part ob being a Dashboard, but keeping the good points of each one, allowing a lot more customization from the webapp itself.
MariaDB is an Open Source fork from one of the most used relational databases, MySQL, and for developers, having our dev database locally runing can be pretty useful. Docker can solve this. In this post we will cover two ways to create and configure MariaDB in a container: Docker CLI
MariaDB is a Open Source fork from one of the most used relational databases, MySQL, and, if we want to host it to our production projects, or on a more static way, we will need to do it on a server, using bare metal, VMs, or LXC containers. In this
Keycloak is an Open Source user management tool that has implemented several authentication methods such as OpenID and OAuth2. It acts as a user database/active directory. It's pretty useful to build SSO (Single Sing-On) APIs. This is the first of a series of post about Keycloak.