> jabed.dev

writing.

I journal my thoughts and share my knowledge through these writings.

writing • devops

k3s HomeLab Ops

November 28, 2025

My k3s HomeLab Operations and Management Strategies

writing • devops

Automating Deployments

December 13, 2024

Automating self-hosted deployments with GitHub Actions, GHCR, Docker, Docker Compose

writing • devops

The Self Hosting Red Pill

September 23, 2024

How I self-host my own services

writing • development

SaaS User Management

August 15, 2024

A talk about managing users for your SaaS

writing • development

Microservice with RabbitMQ and NestJS

June 9, 2024

Guide to setup a microservice architecture application using RabbitMQ and NestJS

writing • macos

Arch BTW to apple sheep

June 1, 2024

How I went from a Linux enthusiast to an Apple fanboy (not really a fanboy)

writing • linux

Arch Linux Hitchhiker's Guide

October 1, 2023

A no non-sense installtion guide for arch linux

writing • virtualization

Triple Play with KVM, DistroBox, and Wine

September 22, 2023

A guide to run macOS, Linux distributions, and Windows together on a single machine with KVM, DistroBox, and Wine.

writing • linux

The Arch Linux Cult

July 22, 2023

Another ranting post about the complicated relationship between me and my favourite distro

writing • devops

Managing Environment Variables

July 20, 2023

Environment variables are a great way to store sensitive information, but they can be a pain to manage. Here's how to do it right.

writing • devops

Burning Money with Cloud

June 25, 2023

How to burn your money with Cloud services

writing • devops

Cloudflare Tunnel

May 30, 2023

Forwarding ports without exposing your IP address to the world with Cloudflare Tunnel

writing • system design

Breaking Down a Monolith

May 8, 2023

The benefits of microservices, when to move to microservices, and how to move to microservices.

writing • development

Boosting Real-time NodeJs Performance

April 6, 2023

Learn how to boost real-time performance with Redis and Node.js