Formify: An open-source tool to handle contact forms with no codeWe developers often create different projects in the form of websites. These days static sites have become more popular and serve static content without interacting dynamically with the server. Having a contact form on static sites involves a bit of ...Jul 31, 2022·6 min read
Why do you need just URL() API to get query params of a URL?Reading and manipulating URLs or query strings is involved in various applications for obtaining data from requests and routing users or requests. Different languages have different ways to deal with query parameters or routing at the backend. In th...Jan 4, 2022·5 min read
How easy it is to understand call, apply & bind in JavascriptThe keyword this in JavaScript is one of the most muddling concepts because its value depends on where it is used. Often it tricks developers and sometimes it's the culprit behind surreal results. Let's discuss this this keyword with simple and easy-...Jan 3, 2022·5 min read