#Backend
5 articles tagged
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.
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.
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.
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.