We all have those defining moments in our career or our education that made us realize that we wanted to become devs.
For me, it was in my first programming class when I wrote some Python code that added a couple of numbers together. It wasn't like a calculator or anything, it was literally:
print 3 + 4
It sounds dumb, but when I ran that one line in Idle I said to myself "I made the computer do that... Whoa".
What was your dev-defining moment?
I signed up for the free 14 days trial at Treehouse. I started with the Web development track and worked through the HTML and CSS stuff. After a week or so, my first website was out there on the web. The website had nothing special, an about page and a homepage. But I made it, all me, and it was an unbelievable feeling. From that point I was just curious to know what was possible with programming. And here I am :)