Articles
Articles on unique Software Development challenges
and Business issues I have faced.
Automate File Upload with Chrome Extension
How to upload files in Chrome extensions.
Redis Caching VS Cloudflare page rules — NodeJS
Compare Redis Caching and Cloudflare Page Rules in NodeJS applications. Learn how Redis, an in-memory data store, and Cloudflare's optimization features impact site performance, speed, and server load. Discover the best practices for caching in NodeJS.
Uploading files to AWS S3 client side | NodeJS and ReactJS/NextJS
How to upload files to AWS S3 directly from client side using NodeJS ReactJS and NextJS with sample code.