Day 15 of Coding

100DaysOfCode Day 15 Started the Alien Invasion project (Python Crash Course) Learned the Alt+0151 trick to type an em dash — lol 😅 Got stuck since the book jumps into Pygame without tea...
0 Read More

Null Object Design Pattern

📖 What is the Null Object Pattern? The Null Object Pattern is a behavioral design pattern where: Instead of returning null (which can cause errors if used without checking), You return a s...
0 Read More

Understanding IaaS/PaaS/SaaS

IaaS, PaaS, and SaaS in detail 🚗 Real-Life Analogy: Owning vs. Renting a Car Think of running a software application like getting from Point A to B. There are different ways to do it: Mod...
0 Read More