Blog

Create PDF files with Django & Weasyprint

In this article you’ll learn how to integrate WeasyPrint with Django to build a robust invoice-generating application. We walk through the installation, project setup, template design, view logic and PDF production, giving you a complete blueprint to deliver downloadable or printable invoices in your Django project.

Create PDF files with Django & Weasyprint

Fast & Efficient Bulk Create with Django and PostgreSQL

Building scalable back‑ends requires smart data ingestion. This guide shows how to stream large API datasets into PostgreSQL with Django’s bulk_create and the database COPY command. It compares performance and memory use and explains why streaming is essential for handling remote, messy and big data

Fast & Efficient Bulk Create with Django and PostgreSQL

Stream videos with Go and Http

Learn how to build a simple video‑streaming server in Go. The article explores HTTP range requests and the <video> element, contrasts HTTP, WebSocket and WebRTC approaches, and demonstrates handling Range headers to serve specific byte ranges for smooth playback

Stream videos with Go and Http