-
Notifications
You must be signed in to change notification settings - Fork 670
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 #2 from azhanov/add_codiac_as_startup_sponsor
[HOU-2022] Add Codiac as startup sponsor for Houston 2022
- Loading branch information
Showing
37 changed files
with
364 additions
and
56 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,15 @@ | ||
+++ | ||
Title = "Program" | ||
Type = "program" | ||
Description = "Program for devopsdays Detroit 2022" | ||
Icons = "false" | ||
+++ | ||
|
||
<div class = "row"> | ||
<div class = "col"> | ||
<hr /> | ||
If Open Space is new to you, you may be interested in <a href="/pages/open-space-format">more details about Open Space</a>. | ||
<hr /> | ||
<i>All times are in US Eastern Time</i> | ||
</div> | ||
</div> |
7 changes: 4 additions & 3 deletions
7
...22-detroit/program/ana-mrgarita-medina.md → ...2-detroit/program/ana-margarita-medina.md
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 |
---|---|---|
@@ -1,9 +1,10 @@ | ||
+++ | ||
Talk_date = "" | ||
Talk_start_time = "" | ||
Talk_end_time = "" | ||
Talk_date = "2022-08-26" | ||
Talk_start_time = "13:50" | ||
Talk_end_time = "14:20" | ||
Title = "The Evolution of GameDays" | ||
Type = "talk" | ||
Speakers = ["ana-margarita-medina"] | ||
+++ | ||
|
||
How does your team prepare for failure and learn from incidents? GameDays are a time to come together as a team and organization to explore failure and learn. This practice has been done across most industries, from fire departments to technology companies. Sometimes this has been unplugging data centers, table-top exercises, or chaos engineering experiments. All these ways have 1 thing in common: learning. In this session, I will look back at my SRE experience and how GameDays have evolved in other industries to share tips, so you can make your teams and companies more reliable. |
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
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 |
---|---|---|
@@ -1,11 +1,10 @@ | ||
+++ | ||
Talk_date = "" | ||
Talk_start_time = "" | ||
Talk_end_time = "" | ||
Talk_date = "2022-08-26" | ||
Talk_start_time = "09:30" | ||
Talk_end_time = "10:00" | ||
Title = "Celebrating Diversity and The Path Ahead" | ||
Type = "talk" | ||
Speakers = ["ell-marquez"] | ||
sharing_image = "ell-marquez.png" | ||
+++ | ||
|
||
Over the past few years, the DevOps community has seen amazing growth in its understanding and acceptance of diversity. As a result, we've seen an intentional push for equity and inclusion while embracing a culture that promotes different approaches to addressing tasks. This shift in mindset spotlights gender diversity and disability inclusion, including individuals who are neurodiverse and underrepresented socioeconomic groups. While we pause to celebrate the wins, it's essential to remember to consistently nurture candid discussions about the hurdles that pave the long road ahead. |
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
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
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
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
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
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
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
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
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
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 @@ | ||
+++ | ||
Talk_date = "2022-08-26" | ||
Talk_start_time = "13:30" | ||
Talk_end_time = "13:35" | ||
Title = "What Stinks? How Developer Hygiene Impacts Security" | ||
Type = "talk" | ||
Speakers = ["peter-chestna"] | ||
+++ | ||
The vast majority of code in modern applications is made up of open-source components. This allows developers to focus on value-generating features and not on scaffolding and foundations. The challenge is that this scaffolding is not free like a lunch. It’s free like a puppy. That means that not only should you be careful in your selection, but that you must also be prepared to give it care and feeding. This talk will provide actionable guidance for responsible use of open-source software. | ||
|
||
• How careful are you in your component selection? | ||
o Actively maintained | ||
o Robustly supported | ||
o Secured | ||
• Do you keep track of what you’re using? | ||
o Provide a BOM to downstream consumers | ||
o What if a new CVE is announced? | ||
o What about malicious code? | ||
• Have you provided for regular maintenance? | ||
o Components age like milk, not wine | ||
o Policy for component drift | ||
o Comprehensive automated testing to allow for quick updates |
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
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
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
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
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,15 @@ | ||
+++ | ||
Title = "Peter Chestna" | ||
Twitter = "@PeteChestna" | ||
image = "peter-chestna.png" | ||
type = "speaker" | ||
linktitle = "peter-chestna" | ||
linkedin = "https://www.linkedin.com/in/peter-chestna-665427/" | ||
|
||
+++ | ||
|
||
Pete Chestna serves as the CISO of North America at Checkmarx, where he provides customers and prospects with practical advice for building successful application security programs. Bringing more than 15 years of direct AppSec practitioner experience, Pete has held roles ranging from developer and development leader to his most recent position as the Global Head of AppSec for the Bank of Montreal where he was responsible for the security of thousands of applications. | ||
|
||
Over his years as a software engineer and engineering leader, Pete has led organizational transformations from Waterfall to Agile to DevOps and from monolith to microservice architectures. He is certified as both a scrum master and product owner. Stemming from his experience as both an avid practitioner and consultant, Pete has spoken internationally at numerous prominent security and developer conferences including DevOpsDays, All Day DevOps, OWASP AppSec, and DevSecCon. | ||
|
||
Pete has been granted 3 patents. He enjoys whiskey tourism, astronomy, model rocketry and listening to Rush in his spare time. |
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,10 @@ | ||
+++ | ||
Talk_date = "" | ||
Talk_start_time = "" | ||
Talk_end_time = "" | ||
Title = "" | ||
Type = "talk" | ||
Speakers = ["guto-carvalho"] | ||
|
||
+++ | ||
|
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,13 @@ | ||
+++ | ||
Title = "Guto Carvalho" | ||
Twitter = "gutocarvalho" | ||
image = "guto-carvalho.jpg" | ||
type = "speaker" | ||
linktitle = "guto-carvalho" | ||
|
||
|
||
+++ | ||
|
||
Especialista em Infra as Code e Cloud Native. Foi um dos primeiros profissionais a escrever e falar sobre DevOps e automação (IaC) no Brasil. | ||
Participou da construção da nuvem privada do Itaú e mais recentemente da migração do DATASUS e STJ para o o modelo Cloud Native usando muito Docker e Kubernetes. | ||
É palestrante, instrutor, entrepreneur, piloto de mountain bike, karateca, pai e membro de diversas comunidades open source. |
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
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
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
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
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
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
Oops, something went wrong.