mhnahib.hashnode.devHow to Create Watermarks with Sharp in Node.js: A Step-by-Step GuideHave you ever wondered how websites automatically generate watermarks on uploaded images? If you're curious about how it's done, you're in the right place! In this tutorial, I will guide you on how to achieve this using Node.js and the popular image-...Sep 16, 2024·5 min read
mhnahib.hashnode.devGuide to Using React as Static Files in Express.jsIn modern web development, seamlessly combining front-end and back-end technologies is crucial for building efficient and maintainable applications. Have you thought of a process in which React.js can serve as static files from an Express server? May...Aug 30, 2024·9 min read
mhnahib.hashnode.devComplete Guide to Building CAPTCHA for Web Security with Node.jsIntroduction In today's digital age, securing web applications is more important than ever. Implementing CAPTCHA is a simple yet effective way to prevent automated abuse. This blog post will guide you through creating a CAPTCHA generation tool using ...Jun 28, 2024·8 min read
mhnahib.hashnode.devUnsaved Changes Warning in ReactIn this tutorial, we'll explore how to implement an unsaved change warning in a React application. Instead of relying on third-party libraries, we'll build a custom hook that's both lightweight and tailored to our needs. Getting Started You can eithe...Nov 15, 2023·3 min read
mhnahib.hashnode.devUnlocking the Power of Image Optimization and SEO in Node.jsUnlocking the Power of Image Optimization and SEO in Node.js Images serve as captivating mediums to convey human emotions and messages. Whether you're showcasing product images on an e-commerce platform or sharing visuals on social media, the size an...Nov 2, 2023·10 min read