DEV Community

Cover image for What was THAT moment you understood you wanted to become a dev?
Luca
Luca

Posted on

What was THAT moment you understood you wanted to become a dev?

Mine
8 years old; a C64; the sound a 5¼ inch floppy disk; things moving on the screen on my command.

What was yours?

Oldest comments (35)

Collapse
 
rachelsoderberg profile image
Rachel Soderberg

Mine was while I was playing World of Warcraft at around age 26. I got into creating macros and editing the lua code for the addons I was using. Then one day I decided I wanted to make an AutoHotKey script that would run keystrokes over multiple windows and I was hooked. Spent the better part of a full weekend working on a "five-boxing" script and realized I need to be doing it for a living. Was enrolled in school that fall!

Collapse
 
rixcy profile image
Rick Booth

Good ol' WoW macros. A lot of people probably don't even realise they're making basic if/else statements when making macros.

Collapse
 
therealkhitty profile image
Mary Thompson

The summer between middle school and high school, I participated in an EMSI program. I can't remember the name of the language or software, but I remember making a little turtle draw lines on the screen. That was my first experience with anything related to coding. Once in high school, I signed up for a programming class where I learned Java. I made a mad libs like program, just text in a command prompt. I enjoyed writing short stories then, so I would write silly ones and have my classmates fill in some blanks. The excitement that generated made me want to pursue creating programs that people would use and be equally excited about.

Collapse
 
keptoman profile image
mlaj

In secondary school (highschool), I would write .bat files for fun. I had dozen of "hacks" that I toyed with. When I got to CEGEP (college) I actually wanted to program video games but because of my poor math skills I went in web development instead. I have never regretted my choice!
I've worked and seen first hand what the video game industry does to you, and I decided that it wasn't the life I wanted.

Collapse
 
lucagrandicelli profile image
Luca

Is really that bad, ain't it?

Collapse
 
keptoman profile image
mlaj

We testers did 6 days a week 10 hours per day. Some devs had a 6-7 days 10 hours shifts. That was often many months long, since it was a big company releasing many games through the whole year.

The situation seems a bit better now, but it's still horrible. I still work in the same building and everytime I see one of their devs they always seem sick and very tired.
I hope they fix their situation soon and stop preying on the juniors that think this situation is acceptable and required.

Thread Thread
 
lucagrandicelli profile image
Luca

I honestly think we're all moving toward the wrong direction. The game industry is living in a speed-up productivity bubble very similar to the late 90's when, for the first time, a common employee started to count as mere gear within the system and big companies could do basicaly whatever they wanted in the name of new technologies.
I understand that we all have our role in this story, because of the demand process. Think of Amazon, for example.
I think we need to reorder things and no more accept money as the only valuable thing in our careeer.

Collapse
 
joshpike profile image
Josh Pike • Edited

Stumbled across a framework called Konfabulator back in 2003. They claimed anyone could build these neat little desktop widgets. I took them up on their claim, full green noob! (I was a History major in college)

I built a couple. It was so much fun. It was the first time I'd ever written code; first time I'd ever seen something I built, work!

I was hooked. I actually didn't realize I was hooked for probably another 10 years. Second foray into codeing (web dev) stuck. It's my career now.

Collapse
 
tangweejieleslie profile image
Leslie Tang

I started my career with a Business Diploma and had originally intended to go towards "Business Analytics". Then I got so frustrated and bored from manually transferring data from one Excel spreadsheet to another during my first full-time job.

That's when I discovered the world of VBA, automate my work, started hacking together data dashboard in Excel and after earning enough money from that job to fund my studies, quit. I am now pursuing undergrad studies in Computer Science. 😄

Now directing my entire focus towards web development. The idea of having my future application being so easily accessible to people all over the internet excites me. Compared to just having a Macro-enabled Excel that's only available to the organization.

Collapse
 
pawelkata profile image
Paweł Kata

Exactly the same as yours!

10 PRINT "PAWEL"
20 GOTO 10
RUN

Before I played any game, before I even booted up GEOS, my father showed me the above and boy was I in awe!

