DEV Community

Sami
Sami

Posted on

๐ŸŒฑ How I Started My Coding Journey in C (2022)

When I started my Engineering in Computer Science and Engineering (AIML) in 2022, I honestly had no idea about coding. Programming felt like a completely new world, and I wasnโ€™t sure where to begin.

Then came my very first programming language: C.


โšก My First Experience with C

The very first program I wrote was a simple one โ€” printing numbers from 1 to 1000.

It might sound small now, but at that moment it felt mind-blowing. The idea that I could give instructions to a machine and see it execute them instantly was something magical.

That was the moment I realized:

> โ€œComputers can do in seconds what would take me hours โ€” if only I learn how to talk to them.โ€
Enter fullscreen mode Exit fullscreen mode

๐Ÿ”‘ What C Taught Me

Even though C was just the beginning, it gave me some valuable lessons:

  • Logic matters more than syntax.

  • Small programs can spark big curiosity.

  • Learning by doing is the best way to grow.


๐Ÿš€ The Curiosity Spark

That one simple program changed my mindset. I went from:
โŒ โ€œCoding looks too hardโ€
โœ… โ€œWhat else can I make computers do?โ€

This curiosity became the fuel for my entire journey ahead โ€” from exploring websites, to JavaScript, React, and even AI/ML.


โœจ Closing Thoughts

If youโ€™re just starting out, donโ€™t underestimate the power of small beginnings. Writing a basic program in C might feel simple, but it can ignite a journey that takes you much further than you imagine.

For me, it all started in 2022, with a few lines of C code that printed numbers โ€” and it completely changed how I look at technology.


๐Ÿ‘‰ This is Part 1 of my journey. In the next blog, Iโ€™ll share how my curiosity about the web led me to HTML, CSS, and the world of Webย Development.

Top comments (0)