Skip to content

Instantly share code, notes, and snippets.

View gustavo-freitas's full-sized avatar

gustavo-freitas

  • Porto Alegre, Brasil
View GitHub Profile

Aviso

Esse texto é baseado em um passo a passo criado originalmente por Jonathan Zanella. Mais detalhes foram adicionados posteriormente através de consultas rápidas na internet. Por favor, não se baseie nesse texto para tomar qualquer decisão.

"Agora a turma grita: Pesquise, pois o mundo está em crise" - Luis Vagner

Abrir a empresa

Você precisa justificar pra Receita Federal de onde está vindo o seu novo salário (dinheiro). Já que não é possível fazer um contrato CLT, você precisa emitir uma NF referente ao serviço que você está prestando. Tecnicamente, você não precisa ter um CNPJ, você pode emitir NFs como pessoa física e recolher no imposto de renda, só que sai mais caro (mais impostos).

Courses

Videos

@gustavo-freitas
gustavo-freitas / testing_contracts.md
Last active December 31, 2017 01:41
Testing Contract Resources

Testing contracts resources

Consumer Driven Contracts

@gustavo-freitas
gustavo-freitas / kick_desk.md
Last active October 31, 2017 13:36
kick offs and desk checks

Story Kick-Off (what?)

The kick-off is a moment to assure the right understanding of what is required for a given story card before the development work starts. The goal is to give clarity around assumptions made and technical related matters can also be discussed in the moment. For example, the approach on how to test the outcome of a story can be discussed. For that moment we can have a BA and the dev pair that will start developmet. The PO is also welcome to be here, asking questions and facilitating the discussion.

  • Do we have sufficient information around the need for that story?
  • Does all AC's (from that card) are clear and make sense given the objective of that story card?
  • Do we have dependencies for that card to be played?
  • Do we have technical information around that card.

Story Desk-Check (what?)

Introdução a Tecnologia da Informação


Agenda

@gustavo-freitas
gustavo-freitas / conf_setup.rb
Created April 8, 2017 23:01
gists para artigo sobre teste de infraestrutura
describe file(‘/etc/httpd/conf/httpd.conf’) do
it { should contain ‘ServerName www.thoughtworks.com' }
end