-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c2bbf69
commit c46fa2e
Showing
171 changed files
with
4,098 additions
and
636 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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,5 +1,5 @@ | ||
unobtanium: | ||
title: Red Hat DevNation Day | ||
title: Cloud Native | ||
trackid: 0 | ||
trackkey: Unobtanium | ||
room: 312 | ||
|
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
49 changes: 49 additions & 0 deletions
49
_events/api-management-as-code-a-declarative-approach-to-handling-api-artifacts.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 |
---|---|---|
@@ -0,0 +1,49 @@ | ||
--- | ||
questionAnswers: [] | ||
id: '557496' | ||
title: 'API Management as Code: A declarative approach to handling API artifacts' | ||
description: "Every day software development relies more and more on APIs. Using it | ||
as part of digital transformation or just to connect some microservices, developers | ||
use APIs to connect applications and devices. API management is now a mature discipline | ||
covering the different aspects of the API lifecycle. However, managing efficiently | ||
the surge of APIs in the organization could be a challenge. Using a declarative | ||
approach makes it easier to understand and automate the desired state of APIs. It | ||
makes it easier to version, review and share with other members of the team. Some | ||
projects have started to complement their capabilities to add this declarative approach, | ||
usually in environments like Kubernetes. \r\n\r\nJoin this session to learn more | ||
about:\r\n\r\nCommon API management artifacts\r\nAn introduction to declarative | ||
vs imperative management\r\nThe operator pattern and how it helps with declarative | ||
management\r\nAn example from the 3scale operator\r\nOther projects using Kubernetes | ||
custom resources.\r\n" | ||
startsAt: | ||
endsAt: | ||
isServiceSession: false | ||
isPlenumSession: false | ||
speakers: | ||
- id: e546ec56-9837-46b5-b3fa-4f79381b5aaa | ||
name: Hugo Guerrero | ||
categories: | ||
- id: 59536 | ||
name: Track | ||
categoryItems: | ||
- id: 207664 | ||
name: Cloud Native | ||
sort: 0 | ||
- id: 59537 | ||
name: Session Format | ||
categoryItems: | ||
- id: 207665 | ||
name: session | ||
sort: 1 | ||
roomId: | ||
room: | ||
liveUrl: | ||
recordingUrl: | ||
status: Accepted | ||
isInformed: true | ||
isConfirmed: true | ||
track: Cloud Native | ||
format: session | ||
slug: api-management-as-code-a-declarative-approach-to-handling-api-artifacts | ||
|
||
--- |
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
48 changes: 48 additions & 0 deletions
48
_events/approval-testing-when-it-s-too-late-for-test-driven-development.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 |
---|---|---|
@@ -0,0 +1,48 @@ | ||
--- | ||
questionAnswers: [] | ||
id: '557701' | ||
title: 'Approval Testing: When it''s too late for Test-Driven Development' | ||
description: "Approval Testing may seem odd compared to Test-Driven Development, but | ||
it’s designed to let you write automated tests when you already have a large codebase | ||
(that may already be in production) and/or the business requirements are out of | ||
date, incomplete, or completely missing. While this may sound crazy, it’s something | ||
most programmers have had to deal with.\r\n\r\nThe Good News is that Approval Testing | ||
evolved as a solution for just this kind of problem. It makes the reasonable assumption | ||
that the current behavior of production code is correct, and compares it with how | ||
the system behaves after you’ve made some changes. If the results are identical | ||
then the test passes; if not, then it shows you the differences so you can decide | ||
whether the changes are correct or not. With Approval Tests in place, you can safely | ||
refactor the existing production code, then start introducing Test-Driven Development | ||
when adding new features to the system." | ||
startsAt: | ||
endsAt: | ||
isServiceSession: false | ||
isPlenumSession: false | ||
speakers: | ||
- id: 7d933c95-3f49-48a4-852b-7fc30aa8b977 | ||
name: Burk Hufnagel | ||
categories: | ||
- id: 59536 | ||
name: Track | ||
categoryItems: | ||
- id: 207651 | ||
name: Agile | ||
sort: 0 | ||
- id: 59537 | ||
name: Session Format | ||
categoryItems: | ||
- id: 207665 | ||
name: session | ||
sort: 1 | ||
roomId: | ||
room: | ||
liveUrl: | ||
recordingUrl: | ||
status: Accepted | ||
isInformed: true | ||
isConfirmed: true | ||
track: Agile | ||
format: session | ||
slug: approval-testing-when-it-s-too-late-for-test-driven-development | ||
|
||
--- |
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
48 changes: 48 additions & 0 deletions
48
_events/biometric-authentication-in-the-browser-an-intro-to-webauthn.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 |
---|---|---|
@@ -0,0 +1,48 @@ | ||
--- | ||
questionAnswers: [] | ||
id: '544960' | ||
title: 'Biometric authentication in the browser: an intro to WebAuthn' | ||
description: "WebAuthn is a standard which allows you to leverage biometric based | ||
authentication methods from within your browser. While you can use a variety of | ||
hardware to authenticate users, the real benefit of WebAuthn is the fact that it | ||
connects users’ browsers to built-in operating system authentication methods.\r\n\r\nWhen | ||
you build with WebAuthn, you are benefiting from the security and pervasiveness | ||
of FaceID, Fingerprint Scanner, and Windows Hello, among others. WebAuthn is supported | ||
by all major browsers, as well as all major desktop and mobile OS platforms.\r\n\r\nIn | ||
this talk, we’ll walk through the WebAuthn process, including registration, attestation, | ||
and authentication. You’ll learn the difference between platform and cross-platform | ||
authenticators, as well as the difference between user verification and user presence.\r\n\r\nAt | ||
the end of this talk, you’ll have a grasp of what WebAuthn is, when it makes sense, | ||
and how you can leverage it for your next project." | ||
startsAt: | ||
endsAt: | ||
isServiceSession: false | ||
isPlenumSession: false | ||
speakers: | ||
- id: 30897cf3-d06f-453a-9f83-c6ba7d4b31c9 | ||
name: Dan Moore | ||
categories: | ||
- id: 59536 | ||
name: Track | ||
categoryItems: | ||
- id: 207661 | ||
name: Web and Front-end | ||
sort: 0 | ||
- id: 59537 | ||
name: Session Format | ||
categoryItems: | ||
- id: 207665 | ||
name: session | ||
sort: 1 | ||
roomId: | ||
room: | ||
liveUrl: | ||
recordingUrl: | ||
status: Accepted | ||
isInformed: true | ||
isConfirmed: true | ||
track: Web and Front-end | ||
format: session | ||
slug: biometric-authentication-in-the-browser-an-intro-to-webauthn | ||
|
||
--- |
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.