Rusty Cascading Style Sheets - v0.2.2

v0.2.2 brings MAJOR bug fixes and MAJOR optimizations to RCSS! It also concludes the rewrite, which will be the main branch from now on.If you didn't already know, Rusty Cascading Style Sheets (RCSS) ...
0 Read More

Dynamic Routes in Next.js

A dynamic route lets your application handle URLs whose segments aren’t known ahead of time. In Next.js, you create a dynamic segment by wrapping a folder or file name in square brackets []. The App...
0 Read More

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