# Backend

#Backend

5 articles tagged

Complete Guide to Setting Up Mailpit (Without Docker)

Complete Guide to Setting Up Mailpit (Without Docker)

Learn how to install and run Mailpit, a modern SMTP server for developers, directly on your Linux system without using Docker. This guide covers installation, configuration, and usage for local email testing.

3 min read
Read Article →
Why I Chose better-sqlite3 (and Why It Broke with pnpm)

Why I Chose better-sqlite3 (and Why It Broke with pnpm)

A complete guide on why better-sqlite3 is an excellent choice for Node.js projects, its performance benefits, and how to fix common native binding issues when using pnpm.

8 min read
Read Article →
PostgreSQL 18 Installation & Setup Guide for Debian and Ubuntu

PostgreSQL 18 Installation & Setup Guide for Debian and Ubuntu

A production-ready, step-by-step guide to installing PostgreSQL 18 on Debian and Ubuntu using the official PostgreSQL APT repository. Covers secure installation, user and database setup, authentication configuration, and best practices for modern web applications.

3 min read
Read Article →
Django Admin Actions – Developer Documentation

Django Admin Actions – Developer Documentation

A **production-oriented, developer-focused guide** to using **Django Admin Actions** effectively. Covers bulk operations, confirmation workflows, permission checks, service-layer delegation, and best practices for scalable Django applications.

4 min read
Read Article →
Hello Astro

Hello Astro

Setting up my first Astro-powered blog

2 min read
Read Article →