I'm Yeasir [ya·sir], just your friendly neighborhood Web Developer hailing from sunny California. When I'm not grinding away at work, you'll often catch me diving headfirst into new challenges and learning cool stuff. Yep, I'm that guy who spends a few extra hours both before and after work, tinkering on projects and trying to figure out smarter ways to write code.
Scroll down for a peek at my projects 👇🏻; they pretty much revolve around two things: helping me level up my developer game and spreading the coding love to the rest of the developer gang 📚. If you're curious, feel free to snoop around my repos and grab any code you fancy from my public projects. It's all about unraveling the mysteries of algorithms in JavaScript and Python together!
const greet = "Hello ";
console.log(greet + "World")
//output: Hello World