https://github.com/fullstackacademy/useful-resources
A list of resources for learning javascript, node.js, sequelize, and React.
https://github.com/fullstackacademy/useful-resources
Last synced: 5 months ago
JSON representation
A list of resources for learning javascript, node.js, sequelize, and React.
- Host: GitHub
- URL: https://github.com/fullstackacademy/useful-resources
- Owner: FullstackAcademy
- Created: 2017-11-13T01:05:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-22T01:00:04.000Z (over 8 years ago)
- Last Synced: 2025-05-13T14:39:37.763Z (about 1 year ago)
- Size: 27.3 KB
- Stars: 78
- Watchers: 39
- Forks: 40
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Useful resources for becoming a ninja fullstack developer!
## Web Development
- [Check cross-browser compatibility for CSS, JavaScript and HTML ](https://caniuse.com/#home)
- [Modern front-end Cheatsheets](https://medium.freecodecamp.org/modern-frontend-hacking-cheatsheets-df9c2566c72a)
- [Check out what your favorite company's stack is](https://stackshare.io/)
- [A Guide to Becoming a Full-Stack Developer in 2017](https://medium.com/coderbyte/a-guide-to-becoming-a-full-stack-developer-in-2017-5c3c08a1600c)
- [What happens when you type a URL into a web browser](http://edusagar.com/articles/view/70/What-happens-when-you-type-a-URL-in-browser)
## JavaScript
- [Airbnb JavaScript Style Guide](https://github.com/airbnb/javascript)
- [Regular Expressions Demystified](https://medium.freecodecamp.org/regular-expressions-demystified-regex-isnt-as-hard-as-it-looks-617b55cf787)
- [ECMAScript compatibility table](https://kangax.github.io/compat-table/es6/)
## GIT
- [HubSpot's Intro to Git/GitHub including Pull Requests & Merging](http://product.hubspot.com/blog/git-and-github-tutorial-for-beginners)
## Express
- [Express Starter](https://github.com/tanukid/express-starter)
## Node.js
- [Fetch vs. Axios.js for making http requests](https://medium.com/@thejasonfile/fetch-vs-axios-js-for-making-http-requests-2b261cdd3af5)
## Sequelize
- [Sequelize: Getting Started](https://www.youtube.com/watch?v=6NKNfXtKk0c)
- [Sequelize reference by @tmkelly28](https://github.com/tmkelly28/sequelize-reference)
- [Short but useful Sequelize querying cheatsheet](https://blog.cloudboost.io/docs-for-the-sequelize-docs-querying-edition-aed4bd1273f0)
## Study Guides
- [Express & Sequelize Boilerplate/Study Guide](https://github.com/ohagert1/Express-Sequelize-Boilerplate-Study-Guide)
## React
- [React Casts - Series of React tutorials by Cassio](https://www.youtube.com/channel/UCZkjWyyLvzWeoVWEpRemrDQ)
- [React Dev Tool Google Chrome Extension](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en)
- [create-react-app: Create React apps with no build configuration.](https://github.com/facebookincubator/create-react-app)
- [Find the perfect React starter template](https://www.javascriptstuff.com/react-starter-projects/)
- [Formik - Build forms in React, without the tears 😭](https://github.com/jaredpalmer/formik)
## Redux
- [Getting Started with Redux (free course by Dan Abramov)](https://egghead.io/courses/getting-started-with-redux)
- [Building React Applications with Idiomatic Redux (free course by Dan Abramov)](https://egghead.io/courses/building-react-applications-with-idiomatic-redux)
- [Redux Dev Tool Chrome Extension](https://chrome.google.com/webstore/detail/redux-devtools/lmhkpmbekcpmknklioeibfkpmmfibljd?hl=en)
## Redux Middleware
- [redux-freeze: avoid accidental in-place mutations of state](https://github.com/buunguyen/redux-freeze)
- [redux-saga: manage redux side-effects with es6 generators](https://github.com/redux-saga/redux-saga)
- [redux-promise-middleware: A thunk alternative with more bells and whistles](https://github.com/pburtchaell/redux-promise-middleware)
## CSS
- [Specificity Calculator](https://specificity.keegan.st/)
- [Tool for making clip-paths quickly with CSS](http://bennettfeely.com/clippy/)
## Command Line
- [Useful commands](https://lifehacker.com/5743814/become-a-command-line-ninja-with-these-time-saving-shortcuts)
- Get your IP address in Mac OSX/Unix: `ifconfig | grep 'inet '`
## Atom
- [Atom command cheat sheet](https://gist.github.com/chrissimpkins/5bf5686bae86b8129bee)
## VS Code
- [Keystroke cheat sheet](https://code.visualstudio.com/shortcuts/keyboard-shortcuts-macos.pdf)
- [Daniel's Config](https://gist.github.com/tanukid/4ba5d7021a2027362592cbac0a356f58)
## Sublime
- [Keystroke cheat sheet](http://sweetme.at/2013/08/08/sublime-text-keyboard-shortcuts/)
- [Configuring Sublime Text 3 for Modern ES6 JS Projects](https://medium.com/beyond-the-manifesto/configuring-sublime-text-3-for-modern-es6-js-projects-6f3fd69e95de)
## Whiteboard Interviews
- [algoexpert.io (Made by FSA alumni)](https://www.algoexpert.io/product)
- [JavaScript implementation of popular algorithms and data structures](https://github.com/mgechev/javascript-algorithms)
- [Code Wars](www.codewars.com)
- [Geeks for Geeks](http://www.geeksforgeeks.org/)
- [Interview Cake](https://www.interviewcake.com/)
- [Leet Code](https://leetcode.com/)
- [Coder Byte](https://coderbyte.com/)
- [Hacker Rank](https://www.hackerrank.com/)
- [Cracking the Coding Interview](https://www.amazon.com/Cracking-Coding-Interview-Programming-Questions/dp/0984782850/ref=pd_lpo_sbs_14_t_0?_encoding=UTF8&psc=1&refRID=8BB0KRJ073A8CZXTW5PP&dpID=41XgSiYW7dL&preST=_SY291_BO1,204,203,200_QL40_&dpSrc=detail)
Made with ❤️ by cohort 1710