https://github.com/codeftw/stack
Tecnology we are learning and using in Code FTW
https://github.com/codeftw/stack
Last synced: 6 months ago
JSON representation
Tecnology we are learning and using in Code FTW
- Host: GitHub
- URL: https://github.com/codeftw/stack
- Owner: CodeFTW
- Created: 2017-12-23T13:42:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-09T02:43:31.000Z (over 7 years ago)
- Last Synced: 2025-01-20T09:46:28.905Z (over 1 year ago)
- Size: 6.84 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tecnology for study and follow CodeFTW
In CodeFTW meetings we are studying and working with Web and Mobile technologies using JS Stacks...
## Stack
* Java Script
* Meteor (based Node)
* React
* GraphQL/Apollo
* Mongo/NoSQL
* HTML/CSS
* MaterialUI
* FlexBox
## Links and basic definition
* [Java Script](https://developer.mozilla.org/pt-BR/docs/Web/JavaScript) - Programming Language.
* [Meteor](https://www.meteor.com/) - Open source platform for web,mobile, and desktop.
* [React](https://reactjs.org/) - Library for building user interfaces.
* [GraphQL](http://graphql.org/) - Query language for APIs.
* [Apollo](https://www.apollographql.com/) - Bind data to your UI with the ultra-flexible, community-driven GraphQL client for React, JavaScript, and native platforms.
* [Mongo](https://docs.mongodb.com/) - Is a free and open-source cross-platform document-oriented database program.
* [NoSQL](http://nosql-database.org/) - NoSQL is a term used to describe high-performance non-relational databases
* [HTML](https://www.w3schools.com/html/) - HTML is the standard markup language for creating Web pages.
* [CSS](https://www.w3schools.com/css/css_intro.asp) - CSS describes how HTML elements are to be displayed on screen, paper, or in other media.
* [FlexBox](https://css-tricks.com/snippets/css/a-guide-to-flexbox/) - he Flexible Box Layout Module, makes it easier to design flexible responsive layout structure without having to use floats or positioning.
* [MaterialUI](https://material-ui-next.com/) - Material UI is a CSS framework with a set of components that facilitate the implementation of Google Material Design.
## Where to learn?
### Java Script
* [Java Script](https://developer.mozilla.org/pt-BR/docs/Web/JavaScript)
* [Livro de Java Script - CangaceiroJS - PAGO/PT-BR](https://www.casadocodigo.com.br/products/livro-cangaceiro-javascript)
* [Curso de Java Script com TDD - Pago/PT-BR](https://www.udemy.com/js-com-tdd-na-pratica)
* [You Don't Know JS (book series)](https://github.com/getify/You-Dont-Know-JS)
* [HOC - Recompose Docs](https://github.com/acdlite/recompose)
* [HOC - Recompose](https://www.youtube.com/watch?v=SQtrgiLy3Fo)
* [You Don't Know JS (book series) - pt-BR](https://github.com/cezaraugusto/You-Dont-Know-JS)
* [Javascript Ninja - Fernando Daciuk - PAGO](https://www.udemy.com/share/1000jaAksbdFdUQXg=/)
### Meteor
* [Meteor Tutorial with React - TODO List](https://www.meteor.com/tutorials/react/creating-an-app)
* [Curso de Meteor com React - Pago/EN](https://www.udemy.com/meteor-react)
### React
* [React Tutorial - Jogo da Velha](https://reactjs.org/tutorial/tutorial.html)
### GraphQL / Apollo
* [Video Tutorial - Full-stack GraphQL with Apollo, Meteor & React / 2018 - FREE](https://www.youtube.com/playlist?list=PLLnpHn493BHFTDL9M1PKnxQwBwOZ8J-h4)
* [How to Graphql](https://www.howtographql.com/)
* [How to Grapqhl with Apollo](https://www.howtographql.com/react-apollo/0-introduction/)
### MongoDB / NoSQL
* [Mongo/NoSQL](https://www.tutorialspoint.com/mongodb/index.htm)
* [Nosql AWS Definition](https://aws.amazon.com/pt/nosql/)
### HTML/CSS
* [HTML](https://www.w3schools.com/html/)
### MaterialUI
* [MaterialUI - React](https://material-ui-next.com/)
* [Material Icons](https://material.io/icons/)
### FlexBox - CSS
* [Yoksel](https://yoksel.github.io/flex-cheatsheet/#display)
* [Froggy Game](http://flexboxfroggy.com/)
* [CSS Tricks](https://css-tricks.com/snippets/css/a-guide-to-flexbox/)