Skip to content

Instantly share code, notes, and snippets.

@leonascimento
leonascimento / DoD.md
Last active September 11, 2023 12:09
DoD Geowellex

Geowellex (DoD) Definition of Done Manifest

About

DoD is a term used to represent and reinforce transparency, assure Built-In quality, and set the right expectations for the work items to be planned, developed, and completed during the Agile product development.

The definition of done (DoD) is when all conditions in a software product must be satisfied to be ready to be accepted by a user, customer, team, or consuming system. We should meet the definition of done to ensure quality. Keep in mind that the main goal is to prevent or minimize the rework by preventing user stories that don’t meet the definition from being promoted to higher-level environments. It will prevent features that don’t meet the definition from being delivered to the customer or user.

@leonascimento
leonascimento / frontend-challenge.md
Last active August 22, 2019 19:27
Frontend intern challenge

Frontend intern challenge

Sobre Desafio

Esse desafio tem como objetivo mensurar sua capacidade de desenvolvimento ou comunicação visando ter uma ideia de como você irá trabalhar com o nosso time.

Você tem 15 dias a partir do dia que ele foi enviado via email.

Como Participar

const ALL_CUSTOMERS = gql`
query {
allCustomer {
edges {
node {
id
name
description
}
}
@leonascimento
leonascimento / specs.md
Last active November 9, 2018 12:01
React Jedi - React Audio Player

Creating a React Audio Player

How it works?

This challenge is the opportunity of you to learn React. The NatalJS has tutors to help you with the development of this project.

The time estimated for this challenge is 4 weeks, but you don't worry about the time this is just an estimative, you are free to make it on your time.

You should have in your mind that your goal is just worrying with the JavasScript code.

lib/
common/
hocs/
withRouter
withInterview
modules/
auth/
interview/
analytics/
ajuster/
@leonascimento
leonascimento / Schedule.md
Last active September 20, 2018 10:38
Schedule

whawt I need know to learn react?

  • basic concept of JavaScript

what is react?

what is jsx and virtual dom?

setup starterkit

$(function () {
var speakerDevices = document.getElementById('speaker-devices');
var ringtoneDevices = document.getElementById('ringtone-devices');
var outputVolumeBar = document.getElementById('output-volume');
var inputVolumeBar = document.getElementById('input-volume');
var volumeIndicators = document.getElementById('volume-indicators');
log('Requesting Capability Token...');
$.getJSON('http://linen-uakari-3468.twil.io/capability-token')
.done(function (data) {
@leonascimento
leonascimento / .vimrc
Created August 17, 2018 11:28
my vimrc
" ----------------------CONFIGURE PREFERENCES---------------------------
" Showing line numbers
set number
" Enable mouse on vim
set mouse=a
" Disabling swap files creation in vim
set noswapfile
set autoindent
filetype plugin indent on
git reflog | grep 'checkout' | head -n 1 | awk '{print "git checkout " $6}' | sh -