-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27 from mstred/chore/add-feb-mar-19
Add info for 2019 February and March events
- Loading branch information
Showing
16 changed files
with
171 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
eventLocationName: "ThoughtWorks" | ||
eventLocationLink: "https://www.google.com.br/maps/place/ThoughtWorks+Brazil/@-8.064856,-34.896807,15z/data=!4m2!3m1!1s0x0:0x6d2882b29fde67a4?sa=X&ved=0ahUKEwjKy9fNtMbKAhVLXR4KHdkCBTQQ_BIIgQEwDQ" | ||
eventStreetAddress: "Av. Gov. Agamenon Magalhães, 4779 - Santo Amaro" | ||
eventAddressLocality: "Recife" | ||
eventAddressLocalityRegion: "Pernambuco" | ||
eventPostalCode: "52021-170" | ||
eventAddressCountry: "Brasil" | ||
eventStartTime: "2019-02-07T19:00" | ||
eventDoorTime: "19:00" | ||
eventEndTime: "2018-02-07T21:00" | ||
eventPlaceCoordinates: "-8.064856, -34.896807" | ||
mapCenterCoordinates: "-8.064856, -34.896807" | ||
mapMobileCenterCoordinates: "-8.064856, -34.896807" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- | ||
elements: | ||
- {name: "ThoughtWorks", description: "Desenvolvimento Ágil e Design de Experiência", link: "https://www.thoughtworks.com/pt/", imageUrl: "thoughtworks.png"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
- | ||
tracks: | ||
- {title: "Agenda", color: "#03a9f4"} | ||
timeslots: | ||
# Check-in | ||
- { | ||
startTime: "19:00", | ||
endTime: "19:15", | ||
sessionIds: [010] | ||
} | ||
# Primeira Palestra | ||
- { | ||
startTime: "19:15", | ||
endTime: "20:00", | ||
sessionIds: [001] | ||
} | ||
# Segunda Palestra | ||
- { | ||
startTime: "20:00", | ||
endTime: "21:00", | ||
sessionIds: [002] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
- | ||
id: 010 | ||
title: "Check-in" | ||
description: "Hora de fazer o credenciamento, conhecer gente e pegar os melhores lugares." | ||
- | ||
id: 020 | ||
title: "Coffee Break" | ||
description: "Pausa para um lanche, bater um papo e se preparar para a próxima sessão." | ||
- | ||
id: 001 | ||
title: "Test driven life" | ||
description: "João Paulo Moraes (Jota) falará sobre como o desenvolvimento orientado a teste sempre esteve mais presente na nossa vida do que imaginamos, desde nosso desenvolvimento intelectual até coisas mais simples." | ||
speakers: [1] | ||
- | ||
id: 002 | ||
title: "Metodologias Ágeis e a inclusão de Diversidade nas equipes de desenvolvimento de software sob o recorte LGBT" | ||
description: "A diversidade está presente nos grupos desde o encontro de diferentes competências, habilidades, trajetórias, estilos de trabalho e pensamento, até os recortes de gênero, sexualidade, raça, entre outros. Ao enxergar a pluralidade contida nas equipes, se faz necessário posicionamentos que incluam os indivíduos. Destacando o recorte LGBT, vamos bater um papo sobre como as práticas trazidas pelos métodos ágeis, cujo foco encontra-se nas pessoas e valores, exercem influência na inclusão de diversidade nas equipes de desenvolvimento de software." | ||
speakers: [2] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
- | ||
id: 1 | ||
name: "João Paulo" | ||
surname: "Moraes" | ||
company: "Thoughtworks" | ||
title: "Dev" | ||
bio: "JP é formado em Ciência da Computação pela Universidade Federal de Pernambuco. Trabalha com Desenvolvimento de Software desde 2008, tendo participado de diversos projetos com produtos de grandes clientes internacionais, envolvendo programação em Java, C# e C++. Atualmente é consultor de desenvolvimento de software na Thoughtworks Recife." | ||
thumbnailUrl: JoaoPauloMoraes.png | ||
rockstar: true | ||
social: | ||
- {name: "linkedin", link: "https://www.linkedin.com/in/jpmoraez"} | ||
- | ||
id: 2 | ||
name: "Mariana" | ||
surname: "Ramos" | ||
company: "MV Sistemas" | ||
title: "Desenvolvedora de Software" | ||
bio: "Recifense, somando 21 voltinhas ao redor do sol. | ||
Desenvolvedora de Software, entusiasta de metodologias ágeis, diversidade e humanização em TI. | ||
Poeta na vida e no Slam das Minas PE. | ||
Autora do Zine e Tumblr \"Poesia sem nome\". | ||
Baterista/Percussionista/Curiosa de outros instrumentos. | ||
Bacharel em Ciência da Computação." | ||
thumbnailUrl: MarianaRamos.jpeg | ||
rockstar: true | ||
social: | ||
- {name: "linkedin", link: "https://www.linkedin.com/in/mariana-ramos-c-nery"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
eventLocationName: "CESAR School" | ||
eventLocationLink: "https://goo.gl/maps/UirMUWUm4Qy" | ||
eventStreetAddress: "Av. Cais do Apolo, 77 - Recife, PE, 50030-220" | ||
eventAddressLocality: "Recife" | ||
eventAddressLocalityRegion: "Pernambuco" | ||
eventPostalCode: "50030-220" | ||
eventAddressCountry: "Brasil" | ||
eventStartTime: "2019-03-21T19:00" | ||
eventDoorTime: "19:00" | ||
eventEndTime: "2019-03-21T21:00" | ||
eventPlaceCoordinates: "-8.059627, -34.872498" | ||
mapCenterCoordinates: "-8.059627, -34.872498" | ||
mapMobileCenterCoordinates: "-8.059627, -34.872498" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- | ||
elements: | ||
- {name: "CESAR School", description: "Educação, Empreendedorismo e Inovação em expansão", link: "https://www.cesar.school", imageUrl: "cesarschool.png", width: "350px"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
- | ||
tracks: | ||
- {title: "Agenda", color: "#03a9f4"} | ||
timeslots: | ||
# Check-in | ||
- { | ||
startTime: "19:00", | ||
endTime: "19:15", | ||
sessionIds: [010] | ||
} | ||
# Primeira Palestra | ||
- { | ||
startTime: "19:15", | ||
endTime: "20:00", | ||
sessionIds: [001] | ||
} | ||
# Segunda Palestra | ||
- { | ||
startTime: "20:00", | ||
endTime: "21:00", | ||
sessionIds: [002] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
- | ||
id: 010 | ||
title: "Check-in" | ||
description: "Hora de fazer o credenciamento, conhecer gente e pegar os melhores lugares." | ||
- | ||
id: 020 | ||
title: "Coffee Break" | ||
description: "Pausa para um lanche, bater um papo e se preparar para a próxima sessão." | ||
- | ||
id: 001 | ||
title: "UX e Agile: o guia da sobrevivente" | ||
description: "Afinal de contas, dá pra juntar ux design e agile sem stress? Essa palestra é uma busca por essa resposta, trazendo estudos de caso e o estado da arte na prática de UX Design num ambiente de desenvolvimento ágil, seja por Designers, Devs, PMs e/ou outras pessoas envolvidas no processo." | ||
speakers: [1] | ||
- | ||
id: 002 | ||
title: "Como familiarizar teu time às práticas do SCRUM" | ||
description: "Olar! | ||
Sobre SCRUM já se fala há um bom tempo, né? Conhecemos papéis, princípios, valores, eventos, artefatos... O que às vezes não nos fica claro são as adversidades encontradas para que consigamos gerar indicadores para acompanharmos nosso time. | ||
Nessa palestra vou apresentar uma ferramenta bem completinha, que consegue nos auxiliar para ter esse controle mais de perto. Bora? :)" | ||
speakers: [2] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
- | ||
id: 1 | ||
name: "Jônathas" | ||
surname: "Souza" | ||
company: "Bemind" | ||
title: "Product Designer Pleno" | ||
bio: "UI / UX Designer, com foco em artefatos mobile. Trabalha na área de Design desde 2010, atuando nos segmentos de Design Gráfico, Design Editorial e UI/UX. Bacharelando em Design pela Universidade Federal de Pernambuco (2020) e bolsista do Laboratório de Concepção e Análise de Artefatos Inteligentes (LaCA²I) da UFPE." | ||
thumbnailUrl: JonathasSouza.png | ||
rockstar: true | ||
social: | ||
- {name: "linkedin", link: "https://linkedin.com/in/jonathasbsouza"} | ||
- {name: "site", link: "https://jonathas.work"} | ||
- | ||
id: 2 | ||
name: "Thaís" | ||
surname: "Antunes Bione" | ||
company: "Accenture" | ||
title: "Analista de Projetos" | ||
bio: "Sou formada em Ciência da Computação e faço pós em Gestão de Projetos. Atuei como desenvolvedora de software por 6 anos e atuo há um ano e pouquinho no controle de projetos e programas. Conheci mais de perto as metodologias ágeis em meados de 2012, quando me apaixonei. :)" | ||
thumbnailUrl: ThaisBione.png | ||
rockstar: true | ||
social: | ||
- {name: "linkedin", link: "https://www.linkedin.com/in/thaisbione"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.