In each folder, separated by year, are my notes, etc related to what I'm studying, doing, learning...
My goals are to
- be proficient with Python and JavaScript
- build good projects
- increase my network of communications
- contribute to an open source project
- get a job as full stack developer / software engineer
- Always be working on one course.
- Add bonus objectives from bonus list as often as desired.
- All Assignments must be complete for course to be considered complete.
Current Course: College Algebra and Problem Solving
Courses Completed: 0
Total Points earned: 700
Date Finished | Activity | Points | Links |
---|---|---|---|
13/1/2018 | Book | 200 | You Don't Know JS: this & Object Prototypes |
23/1/2018 | Course | 500 | Learn to Code HTML & CSS |
WIP | Course | 500 | College Algebra and Problem Solving |
WIP | Course | 500 | Introduction to Engineering: Imagine. Design. Engineer! |
5/4/2018 | Course | 500 | Practical JavaScript |
WIP | Course | 500 | Introduction to Computer Science - CS50 |
Work through these courses, read the books listed below, and frequently supplement with "bonus activities" listed below.
- Tier 0 - prep
- Tier 1 - Non-Python frontend necessities for Web Development
- Tier 2 - Python Basics
- Tier 3 - More Python and Basic CS
- Tier 4 - Wrap everything up and prep for interviews
Goal: Be comfortable with git by midway through Tier 1, and comfortable with Precalculus by midway through Tier 2.
Anything in Tier 0 can be studied before beginning Tier 1, or alongside the rest of the guide as you progress through the other Tiers.
- Book: College Algebra or Course: College Algebra and Problem Solving or thorough knowledge of Algebra.
- Book: Precalculus or Course: Precalculus or Khan Academy or thorough knowledge of Precalculus
- Course: Try Git and/or How to not f-up your local files with Git part1, part2 and part 3
Goal: Become Proficient with HTML, CSS and JavaScript, including the frontend framework/library of your choice plus D3.
- Book: You Don't Know JS: Up & Going
- Book: You Don't Know JS: Scope & Closures
- Course: Learn to Code HTML & CSS
- Project: Pick a template from here, here or here and implement the frontend of a website with it as your inspiration (do not use its assets)
- Book: You Don't Know JS: this & Object Prototypes
- Course - Programming for the Web with JavaScript
- Project: Pick a template from here, here or here and implement the frontend of a website with it as your inspiration (do not use its assets)
- Book: You Don't Know JS: Types & Grammar
- Book: You Don't Know JS: Async & Performance
- Project: Select an API from Todd Motto's API List and build a frontend-only application powered by data fetched from the API you chose.
- Course: Learn to Code Advanced HTML & CSS
- Book: You Don't Know JS: ES6 & Beyond
- Course: Data Visualization and D3.js
- Project - Clone this Admin template using React, Angular, or Vue
- Book: JavaScript Allongé, the "Six" Edition
- Project: Select an API from Todd Motto's API List and build a frontend-only application powered by data fetched from the API you chose.
- Book: JavaScript Design Patterns
- Project: Clone this online resume template
- Project: Do a one week Speedrun of the FreeCodeCamp Projects, finishing as many as you can in seven days.
Goal: Become familiar with Python, MongoDB, and the Flask or Django framework and begin building proficiency with creating full stack web applications with Python on the backend.
- Challenge: Python Interview Prep on Hackerrank. Sign up now and work problems alongside the guide as you progress.
- Course: MongoDB for Developers - note: this course is only intermittently offered, sign up at the start of the Tier, then proceed to the other courses and return to this one when it's in session
- Course: Introduction to Computer Science and Programming Using Python
- Study: The Flask User Guide or the Django documentation - pick based on which is more prevalent in your area, which you personally prefer, or any other criteria you choose, but pick one and study it thoroughly. Do the tutorials, read it all, learn testing, auth, databases, all of it.
- Project: Clone Twitter using Python on the backend, and your frontend framework/library of choice. Include all basic features: signup/login/logout, follow user, search, tweet, like/retweet, home page with stream of recent tweets.
- Course: Calculus One
- Project: participate in one Bot Programming competition.
- Book: Think Python
- Study: The pytest testing tool read the docs thoroughly, experiment with the examples and become proficient with pytest (including unittest and nose).
- Project: participate in one Bot Programming competition.
- Project: Clone Medium. Include: create account, create post, publish post, edit post, add topic to post, follow user, follow topic, cheer for post, and home page with feed of recent posts, followed users, and followed topics.
- Project: Do a one week Speedrun of the FreeCodeCamp Projects, finishing as many as you can in seven days.
Goal: Learn Python to a deeper level, ensuring you understand the algorithms and data structures you're likely to encounter in interviews (and on the job).
- Project: Finish all classic puzzles on CodinGame from easy through hard by the end of the Tier.
- Course: Introduction to Computational Thinking and Data Science
- Project: Your choice - Clone Netflix, Slack, Reddit, or Facebook (or a comparably involved site of your choosing). The clone should be functional and include all basic features.
- Course: Mathematics for Computer Science
- Course: Introduction to Algorithms (requires book purchase) or Book - Open Data Structures
- Project: participate in one Bot Programming competition.
- Course: Intro to Machine Learning
- Project: Titanic: Machine Learning from Disaster
- Course: Database Mini-Courses - take all mini-courses
- Project: Your choice - Clone Netflix, Slack, Reddit, or Facebook (or a comparably involved site of your choosing). The clone should be functional and include all basic features.
- Project: Create a Portfolio highlighting your best work.
- Project: House Prices: Advanced Regression Techniques
- Project: Do a one month Speedrun of the FreeCodeCamp Projects, finishing as many as you can in 30 days.
Goal: Interview with confidence.
- Project: Finish any questions you have remaining from Python Interview Prep
- Project: Refine and polish your Portfolio.
- Project: Create and polish your Resume/CV.
- Project: Cracking the Coding Interview on HackerRank
- Project: Continue honing your skills as you interview. Participate in more bot competitions on CodinGame, participate in competitions on Kaggle, contribute to open source JavaScript or Python projects, work on side projects that illustrate your frontend skill.
Activity | Points for completing | Activity type |
---|---|---|
Basic Project | 100 | project |
Substantial Project | 200 | project |
Large Project | 300 | project |
Gigantic Project | 400 | project |
Duolingo or MosaLingua (1 level) | 100 | foundation |
Book | 200 | foundation |
Tutorial site (Udemy/Pluralsight/Egghead/Treehouse/etc) course | 100 | foundation |
University level course (Coursera/edX/MITOCW/etc) | 500 | foundation |
Physical Activity (30 minutes) | 10 | foundation |
Musical Instrument Practice (30 minutes) | 10 | foundation |
Khan Academy (30 minutes) | 10 | foundation |
Analytics Vidhya Competition | 50 | data-science |
Crowd Analytix Competition | 50 | data-science |
Kaggle Competition | 50 | data-science |
Driven Data Competition | 50 | data-science |
Blog Post on any topic | 15 | communication |
Blog Post Tutorial | 40 | communication |
Video Tutorial | 50 | communication |
Open Source PR | 50 | communication |
Module to npm | 200 | communication |
Team Up for a project | 100 | communication |
Diary entry | 5 | communication |
CodeWars (10 problems) | 50 | algorithms |
CodinGame (1 Tier) | 100 | algorithms |
CodinGame (1 Bot Competition) | 20 | algorithms |
HackerRank (10 problems) | 50 | algorithms |
Google Code Jam (1 round from past contest) | 100 | algorithms |
- Practice Speedrun
- Pick a template from [here], [here], or [here] and implement the frontend of a website with it as your inspiration (do not use its assets)
- Complete any 5 projects from 100 Days of CSS.
- Select an API from Todd Motto's API List and build a frontend-only application powered by data fetched from the API you chose.
- Complete a CSS theme for CSS Zen Garden
- Clone your favorite non-trivial website such as: Medium, Twitter, Slack, Netflix, Reddit.
- Clone a video game such as: Breakout, Tetris, Pacman, Super Mario Bros, Zelda, Final Fantasy.
- Complete any project on The Odin Project or FreeCodeCamp.
- Clone your favorite browser extension, or create one you wish existed.
- Clone your favorite mobile app, or create one you wish existed.
- Any project you want to build - the above are all just ideas for if you're stuck for an idea - really, just build what you want!
Additional books can be found here
You can find my name on the list here speedstudy
- Original Get Job Ready - Python Edition
- FAQ
- p1xt-guides