git log
git log --decorate
| HTML5 E SEMÂNTICA: | |
| HTML5 - http://wbruno.com.br/html/semantica-html5/ | |
| Microdata - https://schema.org/docs/gs.html | |
| http://tableless.com.br/drops-13-o-basico-sobre-semantica-html5-e-microdata/ | |
| http://tableless.com.br/introducao-a-microdata-no-html5/ | |
| http://diveintohtml5.com.br/extensibility.html | |
| http://loopinfinito.com.br/2012/05/02/microdata/ |
| O Sticky Footer é uma forma de manter seu rodápé sempre colado no bottom da janela de seu documento (body), com isso não vamos ter problemas de sobra de espaço caso não haja muito conteudo, segue o codigo com a explicação: | |
| HTML | |
| <html> | |
| <head> | |
| <link rel="stylesheet" href="layout.css" ... /> | |
| </head> | |
| <body> | |
| <div class="wrapper"> |
It's a predictable state container for JavaScript apps. It helps you write applications that behave consistently, run in different environments.
in Redux, there is a single state object that's responsible for the entire state of your application.
| #1 Motivação: https://www.python.pro.br/aperitivo/video/motivacao | |
| #2 Instalando o Python: | |
| * Mac (OSX): https://www.python.pro.br/aperitivo/video/instalacao-mac | |
| * Windows: https://www.python.pro.br/aperitivo/video/instalacao-windows | |
| * Linux (Ubuntu): https://www.python.pro.br/aperitivo/video/instalacao-ubuntu | |
| #3 IDE Pycharm: https://www.python.pro.br/aperitivo/video/pycharm | |
| #4 Tipo inteiro: https://www.python.pro.br/aperitivo/video/inteiro |
We need to use a react-redux package to accomplish this connection between Redux and React.
The ReactRedux provides a small API with two key features: Provider and connect.
The Provider is a wrapper component from ReactRedux that wraps your React app. This wrapper then
allows you to access the Redux store and dispatch function throughout your component tree.
Provider takes two props, the Redux store and the child components of your app.
| /* | |
| https://developer.mozilla.org/en-US/docs/Web/API/CSSRuleList | |
| https://developer.mozilla.org/en-US/docs/Web/API/CSSRule | |
| https://developer.mozilla.org/en-US/docs/Web/API/CSSStyleSheet | |
| https://developer.mozilla.org/en-US/docs/Web/API/Window/getComputedStyle | |
| */ | |
| ```javascript | |
| style` | |
| display: flex; |
Research based on this article: https://css-tricks.com/everything-you-need-to-know-about-date-in-javascript/
Estructure: 'YYYY-MM-DDTHH:mm:ss:sssZ'
format: ISO 8601 Extended Format