{"id":18653367,"url":"https://github.com/fullstackacademy/useful-resources","last_synced_at":"2026-01-25T00:01:40.714Z","repository":{"id":67613824,"uuid":"110483564","full_name":"FullstackAcademy/useful-resources","owner":"FullstackAcademy","description":"A list of resources for learning javascript, node.js, sequelize, and React.","archived":false,"fork":false,"pushed_at":"2017-12-22T01:00:04.000Z","size":28,"stargazers_count":78,"open_issues_count":1,"forks_count":40,"subscribers_count":39,"default_branch":"master","last_synced_at":"2025-05-13T14:39:37.763Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FullstackAcademy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-11-13T01:05:16.000Z","updated_at":"2025-01-26T00:40:12.000Z","dependencies_parsed_at":"2023-02-28T13:16:22.098Z","dependency_job_id":null,"html_url":"https://github.com/FullstackAcademy/useful-resources","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/FullstackAcademy/useful-resources","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FullstackAcademy%2Fuseful-resources","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FullstackAcademy%2Fuseful-resources/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FullstackAcademy%2Fuseful-resources/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FullstackAcademy%2Fuseful-resources/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FullstackAcademy","download_url":"https://codeload.github.com/FullstackAcademy/useful-resources/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FullstackAcademy%2Fuseful-resources/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28739320,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T22:12:27.248Z","status":"ssl_error","status_checked_at":"2026-01-24T22:12:10.529Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T07:11:20.898Z","updated_at":"2026-01-25T00:01:40.672Z","avatar_url":"https://github.com/FullstackAcademy.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Useful resources for becoming a ninja fullstack developer!\n\n## Web Development\n- [Check cross-browser compatibility for CSS, JavaScript and HTML ](https://caniuse.com/#home)\n- [Modern front-end Cheatsheets](https://medium.freecodecamp.org/modern-frontend-hacking-cheatsheets-df9c2566c72a)\n- [Check out what your favorite company's stack is](https://stackshare.io/)\n- [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)\n- [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)\n\n## JavaScript\n\n- [Airbnb JavaScript Style Guide](https://github.com/airbnb/javascript)\n- [Regular Expressions Demystified](https://medium.freecodecamp.org/regular-expressions-demystified-regex-isnt-as-hard-as-it-looks-617b55cf787)\n- [ECMAScript compatibility table](https://kangax.github.io/compat-table/es6/)\n\n## GIT\n- [HubSpot's Intro to Git/GitHub including Pull Requests \u0026 Merging](http://product.hubspot.com/blog/git-and-github-tutorial-for-beginners)\n\n## Express\n\n- [Express Starter](https://github.com/tanukid/express-starter)\n\n## Node.js\n- [Fetch vs. Axios.js for making http requests](https://medium.com/@thejasonfile/fetch-vs-axios-js-for-making-http-requests-2b261cdd3af5)\n## Sequelize\n\n- [Sequelize: Getting Started](https://www.youtube.com/watch?v=6NKNfXtKk0c)\n- [Sequelize reference by @tmkelly28](https://github.com/tmkelly28/sequelize-reference)\n- [Short but useful Sequelize querying cheatsheet](https://blog.cloudboost.io/docs-for-the-sequelize-docs-querying-edition-aed4bd1273f0)\n\n## Study Guides\n\n- [Express \u0026 Sequelize Boilerplate/Study Guide](https://github.com/ohagert1/Express-Sequelize-Boilerplate-Study-Guide)\n\n## React\n- [React Casts - Series of React tutorials by Cassio](https://www.youtube.com/channel/UCZkjWyyLvzWeoVWEpRemrDQ)\n- [React Dev Tool Google Chrome Extension](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en)\n- [create-react-app: Create React apps with no build configuration.](https://github.com/facebookincubator/create-react-app)\n- [Find the perfect React starter template](https://www.javascriptstuff.com/react-starter-projects/)\n- [Formik - Build forms in React, without the tears 😭](https://github.com/jaredpalmer/formik)\n\n## Redux\n- [Getting Started with Redux (free course by Dan Abramov)](https://egghead.io/courses/getting-started-with-redux)\n- [Building React Applications with Idiomatic Redux (free course by Dan Abramov)](https://egghead.io/courses/building-react-applications-with-idiomatic-redux)\n- [Redux Dev Tool Chrome Extension](https://chrome.google.com/webstore/detail/redux-devtools/lmhkpmbekcpmknklioeibfkpmmfibljd?hl=en)\n\n## Redux Middleware\n- [redux-freeze: avoid accidental in-place mutations of state](https://github.com/buunguyen/redux-freeze)\n- [redux-saga: manage redux side-effects with es6 generators](https://github.com/redux-saga/redux-saga)\n- [redux-promise-middleware: A thunk alternative with more bells and whistles](https://github.com/pburtchaell/redux-promise-middleware)\n## CSS\n- [Specificity Calculator](https://specificity.keegan.st/)\n- [Tool for making clip-paths quickly with CSS](http://bennettfeely.com/clippy/)\n\n## Command Line\n\n- [Useful commands](https://lifehacker.com/5743814/become-a-command-line-ninja-with-these-time-saving-shortcuts)\n- Get your IP address in Mac OSX/Unix: `ifconfig | grep 'inet '`\n\n## Atom\n- [Atom command cheat sheet](https://gist.github.com/chrissimpkins/5bf5686bae86b8129bee)\n\n## VS Code\n\n- [Keystroke cheat sheet](https://code.visualstudio.com/shortcuts/keyboard-shortcuts-macos.pdf)\n- [Daniel's Config](https://gist.github.com/tanukid/4ba5d7021a2027362592cbac0a356f58)\n\n## Sublime\n- [Keystroke cheat sheet](http://sweetme.at/2013/08/08/sublime-text-keyboard-shortcuts/)\n- [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)\n\n## Whiteboard Interviews\n - [algoexpert.io (Made by FSA alumni)](https://www.algoexpert.io/product)\n - [JavaScript implementation of popular algorithms and data structures](https://github.com/mgechev/javascript-algorithms) \n - [Code Wars](www.codewars.com)\n - [Geeks for Geeks](http://www.geeksforgeeks.org/)\n - [Interview Cake](https://www.interviewcake.com/)\n - [Leet Code](https://leetcode.com/)\n - [Coder Byte](https://coderbyte.com/)\n - [Hacker Rank](https://www.hackerrank.com/)\n - [Cracking the Coding Interview](https://www.amazon.com/Cracking-Coding-Interview-Programming-Questions/dp/0984782850/ref=pd_lpo_sbs_14_t_0?_encoding=UTF8\u0026psc=1\u0026refRID=8BB0KRJ073A8CZXTW5PP\u0026dpID=41XgSiYW7dL\u0026preST=_SY291_BO1,204,203,200_QL40_\u0026dpSrc=detail)\n\nMade with ❤️ by cohort 1710\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffullstackacademy%2Fuseful-resources","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffullstackacademy%2Fuseful-resources","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffullstackacademy%2Fuseful-resources/lists"}