Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wethemakers-dev/awesome-wtm
Awesome Links & Resources for WTM Team
https://github.com/wethemakers-dev/awesome-wtm
List: awesome-wtm
Last synced: 3 months ago
JSON representation
Awesome Links & Resources for WTM Team
- Host: GitHub
- URL: https://github.com/wethemakers-dev/awesome-wtm
- Owner: wethemakers-dev
- Created: 2020-01-22T19:01:38.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T05:46:41.000Z (almost 2 years ago)
- Last Synced: 2024-05-19T14:01:00.469Z (6 months ago)
- Language: JavaScript
- Homepage: https://wethemakers.dev
- Size: 169 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- ultimate-awesome - awesome-wtm - Awesome Links & Resources for WTM Team. (Other Lists / PowerShell Lists)
README
## Table of Contents
- [Basic Concepts](#basic-concepts)
- [Terminal](#terminal)
- [Git](#git)
- [HTML](#html)
- [CSS](#css)
- [Javascript](#javascript)
- [TypeScript](#typescript)
- [NodeJS](#nodejs)
- [PHP](#php)
- [MongoDB](#mongodb)
- [MySQL](#mysql)- [Frameworks & Libraries](#frameworks--libraries)
- [React](#react)
- [GraphQL](#graphql)
- [Gatsby](#gatsby)
- [ApostropheCMS](#apostrophecms)
- [NextJS](#nextjs)
- [NestJS](#nestjs)
- [Magento](#magento)- [Tools, Styles & Linters](#tools-styles--linters)
- [Tools & More](#tools--more)
- [Code Styles](#code-styles)
- [Linters](#linters)
- [Code Formatters](#code-formatters)- [Youtube Channels](#youtube-channels)
## Basic Concepts
### Terminal
- [Terminal: the basics](https://www.cs.virginia.edu/diochnos/tips/terminal/basics.html)
- [UNIX Tutorial for Beginners](http://www.ee.surrey.ac.uk/Teaching/Unix/)
- [Oh-My-Zsh](https://github.com/ohmyzsh/ohmyzsh)
- [Tmux](https://github.com/tmux/tmux)### Git
- [Learn Git](https://try.github.io/) - Resources to learn Git
- [Learn Git Branching](https://learngitbranching.js.org/)
- [Git Cheat Sheet](https://github.com/arslanbilal/git-cheat-sheet#readme)
- [Git Tips](https://github.com/git-tips/tips#readme)
- [.gitignore Generator](http://gitignore.io/)### HTML
- [Awesome HTML5](https://github.com/diegocard/awesome-html5#readme)
- [HTML Tutorials](https://htmldog.com/guides/html/)### CSS
- [Awesome CSS](https://github.com/awesome-css-group/awesome-css#readme)
- [Awesome CSS Learning](https://github.com/micromata/awesome-css-learning#readme)
- [CSS Tutorials](https://htmldog.com/guides/css/)
- [LESS Tutorials](https://www.tutorialspoint.com/less/index.htm)
- [Sass Tutorials](https://www.tutorialspoint.com/sass/index.htm)
- [Flexbox Froggy](http://flexboxfroggy.com/) - A game for learning CSS flexbox
- [Flexbox: CSS-Tricks](https://css-tricks.com/snippets/css/a-guide-to-flexbox/) - A Complete Guide to Flexbox
- [Building Multi-Directional Layouts](https://css-tricks.com/building-multi-directional-layouts/)### Javascript
- [Awesome JavaScript](https://github.com/sorrycc/awesome-javascript#readme)
- [Awesome JavaScript Learning](https://github.com/micromata/awesome-javascript-learning#readme)
- [JavaScript Tutorials](https://htmldog.com/guides/javascript/)
- [ECMAScript 6](https://github.com/lukehoban/es6features#readme)
- [Learn ES2015](https://babeljs.io/docs/en/learn/)### TypeScript
- [TypeScript in 5 minutes](https://www.typescriptlang.org/docs/handbook/typescript-in-5-minutes.html)
- [Introduction to Typescript](https://areknawo.com/typescript-introduction/)
- [React Typescript Cheatsheet](https://github.com/typescript-cheatsheets/react-typescript-cheatsheet)
- [Create-react-app With Typescript](https://create-react-app.dev/docs/adding-typescript/)
- [Setup Redux For React Typescript Projects](https://redux.js.org/recipes/usage-with-typescript/)### NodeJS
- [Awesome node.js](https://github.com/sindresorhus/awesome-nodejs#readme)
- [nodeschool](https://nodeschool.io/#workshoppers)
- [Getting Started With Node.js Tutorial](https://blog.risingstack.com/node-hero-tutorial-getting-started-with-node-js/)### PHP
- [Awesome PHP](https://github.com/ziadoz/awesome-php#readme)
- [PHP The Right Way](https://phptherightway.com/)### MongoDB
- [Awesome MongoDB](https://github.com/ramnes/awesome-mongodb#readme)
### MySQL
- [awesome-mysql](https://github.com/shlomi-noach/awesome-mysql#readme)
## Frameworks & Libraries
### React
- [Awesome React](https://github.com/enaqx/awesome-react#readme)
- [Awesome React-Native](https://github.com/jondot/awesome-react-native#readme)
- [React Getting Started](https://reactjs.org/docs/getting-started.html)
- [React Express](http://www.react.express/)
- [React-Native Getting Started](https://facebook.github.io/react-native/docs/getting-started.html)
- [React-Native Express](http://www.reactnativeexpress.com/)
- [Getting Started with Redux](https://redux.js.org/introduction/getting-started)
- [Learn Redux](https://medium.com/codingthesmartway-com-blog/learn-redux-introduction-to-state-management-with-react-b87bc570b12a)
- [React Router with Typescript](https://itnext.io/a-react-router-from-scratch-in-typescript-f0eec6ccb293)### GraphQL
- [awesome-graphql](https://github.com/chentsulin/awesome-graphql#readme)
- [Introduction to GraphQL](https://graphql.org/learn/)
- [How-To GraphQL](https://www.howtographql.com/) - The Fullstack Tutorial for GraphQL
- [Introduction to GraphQL: By Github](https://developer.github.com/v4/guides/)
- [Apollo Getting Started - React](https://www.apollographql.com/docs/react/get-started/)
- [Full-stack React + GraphQL Tutorial](https://blog.apollographql.com/full-stack-react-graphql-tutorial-582ac8d24e3b)### Gatsby
- [Gatsby.js Documentation](https://www.gatsbyjs.org/docs/)
### ApostropheCMS
- [ApostropheCMS Documentation](https://docs.apostrophecms.org/apostrophe/)
### NextJS
- [Awesome Next.js](https://github.com/unicodeveloper/awesome-nextjs#readme)
- [NextJS Getting Started](https://nextjs.org/learn/basics/getting-started)
- [Integration with NestJS](https://dev.to/saltyshiomix/an-introduction-of-the-integration-library-with-nestjs-and-next-js-29f1)
- [Example NestJS, NextJS](https://github.com/kelvin-mai/nest-next-example)### NestJS
- [NestJS Introduction](https://docs.nestjs.com/)
### Magento
- [Awesome Magento 2](https://github.com/DavidLambauer/awesome-magento2#readme)
- [Magento Developer - Documentation](https://devdocs.magento.com/#/individual-contributors)
- [Magento Developer - All Video Tutorials](https://devdocs.magento.com/videos/)
- [Magento 2 Tutorials](https://www.magestore.com/magento-2-tutorial/)
- [Magento U - Media Space](https://magentou.mediaspace.kaltura.com/)## Tools, Styles & Linters
### Tools & More
- [Development Environment](https://github.com/sindresorhus/awesome#development-environment)
- [Download VSCode](https://code.visualstudio.com/Download)
- [VS Code ESLint extension](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)
- [The Ultimate VSCode Setup](https://medium.com/productivity-freak/the-ultimate-vscode-setup-for-js-react-6a4f7bd51a2)
- [HTML/CSS to Images](https://htmlcsstoimage.com/)### Code Styles
- [JavaScript Style Guide](https://github.com/airbnb/javascript)
- [CSS/Sass Style Guide](https://github.com/airbnb/css)
- [PHP Style Guide](https://github.com/DigitPaint/php-style-guide)### Linters
- [Getting Started with ESLint](https://eslint.org/docs/user-guide/getting-started)
- [Setup TSLint for React](https://www.carlrippon.com/creating-a-react-and-typescript-project/)
- [Setup TSLint and Prettier in VS Code for React App with Typescript](https://medium.com/@cosmvs/set-up-tslint-and-prettier-in-vs-code-for-react-app-with-typescript-5b7f5895ce37)### Code Formatters
- [What is Prettier?](https://prettier.io/docs/en/index.html)
- [Prettier Integrating with Linters](https://prettier.io/docs/en/integrating-with-linters.html)## Youtube Channels
- [Fun Fun Function](https://www.youtube.com/channel/UCO1cgjhGzsSYb1rsB4bFe4Q/playlists)
- [Academind](https://www.youtube.com/channel/UCSJbGtTlrDami-tDGPUV9-w/playlists)
- [freeCodeCamp.org](https://www.youtube.com/channel/UC8butISFwT-Wl7EV0hUK0BQ/playlists)
- [CodingTheSmartWay.com](https://www.youtube.com/channel/UCLXQoK41TOcIsWtY-BgB_kQ/playlists)
- [Web Dev Simplified](https://www.youtube.com/channel/UCFbNIlppjAuEX4znoulh0Cw)
- [DevTips](https://www.youtube.com/channel/UCyIe-61Y8C4_o-zZCtO4ETQ)
- [The Net Ninja](https://www.youtube.com/channel/UCW5YeuERMmlnqo4oq8vwUpg)
- [Traversy Media](https://www.youtube.com/channel/UC29ju8bIPH5as8OGnQzwJyA)
- [Codevolution](https://www.youtube.com/channel/UC80PWRj_ZU8Zu0HSMNVwKWw)
- [Full Stack Talks](https://www.youtube.com/channel/UCpq2_V-9AYYUHSsjoJZPUTg)