🎣 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
🎉 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·518
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·559
🍽️ Next.js Fetching methods - getStaticProps explainedYour data is ready to use!Aug 19, 2021·3 min read·843