Skip to main content

mmm Learn to code in 2018, get hired, and have fun along the way

Learn to code in 2018, get hired, and have fun along the way



First Month: The Big Picture

Big question to answer: How do computers, the internet and websites work? How can I build a website?
  • Understand the Feynman Technique so you really learn over the course of the next 5 months instead of just using your short term memory.
  • How Does the internet work: this from LearnCode.academy and this from thenewboston.
  • The best overview of Computer Science: Crash Course Computer Science
  • Follow this Harvard course on youtube. This is just pure gold from probably the best computer science instructor. No need to do the exercises.
  • How to use the command Line: this by Zed Shaw.
  • How to build a website/get a domain/and have it up and running: LearnCode.academy video.
  • How does HTML, CSS and Javascript fit together: FrontendMasters course on web development. Only up to and including section on Javascript.
  • Learn to build websites with Bootstrap. Start with this then go to the Bootstrap 4 documentation and add components you see there to a sample website. Understand the benefits that it provides vs writing CSS yourself.
  • Understand how to use templates to build websites using free themes and templates.
  • If you have time, you can do a few of the courses on the HTML and CSS sections at freeCodeCamp.

Second Month: Javascript

Big question to answer: How does javascript make machines do what you want?
  • This is where most of your focus will be in the later months. What problem does Javascript solve? Start writing little programs in Javascript to make your website behave in a certain way. This language makes your websites do things other than just look pretty. Start with these two courses: one and two
  • Read the Eloquent Javascript book.
  • Learn about DOM manipulation.
  • Read this great article about programming.
  • Learn how you can use chrome developer console to write javascript. Do this CodeSchool course (only the console section). Then learn to inject <script> tags in your html to run javascript files.
  • Watch this by Kyle Simpson, and finish the rest of the course you started the first month. Finally, finish these five courses on the javascript track from CodeSchool.
  • Use this guide from freeCodeCamp for short lookups if you have questions throughout the 5 months.
  • Learn the new ES6 features in this two part series: one and two.
  • Learn git and Github with these courses. Create a Github profile and start making commits every day. Start developing a sample website.
  • Terminology/Jargon: this video and this.
  • Finally, watch this great playlist on youtube. Ignore the sections on jQuery and Grunt.
  • Start using this guide whenever you have questions and you want to dig deeper into a topic.

Third Month: Javascript + NPM + Building Your Website

Big question to answer: Can I build a professional looking website and understand the entire process?
  • Google Developer Tools → learn how to debug your programs and websites using google Chrome. Finish this CodeSchool course if you haven’t done it yet.
  • Start attending local meet-ups on coding and Javascript.
  • Learn the difference between synchronous and asynchronous javascript.
  • What is the event loop? → Once you have a good grasp of Javascript thistalk will be a game changer. Hands down the best talk on javascript ever given.
  • Learn about Promises, and Async Await in ES7 here.
  • Finally, watch this course by Douglas Crockford.
  • Learn about the history of modules in Javascript here.
  • download node.js and npm. Download lodash from npm and use browserify to use Common Js imports. Learn about it here. Understand why npm is such an amazing tool for developers.
  • By the end of the month you should have a personal website up with the codebase on Github. Use Github pages to have a live website for free.

Fourth Month: React.js (or Vue.js)

Big question to answer: What problem does React or Vue solve?
I’m heavily biased. I love React.js. As a matter of fact, I teach it to others and run workshops on it. So just trust me on this one. Learn React unless you have a good reason to learn Vue.js. It’s new and exciting, but the job demand just isn’t there yet.
  • React → Do these in order: onetwothree. Then head on over to the official documentation and read through everything. If you have the money, this is the best react tutorial.
  • If you have the time and you want even more in depth tutorial on react here it is
  • Optional: Learn Redux → Watch this course. Don’t let your head explode. Then read the documentation for it as well.
  • Build a sample React application using create-react-app. Create-react-app will blow you away. It will open up a new world for you.
  • Deploy your app on Heroku.
  • Deploy your app on GitHub pages.
  • Start following top 10 articles on Medium and read any article on coding that ever comes up. Sign up to these email lists to keep in touch with what is happening in the industry: Javascript and React.
  • Start building your online resume. There are people that give better advice than me on this. Check this and this out. I also wrote an article on this that you can check out, but this post is already getting too long and you’re starting to give me evil eyes.

Last Month: Servers, Databases and Connecting the Dots

Big question to answer: Where do servers, databases, and raspberryPis fit into all of this?
  • HTTPJSON and AJAX. Learn how these allow you to communicate with servers.
  • Learn how to build an API server. Then go a step further and master node and Express.js here.
  • Once you are done with this, use a fun API like this one and build a simple app.
  • Subscribe to the computerphile youtube channel and watch their videos as they come. Even though topics may be difficult, it will introduce you to some amazing things.
  • What is a Computer/Server/OS: buy a raspberryPi and build your own server. Look up different projects on youtube you can do with your raspberryPi. Finally, build a simple script that makes lights attached to your raspberryPi blink. Follow this course. Host your website on the raspberry pie. Be amazed at how cool you are.
  • Spend one day each on the below subjects. You don’t need to have a good grasp on them. Just learn why they are there and what problems they are solving: Testing, Machine Learning, Time Complexity, SQL, UX/UI, Continuous Delivery, Basic Data structures. You should be able to explain what a data structure is. Hint: Arrays and Objects are two popular Javascript data structures.
***I can already hear people screaming at me with the above suggestion. “Are you out of your mind?! You don’t think testing is important?” But hear me out. I do agree that the above is important to be a good developer, and everybody should learn those skills. However, we are trying to build a trunk of foundation here. It is easy to start diving deep into a topic, but without the foundation you won’t actually know why it’s important, or how it relates to what you are doing. Additionally, in most job postings I found, there was very little mention of the above skills. Just save learning these until you are on the job.***
REMEMBER: your goal is to get employed in the most efficient manner.

Popular posts from this blog

Elizabeth Holmes Discusses Theranos at WSJDLive 2015

Elizabeth Holmes Discusses Theranos at WSJDLive 2015 Elizabeth Holmes Discusses Theranos at WSJDLive 2015 At the WSJDLive 2015 conference, Theranos founder and CEO Elizabeth Holmes discusses her company's proprietary technologies, the FDA's inspection of its facilities, and the assertion that her company was too quick to market its products.