Skip to content

Instantly share code, notes, and snippets.

View danielnunesdc's full-sized avatar
🎯
Focusing

Daniel Nunes danielnunesdc

🎯
Focusing
  • Assesso
  • Piauí
View GitHub Profile
@danielnunesdc
danielnunesdc / README.md
Created January 10, 2019 22:58 — forked from hofmannsven/README.md
My simply MySQL Command Line Cheatsheet
@danielnunesdc
danielnunesdc / Callback Methods.MD
Created December 13, 2018 15:41 — forked from siddrc/Callback Methods.MD
Revision Notes

Callback methods:

terminator-ill-be-back-arnold-meme

Yes I am a terminator fan...haha

ok coming down to nerdy talks.

Firstly from the name "Callback methods" itself, it is as if saying:

"I am going somewhere else now to do something else entirely different but a neccessity to complete this task, and I will be back with results and use it to resume and complete the flow ahead."

@danielnunesdc
danielnunesdc / git.md
Created February 3, 2018 18:26 — forked from leocomelli/git.md
Lista de comandos úteis do GIT

#GIT

Estados

  • Modificado (modified);
  • Preparado (staged/index)
  • Consolidado (comitted);

Ajuda

@danielnunesdc
danielnunesdc / README.md
Created February 3, 2018 17:47 — forked from igorlima/README.md
Alternativa para executar testes unitários em diferentes tipos de navegadores

Gittip Donate Button

BrowserStack é uma plataforma de teste que possibilita realizar testes automáticos ou manuais em aplicações móveis e web em diversos navegadores, incluindo navegadores como Internet Explorer, Opera, Safari, Android, iPhone, Chrome etc. Plataforma bastante parecida com o SauceLabs, mas infelizmente não possui nenhum plano gratuito, só há um curto período para teste (o suficiente para podermos fazer um pequeno experimento).

Essa plataforma permite executar os testes em diversas linguagem de programação, porém, em nosso exemplo, iremos utilizar o NodeJS (JavaScript) e o Node Package Manager (NPM), que podem ser baixados no site oficial. É necessário o NPM para instalar o Karma, o PhantomJS e o WD, digitando o segui