I Tried Deploying React + Laravel on One Server… and It Was Messier Than I ExpectedApr 18, 2026·4 min read
I Deployed React + Laravel + MySQL on One Server I recently deployed a full project: React (frontend) Laravel (API) MySQL (database) All on a single AWS server. If you search online, everything looks clean and easy. In reality, it’s not. Small Apr 18, 2026·4 min read
What is Emmet ?Writing HTML by hand is slow and boring. Emmet is a shortcut language for writing HTML faster. Emmet exists to save your time. You type short code → editor expands it into full HTML. Why Emmet Is Useful for HTML Beginners Beginners struggle with: F...Feb 7, 2026·3 min read
What HTML Is and Why We Use ItHTML stands for HyperText Markup Language. But forget the full form for now. HTML is the skeleton of a webpage a Skeleton gives shape to the body HTML gives structure to a webpage every website use html without HTML No headings, No paragraphs, No but...Feb 7, 2026·3 min read
What a Browser Actually Is (Not Just “It Opens Websites”)Most people think: “Browser = Chrome = opens websites” That’s incomplete. A browser is a mini operating system for the web. Its real job is to fetch data Fetch website take files from the server and Understand them or take a html from the and Conve...Feb 7, 2026·4 min read
What is TCP and Why It Is NeededBefore TCP existed, computers could send data, but there were no guarantees. Imagine this without rules: Data can get lost Data can arrive in wrong order Data can arrive partially Sender never knows if receiver got it That’s chaos. TCP (Transmi...Feb 7, 2026·4 min read
TCP, UDP, and HTTPWhen data moves on the internet, it doesn’t move randomly.There are rules that decide how data is sent, how fast, and how safely. These rules are called protocols. Think of protocols as agreements: “This is how we send data. Follow these rules.” Wh...Feb 7, 2026·2 min read
How Internet Reaches Your Home or OfficeWhen you open a website, data travels through some basic devices before it reaches your phone or computer.Each device has one simple job. Flow first Internet → Modem → Router → Switch → Your device What is a Modem? Modem brings internet into your ho...Feb 7, 2026·2 min read