Integrating Ruby with Rust with FFI
Ruby is a great programming language for productivity, but sometimes you need to develop something that is performant or has a low memory footprint. Rust is a exceptional language for…
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 multiple websites…
Auto-Saving Forms Done Right 1/2
Auto-Saving is a way to ensure that data provided by a user is persisted without needing them to click on "Send" or "Submit". You may have come across multiple websites…
Making a Full-Stack App with Vue, Vite and Express that supports Hot Reload
Introduction With each passing day, web applications are becoming more and more reactive. JavaScript front-end frameworks are designed for this particular purpose. However, it is common for applications that use…