Skip to content

Instantly share code, notes, and snippets.

View analistacarlosh's full-sized avatar
😀

Carlos Rodrigues analistacarlosh

😀
View GitHub Profile
@analistacarlosh
analistacarlosh / general-architecture.md
Last active May 12, 2019 23:54
General Architecture
@analistacarlosh
analistacarlosh / Product-design.md
Last active May 19, 2019 23:38
Product design.md

1 - Ideation & Validation

  • This lesson will help you develop, validate and refine your ideas to ensure you’re building for a product/market fit. Through case studies and interviews with founders, product experts, and investors, you will learn how to efficiently conduct user research and build an entrepreneurial mindset.

Hypoteses and made some A/B Tests to have sure what really works to the end-users;

User case:

1 - Optimizely;

2 - Locket - Photo and Clock;

@analistacarlosh
analistacarlosh / Flex-box css study
Last active February 16, 2019 14:01
Flex-box css study
/*
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;
@analistacarlosh
analistacarlosh / ReactJs-notes.md
Last active March 28, 2019 21:10
ReactJs notes

ReactJs topics

  • Components - (Done) ** Class component vs function component
    • Props vs State
    • ES6
    • JSX
    • Events
    • Style css
  • HTTP request - (Done)
  • Routes - (Done)
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;
=================================================
Trabalhando com Tag - ref: https://git-scm.com/book/pt-br/v1/Git-Essencial-Tagging
=================================================
Tags Anotadas
Criando uma tag anotada em Git é simples. O jeito mais fácil é especificar -a quando você executar o comando tag:
$ git tag -a v1.4 -m 'my version 1.4'
================================================
Compartilhando Tags
git push origin [nome-tag]
@analistacarlosh
analistacarlosh / git_commands.md
Last active February 19, 2020 14:26
Basics Git commands to use