Tag
Posts tagged “backend development”
Frappe API Rate Limiting Pagination and Error Handling
How to paginate large `/api/resource/` calls, configure Frappe's rate limiter, and build consistent error handling on both server and client for production-ready Frappe APIs.
Building Custom REST API Endpoints in Frappe with frappe.whitelist
Stop fighting the built-in resource API for complex business logic. Here's how to expose your own Python functions as clean, secure REST endpoints in Frappe

Managing Multiple PostgreSQL Versions Like a Pro
Learn how to effortlessly install, manage, and switch between multiple PostgreSQL versions on Linux, macOS, and Windows. No virtual machines required

How to Auto-Generate QR Codes on Form Submission with Frappe
Learn how to automatically generate QR codes for event registration forms using Frappe Framework and Python. Step-by-step guide for developers.

The Anatomy of a Frappe DocType: Files & Responsibilities
What happens when you create a DocType in Frappe? We break down the .json, .js, and .py files generated by the framework and how to use them.

Fix Database is Locked Error in Apache Superset
Stuck with SQLite errors in Superset? Learn why your metadata DB is locked and how to fix it permanently by migrating to PostgreSQL.

A Beginner’s Guide to PostgreSQL Features, History, and Comparison with MariaDB and MySQL
Discover PostgreSQL’s origins, unique features, and how it stacks up against MySQL and MariaDB. Perfect for beginners learning modern database systems.