Skip to content

Commit c19d111

Browse files
authored
Merge pull request #1 from devopsdays/master
rebase from master
2 parents 48dbc7d + 82d3a9b commit c19d111

File tree

319 files changed

+4919
-1000
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

319 files changed

+4919
-1000
lines changed

.github/PULL_REQUEST_TEMPLATE

+2
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
*Please title your pull request in this format: The event name and year in the title of the PR, along with a description of what is being changed, i.e., `[CHI-2019] Add Bluth Company as a sponsor`*
2+
3+
If you are adding or removing organisers, please email [email protected] with the details of who is being added and removed, along with the full names and email addresses of the new team, so we can update Slack and the mailing list.

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ To watch for changes and rebuild on the fly, open a new terminal, change directo
2121
hugo server -w --baseUrl="http://localhost:1313"
2222
```
2323

24-
Now open `http://localhost:1313` in a browser and navigate to the content that you're editing - voilà!
24+
Now open `http://localhost:1313` in a browser and navigate to the content that you're editing - voilà! Note: hugo's `watch` is not going to catch every change, so if you're making structural/file or date changes, consider Control-C and restart of the `watch` command.
2525

2626
#### macOS Specific Issues
2727

@@ -75,7 +75,7 @@ This confirms you are on the master branch locally, and then applies the changes
7575
(Replace `fix_that_thing` with a quick description of your *actual* change.)
7676

7777

78-
3. Make your changes, test them locally (see above), then push that branch up to `origin` on your fork.
78+
3. Make your changes, test them locally (see above - the `watch` command sometimes needs a restart), then push that branch up to `origin` on your fork.
7979

