Technology Blog

List of Articles

Lession 2: CREATIONAL PATTERNS – CRAFTING OBJECTS WITH FLEXIBILITY [Detailed Example]

Lession 2: CREATIONAL PATTERNS – CRAFTING OBJECTS WITH FLEXIBILITY [Detailed Example]

📅 11/05/2025 • 👁️ 104 views

In object-oriented programming (OOP) , instantiation is rarely just a call to `new`. As a code-base…

Lesson 1: What Is a Design Pattern and Why Every Modern Developer Should Master It?

Lesson 1: What Is a Design Pattern and Why Every Modern Developer Should Master It?

📅 07/05/2025 • 👁️ 117 views

This lesson introduces the concept of Design Patterns—reusable, time-tested solutions to common pro…

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 • 👁️ 142 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 • 👁️ 146 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 • 👁️ 199 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 • 👁️ 150 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 • 👁️ 165 views

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

Page of