Hey there, welcome to my first blog post on my developer journey! 🚀 I’m super excited to share my experiences as I dive into the world of coding. It’s been a wild ride so far, and I’m just getting started.
Kicking Things Off with HTML
I began my journey with HTML, the backbone of web development. Learning to structure content with tags felt like building the skeleton of a website. Seeing my first "Hello, World!" appear in a browser was thrilling. Semantic HTML was a game-changer that made my code more meaningful and accessible.
Styling with CSS
Next, I tackled CSS to bring my pages to life. Playing with colours, fonts, and layouts was like painting a digital canvas. I learned about the box model, Flexbox, and Grid, which helped me create responsive designs. My favourite moment? Making a button change colour on hover—such a small win, but it felt huge!
Diving into JavaScript
Now, I’m exploring JavaScript, and wow, it’s a whole new world! Adding interactivity to my projects is mind-blowing. From writing my first console.log() to creating simple functions, I’m starting to see how JS brings websites to life. I recently built a button that toggles a dark mode—super cool to see it in action!
What’s Next?
I’m still early in my journey, but I’m hooked. My next steps are to dive deeper into JavaScript, maybe tackle DOM manipulation, or learn about APIs. I’m also excited to share more projects and tips as I grow.
Thanks for reading my first post! I’d love to hear from other developers. What was your first coding win? Drop a comment and let’s connect! 😄

For further actions, you may consider blocking this person and/or reporting abuse
Top comments (2)
pretty cool watching someone jump in right at the start- makes me wonder, you ever look back after a bit and realize how fast things add up if you just stick with it?
Welcome to DEV Community 😊