Auto-Saving Forms Done Right 2/2
Auto-Saving is a way to ensure that data provided in a form gets persisted without the need to click on "Send" or "Submit". You might have come across…
Category
Auto-Saving is a way to ensure that data provided in a form gets persisted without the need to click on "Send" or "Submit". You might have come across…
As a tech enthusiast, I've always been interested in new concepts that new programming languages can provide us. My curiosity has often taken me into uncharted territories, which…
Armed with an unknown weapon called Lean4, I ventured into an arena known as 'Rinha de Backends', a challenge to determine (for fun) the fastest API for a…
In the realm of web development, iframes have long been an essential tool for integrating content from one website into another. Whether it's by embedding a video, displaying…
Hello everyone! I will talk about SQL in this article, more precisely on how to have two completely different order rules for your returning records according to the…
It is usual, as developers, to use tools that we don’t entirely understand. Web storage on browsers and cookies are examples of things we use without knowing what…