๐ฃ Webhooks Demystified - Get Real-Time Personal Notifications with Discord WebhooksHey 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...Dec 17, 2022ยท4 min readยท3.5K
๐จ Sort imports using Prettier in a JavaScript Project inside VS Code!Mar 22, 2022ยท3 min readยท4.7K
๐ Introducing Only Formats | The quickest way to format code!Hey everybody! I saw the Netlify x Hashnode Hackathon and I was very very excited to participate this time. It was quite hard to think about an idea but I finally got one! Story This time building an app was a weird and funny experience at the same t...Feb 27, 2022ยท3 min readยท3.1K
๐ How to convert a normal React form to use react-hook-form?Hey everyone! Nice to see you all around again! Today you'll find out how easy it is to use the react-hook-form library for forms instead of the normal method of forms in React. So, the first thing is first, normally, in React we use state, and wh...Nov 8, 2021ยท3 min readยท564
How to make your QR Code Generator using HTML, CSS & JavaScriptHey all ๐ค! So I am back again! This time we have a little different project to build and it's an easy one. I discovered that this was interesting and indeed it is! I will teach you how you can make your own QR Code Generator using HTML, CSS, and Jav...Sep 26, 2021ยท3 min readยท7.6K
๐ฝ๏ธ What are Netlify Serverless Functions and how to use them?๐ Welcome back! So I recently looked into Serverless functions or Lambda functions and I learned them. They can be extremely useful when building an app that is fully front-end and there are chances to expose API keys and so on. So today we'll be le...Aug 20, 2021ยท4 min readยท561
๐ฝ๏ธ Next.js Fetching methods - getStaticProps explainedYour data is ready to use!Aug 19, 2021ยท3 min readยท849