Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eric-erki/awesome-learning-resources
Awesome list of resources on Web Development.
https://github.com/eric-erki/awesome-learning-resources
List: awesome-learning-resources
Last synced: 3 months ago
JSON representation
Awesome list of resources on Web Development.
- Host: GitHub
- URL: https://github.com/eric-erki/awesome-learning-resources
- Owner: eric-erki
- License: mit
- Created: 2020-02-03T05:50:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-02-03T05:50:50.000Z (over 4 years ago)
- Last Synced: 2024-04-22T04:01:41.263Z (7 months ago)
- Size: 151 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- ultimate-awesome - awesome-learning-resources - Awesome list of resources on Web Development. (Other Lists / PowerShell Lists)
README
# Awesome Resources RoadMap
[![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/lauragift21/awesome-learning-resources) ![license](https://img.shields.io/github/license/mashape/apistatus.svg)
## Table of Contents
- [Agile](#agile)
- [Angular](#angular)
- [APEX](#apex)
- [Bootstrap](#bootstrap)
- [CSS](#css)
- [Computer Vision](#computer-vision)
- [Data Science](#data-science)
- [Deep Learning](#deep-learning)
- [Developer Blog](#developer-blog)
- [Developer Stories](#developer-stories)
- [Django](#django)
- [Flask](#flask)
- [Flutter](#flutter)
- [Git and GitHub](#git-and-github)
- [Golang](#golang)
- [GraphQL](#graphql)
- [Hugo](#hugo)
- [InfoSec](#infosec)
- [JavaScript](#javascript)
- [Machine Learning](#machine-learning)
- [Markdown](#markdown)
- [NodeJS](#nodejs)
- [PHP](#php)
- [PLSQL](#plsql)
- [Podcasts](#podcasts)
- [PWA](#pwa)
- [Python](#python)
- [ReactJS](#reactjs)
- [Ruby](#ruby)
- [Rust](#rust)
- [Serverless](#serverless)
- [Sick Picks](#sick-picks)
- [Svelte](#svelte)
- [Typescript](#typescript)
- [Twilio](#twilio)
- [Voice](#voice)
- [Vue](#vue)
- [Women in Tech](#women-in-tech)## Agile
- [Manifesto for Agile Software Development](https://agilemanifesto.org/)
- [Martin Fowler's website](https://martinfowler.com/)
- [Understanding the Agile methodology](https://linchpinseo.com/the-agile-method/)
- [Agile ceremonies](https://www.atlassian.com/agile/scrum/ceremonies)## Angular
- [Official Angular Quickstart](https://angular.io/guide/quickstart)
- [Angular's Source Code](https://github.com/angular/angular) Maintained by Google
- [Angular Console](https://angularconsole.com/) A nifty UI for the Angular CLI
- [Angular Material](https://material.angular.io/) Angular implementation of Google's Material design
- [Sample Angular Starter App](https://github.com/duluca/lemon-mart)
- [John Papa's Blog](https://johnpapa.net/)
- [Angular2+ Version Upgrade Guide](https://update.angular.io/)
- [AngularJS to Angular2+ Migration Guide](https://angular.io/guide/upgrade)
- [Angular in Depth](https://indepth.dev/angular/)
- [NGRX](https://ngrx.io/)## APEX
- [Ask TOM](https://asktom.oracle.com/pls/apex/f?p=100:1000::::::)
- [Oracle APEX Community](https://community.oracle.com/community/technology_network_community/database/developer-tools/application_express)
- [APEX World](https://apex.world/ords/f?p=APEX_WORLD:HOME)
- [Oracle LiveSQL](https://livesql.oracle.com/apex/livesql/file/index.html)
- [APEX Office Hours](https://asktom.oracle.com/pls/apex/f?p=100:551:::NO:551:P551_CLASS_ID:744:)
- [Maxime Tremblay's Blog](https://max-tremblay.blogspot.com/)
- [Explorer UK](https://explorer.uk.com/blog/)
- [Talk APEX](https://www.talkapex.com/)
- [Joel Kallman's Blog](https://joelkallman.blogspot.com/)
- [Oracle APEX Website](https://apex.oracle.com/)## BOOTSTRAP
- [W3Schools](https://www.w3schools.com/bootstrap4/)
- [Website Setup](https://websitesetup.org/bootstrap-tutorial-for-beginners/)
- [Bootstrapious](https://bootstrapious.com/blog)
- [Tutuorials Point](https://www.tutorialspoint.com/bootstrap/index.htm)
- [Bootstrap Tutorial Series](https://github.com/SonarSystems/Bootstrap-4-Tutorial-Series)
- [Hackr.io](https://hackr.io/tutorials/learn-bootstrap)## CSS
- [Marksheet.io](https://marksheet.io/)
- [Mozilla Developer Network](https://developer.mozilla.org/en-US/docs/Web/CSS)
- [Codrops CSS Reference](https://tympanus.net/codrops/css_reference/)
- [W3Schools](https://www.w3schools.com/)
- [CSS Tricks](https://css-tricks.com)
- [10 great CSS animation resources](https://www.creativebloq.com/advice/5-great-css-animation-resources)
- [Chen's Blog](https://www.chenhuijing.com/)
- [Smashing Magazine](https://www.smashingmagazine.com/)
- [30 Sec of CSS](https://atomiks.github.io/30-seconds-of-css/)
- [CSS Reference](https://cssreference.io/)
- [CSS Grid by Wes Bos](https://cssgrid.io/)
- [CSS Flexbox by Wes Bos](https://flexbox.io/)
- [Alligator.IO CSS Page](https://alligator.io/css)
- [CSS Images](https://coding-artist.teachable.com/)
- [Learn CSS Layouts](https://learnlayout.com/)
- [Learn HTML & CSS](https://learn.shayhowe.com/)
- [Flexbox Froggy](https://flexboxfroggy.com/)
- [CSS Grid](http://cssgridgarden.com/)
- [CSS Flexbox - freeCodeCamp](https://learn.freecodecamp.org/responsive-web-design/css-flexbox/)
- [CSS Grid - freeCodeCamp](https://learn.freecodecamp.org/responsive-web-design/css-grid/)
- [CSS Testing - QuirksMode.org](https://www.quirksmode.org/css/)
- [Flexbox Froggy](https://flexboxfroggy.com/)
- [CSS Diner](https://flukeout.github.io/)## Computer Vision
- [Udacity Introduction to Computer Vision](https://www.udacity.com/course/introduction-to-computer-vision--ud810)
- [Coursera Computer Vision Basics](https://www.coursera.org/learn/computer-vision-basics)## Data Science
- [DataCamp](https://www.datacamp.com/)
- [New Coder](https://newcoder.io/)
- [Data Analysis in Python with Pandas](https://www.youtube.com/playlist?list=PL5-da3qGB5ICCsgW1MxlZ0Hq8LL5U3u9y)
- [The Quartz Guide to Bad data](https://github.com/Quartz/bad-data-guide)
- [Analytics Vidhya](https://www.analyticsvidhya.com/blog/2019/01/learning-path-data-scientist-machine-learning-2019/)
- [Alison](https://alison.com/courses/data-science)
- [Automate the boring stuff with Python](https://automatetheboringstuff.com)
## Deep Learning- [Deep Learning Specialization (instructor : Andrew Ng) on Coursera](https://www.coursera.org/specializations/deep-learning)
- [Udacity Intro to Tensorflow for Deep Learning](https://www.udacity.com/course/intro-to-tensorflow-for-deep-learning--ud187)
- [Udacity Intro to Deep Learning with PyTorch](https://www.udacity.com/course/deep-learning-pytorch--ud188)## Developer Blog
- [Adebiyi Adedotun](https://medium.com/@adebiyiadedotun9/)
- [Alistapart](https://alistapart.com)
- [Assortment.io](https://assortment.io/)
- [Ayo Isaiah](https://freshman.tech/)
- [Backticks & Tildes](https://medium.com/backticks-tildes)
- [bitsofcode](https://bitsofco.de)
- [catlin.red](https://catalin.red/)
- [Creative Bloq](https://www.creativebloq.com/)
- [David Heinemeier Hansson (DHH)](https://medium.com/@dhh)
- [David Walsh](https://davidwalsh.name)
- [Flavio Copes](https://flaviocopes.com/)
- [Gift Egwuenu](https://giftegwuenu.com)
- [Jake Archibald](https://jakearchibald.com/)
- [Harry Cresswell](https://harrycresswell.com/articles/)
- [Mark Dotto Blog](https://markdotto.com)
- [Martin Fowler](https://martinfowler.com/)
- [Raymond Camden](https://raymondcamden.com)
- [Shay Howe](https://learn.shayhowe.com/)
- [Tania Rascia](https://www.taniarascia.com/)
- [Todd Motto](https://toddmotto.com/)
- [Zell's Blog](https://zellwk.com/blog)
- [Dan Abramov Blog](https://overreacted.io/)
- [Web Development Reading List](https://wdrl.info)## Developer Stories
- [My #100DaysofCode Experience — The Good, The Bad and The Ugly](https://code.likeagirl.io/my-100daysofcode-experience-the-good-the-bad-and-the-ugly-ee1263131f15)
- [Advice From A 19 Year Old Girl & Software Developer](https://medium.com/@lydiahallie/advice-from-a-19-y-o-girl-software-developer-88737bcc6be5)
- [Becoming an intermediate developer, keeping up with the Wars](https://hackernoon.com/becoming-intermediate-developer-keeping-up-with-the-wars-87bb518b40da)
- [How to relocate to Germany: IT Specialists sharing their experience](https://zerotoonesearch.com/relocation-to-germany-success-stories/)## Django
- [Django Girls](https://tutorial.djangogirls.org/)
- [Official Django Tutorials](https://docs.djangoproject.com/en/2.1/intro/tutorial01/)
- [Classy Class-Based Views](https://ccbv.co.uk/)
- [How To Tango With Django 1.7](https://www.tangowithdjango.com/book17/)## Flutter
- [Flutter Course - Full Tutorial for Beginners](https://www.youtube.com/watch?v=pTJJsmejUOQ)
- [Flutter: Learning Resources for Beginners](https://dev.to/nitya/flutter-learning-resources-for-beginners-5719)
- [Flutter Tutorial by The Net Ninja](https://www.youtube.com/watch?v=1ukSR1GRtMU)
- [Example Flutter theme](https://startflutter.com/)
- [Example Flutter UI](https://fluttersourcecode.com/)## Flask
- [Flask Official Documentation](https://flask.palletsprojects.com/en/1.1.x/)
- [Flask Tutorial](https://www.tutorialspoint.com/flask/index.htm)
- [Python Flask Tutorials](https://coreyms.com/development/python/python-flask-tutorials-full-series)
- [The Flask Mega Tutorial by Miguel Grinberg](https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world)## Git and GitHub
- [The official github guides](https://guides.github.com/)
- [GitHub Training](https://www.youtube.com/user/GitHubGuides)
- [Git and GitHub by freecodecamp.org](https://www.youtube.com/watch?v=vR-y_2zWrIE&list=PLWKjhJtqVAbkFiqHnNaxpOPhh9tSWMXIF)
- [Get to know Git by scotch.io (Premium content)](https://scotch.io/courses/get-to-know-git)
- [Git and GitHub for beginners (Traversy Media)](https://www.youtube.com/watch?v=SWYqp7iY_Tc)
- [Git and GitHub commands (a list)](https://github.com/joshnh/Git-Commands)## Golang
- [A Tour of Go](https://tour.golang.org/welcome/1)
- [Learn Go in Y minutes](https://learnxinyminutes.com/docs/go/)
- [Go Crash Course](https://www.youtube.com/watch?v=SqrbIlUwR0U)
- [Go for Javascript Developers](https://www.pazams.com/Go-for-Javascript-Developers/)
- [Golang Tutorials](https://golangtutorials.blogspot.com/2011/05/table-of-contents.html)## GraphQL
- [What is GraphQL?](https://medium.freecodecamp.org/so-whats-this-graphql-thing-i-keep-hearing-about-baf4d36c20cf)
- [Intro to GraphQL](https://blog.apollographql.com/the-basics-of-graphql-in-5-links-9e1dc4cac055)
- [GraphQL Explained](https://blog.apollographql.com/graphql-explained-5844742f195e)
- [GraphQL vs REST overview](https://philsturgeon.uk/api/2017/01/24/graphql-vs-rest-overview/)
- [From REST to GraphQL](https://0x2a.sh/from-rest-to-graphql-b4e95e94c26b)
- [Authorization in GraphQL](https://blog.apollographql.com/authorization-in-graphql-452b1c402a9)
- [Authentication and Authorization in GraphQL](https://speakerdeck.com/unicodeveloper/authentication-and-authorization-in-graphql?slide=6)
- [HowToGraphQL](https://www.howtographql.com)
- [GraphQL with React Tutorial](https://www.thenetninja.co.uk/courses/graphql-node-react-tutorial)## Hugo
- [Hugo in Action](https://www.manning.com/books/hugo-in-action)## InfoSec
- [awesome-infosec](https://github.com/onlurking/awesome-infosec)
- [SecLists](https://github.com/danielmiessler/SecLists)
- [OWASP Top 10](https://www.owasp.org/index.php/Top_10-2017_Top_10)
- [Reverse Engineering 101](https://securedorg.github.io/RE101/)
- [Reverse Engineering 102](https://securedorg.github.io/RE102/)## JavaScript
- [FreeCodeCamp](https://freecodecamp.com)
- [Fun Fun Function](https://www.youtube.com/channel/UCO1cgjhGzsSYb1rsB4bFe4Q)
- [The Coding Train](https://www.youtube.com/user/shiffman/videos)
- [CodeSchool](https://www.codeschool.com/learn/javascript)
- [Egghead](https://egghead.io)
- [Ally.io](https://allyjs.io/)
- [How to code in JavaScript Digital Ocean](https://www.digitalocean.com/community/tutorial_series/how-to-code-in-javascript)
- [Codeburst.io](https://codeburst.io/)
- [Hackernoon](https://hackernoon.com/)
- [YDKJS](https://github.com/getify/You-Dont-Know-JS)
- [JavaScript in 14 minutes](https://jgthms.com/javascript-in-14-minutes/)
- [Scotch.io](https://scotch.io)
- [ES6 Overview in 350 Bullet Points](https://github.com/bevacqua/es6)
- [Setup Continuous Integration with Travis CI in Your Nodejs App](https://www.giftegwuenu.com/setup-continuous-integration-with-travis-ci-in-your-nodejs-app/)
- [Javascript 30 by Wes Bos](https://javascript30.com/)
- [ES6 for Everyone by Wes Bos](https://es6.io/)
- [Alligator.io Javascript page](https://alligator.io/js/)
- [JavaScript.info](http://javascript.info/)
- [Object Oriented JavaScript](https://www.thenetninja.co.uk/courses/object-oriented-javascript-tutorial)
- [Learn X in Y minutes: JavaScript](https://learnxinyminutes.com/docs/javascript/)
- [Eloquent JavaScript](http://eloquentjavascript.net/)## Machine Learning
- [Fast.ai](https://course.fast.ai/)
- [Andrew Ng’s Machine Learning course](https://www.coursera.org/learn/machine-learning)
- [Kaggle](https://www.kaggle.com/)
- [Topal](https://www.toptal.com/machine-learning/machine-learning-theory-an-introductory-primer)
- [MonkeyLearn](https://monkeylearn.com/blog/gentle-guide-to-machine-learning/)
- [An Introduction to Statistical Learning with Applications in R](https://www-bcf.usc.edu/~gareth/ISL/)
- [Intro to Deep Learning with PyTorch](https://www.udacity.com/course/deep-learning-pytorch--ud188)## Malware Analysis
- [Malware Analyst's Cookbook and DVD: Tools and Techniques for Fighting Malicious Code](https://www.amazon.com/Malware-Analysts-Cookbook-DVD-Techniques/dp/0470613033)
- [Practical Malware Analysis](https://www.amazon.com/Practical-Malware-Analysis-Hands-Dissecting/dp/1593272901/ref=pd_sbs_14_t_0/136-7474712-7650215?_encoding=UTF8&pd_rd_i=1593272901&pd_rd_r=f8f8d7e2-f2b5-4ac7-91ce-e0355affe59a&pd_rd_w=a0873&pd_rd_wg=u2f3a&pf_rd_p=5cfcfe89-300f-47d2-b1ad-a4e27203a02a&pf_rd_r=6Q3PYAT9CC9304D9BFY4&psc=1&refRID=6Q3PYAT9CC9304D9BFY4)## Markdown
- [Learn Markdown in Y minutes](https://learnxinyminutes.com/docs/markdown/)
- [Markdown Tutorial](https://www.markdowntutorial.com/)
- [Markdown lessons](https://commonmark.org/help/tutorial/)
- [Mastering Markdown](https://masteringmarkdown.com/)
- [Markdown Cheat Sheet](https://markdownguide.org/cheat-sheet)
- [Make a README](https://www.makeareadme.com/)## NodeJS
- [Learn Node by Wes Bos](https://learnnode.com/)
- [Alligator.IO Node Page](https://alligator.io/nodejs/)
- [The Art of Node](https://github.com/maxogden/art-of-node)
- [You don't know Node.js](https://github.com/azat-co/you-dont-know-node)
- [The Node Way](https://thenodeway.io/)
- [Teach Yourself Node.js In Ten Steps](https://ponyfoo.com/articles/teach-yourself-nodejs-in-10-steps)
- [Learn the Node.js Runtime Itself](https://medium.freecodecamp.org/before-you-bury-yourself-in-packages-learn-the-node-js-runtime-itself-f9031fbd8b69)
- [Microsoft Node.js Guidelines](https://github.com/Microsoft/nodejs-guidelines)
- [Offline Installation of npm Packages](https://addyosmani.com/blog/using-npm-offline/)
- [Using npm as a build tool](https://www.keithcirkel.co.uk/how-to-use-npm-as-a-build-tool/)
- [How to Get Node.js Logging Right](https://blog.risingstack.com/node-js-logging-tutorial/)
- [Node.js Testing with Jest](https://github.com/facebook/jest)
- [Node.js Testing with Mocha](https://mochajs.org/)
- [Error Handling in Node.js](https://www.joyent.com/node-js/production/design/errors)
- [Error Handling Best Practices in Node.js](https://goldbergyoni.com/checklist-best-practices-of-node-js-error-handling/)
- [Node.js Security Checklist](https://blog.risingstack.com/node-js-security-checklist/)
- [13 Best Practices for Node.js Security](https://nodewebapps.com/2017/01/03/13-security-best-practices-for-your-web-application/)
- [Node.js Production Checklist](https://goldbergyoni.com/checklist-best-practice-of-node-js-in-production/)
- [Debugging Node.js Apps in Production](https://blog.risingstack.com/node-js-war-stories-solving-issues-in-production-2/)
- [Node.js Performance Tips](https://www.smashingmagazine.com/2018/06/nodejs-tools-techniques-performance-servers/)
- [Measuring HTTP Timings with Node.js](https://blog.risingstack.com/measuring-http-timings-node-js/)
- [Advanced Node.js(videos)](https://onedrive.live.com/?authkey=%21ANbPcuk7XxY1hPY&id=9F66D67EBC33737F%2133343&cid=9F66D67EBC33737F)
- [Node.js Interview Questions and Answers](https://blog.risingstack.com/node-js-interview-questions-and-answers-2017/)
- [Tutorialspoint](https://www.tutorialspoint.com/nodejs/)
- [A Roadmap for Node.js Security](https://nodesecroadmap.fyi/)
- [Server-side Development with NodeJS, Express and MongoDB](https://www.coursera.org/learn/server-side-nodejs)
- [Awesome Node.JS (A-Z) Youtube Lecture](https://www.youtube.com/watch?v=rSHL_lYY_Xc&list=PLatXnLy-YGQexU9sktggQbw7tq815yGbR)## PHP
- [7 days challenge](https://www.guru99.com/php-tutorials.html)
- [The right way](https://phptherightway.com/)
- [In site learn](https://www.learn-php.org/)
- [Complete macos PHP setup](https://getgrav.org/blog/macos-mojave-apache-multiple-php-versions)
- [PHP Tutorial](https://www.tutorialspoint.com/php/index.htm)## PLSQL
- [TechOnTheNet](https://www.techonthenet.com/oracle/index.php)
- [Tutorials Point](https://www.tutorialspoint.com/plsql/)
- [Oracle Database Development Guide](https://docs.oracle.com/database/121/ADFNS/toc.htm)## Podcasts
- [Behind the Tech](https://behindthetech.libsynpro.com/)
- [CodeNewbie](https://www.codenewbie.org/podcast)
- [Syntax](https://syntax.fm/)
- [Software Engineering Daily](https://dev.to/sedaily)
- [The Freecodecamp Podcast](https://freecodecamp.libsyn.com/)
- [Indie Hackers](https://www.indiehackers.com/podcast)
- [Rework](https://rework.fm/)
- [Darknet Diaries](https://darknetdiaries.com)
- [Developer Tea](https://spec.fm/podcasts/developer-tea)
- [ForLoop Pod](https://podcast.forloop.africa/)
- [Soft Skills Engineering](https://softskills.audio/)
- [Free Code Camp](https://freecodecamp.libsyn.com/)
- [Full Stack Radio](http://www.fullstackradio.com/)
- [The Women in Tech Show](https://thewomenintechshow.com/)
- [Front End Happy Hour](https://frontendhappyhour.com/)
- [Laravel Podcast](https://www.laravelpodcast.com/)
- [Laracast Snippet](https://laracasts.com/podcast)
- [Pursuit Podcast](https://pursuit.tech/)
- [Battle Tactics for Your Sexist Workplace](https://www.kuow.org/podcasts/battle-tactics/)
- [Women in Tech](http://podcast.womenintechshow.com/episodes)
- [Masters Of Scale](https://mastersofscale.com)
- [Shop talk show](https://shoptalkshow.com)
- [Hanselminutes](https://www.hanselminutes.com/)- Fresh Tech Talk from Fresh Faces
- [This Week In Tech](https://twit.tv/shows/this-week-in-tech)## PWA
- [The Complete Guide to Progressive Web Apps](https://flaviocopes.com/what-is-a-progressive-web-app/)
- [A Beginner's Guide to Service Workers](https://medium.com/samsung-internet-dev/a-beginners-guide-to-service-workers-f76abf1960f6)
- [Progressive Web Application Codelab](https://codelabs.developers.google.com/codelabs/your-first-pwapp/#0)
- [4 important points to know about Progressive Web Apps (PWA)](https://medium.com/@deepusnath/4-points-to-keep-in-mind-before-introducing-progressive-web-apps-pwa-to-your-team-8dc66bcf6011)
- [PWA (Progressive Web App) Tutorial](https://www.thenetninja.co.uk/courses/progressive-web-app-tutorial)## Python
- [Learn Python the Hard Way](https://learnpythonthehardway.org/)
- [CS50's Web Programming with Python and JavaScript](https://www.edx.org/course/cs50s-web-programming-with-python-and-javascript)
- [Automate the Boring Stuff with Python](https://automatetheboringstuff.com/)
- [Think Python 2nd Edition](https://greenteapress.com/wp/think-python-2e/)
- [Python Tips](https://book.pythontips.com/en/latest/index.html)
- [Inside The Python Virtual Machine](https://leanpub.com/insidethepythonvirtualmachine/read)
- [CodingBat - Python](https://codingbat.com/python)
- [Python for Fun](http://www.openbookproject.net/py4fun/)
- [A Byte of Python](https://python.swaroopch.com/)
- [Learn Python 3 By Code Academy](https://www.codecademy.com/learn/learn-python-3)## ReactJS
- [React for Beginners by Wes Bos](https://reactforbeginners.com/)
- [Fullstack Advanced React and GraphQL by Wes Bos](https://advancedreact.com/)
- [Alligator.IO React Page](https://alligator.io/react/)
- [Egghead.io](https://egghead.io/browse/frameworks/react)
- [Frontend Masters](https://frontendmasters.com/learn/react/)
- [Roadmap to becoming a React developer](https://github.com/adam-golab/react-developer-roadmap)
- [fullstackreact](https://www.fullstackreact.com/)
- [The Road to learn React](https://roadtoreact.com/)
- [React Fundamentals by Tyler Mcginnis](https://tylermcginnis.com/courses/react-fundamentals/)
- [Hooks Guide](https://www.hooks.guide/)
- [Overreacted by Dan Abramov](https://overreacted.io/)
- [React & Firebase](https://www.thenetninja.co.uk/courses/react-redux-firebase-app-tutorial)
- [React Hooks & Context Tutorial](https://www.thenetninja.co.uk/courses/react-context-hooks-tutorial)
- [React & Redux Complete Tutorial](https://www.thenetninja.co.uk/courses/react-redux-complete-tutorial)
- [Pure React](https://www.daveceddia.com/pure-react/)
- [React Handbook](https://www.flaviocopes.com/page/react-handbook/)
- [React Enlightenment](https://www.reactenlightenment.com)## Ruby
- [Learn Ruby the Hard Way](https://learnrubythehardway.org/book/)
- [The Ruby Reference](https://rubyreferences.github.io/rubyref/)
- [Ada Developers Academy Jump Start](https://github.com/Ada-Developers-Academy/jump-start)
- [App Academy Open](https://open.appacademy.io/)## Rust
- [Rust by Example](https://doc.rust-lang.org/stable/rust-by-example/index.html)
- [The Rust Programming Language (Book)](https://doc.rust-lang.org/book/)## Serverless
- [Serverless](https://serverless.com/)
- [The Power of Serverless](https://thepowerofserverless.info/resources.html)
- [Awesome Serverless](https://github.com/anaibol/awesome-serverless)
- [A Cloud Guru](https://acloud.guru/courses)
- [AWS Fundamentals: Building Serverless Applications](https://www.coursera.org/learn/aws-fundamentals-building-serverless-applications)## Sick Picks
- [100 Tips to Becoming a better Developer](https://blog.thefirehoseproject.com/posts/100-essential-lessons-for-those-who-want-to-learn-to-code-in-2017/)
- [Useful Tips for writing better Git commit messages](https://code.likeagirl.io/useful-tips-for-writing-better-git-commit-messages-808770609503)
- [Super Cool Illustrations](https://undraw.co/illustrations)
- [A coder's guide to APIs](https://www.creativebloq.com/features/a-coders-guide-to-apis)
- [Why Coding Style Matters](https://www.smashingmagazine.com/2012/10/why-coding-style-matters/)
- [Google Styleguide](https://google.github.io/styleguide/htmlcssguide.html)
- [Github Styleguide](https://primer.github.io/)
- [Want To Become A Multi-Millionaire? Do These 15 Things Immediately.](https://journal.thriveglobal.com/want-to-become-a-multi-millionaire-do-these-15-things-immediately-e1e779a6978f?inf_contact_key=9c2f4a1eb788da91821800290cd23e49be1b7aeb634626a9fe8293d8a0fdb204)
- [Interruption is Not Collaboration](https://m.signalvnoise.com/interruption-is-not-collaboration-8dfb20731569)
- [Emoji Cheat Sheet](https://www.webpagefx.com/tools/emoji-cheat-sheet/)
- [UiGradient](https://uigradients.com)
- [FlatUIColor Picker](http://www.flatuicolorpicker.com/)
- [The Stocks](https://thestocks.im/)
- [Front-End Developer Handbook 2018](https://frontendmasters.gitbooks.io)
- [Everything about Static Web Applications](https://www.thenewdynamic.org/articles/)
- [Array Explorer](https://sdras.github.io/array-explorer/)
- [Object Explorer](https://sdras.github.io/object-explorer/)
- [Create VSCode Theme Extension](https://css-tricks.com/creating-a-vs-code-theme/)
- [30 Seconds of Interviews](https://30secondsofinterviews.org/)
- [Andela Learning Digest](https://learning-digest.andela.com/)
- [DevTube](https://dev.tube/)
- [Make Front-End Shit Again](https://makefrontendshitagain.party/)
- [Learn algorithms from Tushar Roy for jobs](https://github.com/mission-peace)
- [Refactoring, write awesome code](https://sourcemaking.com/refactoring)
- [Remove Background from Images](https://www.remove.bg/)
- [Creative Coding Experiments Blog](https://tympanus.net/codrops/)## Svelte
- [Svelte and Sapper in Action (Book)](https://www.manning.com/books/svelte-and-sapper-in-action)
- [The Svelte Handbook (Book)](https://flaviocopes.com/page/ebooks/)
- [Web Development Simplified with Svelte](https://objectcomputing.com/resources/publications/sett/july-2019-web-dev-simplified-with-svelte)
- [Rethinking Reactivity](https://www.youtube.com/watch?v=AdNJ3fydeao)
- [The Return of 'Write Less, Do More'](https://www.youtube.com/watch?v=BzX4aTRPzno)
- [Simplify Web App Development with Svelte](https://www.youtube.com/watch?v=PXOE7oZyaBA)## Typescript
- [Typescript Deep Dive (Book)](https://github.com/basarat/typescript-book)
- [Typescript Wiki](https://github.com/Microsoft/TypeScript/wiki)
- [Typescript Handbook](https://github.com/Microsoft/TypeScript-Handbook/blob/master/pages)
- [Complete Typing Guide](https://blog.angular-university.io/typescript-2-type-system-how-do-type-definitions-work-in-npm-when-to-use-types-and-why-what-are-compiler-opt-in-types/)
- [Starter Template for Typescript and Node.js](https://github.com/Microsoft/TypeScript-Node-Starter)
- [Typescript Debugging in VSCode](https://fettblog.eu/typescript-node-visual-studio-code/)
- [Using Jest for Typescript Testing](https://github.com/kulshekhar/ts-jest)## Twilio
- [Twilio Quest](https://www.twilio.com/quest)
## Voice
- [Alexa Skills Kit Tutorials](https://developer.amazon.com/en-US/alexa/alexa-skills-kit/tutorials)
- [Build Actions for the Google Assistant](https://codelabs.developers.google.com/codelabs/actions-1/)## Vue
- [Egghead.io](https://egghead.io/browse/frameworks/vue)
- [Front End Masters](https://frontendmasters.com/courses/vue/)
- [Routing and Route Protection in Server-Rendered Vue Apps Using Nuxt.js](https://css-tricks.com/routing-route-protection-server-rendered-vue-apps-using-nuxt-js/#comment-1615086)
- [Guide to Learning Vue](https://css-tricks.com/guides/vue/)
- [Made with Vue.js](https://madewithvuejs.com/)
- [Awesome Vue](https://github.com/vuejs/awesome-vue)
- [4 Awesome Things You Can Do with the Vue.js CLI](https://www.telerik.com/blogs/4-awesome-things-you-can-do-with-the-vuejs-cli)
- [Vue.js Cookbook](https://vuejs.org/v2/cookbook/)
- [From Zero to Hero with Vue - But first, why Vue?](https://medium.freecodecamp.org/from-zero-to-hero-with-vue-why-vue-8c7e981b494)
- [Vue Mastery - Multiple Free Classes](https://www.vuemastery.com/)
- [Laravel Cast - Learn Vue 2 Step by Step](https://laracasts.com/series/learn-vue-2-step-by-step)
- [Vue Cheatsheet](https://marozed.ma/vue-cheatsheet/)## Women in Tech
- [Vue Vixens](https://vuevixens.org/)
- [PyLadies](https://www.pyladies.com/)
- [Women Who Code](https://www.womenwhocode.com)
- [Ladies of Code](https://www.ladiesofcode.com/)
- [Women in Tech](https://www.womenintech.co.uk/)
- [Tech Ladies](https://www.hiretechladies.com/)
- [Women TechMakers](https://www.womentechmakers.com/)
- [Ladybug Podcast - Women in Tech](https://ladybug.dev/)