https://martinfowler.com/articles/serverless.html
* State less;
- Firebase;
- Google Cloud;
- Azure;
- Lambda;
https://martinfowler.com/articles/serverless.html
* State less;
- Firebase;
- Google Cloud;
- Azure;
User case:
1 - Optimizely;
2 - Locket - Photo and Clock;
| /* | |
| Flex-box css study, | |
| references: | |
| https://css-tricks.com/snippets/css/a-guide-to-flexbox/ | |
| https://www.w3schools.com/css/css3_flexbox.asp | |
| https://www.youtube.com/watch?v=k32voqQhODc | |
| */ | |
| .call-outs-container { | |
| max-width: 1400px; |
| https://classroom.udacity.com/nanodegrees/nd109/parts/4a35eebf-3732-4fd0-93b5-8261ea3b32ff/modules/73c0484f-d80e-4890-a08e-7aa02babb05a/lessons/cdd2410b-1198-4c2d-b984-7082c5e974a7/concepts/a0eb502e-5774-4be5-b895-3af7121a2bb7 | |
| Install anaconda package manager; | |
| python3, numPy, Pandas, Matplotlib, Jupyter notebook; | |
| Applications of Data Analysis | |
| Facebook's blog post and paper on exposure to ideologically diverse information | |
| OkCupid's blog post on the best questions to ask on a first date |
| # | |
| *Simple and flexibel; | |
| *Python3 was adoption at 2014, the 3.4 version is the most popular; | |
| *Data manipulation; | |
| #The language: | |
| Interpretada de alto nível e que suporta múltiplos paradigmas de programação: imperativo, orientado a objetos e funcional; | |
| Tipagem dinâmica e forte, escopo léxico e gerenciamento automático de memória; | |
| Algumas estruturas de dados embutidas na sintaxe – como tuplas, listas e dicionários; |
Referências de GIT
referência: http://git-scm.com/book/pt-br/Git-Essencial-Tagging
git init
git config --global user.name "" git config --global user.email "" git config list