This blog, is a continuation of part1 where I explained the basic flow. Now, Let us dive into the main code 🙂 Declaring Constants & ...Read more
Querify Question Shop: Explore Expert Solutions and Unique Q&A Merchandise Latest Questions
How to secure your IPinfo token on the frontend, a brief primer on filtering referring domains. The classic advice of API access tokens is that you should NEVER put your API access token in the frontend ...Read more
One of the most important things in our web apps UX is to provide a form of feedback when the app needs more time to process the user's action when e.g an ajax request is ...Read more
In today's tech-driven world, web applications have become an integral part of our daily lives. It is crucial to ensure that these applications are accessible to everyone, including individuals with disabilities. In this two-part blog ...Read more
Ok Jasper what is this post about, wait it isn't NixOS. That's right, today I'm covering my new love language Gleam, “a friendly language for building type-safe systems that scale”. So not long ...Read more
If you work with a frontend, your project usually contains package.json file. Do you know what it's for and why this file is so important? Let's take a closer look at package.json. In earlier times, when ...Read more