Skip to content

Instantly share code, notes, and snippets.

@edward
Created November 7, 2011 14:41
  • Star 1 You must be signed in to star a gist
  • Fork 5 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save edward/1345191 to your computer and use it in GitHub Desktop.
Tech-ing Up: Learning basic programming

Tech-ing Up: Learning basic programming

Coming from http://www.reddit.com/r/canada/comments/m1494/looking_for_a_developer_advocate_for_shopify/ or elsewhere? Awesome.

This is a guide for learning the bare minimum needed for effectively working as a junior programmer or developer advocate at most software companies.

If you haven’t ever programmed before, don’t sweat it. Those who would be good fits at this job are naturally attuned to this stuff and their innate curiosity makes it a cakewalk. If you’re finding that it’s a frustrating experience the entire way through, then you should consider doing something else for a little while before you come back to give it another shot.

A first stab at programming

Start off by giving [Try Ruby](http://tryruby.org/ an in-browser programming tutorial) a shot and seeing how much fun you have.

If you’re able to finish it, then give Rails for Zombies a shot. The end goal here is that we want you eventually being able to write a Shopify App so you can coach others on how to do the same, as well as spotting opportunities for where an app could make someone’s life easier.

Sidenote: if you’re running into trouble with learning Ruby, definitely give Learn Ruby the Hard Way a shot. Note that if you’re running Windows, you might be better off with installing VMWare and running Ubuntu Linux inside of Windows as programming Ruby on Windows is still tough going.

Ready to Rock / Apply

Once you’ve got some basic programming skills together, make a Github account and create your first project repo (repository).

Format a README.md (that’s .md for Markdown), stick your resume in there and send it over. Alternatively, create a Github Gist like this one and ping me with a link.

Everything sucks and is hard

Post on Stack Overflow or ask in Ottawa Ruby if you run into any problems during this tech gauntlet. Don’t worry; [you got the powerrrrrrrr] (http://www.youtube.com/watch?v=jkYuK3AKrxc)

@seanevans
Copy link

Try ruby link decided it didnt feel like working. Did you want this? http://tryruby.org/levels/1/challenges/0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment