Hello, I'm Musab Rayan, a third-year CSE student at BSA Crescent Institute of Science and Technology.
I love building websites! Since I was a kid, I've been curious about how they work, and now that curiosity drives me into the exciting world of tech.
Currently honing my skills in DSA, I aspire to carve a successful career as a software engineer with a focus on innovation.
Nothing here yet.
JavaScript is designed to be single-threaded, meaning it can only execute one task at a time. Imagine you're in a kitchen with only one chef (JavaScript). The chef can only prepare one dish at a time, but sometimes tasks like boiling water or waiting...

Have you ever wondered how to solve large-scale problems by breaking them down into smaller, more manageable pieces? That’s what Divide and Conquer is all about! In this blog, you’ll not only learn how Divide and Conquer works, but you’ll also apply ...

If you are doing competitive programming (CP) or simply solving problem-solving questions on arrays, optimizing the time complexity of your solutions is important, specially when you are dealing with large inputs. Two of the most effective techniques...

Introduction If you’ve ever tried to learn a new technical skill—be it coding, designing, or something else—you might have experienced what’s often called "tutorial hell." This happens when you spend hours watching tutorials and feel like you’re maki...
