Hey there! I'm Usman, an 18-year-old enthusiast of web development and programming with a solid skill set in JavaScript, TypeScript and React. I'm also open to remote work, so feel free to contact me. I also run a YouTube channel and a Blog where I share my expertise with others.
- π Closed issue #228 in max-programming/hacktoberfest-projects
- π Merged PR #230 in max-programming/hacktoberfest-projects
- π Closed issue #229 in max-programming/hacktoberfest-projects
- π£ Commented on #187 in cloudinary-community/cloudinary-examples
- π£ Commented on #187 in cloudinary-community/cloudinary-examples
π£ Webhooks Demystified - Get Real-Time Personal Notifications with Discord Webhooks
Hey all ππ Webhooks are a powerful tool that allow applications to communicate with each other in real-time. They are often used to send notifications or updates from one system to another without requiring manual intervention.
If you know the bas...
π Why You Should Avoid the onclick Attribute in Your Code
Hey everyone! It's been a while since I wrote my last article. But here I am with another topic that might be informational to you π. This time I am writing about why you should avoid the onclick attribute in your HTML and JavaScript code.
This ar...
π Presenting Memoriez - A quick & easy journal
β What and Why Memoriez β This is a very important question because it makes things clear as to why this app is needed. I built Memoriez because I honestly found it hard to write and maintain journal/diary entries daily. It's not easy to maintain a j...
ποΈ How to use Mongoose with Next.js for MongoDB?
Hey all π! Next.js is an amazing full-stack framework and MongoDB is a great NoSQL database. Using them together will make an app super fast and awesome! In this post, we'll go ahead and set up the Mongoose ODM inside our Next.js app to make use of ...
π¨ Sort imports using Prettier in a JavaScript Project inside VS Code!
π Hey developers! This post is about how you can sort import statements in your JavaScript/TypeScript/React/Node etc projects easily with Prettier in VS Code when you format the code. https://www.youtube.com/watch?v=QQWgN0_gUxI What will you achieve...