Collapse
 
lucagrandicelli profile image
Luca

It's funny how one of the first things you learn in programming is the infinite loop.

Collapse
 
willemodendaal profile image
Willem Odendaal

My dad was an accountant, so we got one a nice IBM pc for the home. My dad showed me some little programs in QBasic, and then I was hooked!

Collapse
 
rixcy profile image
Rick Booth

I can't remember how exactly I first got the idea to build a website, or purchase a domain name like hellhounds.com when I was ~10; Probably from playing too much RuneScape and wanting somewhere to show off what I'd done.

When I was coming towards the end of primary school years, my class were split in to small groups to work on a fake product, making brochures, flyers, cards etc. and due to already having a domain and hosting in place, I thought I'd make us a website. The teacher had no idea how it was all done so asked if I could stay behind after school one night when some parents were in to describe what I'd done. It was the moment I was telling them all how to structure HTML and CSS when I realised I had a genuine interest in it and how cool it was to be able to build stuff for the web.

Collapse
 
andrekelvin profile image
AndreKelvin

It was when I realized University ain't for me and I need to find out what I'm good at. Then I realized I'm actually good with computers.

Wanted to learn how to repair laptops and mobile phones but I didn't do it

Decided to learn computer networking. While learning I read an article of how programming is the most in demand job in IT. I told my colleagues about programming they said it was very hard, programming is for genius only blah! blah!! blah!!!
I didn't listen to them. I was secretly learning C on YouTube but had no idea what I was doing 😂
It was after 4 months learning networking and 8 months of fieldwork. Get a job was difficult because you need CCNA,CCNP e.t.c

One day I was scrolling through YouTube saw a video of how a network engineer became a software developer and the demand of network engineer is getting low in today's world

Then Booooom!
I started learning Java
The rest is history...

Collapse
 
smonff profile image
🌌 Sébastien Feugère ☔

Somebody showed me Emacs that was provided with Mac OS X 15 years ago. I was a student at art school at this time. I graduated, then did some programming training and am a full time paid Emacs user today.

Collapse
 
antonrich profile image
Anton

Sébastien I have an unusual request. I'm learning French and I have a system. In this system I usually learn what I'm already familiar with. And you know programming, emacs and French! Would you be interested in assisting me in that journey? If yes then follow me back and we'll continue chatting in DM. Merci beaucoup.

Collapse
 
smonff profile image
🌌 Sébastien Feugère ☔

Bien sûr! Pose moi tes questions par message privé.

Sure! Ask questions through DM.

Collapse
 
martinhaeusler profile image
Martin Häusler

6 years old, holding a GameBoy in my hands. The choice was made, I never looked back.

I've got a blog post about my journey here on dev.to with more details if anyone is interested :)

Collapse
 
tsimpson profile image
Travis Simpson

Probably around the same age. My best friend and I used to talk about creating our own MMOs back then. Today, he's delved deep in to the world of linguistics, but we constantly bounce ideas off each other for various things. It really, really sunk in to me in my last retail/customer service job, when two things happened:

  1. I had gotten as high as I knew that company would let me, and I was bored and unchallenged.
  2. "Signs". Hah. First with the receptionist at the gym I went to, on leaving her job there: "These jobs are only meant to get you through school. The only people that take it serious and go for the long run are those that don't know what they want to do with their life!" And then an older customer at the store I managed: "I used to work at a place like this." ... me: "What changed?" ... him: "I went back to school and got a real job."

If that wasn't enough to kick my butt in to gear and get in to something better...I'd probably still be back there hating my job!

Collapse
 
webdeasy profile image
webdeasy.de

While playing Minecraft.. 😂

In the past I began to programm Java plugins and I had so much fun that I decided to learn an IT job! And here I am.

In my training I learned web developing and I love it until today! I'll never miss it! :)

Collapse
 
marciobbj profile image
Márcio Bernardes

In my first coding job interview, love at first sight. I was 19.

Collapse
 
huijing profile image
Chen Hui Jing

When I built my first website and saw it go live 🙆