Tutorials

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.

39 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.

31 views this month

How to setup Dependabot for Laravel

Laravel is the king of full stack frameworks and you'll need to keep it's dependencies up to date, here's how we can use dependabot to do it with GitHub

26 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

20 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.

18 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.

17 views this month

Understanding IP Address Subnets

IP Address subnets are crucial to network management. Let's take a look at what they are and how they work.

16 views this month

How to host a SvelteKit application

Svelte and SvelteKit feels like the next generation in frontend development. Let's take a look at how we can deploy a SvelteKit to production.

16 views this month

How to install Redis on Rocky Linux 9

Rocky Linux is a fantastic replacement for CentOS and great for running applications in production. Let's look at how to install Redis on a machine running Rocky Linux 9

16 views this month

UFW Rules with Comments - Quick Reference Guide

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

15 views this month