├── .Rhistory ├── README.md ├── header.png ├── week01 ├── README.md └── tech_dev_tools.pdf ├── week02 ├── DS&A.pdf ├── README.md └── soft-hell-week.pdf ├── week03 └── H9G_prof_keypoints.pptx └── week04 └── 01-get-that-job.pdf /.Rhistory: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hello-turing/resources-2/12a6cf2f2f04a578d588b58fc8cc2b81aaac0e63/.Rhistory -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ![Huh](https://raw.githubusercontent.com/hello-turing/resources/master/header.png) 2 |

3 |
Knowledge base
4 |

5 | 6 | This is our knowledge base, there are many like it, but this one is ours. Every piece of information and resources provided here are based solely on our personal experience. We hope that this repository will help you and us become better version of ourselves. 7 | 8 | ## Getting started! 🚀 9 | To hit the ground running consider resources in the following order: 10 | - [W3Schools - HTML, CSS, JS basics](https://www.w3schools.com/) 11 | - [Codecademy - Intro to JS](https://www.codecademy.com/learn/introduction-to-javascript) 12 | - [Codecademy - Learn Git](https://www.codecademy.com/learn/learn-git) 13 | - Review the first steps of [Web developer roadmap](https://github.com/kamranahmedse/developer-roadmap) 14 | - [YDKJS - books series on JS, basics to advanced](https://github.com/getify/You-Dont-Know-JS) 15 | - [Learn Enough Git to be Dangerous](https://www.learnenough.com/git-tutorial) 16 | - [Git flight rules - for reference](https://github.com/k88hudson/git-flight-rules) 17 | - [Nodeschool.io - workshops to practice along with YDKJS reading](http://nodeschool.io) 18 | - javascripting (Up & Going) 19 | - learnyounode (Up & Going) 20 | - how to npm (Up & Going) 21 | - scope chains & closures (Scopes & Closures) 22 | - async you (Sync & Performance) 23 | - promise it won't hurt (Sync & Performance) 24 | - count to 6 (recommended, ES6 & Beyond) 25 | - functional javascript 26 | - Javascript best practices 27 | 28 | ## Topicwise roadmaps and lists 📍 29 | - [Web & Devops engineer roadmap](https://github.com/kamranahmedse/developer-roadmap) 30 | - [iOS developer roadmap](https://github.com/BohdanOrlov/iOS-Developer-Roadmap) 31 | - [Every Programmer Should Know](https://github.com/mtdvio/every-programmer-should-know) 32 | - [Coding Interview University](https://github.com/jwasham/coding-interview-university) 33 | - [Path to a free self-taught education in CSc](https://github.com/ossu/computer-science) 34 | 35 | ## Programmers' wisdom 👴🏻 36 | - [Don't Call Yourself A Programmer, And Other Career Advice](http://www.kalzumeus.com/2011/10/28/dont-call-yourself-a-programmer/) 37 | - [The Key To Accelerating Your Coding Skills](http://blog.thefirehoseproject.com/posts/learn-to-code-and-be-self-reliant/) 38 | - [Tips for Self-Learning Programming](http://blog.hiphipjorge.com/tips-for-learning-programming/) 39 | - [Be Recklessly Confident when “Learning How to Code”](https://hackernoon.com/be-recklessly-confident-when-learning-how-to-code-bd80cb0046da) 40 | - [How to become a programmer, or the art of Googling well](https://okepi.wordpress.com/2014/08/21/how-to-become-a-programmer-or-the-art-of-googling-well/) 41 | - [Lessons From A Lifetime Of Being A Programmer](http://thecodist.com/article/lessons_from_a_lifetime_of_being_a_programmer) 42 | - [What every computer science major should know 43 | ](http://matt.might.net/articles/what-cs-majors-should-know/) 44 | 45 | ## Self-dev 🧬 46 | 47 | - [Hell Week: Seven Days to Be Your Best Self](https://www.amazon.com/Hell-Week-Seven-Days-Your/dp/1476783365) 48 | - [Impact Theory - Most Impactful Interview You Will Watch on YT](https://www.youtube.com/channel/UCnYMOamNKLGVlJgRUbamveA) 49 | - [Learning How to Learn: Powerful mental tools to help you master tough subjects](https://www.coursera.org/learn/learning-how-to-learn) 50 | - [Deep Work - Rules for Focused Success in a Distracted World](https://www.amazon.com/Deep-Work-Focused-Success-Distracted/dp/1455586692) 51 | - [Black Mirror series](https://www.imdb.com/title/tt2085059/) 52 | 53 | ## Contribution 54 | 55 | If you have any suggestions or just want to say 👋, please open an [issue on GitHub](https://github.com/hello-turing/resources/issues/new) or contact us on [Telegram](https://t.me/nugmanoff) 56 | -------------------------------------------------------------------------------- /header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hello-turing/resources-2/12a6cf2f2f04a578d588b58fc8cc2b81aaac0e63/header.png -------------------------------------------------------------------------------- /week01/README.md: -------------------------------------------------------------------------------- 1 | # Setup, Git, Tooling 2 | 3 | ### Shell/command line, terminals 4 | 5 | - [Codecademy - Learn the Command Line](https://www.codecademy.com/learn/learn-the-command-line) 6 | - [Shell Scripting](https://www.shellscript.sh/) 7 | - [iTerm 2](https://www.iterm2.com/) 8 | - [Hyper Terminal](https://hyper.is/) 9 | - [Guake](https://github.com/Guake/guake) 10 | - [Oh My Zsh](https://ohmyz.sh/) 11 | - [iTerm2 + Oh My Zsh + Solarized + Powerline](https://gist.github.com/kevin-smets/8568070) 12 | 13 | ### Dotfiles 14 | 15 | - [Getting started](https://medium.com/@webprolific/getting-started-with-dotfiles-43c3602fd789) 16 | - [Thoughtbot - Intro to Dotfiles](https://thoughtbot.com/upcase/videos/intro-to-dotfiles) 17 | - [Awesome dotfiles](https://github.com/webpro/awesome-dotfiles) 18 | - [Your unofficial guide to dotfiles on GitHub](https://dotfiles.github.io/) 19 | - [Configure your dotfiles](https://anvilabs.co/blog/configure-your-dotfiles/) 20 | 21 | ### Miscellaneous 22 | 23 | - [Interactive Vim](https://www.openvim.com/) 24 | - [Vim Adventures](https://vim-adventures.com/) 25 | - [Learn Vim For the Last Time](https://danielmiessler.com/study/vim/#gs.nohhtTQ) 26 | - [GitHub Student Pack](https://education.github.com/pack) 27 | 28 | ### Git 29 | 30 | - [Writing Practical Commit Messages](https://anvilabs.co/blog/writing-practical-commit-messages/) 31 | - [Git Flight Rules](https://github.com/k88hudson/git-flight-rules) 32 | - [Learn Enough Git](https://www.learnenough.com/git-tutorial) 33 | - [Gitflow Workflow](https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow) 34 | - [Gitflow - Git branching model](https://nvie.com/posts/a-successful-git-branching-model/) 35 | - [Gitflow - Git extensions](https://github.com/nvie/gitflow) 36 | -------------------------------------------------------------------------------- /week01/tech_dev_tools.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hello-turing/resources-2/12a6cf2f2f04a578d588b58fc8cc2b81aaac0e63/week01/tech_dev_tools.pdf -------------------------------------------------------------------------------- /week02/DS&A.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hello-turing/resources-2/12a6cf2f2f04a578d588b58fc8cc2b81aaac0e63/week02/DS&A.pdf -------------------------------------------------------------------------------- /week02/README.md: -------------------------------------------------------------------------------- 1 | ### Books 2 | ------------- 3 | - [Grokking Algorithms](https://www.pdf-archive.com/2017/11/27/grokking-algorithms/grokking-algorithms.pdf "GA") 4 | - [Cracking the coding interview](http://ahmed-badawy.com/blog/wp-content/uploads/2018/10/Cracking-the-Coding-Interview-6th-Edition-189-Programming-Questions-and-Solutions.pdf "CTCI") 5 | 6 | ### Platforms 7 | ------------- 8 | - [Leetcode](https://leetcode.com/ "LC") 9 | - [Codeforces](https://codeforces.com/"CF") 10 | - [CodeSignal](https://codesignal.com/"CF") 11 | - [HackeRank](https://www.hackerrank.com/"CF") 12 | 13 | ### Youtube channels 14 | ------------- 15 | - [Nice White](https://www.youtube.com/channel/UC1fLEeYICmo3O9cUsqIi7HA "LC") 16 | - [Back To Back SWE](https://www.youtube.com/channel/UCmJz2DV1a3yfgrR7GqRtUUA"CF") 17 | 18 | -------------------------------------------------------------------------------- /week02/soft-hell-week.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hello-turing/resources-2/12a6cf2f2f04a578d588b58fc8cc2b81aaac0e63/week02/soft-hell-week.pdf -------------------------------------------------------------------------------- /week03/H9G_prof_keypoints.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hello-turing/resources-2/12a6cf2f2f04a578d588b58fc8cc2b81aaac0e63/week03/H9G_prof_keypoints.pptx -------------------------------------------------------------------------------- /week04/01-get-that-job.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hello-turing/resources-2/12a6cf2f2f04a578d588b58fc8cc2b81aaac0e63/week04/01-get-that-job.pdf --------------------------------------------------------------------------------