pgmonkey vs the Rest: A Review of PostgreSQL Connection Libraries and Why pgmonkey Stands Out
Discover how pgmonkey simplifies PostgreSQL connection management with its intuitive YAML-based setup. This article compares it against popular libraries like psycopg3, asyncpg, and SQLAlchemy, highlighting its advantages for both sync…
Getting Started with pgmonkey: A Comprehensive PostgreSQL Connection Guide
pglinker is a powerful Python library designed to simplify and manage PostgreSQL database connections. It supports various connection types, authentication methods (including SSL and certificate-based authentication), and provides a flexible,…
wg-monkey, A WireGuard Kill Switch Helper
You may want to have a kill switch so that if your WireGuard VPN drops you don't leak data. What if you also want to access local services while still…
Setting Up A Kill Switch WireGuard VPN
This tutorial will guide you through setting up a WireGuard VPN on an Ubuntu / Linux Mint System, featuring a kill switch that completely stops all internet traffic if the…
Setting Up WireGuard VPN with Split Tunneling
This guide will walk you through setting up a WireGuard VPN on an Ubuntu / Linux Mint system with split tunneling, allowing local services to remain accessible while routing all…
The State Of Python ‘setuptools’ ‘pyproject.toml’ Packaging In 2024
Pleasantly surprised when revisiting python packaging with setuptools and TOML in 2024.
QNAP With Portainer
Portainer should be your prefered container management system when running containers on QNAP. Let's use Container Station to install Portainer and enjoy plain sailing.
QNAP Container Station Docker Setup (Postgres with SSL Certificate)
2023 - How to run postgres as a docker container in QNAP using Container Station and have data persist on a local share directory using bind mounts.
OAuth 2.0 – In A Nutshell
What is OAuth 2.0 ? Did you know there are many different grant types? A grant type for each type of application you want to create? Come one, lets take…
Unity Game Development Issues On Linux Mint
linux-x86_64/bin/clang++: 1: clang: not found clang: error: no input files Starting from a fresh Unity install many start having issues when they try and "Build and Run" their projects. This…
You must be logged in to post a comment.