Hey! I'm Moneer!
Currently starting over — learning full-stack development, shipping real projects, and getting better one line of code at a time.
Recent Posts
- Behind the Push: Git's Journey from Local to Remote
Committing and pushing feel similar but mean very different things. Here's the distinction that finally made Git click for me.
- DNS Explained: How Your Domain Name Finds Your Server
moneerabedrabbo.com doesn't live anywhere by that name. Here's the chain of lookups that turns a domain into an actual server, and what changing nameservers really does.
- DNS, TCP, and HTTP: What One Enter Key Triggers
There's a lot of steps that take place when clicking enter on a URL that you never knew about.
- HTTP Status Codes: The Ones You Actually Need to Know
A quick walkthrough of the HTTP status codes that actually matter and what the 2xx/3xx/4xx/5xx ranges mean. Also why you'll run into 200, 404, 401, and 500 way more than the rest.
- Setting Up CI/CD for a Static Site: From Zero to Auto-Deploy
My site already deployed automatically on push. What it didn't have was a check that a pull request actually builds before merging, so I wrote one by hand and tested it for real.
- Why I am Learning to Code
I studied computer science in school, but I am now teaching myself to code with the goal of landing a job as a software developer.