I am a Senior Software Engineer from India.
I am available for Technology talk
This article is a personal reference guide for configuring Nginx as a reverse proxy in front of a Node.js application managed by PM2 on Ubuntu. It focuses on what actually matters in production. 🧠 Why Nginx? Nginx sits between the internet and your...

If Ownership and Borrowing are Rust’s rules,then Structs and Enums are Rust’s building blocks. They are how Rust models everything in real-world applications: API responses App state Configuration objects Database models Messages in async system...

Out of all the exercises I’ve done in Rust so far, the first_word() function was the most eye-opening. It seems simple: “Given a string, return everything before the first space.” But while building it, I learned four major Rust concepts at once: ...
