Skip to content

Tag

#Coding

23 posts

Tech 4 min read

Verify vs Cert: The Python Requests Handbook

Understanding SSL/TLS in Python Requests: The 'verify' and 'cert' arguments explained with interactive animations.

# Coding # Security
Tech 5 min read

SP7 - Proxy - Learn Design Pattern From Simple Things

The boss blocks social media so employees stay focused. That's exactly how the Proxy pattern works — controlling access between objects.

# Coding
Tech 6 min read

SP6 - Object Pool - Learn Design Pattern From Simple Things

Manufacturing planes is expensive, but raw parts are reused from a pool. That's the Object Pool pattern — reduce creation cost with smart reuse.

# Coding
Tech 3 min read

SP5 - Facade - Learn Design Pattern From Simple Things

Many departments, one entrance. The Facade pattern simplifies complex systems by exposing only what you need. Learn it from simple everyday things.

# Coding
Tech 5 min read

SP4 - Mixer - Learn Design Pattern From Simple Things

You are a dog farm owner who manages the properties of all dog breeds. The number of crossbred dogs is increasing every day because of the emergence of new breeds!

# Coding
Tech 5 min read

BP10 - Mediator - Learn Design Pattern From Simple Things

Airport control towers don't let pilots talk directly — they route everything through a hub. That's the Mediator design pattern.

# Coding
Tech 5 min read

BP9 - File History - Learn Design Pattern From Simple Things

Undo and redo look simple on the surface, but how do they work internally? Learn the Memento pattern from simple editing software.

# Coding
Tech 6 min read

BP8 - Visitor - Learn Design Pattern From Simple Things

A doctor examines every patient without the patient changing. That's the Visitor pattern — add operations to objects without modifying them.

# Coding
Tech 6 min read

BP7 - Template Method - Learn Design Pattern From Simple Things

Every barista follows the same coffee recipe but can swap beans and milk. That's the Template Method pattern from simple everyday things.

# Coding
Tech 6 min read

BP6 - State - Learn Design Pattern From Simple Things

A traffic light cycles through red, yellow, green — each state has its own behavior. Learn the State design pattern from simple things.

# Coding
Tech 8 min read

BP5 - Observer - Learn Design Pattern From Simple Things

Subscribers get notified the moment a new video drops. That's the Observer pattern — publishers and listeners fully decoupled.

# Coding
Tech 3 min read

BP4 - Handling Chain - Learn Design Pattern From Simple Things

A complaint travels through support tiers until someone handles it. That's the Chain of Responsibility design pattern explained simply.

# Coding
Tech 3 min read

BP3 - Command - Learn Design Pattern From Simple Things

As an army commander, you have to plan all the tasks for the soldiers, so that they can execute them. This process is called command.

# Coding
Tech 2 min read

SP3 - Tree - Learn Design Pattern From Simple Things

You need to store the leaves hierarchically, sometimes you will count the leaves. Tree will be a suitable structure to facilitate leaf counting.

# Coding
Tech 3 min read

CP5 - Singleton - Learn Design Pattern From Simple Things

Maintain one phone line indefinitely instead of repeatedly connecting and disconnecting. Learn the Singleton design pattern from simple things.

# Coding
Tech 4 min read

CP4 - Prototype - Learn Design Pattern From Simple Things

Having been with you for a long time, your robot has memories that regular manufacturing can't produce, now you want to clone it. Prototype will be your remedy.

# Coding
Tech 3 min read

BP2 - Strategy - Learn Design Pattern From Simple Things

As the coach of a strong team, you plan to attack to find a goal and then prioritize possession to preserve the score. This combination is called strategy.

# Coding
Tech 7 min read

SP2 - Decorator & Function Decorator & Closure - Learn Design Pattern From Simple Things

Ice cream gets better with extra flavor — and code gets richer with the Decorator pattern. Learn closures, function decorators, and object wrapping.

# Coding
Tech 2 min read

CP3 - Builder - Design Pattern From Simple Things

Building a house involves bringing together many parts, each house has its own specific requirements, you need a builder who can easily implement what you want.

# Coding
Tech 3 min read

BP1 - Gun (Iterator) - Design Pattern From Simple Things

There are bullets that need to be fired one by one in a specific order. You need a tool to set it up neatly and easily upgrade later.

# Coding
Tech 5 min read

CP2 - Comparison between Factories: Simple Factory & Factory Method & Abstract Factory - Design Pattern From Simple Things

Simple Factory is da best, Factory Method and Abstract Factory are cumbersome, complicated and stupid?

# Coding
Tech 3 min read

CP1 - Vending Machine (Factory) - Design Pattern From Simple Things

Beverages scattered across stores — too tiring to search each one. Learn how the Factory pattern centralizes object creation cleanly.

# Coding
Tech 3 min read

SP1 - Adapter - Learn Design Pattern From Simple Things

Having many devices that need to connect to your Macbook leads to too many cables. You need a tool to replace all those cables.

# Coding
You found a tiny easter egg. Keep poking around!