I'm Mihir, a Full-Stack Web Developer and open-source enthusiast currently pursuing my sophomore year at RIT
Nothing here yet.
Introduction Have you ever wondered how your system can run dozens of browser tabs, an IDE, music playback, background services, and even Docker containers—all on 8 GB or 16 GB of RAM? It can seem like the machine is doing more than the hardware shou...

When working with TypeScript, managing and validating data types can often become repetitive and cumbersome. That's where Zod comes in. Zod is a TypeScript-first schema declaration and validation library that simplifies the process by eliminating the...

Introduction: Why This Topic Is More Confusing Than It Should Be If you ask a room full of CS students how CPUs actually execute programs, you will often hear answers like: “More threads means more speed.” “Threads are the same as cores” “Threads ...
