Docker
Containerizing a Python Project with UV
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 is and how to write a Dockerfile for such a project, that I will also use it as a reference for the future.
Running a PHP Application inside a Container
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 forum software is written in PHP. To evaluate them quickly I wanted the ability to be able to run and install then locally.
Anubis: Protection against LLMs and Scrapers
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 AI Scrapers and LLMs. Since AI started to get popular more and more scrappers started appearing. They grab your data in order to use it to train their AIs while ignoring any rules such as robots.txt, licenses and intellectual property laws. Meta even torrented 82TB of books to train their AI.
How to install Redis on Synology NAS (Container Manager)
Hello everyone! π
I run a small set of containers on my NAS at Home to monitor different weather and run automations. Because of this I wanted to install Redis on my NAS as well.
Testing Python projects with Tox
·3 mins
Hi π
In this article I will show you how to test your Python projects with Tox.
Introduction # Tox is a tool for automating testing in Python, their vision is to standardize the testing process. It can be used to easily test your project using multiple Python interpreters and run various commands.
Docker basics for Developers
·4 mins
Introduction # Hello πββοΈ
In this article we will discuss a tool called Docker π¬
Adding PostgreSQL support to your ASP.Net Core application via Docker
Iβve been playing recently with ASP.Net Core and Iβm developing a small Web API project in order to teach myself the framework.
Getting started with PL/SQL
·1 min
I signed up for the Database Design course at my university, the courses are great but the practical laboratories are not, itβs just a bunch of tiresome SQL queries and incomplete instructions. If you too have to do a lot of tiresome SQL queries I suggest the following setup: