What made you want to become a dev?

jvarness

Jake Varness

Posted on November 25, 2017

What made you want to become a dev?

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
Enter fullscreen mode Exit fullscreen mode

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?

💖 💪 🙅 🚩
jvarness
Jake Varness

Posted on November 25, 2017

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related