Tutorials

Path-Based Reverse Proxying with Caddy

Caddy is a great web server and can be used to reverse proxy to multiple destinations using path handlers

55 views this month

Running multiple PostgreSQL instances on the same machine

PostgreSQL is a popular relational database, let's take a look at how to run multiple instances on the same machine on different ports.

54 views this month

How to install DragonFly DB on Rocky Linux

Dragonfly DB is a great drop in alternative for Redis. Let's take a look at how to install it on Rocky Linux

48 views this month

Getting Started with Nixpacks

Nixpacks is an incredibly powerful tool built by the Railway team, let’s have a look at how we can use it to build a containerised application.

35 views this month

Understanding the different types of SSH keys

SSH keys are an important part of connections between services, but there are a few different types. Let's take a look at them.

34 views this month

What is Cloudflare Hyperdrive?

Cloudflare Hyperdrive is a great technology introduced in 2023 for turning a regional database into a global database

34 views this month

UFW Rules with Comments - Quick Reference Guide

Comments are a powerful tool when creating and managing UFW rules.

32 views this month

The difference between Bandwidth and Data Transfer

Bandwidth is a word commonly used to explain itself and data transfer but theres actually a difference. Let's understand that difference.

30 views this month

Getting started with h3 by unjs

h3 is a modern alternative to express.js built by the unjs team. Let's take a look at how to build a simple API with it.

27 views this month

Building a simple REST API with Go

Go (Golang) is a fantastic language which is great for building APIs, let's take a look at how to build a simple API utilising Go 1.22 routing syntax.

25 views this month