blogs.arasharora.com🧰 A Beginner's Guide to NGINX and NGINX Proxy ManagerWhether you’re self-hosting applications or deploying websites in production, reverse proxies are one of the most powerful tools in your DevOps toolbox. At the heart of it all is NGINX—a versatile, open-source server that can function as a web server...Jun 16, 2025·5 min read
blogs.arasharora.comGetting started with Node.jsNode.js is a JavaScript runtime that extends its capability to the server side. It is built on Chrome’s V8 JavaScript Engine. Node is an event-driven, non-blocking IO model. This means it's asynchronous and doesn't block itself for one request (but r...Jan 1, 2023·10 min read
blogs.arasharora.comGetting started with Next.jsIntroduction to Next.js Next.js is a robust JavaScript framework that has gained a lot of popularity in recent years due to its focus on server-rendered React applications and its strong emphasis on performance. If you're a developer looking to build...Jan 1, 2023·10 min read
freecodecamp.orgHow to Get Started with Node.js – Beginner's Guide to NodeBy Arash Arora Node.js is a JavaScript runtime that extends its capability to the server-side. It is built on Chrome’s V8 JavaScript Engine. Node is an event-driven, non-blocking IO model. This means it's asynchronous, and doesn't block itself for on...Jul 11, 2022·10 min read