├── .DS_Store ├── Bio Informatics ├── .DS_Store ├── README.md ├── Subject_Domains.md ├── To-Do.md └── extras │ ├── articles.md │ ├── free-books.md │ ├── free-courses.md │ ├── other-resources.md │ ├── paid-books.md │ ├── paid-courses.md │ └── softwares.md ├── CONTRIBUTING.md ├── Clean Code └── README.md ├── Competitive Programming └── README.md ├── Core CS ├── README.md └── REQUIREMENTS.md ├── Data Science ├── .DS_Store ├── PROJECTS.md ├── README.md └── extras │ ├── books.md │ ├── courses.md │ └── specializations.md ├── Engineering Management ├── .DS_Store ├── README.md ├── articles │ └── mistakes_25_years.md ├── glossary.md └── pictures │ ├── Dilbert │ ├── music_in_office.gif │ ├── new_features.jpg │ └── office_noice.gif │ ├── good_code_review.jpg │ ├── interruptions.png │ ├── maslow_of_developer_needs.jpg │ ├── strategic_planning.jpg │ ├── survivorship_bias_2x.png │ ├── techDebtQuadrant.png │ ├── what_the_customer_really_needed.jpg │ └── xkcd │ ├── README.md │ ├── making_progress.png │ ├── onboarding.png │ ├── optimization.png │ └── the_general_problem.png ├── FAQ.md ├── LICENSE ├── Languages ├── .DS_Store └── Python │ ├── .DS_Store │ └── README.md ├── Machine Learning ├── .DS_Store ├── Deep Learning │ ├── .DS_Store │ └── README.md ├── Natural Language Processing │ ├── .DS_Store │ └── README.md └── README.md ├── Mobile Dev ├── .DS_Store ├── Android │ └── README.md ├── Flutter │ └── README.md └── README.md ├── README.md ├── Security └── README.md ├── Setting up the Environment └── README.md ├── Site Reliability Engineering └── README.md ├── Testing └── README.md ├── Version Control └── README.md ├── Web Dev ├── .DS_Store ├── APIs │ └── README.md ├── Accessibilty │ └── README.md ├── Auth │ └── README.md ├── CSS │ └── README.md ├── Challenges │ └── README.md ├── Databases │ └── README.md ├── Express │ └── README.md ├── Full Stack │ └── README.md ├── HTML │ ├── .DS_Store │ └── README.md ├── JavaScript │ └── README.md ├── Network Protocols Browsers │ └── README.md ├── Node JS │ └── README.md ├── README.md ├── React │ └── README.md ├── Security │ └── README.md ├── Templating Engines │ └── Readme.md └── Webpack │ └── README.md ├── YouTube └── README.md └── extras ├── courses.md ├── curriculum_guidelines.md └── readings.md /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/.DS_Store -------------------------------------------------------------------------------- /Bio Informatics/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/Bio Informatics/.DS_Store -------------------------------------------------------------------------------- /Bio Informatics/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/Bio Informatics/README.md -------------------------------------------------------------------------------- /Bio Informatics/Subject_Domains.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/Bio Informatics/Subject_Domains.md -------------------------------------------------------------------------------- /Bio Informatics/To-Do.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/Bio Informatics/To-Do.md -------------------------------------------------------------------------------- /Bio Informatics/extras/articles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/Bio Informatics/extras/articles.md -------------------------------------------------------------------------------- /Bio Informatics/extras/free-books.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/Bio Informatics/extras/free-books.md -------------------------------------------------------------------------------- /Bio Informatics/extras/free-courses.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/Bio Informatics/extras/free-courses.md -------------------------------------------------------------------------------- /Bio Informatics/extras/other-resources.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/Bio Informatics/extras/other-resources.md -------------------------------------------------------------------------------- /Bio Informatics/extras/paid-books.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/Bio Informatics/extras/paid-books.md -------------------------------------------------------------------------------- /Bio Informatics/extras/paid-courses.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/Bio Informatics/extras/paid-courses.md -------------------------------------------------------------------------------- /Bio Informatics/extras/softwares.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/Bio Informatics/extras/softwares.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /Clean Code/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/Clean Code/README.md -------------------------------------------------------------------------------- /Competitive Programming/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/Competitive Programming/README.md -------------------------------------------------------------------------------- /Core CS/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/Core CS/README.md -------------------------------------------------------------------------------- /Core CS/REQUIREMENTS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/Core CS/REQUIREMENTS.md -------------------------------------------------------------------------------- /Data Science/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/Data Science/.DS_Store -------------------------------------------------------------------------------- /Data Science/PROJECTS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/Data Science/PROJECTS.md -------------------------------------------------------------------------------- /Data Science/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/Data Science/README.md -------------------------------------------------------------------------------- /Data Science/extras/books.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/Data Science/extras/books.md -------------------------------------------------------------------------------- /Data Science/extras/courses.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/Data Science/extras/courses.md -------------------------------------------------------------------------------- /Data Science/extras/specializations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/Data Science/extras/specializations.md -------------------------------------------------------------------------------- /Engineering Management/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/Engineering Management/.DS_Store -------------------------------------------------------------------------------- /Engineering Management/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/Engineering Management/README.md -------------------------------------------------------------------------------- /Engineering Management/articles/mistakes_25_years.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/Engineering Management/articles/mistakes_25_years.md -------------------------------------------------------------------------------- /Engineering Management/glossary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/Engineering Management/glossary.md -------------------------------------------------------------------------------- /Engineering Management/pictures/Dilbert/music_in_office.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/Engineering Management/pictures/Dilbert/music_in_office.gif -------------------------------------------------------------------------------- /Engineering Management/pictures/Dilbert/new_features.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/Engineering Management/pictures/Dilbert/new_features.jpg -------------------------------------------------------------------------------- /Engineering Management/pictures/Dilbert/office_noice.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/Engineering Management/pictures/Dilbert/office_noice.gif -------------------------------------------------------------------------------- /Engineering Management/pictures/good_code_review.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/Engineering Management/pictures/good_code_review.jpg -------------------------------------------------------------------------------- /Engineering Management/pictures/interruptions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/Engineering Management/pictures/interruptions.png -------------------------------------------------------------------------------- /Engineering Management/pictures/maslow_of_developer_needs.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/Engineering Management/pictures/maslow_of_developer_needs.jpg -------------------------------------------------------------------------------- /Engineering Management/pictures/strategic_planning.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/Engineering Management/pictures/strategic_planning.jpg -------------------------------------------------------------------------------- /Engineering Management/pictures/survivorship_bias_2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/Engineering Management/pictures/survivorship_bias_2x.png -------------------------------------------------------------------------------- /Engineering Management/pictures/techDebtQuadrant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/Engineering Management/pictures/techDebtQuadrant.png -------------------------------------------------------------------------------- /Engineering Management/pictures/what_the_customer_really_needed.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/Engineering Management/pictures/what_the_customer_really_needed.jpg -------------------------------------------------------------------------------- /Engineering Management/pictures/xkcd/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/Engineering Management/pictures/xkcd/README.md -------------------------------------------------------------------------------- /Engineering Management/pictures/xkcd/making_progress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/Engineering Management/pictures/xkcd/making_progress.png -------------------------------------------------------------------------------- /Engineering Management/pictures/xkcd/onboarding.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/Engineering Management/pictures/xkcd/onboarding.png -------------------------------------------------------------------------------- /Engineering Management/pictures/xkcd/optimization.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/Engineering Management/pictures/xkcd/optimization.png -------------------------------------------------------------------------------- /Engineering Management/pictures/xkcd/the_general_problem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/Engineering Management/pictures/xkcd/the_general_problem.png -------------------------------------------------------------------------------- /FAQ.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/FAQ.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/LICENSE -------------------------------------------------------------------------------- /Languages/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/Languages/.DS_Store -------------------------------------------------------------------------------- /Languages/Python/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/Languages/Python/.DS_Store -------------------------------------------------------------------------------- /Languages/Python/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/Languages/Python/README.md -------------------------------------------------------------------------------- /Machine Learning/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/Machine Learning/.DS_Store -------------------------------------------------------------------------------- /Machine Learning/Deep Learning/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/Machine Learning/Deep Learning/.DS_Store -------------------------------------------------------------------------------- /Machine Learning/Deep Learning/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/Machine Learning/Deep Learning/README.md -------------------------------------------------------------------------------- /Machine Learning/Natural Language Processing/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/Machine Learning/Natural Language Processing/.DS_Store -------------------------------------------------------------------------------- /Machine Learning/Natural Language Processing/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/Machine Learning/Natural Language Processing/README.md -------------------------------------------------------------------------------- /Machine Learning/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/Machine Learning/README.md -------------------------------------------------------------------------------- /Mobile Dev/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/Mobile Dev/.DS_Store -------------------------------------------------------------------------------- /Mobile Dev/Android/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/Mobile Dev/Android/README.md -------------------------------------------------------------------------------- /Mobile Dev/Flutter/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/Mobile Dev/Flutter/README.md -------------------------------------------------------------------------------- /Mobile Dev/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/Mobile Dev/README.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/README.md -------------------------------------------------------------------------------- /Security/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/Security/README.md -------------------------------------------------------------------------------- /Setting up the Environment/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/Setting up the Environment/README.md -------------------------------------------------------------------------------- /Site Reliability Engineering/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/Site Reliability Engineering/README.md -------------------------------------------------------------------------------- /Testing/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/Testing/README.md -------------------------------------------------------------------------------- /Version Control/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/Version Control/README.md -------------------------------------------------------------------------------- /Web Dev/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/Web Dev/.DS_Store -------------------------------------------------------------------------------- /Web Dev/APIs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/Web Dev/APIs/README.md -------------------------------------------------------------------------------- /Web Dev/Accessibilty/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/Web Dev/Accessibilty/README.md -------------------------------------------------------------------------------- /Web Dev/Auth/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/Web Dev/Auth/README.md -------------------------------------------------------------------------------- /Web Dev/CSS/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/Web Dev/CSS/README.md -------------------------------------------------------------------------------- /Web Dev/Challenges/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/Web Dev/Challenges/README.md -------------------------------------------------------------------------------- /Web Dev/Databases/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/Web Dev/Databases/README.md -------------------------------------------------------------------------------- /Web Dev/Express/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/Web Dev/Express/README.md -------------------------------------------------------------------------------- /Web Dev/Full Stack/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/Web Dev/Full Stack/README.md -------------------------------------------------------------------------------- /Web Dev/HTML/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/Web Dev/HTML/.DS_Store -------------------------------------------------------------------------------- /Web Dev/HTML/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/Web Dev/HTML/README.md -------------------------------------------------------------------------------- /Web Dev/JavaScript/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/Web Dev/JavaScript/README.md -------------------------------------------------------------------------------- /Web Dev/Network Protocols Browsers/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/Web Dev/Network Protocols Browsers/README.md -------------------------------------------------------------------------------- /Web Dev/Node JS/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/Web Dev/Node JS/README.md -------------------------------------------------------------------------------- /Web Dev/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/Web Dev/README.md -------------------------------------------------------------------------------- /Web Dev/React/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/Web Dev/React/README.md -------------------------------------------------------------------------------- /Web Dev/Security/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/Web Dev/Security/README.md -------------------------------------------------------------------------------- /Web Dev/Templating Engines/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/Web Dev/Templating Engines/Readme.md -------------------------------------------------------------------------------- /Web Dev/Webpack/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/Web Dev/Webpack/README.md -------------------------------------------------------------------------------- /YouTube/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/YouTube/README.md -------------------------------------------------------------------------------- /extras/courses.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/extras/courses.md -------------------------------------------------------------------------------- /extras/curriculum_guidelines.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/extras/curriculum_guidelines.md -------------------------------------------------------------------------------- /extras/readings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fnplus/curriculum/HEAD/extras/readings.md --------------------------------------------------------------------------------