@abhinavprakash
Passionate developer with expertise in modern web technologies
Hi ๐ Iโm Abhinav Prakash - a full-stack dev who loves building with Node.js, React, Next, Astro, MongoDB & Cloud. I share my blogs, learnings, side-projects, and dev journey here ๐
๐ผ Iโm open to full-time Software Developer roles (Backend / Full-Stack), along with freelance projects in full-stack development, API integrations, and cloud deployments (Nginx, Docker, AWS). I also love collaborating on open-source projects ๐ ๐ฌ Reach me at hello@iamabhinav.dev or check out my portfolio at iamabhinav.dev
Jan 18 ยท 4 min read ยท For the longest time, I thought I had JavaScript events pretty much figured out. You know the usual ones: click input submit scroll maybe keydown And honestly? My work was getting done. Projects were shipping. Clients were happy. So in my head...
Join discussion
Nov 27, 2025 ยท 5 min read ยท Real-time communication powers everything we use today โ video calls, voice calls, live streaming, multiplayer games, and even real-time chat. But how do two devices talk directly over the internet? The secret behind all of this is WebRTC. In this bl...
Join discussion
Sep 29, 2025 ยท 2 min read ยท 1. Installation Windows Download installer from the GitHub CLI releases Or install via Scoop: scoop install gh Or via Chocolatey: choco install gh macOS Install via Homebrew: brew install gh Linux Debian/Ubuntu: sudo apt install gh Fedora:...
Join discussion
Sep 29, 2025 ยท 2 min read ยท Follow these steps to set up a LAMP (Linux, Apache, MySQL, PHP) stack on your Ubuntu server. Copy commands directly and get started quickly! ๐ ๐ ๏ธ Step 1: Update and Upgrade System sudo apt update && sudo apt upgrade -y ๐ What to Do: Keep your sy...
Join discussion