TL;DR: This is a story from my own professional experience about how picking wrong libraries, frameworks, infrastructure services and development approaches causes damages to a web application, thus doubling time and cost of its development. It ...Read more
Querify Question Shop: Explore Expert Solutions and Unique Q&A Merchandise Latest Questions
Hello, everyone. Today, I'm going to talk about how to fire a specific function when the URL changes in Next.js. This will fire not only on page transitions but also on browser back events. ...Read more
In our previous post, we discussed a few ways to check if an element is visible. We checked if it was within the window or its scrollable container, and even used the ...Read more
Medusa live on Product Hunt: 🎉 producthunt.com/posts/medusa ...Read more
Introduction JavaScript is a dynamic language that allows web developers to add interactive features to web applications. Among its built-in functions are setTimeout and setInterval, used for scheduling tasks and managing timing within applications. In this article, ...Read more
Transmission Control Protocol TCP and User Datagram Protocol UDP are two core internet protocols. These protocols govern how data is transmitted across the internet TCP: TCP is a connection-oriented protocol that establishes a reliable communication channel between ...Read more