An open API service indexing awesome lists of open source software.

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

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/)