8080
```
8181
$ git push origin fix_that_thing
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
+++
2+
Talk_date = "2019-12-14"
3+
Talk_start_time = ""
4+
Talk_end_time = ""
5+
Title = "Performance Engineering: garanta confiabilidade de seu release"
6+
Type = "talk"
7+
Speakers = ["alexsander-melo"]
8+
Slides = ""
9+
+++
10+
11+
“O sistema é lento demais”: Quem nunca recebeu este péssimo diagnóstico de seu chefe, usuário ou cliente? Fazer uso de Performance Engineering demonstra-se uma excelente estratégia para alterar tal quadro, sem implicar atritos as práticas ágeis desenvolvimento ou à esteira DevOps implantada.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
+++
2+
Talk_date = "2019-12-14"
3+
Talk_start_time = ""
4+
Talk_end_time = ""
5+
Title = "DataOps - E como criar uma cultura para implantar Big Data"
6+
Type = "talk"
7+
Speakers = ["carlos-oeiras"]
8+
Slides = ""
9+
+++
10+
11+
O DataOps de fato, orientar-se para a cultura dos dados, o DevOps destina-se como uma subproduto utilizado pelo DataOps ou melhor, equipes que trabalham juntas.Como ter a aquisição de dados por meio dos softwares internos de uma corporação e como construir uma cultura de big data.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
+++
2+
Talk_date = "2019-12-14"
3+
Talk_start_time = ""
4+
Talk_end_time = ""
5+
Title = "Estratégias de implantação com Kubernetes: Alcançando “Zero downtime”"
6+
Type = "talk"
7+
Speakers = ["leandro-pantoja"]
8+
Slides = ""
9+
+++
10+
11+
Alterações em aplicações em produção ainda são um problema para muitas empresas, por conta de indisponibilidade do serviço oferecido, durante o processo implantação. O Kubernetes oferece maneiras para evitar este problema. Quer saber como?
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
+++
2+
Talk_date = "2019-12-14"
3+
Talk_start_time = ""
4+
Talk_end_time = ""
5+
Title = "TatuSoftware.com: o buraco é mais embaixo"
6+
Type = "talk"
7+
Speakers = ["paulo-alexandre-costa"]
8+
Slides = ""
9+
+++
10+
11+
Que atire a primeira pedra quem nunca foi uma EUquipe e fez um projeto sozinho, desde a infra até os códigos server e client side. Nesta palestra irei compartilhar um pouco da minha experiência com o desenvolvimento do Tatu, um software para modelagem eletromagnética 1D em geofísica.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
+++
2+
Talk_date = "2019-12-14"
3+
Talk_start_time = ""
4+
Talk_end_time = ""
5+
Title = "TektonCD - Cloud(Kubernetes)-Native Pipelines"
6+
Type = "talk"
7+
Speakers = ["raffael-mendes"]
8+
Slides = ""
9+
+++
10+
11+
O que existe além do Jenkins e do GitlabCI para o mundo de desenvolvimento para cloud. Tekton é uma tecnologia Open-Source recente que vem prover uma maneira de criação de pipelines simples, desacoplada e reutilizável para tecnologias de desenvolvimento nativas para cloud.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
+++
2+
Talk_date = "2019-12-14"
3+
Talk_start_time = ""
4+
Talk_end_time = ""
5+
Title = "A gestão de produtos no movimento DevOps"
6+
Type = "talk"
7+
Speakers = ["renato-borges"]
8+
Slides = ""
9+
+++
10+
11+
A agilidade trouxe para as equipe o foco em entrega de valor constantemente, em curtos espaços de tempo. Integrar desenvolvimento com operações é um grande passo. Mas como garantir entrega de valor? Nesse cenário, uma gestão efetiva do produto busca preencher esse gap.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
+++
2+
Talk_date = "2019-12-14"
3+
Talk_start_time = ""
4+
Talk_end_time = ""
5+
Title = "Seja um Desenvolvedor Disruptivo, e se torne um grande DevOps"
6+
Type = "talk"
7+
Speakers = ["valdomiro-bilharvas"]
8+
Slides = ""
9+
+++
10+
11+
Depois de alguns anos trabalhando com times em formatos de Squads com a metodologia DevOps adquirimos experiencias e muito aprendizado, o processo transformou nossos times e nossa forma de pensar em um fluxo de desenvolvimento eficaz para cada cenário ou seja, clientes/projetos/skills e tecnologias.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
+++
2+
Talk_date = "2019-12-14"
3+
Talk_start_time = ""
4+
Talk_end_time = ""
5+
Title = "Keynote"
6+
Type = "talk"
7+
Speakers = ["vinicius-senger"]
8+
Slides = ""
9+
+++
10+
11+
...
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
+++
2+
Title = "Alexsander Melo (Vivo . Telefônica Brasil - SP)"
3+
Twitter = ""
4+
facebook = ""
5+
linkedin = "https://www.linkedin.com/in/alexsander-melo-9a43a114/"
6+
image = "alexsander-melo.jpg"
7+
type = "speaker"
8+
linktitle = "alexsander-melo"
9+
+++
10+
11+
Sou pai de duas lindas meninas e esposo de uma melhor incrível. Bacharel em Sistemas de Informação. Especialista em Gestão de Projetos. Experiência de mais de 12 anos em desenvolvimento de software. Experiência de mais de 4 anos em análise e melhoria de desempenho de aplicações Java, aplicações em containers e serverless. Atualmente sou Consultor de Qualidade de Software na Telefônica Brasil (Vivo), onde atuo no time de performance na divisão de Capacidade.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
+++
2+
Title = "Carlos Oeiras (Uber - PA)"
3+
Twitter = ""
4+
facebook = ""
5+
linkedin = "https://www.linkedin.com/in/carlos-augusto-oeiras/"
6+
image = "carlos-oeiras.jpg"
7+
type = "speaker"
8+
linktitle = "carlos-oeiras"
9+
+++
10+
11+
Atuo como data scientist na Uber, tendo foco voltado para aprendizado de maquina em analise de churn e predição. Formado em Processamento de dados pela UNAMA, pós graduação na Jhons Hopkins University . Torcedor fanático do Clube de Regatas do Flamengo e competidor no Kaggle nas horas vagas onde possuo titulo de Master.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
+++
2+
Title = "Leandro Pantoja (Vibe - PA)"
3+
Twitter = "leandropantoja"
4+
facebook = "https://www.facebook.com/leandro.pantojapereira"
5+
linkedin = "https://br.linkedin.com/in/leandro-pereira-43a91022"
6+
image = "leandro-pantoja.jpg"
7+
type = "speaker"
8+
linktitle = "leandro-pantoja"
9+
+++
10+
11+
Apaixonado por Tecnologia e Futebol.
12+
Atuo como arquiteto de soluções, tendo foco voltado para integração entre sistemas, seguindo a linha teórica e prática da arquitetura orientada a serviços. Destacando a definição, modelagem e construção e implantação de Serviços / APIs, com uma visão de integração e entrega contínua para atender de maneira mais ágil as necessidades dos clientes. Torcedor fanático do Paysandu Sport Club e jogador de futebol amador nas horas vagas.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
+++
2+
Title = "Paulo Alexandre e Valdelírio da Silva"
3+
Twitter = ""
4+
facebook = ""
5+
linkedin = ""
6+
image = "paulo-alexandre-costa.jpg"
7+
type = "speaker"
8+
linktitle = "paulo-alexandre-costa"
9+
+++
10+
11+
Paulo Alexandre
12+
13+
Engenheiro de computação com foco em desenvolvimento web, música e animação.
14+
15+
Valdelírio da Silva
16+
17+
Possui graduação em Licenciatura Plena em Matemática pela Universidade da Amazônia (2000), mestrado e doutorado em Geofísica pela Universidade Federal do Pará, 2007 e 2012, respectivamente. Atualmente é professor adjunto III da Universidade Federal do Pará. Tem experiência na área de Geociências, com ênfase em Geofísica Aplicada, atuando principalmente em modelagem eletromagnética no domínio da frequência por método de Elementos Finitos.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
+++
2+
Title = "Raffael Mendes (Red Hat Brasil - PA)"
3+
Twitter = ""
4+
facebook = ""
5+
linkedin = "https://www.linkedin.com/in/raffael-mendes-86661359/"
6+
image = "raffael-mendes.jpg"
7+
type = "speaker"
8+
linktitle = "raffael-mendes"
9+
+++
10+
11+
Technical Account Manager na Red Hat, com 9 anos de experiência como desenvolvedor de software, atuando atualmente como Evangelista DevOps e Cloud-Native Development usando tecnologias como Quarkus, Tekton, Kubernetes e OpenShift. Certificado em OpenShift Administration.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
+++
2+
Title = "Renato Borges (PRODAM - AM)"
3+
Twitter = "rnatoborges"
4+
facebook = ""
5+
linkedin = "https://www.linkedin.com/in/renato-borges-souza-6345846"
6+
image = "renato-borges.jpg"
7+
type = "speaker"
8+
linktitle = "renato-borges"
9+
+++
10+
11+
Bacharel em Ciência da Computação pela Universidade Federal do Amazonas, Mestrando em Engenharia de Processo – UFPA, EXIN DevOps Foundation, certificação PMP (Project Management Professional), SMC (Scrum Master Certified), SPOC (Scrum Product Owner), CBPP (Certified Business Process Professsional), MBA Executivo em Gerenciamento de Projetos e MBA em Gestão Pública. Palestrante, facilitador e professor nas áreas de Gerenciamento de Projetos e Análise de Negócios. Chefe da Divisão de Produtos e Marketing na empresa Processamento de Dados do Amazonas (PRODAM), atua no ramo de gerenciamento e tecnologia há mais de 15 anos.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
+++
2+
Title = "Valdomiro Bilharvas (CUCO Health - SP)"
3+
Twitter = ""
4+
facebook = ""
5+
linkedin = "https://www.linkedin.com/in/valdomiro-bilharvas/"
6+
image = "valdomiro-bilharvas.jpg"
7+
type = "speaker"
8+
linktitle = "valdomiro-bilharvas"
9+
+++
10+
11+
Com mais de 18 anos de experiência em desenvolvimento e arquitetura de software, Devops, infraestrutura cloud e desenvolvimento de pessoas.
12+
13+
Minha paixão é estar envolvido com desafios relacionados à arquitetura de software, Cloud e Devops, tive oportunidades de atuar em vários cases de sucesso, sendo eles, Amil, Alelo, Cielo, Redecard (RedePay), CI&T, Itau, Grupo Metropolitan (Metrofile).
14+
15+
Ha 2 anos tive o prazer de ser convidado por dois grandes empreendedores, para ser Sócio e CTO da Platform Builders (o maior desafio da minha carreira). Transformar a Builders no maior HUB de construção de empreendimentos disruptivos nos próximos 5 anos, nesse tempo fomos capazes de influenciar e construir cases de sucessos nos seguintes players como Pernambucanas, Portocred, Conductor, Grupo Shopping Iguatemi, Marfrig, Ben Visa (Santander), goNow, Grupo DPaschoal, Banco Sofisa, V-PlatForm, Grupo Acert e Grupo Aloha.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
+++
2+
Title = "Vinicius Senger (AWS - SP)"
3+
Twitter = "vsenger"
4+
facebook = ""
5+
linkedin = "linkedin.com/in/viniciussenger"
6+
image = "vinicius-senger.jpg"
7+
type = "speaker"
8+
linktitle = "vinicius-senger"
9+
+++
10+
11+
Senior Technical Evangelist @ AWS - Developer - Inventor - IoT - Cloud - Architecture

content/events/2019-belem/welcome.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Description = "devopsdays Belém 2019"
6363
<strong>Patrocinadores</strong>
6464
</div>
6565
<div class = "col-md-8">
66-
{{< event_link page="patrocinio" text="Patrocine o evento!" >}}
66+
{{< event_link page="sponsor" text="Patrocine o evento!" >}}
6767
</div>
6868
</div>
6969

content/events/2019-berlin/program.md

-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ Description = "Program for DevOpsDays Berlin 2019"
66

77
<div class = "row">
88
<div class = "col">
9-
This is a preliminary program, we're still in talks with possible speakers.
10-
This means that the order of the talks or workshops are subject to
11-
change.<p>
12-
<hr />
139
If Open Space is new to you, you may be interested in <a href="/pages/open-space-format">more details about Open Space</a>.
1410
<hr />
1511
</div>

content/events/2019-berlin/program/henrik-stene.md

-11
This file was deleted.

content/events/2019-berlin/program/leonardo-di-donato.md

-9
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
+++
2+
Title = "What does DevOps mean to us?"
3+
Type = "talk"
4+
Speakers = ["marius-gebert"]
5+
+++
6+
Our team is building a platform for Software and Infrastructure as a Service fully based on Open Source. We develop the platform, support our products, and be on call as well.
7+
When i started working on that team, i had no idea about DevOps or what it's about. Especially what all this means in, at least my, reality? What does DevOps mean to "new” ones in our industry?
8+
9+
This ignite is a shot summary about how I see DevOps after being part of a team for over two and half years and especially what some DevOps ideas mean to us as a team and a company.

content/events/2019-berlin/program/mohammed-salah-adawi.md

-13
This file was deleted.

content/events/2019-berlin/program/murali-suriar.md

+4-28
Original file line numberDiff line numberDiff line change
@@ -3,32 +3,8 @@ Title = "Blameless Postmortem Culture"
33
Type = "talk"
44
Speakers = ["murali-suriar"]
55
+++
6+
A talk on postmortem incident analysis and its relationship to organisational culture.
67

7-
Introduction to Postmortem Culture
8-
9-
* Goal: System shouldn’t break in the same way again.
10-
* Growth mindset.
11-
* Learn from mistakes.
12-
* Document everything for posterity!
13-
14-
What does a postmortem look like?
15-
16-
* Various sections.
17-
* All sections for a reason.
18-
* Best practices for each section.
19-
* When does it make sense to write one?
20-
21-
Psychological safety & Blamelessness
22-
23-
* Postmortems, if not written well can be counterproductive to your culture.
24-
* Why is blamelessness important? The most important?
25-
* Leadership and promoting this culture.
26-
* Celebrating failure!
27-
* Going beyond technology.
28-
29-
Ok, I wrote one, what next?
30-
31-
* Going above and beyond just writing some documents.
32-
* Making things run like a clockwork, while self sustaining!
33-
34-
8+
* ... why is writing postmortems valuable?
9+
* ... what makes a good postmortem?
10+
* ... how do postmortems (and how they're written) relate to culture?
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
+++
2+
Title = "POWER your Cloud"
3+
Type = "talk"
4+
Speakers = ["toshaan-bharvani"]
5+
+++
6+
7+
This lighting talk describes how the Cloud can be powered with OpenPOWER hardware.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
+++
2+
Title = "When will DevOps die?"
3+
Type = "talk"
4+
Speakers = ["yair-etziony"]
5+
+++
6+
I would like to ask, what would be the future of DevOps as a movement and practice following specific trends I sense in our scene. I would argue that DevOps is on its way to oblivion For that, I would use theory from Water Benjamin, a Berliner thinker who lived in the early 20th century.
7+
8+
In more than 20 years in the field, I have seen many companies, technologies and professions come and go. Software development and IT is a very dynamic field: Blink for a moment and you will find yourself non-relevant. Nowadays when the demand for DevOps engineers is reaching an all-time high, I think it’s the best time to check the past and the present in order to better understand if they will have a future. Join me when I will try to define and see if DevOps as practice makes sense, and whether it will survive current days of hype. I would like to define DevOps as a practice, then define what does it mean to be a DevOps engineer, if that role makes sense then I would like to check the simple definition of DevOps which is the tools that they used in various times. I would argue that DevOps movement is slowly moving from Avant Garde to the mainstream and that the rise in salaries and demand is a sign for the slow death of this practice.
9+
10+
After that, I would talk about the possible future of our field.

content/events/2019-berlin/speakers/henrik-stene.md

-9
This file was deleted.

content/events/2019-berlin/speakers/jessica-anderson.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title = "Jessica Anderson"
33
twitter = "solidtubez"
44
linkedin = "https://se.linkedin.com/in/anderssonjessica"
55
website = ""
6-
image = ""
6+
image = "jessica-anderson.png"
77
type = "speaker"
88
linktitle = ["jessica-anderson"]
99
+++

content/events/2019-berlin/speakers/laura-hofmann.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ type = "speaker"
88
linktitle = ["laura-hofmann"]
99
+++
1010

11-
Laura Hofmann is a Software Engineer at Optimizely.
11+
Laura Hofmann is a backend infrastructure engineer at Optimizely, the world’s leading experimentation platform. In her time at Optimizely she’s worn many hats, including building shared developer tooling to support developer productivity and driving security and compliance initiatives. She leads Optimizely’s DevOps Community of Practice, is revamping the company’s engineering incident response process and currently lives and breathes all things deployment pipelines. Laura holds a Bachelor’s degree in Computer Science and Cognitive and Brain Sciences from Tufts University.

content/events/2019-berlin/speakers/leonardo-di-donato.md

-11
This file was deleted.

0 commit comments

Comments
 (0)