My 2026 Developer Portfolio
Introduction Hi! I'm Ahmed Anter Elsayed, a passionate developer and educator in Python, AI, and web development. Live Portfolio Check out my live portfolio he...
Introduction Hi! I'm Ahmed Anter Elsayed, a passionate developer and educator in Python, AI, and web development. Live Portfolio Check out my live portfolio he...
Introduction: CSS Without Selectors Is Just Noise HTML gives your webpage structure. But here’s the uncomfortable truth most beginners don’t realize early enou...
Starting Out When I first dipped my toes into the world of tech, I had no idea where it would lead. I just knew I was curious—and that curiosity turned into a...
The Problem with Production HTML HTML is everywhere, yet most production HTML today is accidental—generated by templates that hide logic in strings. The result...
Have you ever looked at your HTML or JSX code and thought, “Why is this not working?” You’re not alone. Even experienced developers make basic mistakes while wr...
CSS Selectors – How to Target Elements You've written some HTML. Now you want to make it look good with CSS. But how do you tell CSS which elements to style? T...
Writing HTML Faster with Emmet Writing HTML can feel slow and repetitive. Typing , , opening and closing tags over and over… What if you could type div and ins...
markdown !Forem Logohttps://media2.dev.to/dynamic/image/width=65,height=,fit=scale-down,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2...
Introduction Imagine someone builds your house perfectly… but they forget to paint it. Without CSS, a website is just plain text and structure. CSS Cascading S...
'Have you ever felt tired just by opening and closing HTML tags again and again? html -
Introduction CSS selectors are patterns that allow you to choose which HTML elements you want to style. Without them you cannot apply colors, fonts, or layouts...
Project Overview Despite having written a couple of posts on DEV, I was still able to complete the HTML Tables and Forms quiz on freeCodeCamp yesterday. That l...