🔍
Log In

List of Articles

Mastering OAuth2: Why Authorization Code Flow is the Standard for Modern Web Security

Mastering OAuth2: Why Authorization Code Flow is the Standard for Modern Web Security

📅 29/04/2025 • 👁️ 33 views

Every time you log in to an app using Google, Facebook, or GitHub, have you ever wondered: Why d…

Data Structures: List, Tuple, Set, and Dict

Data Structures: List, Tuple, Set, and Dict

📅 23/04/2025 • 👁️ 48 views

Python offers four fundamental built-in data structures—list, tuple, set, and dict—each with its ow…

JSON-RPC in Modern Python & Django: A Lightweight RPC Protocol for Microservices [Complete Guide + Source code]

JSON-RPC in Modern Python & Django: A Lightweight RPC Protocol for Microservices [Complete Guide + Source code]

📅 22/04/2025 • 👁️ 83 views

JSON‑RPC is a lightweight Remote Procedure Call protocol that serialises every request/response as …

Social Login in Django: Library or Manual? [Complete Guide + Source code]

Social Login in Django: Library or Manual? [Complete Guide + Source code]

📅 21/04/2025 • 👁️ 48 views

Want your users to log in with Google, Facebook, or GitHub accounts without creating a new password…

Guide to Export and Copy Docker Volume to Another Machine

Guide to Export and Copy Docker Volume to Another Machine

📅 19/04/2025 • 👁️ 55 views

In this guide, I'll show you how to export a Docker volume and copy it to another machine. This pro…

Page of