RSSAmplifier

Blog

Vincent Rischmann's Blog

rischmann.frRSS feed ↗6 posts

Latest posts

One PostgreSQL container, multiple databases

Article talking about how to create multiple databases within one PostgreSQL container

Zig, shared libraries and Musl

Article talking about how shared libraries work on Linux

Waking up my NAS remotely using Tailscale

Article explaining how to leverage Tailscale to build a system that can wake up a NAS that is not exposed to the internet.

Setting up PostgreSQL with Ansible

Article explaining how to use Ansible to set up a PostgreSQL server and database on a remote server

Virtual tables with zig-sqlite

Article explaining how to use zig-sqlite (a Zig wrapper for SQLite) to build a virtual table for SQLite

How I built zig-sqlite

Article explaining how to leverage Zig's compile time metaprogramming to build a SQLite wrapper that can type check SQL queries