Skip to content

Commit

Permalink
feat: update agenda times (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
thulieblack authored Aug 19, 2024
1 parent 07ba48f commit 9c3f37a
Showing 1 changed file with 38 additions and 6 deletions.
44 changes: 38 additions & 6 deletions config/speakers.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,37 +56,54 @@
"city": "London",
"agenda": [
{
"time": "3:30 PM BST - 3:50 PM BST",
"time": "1:50 PM BST - 2:15 PM BST",
"session": "The State of AsyncAPI Initiative",
"speaker": 7,
"type": "Keynote Speaker"
},
{
"time": "2:15 PM BST - 2:40 PM BST",
"session": "Topic Characteristics: What Do You Need To Know In Advance",
"speaker": 1,
"type": "Technical Speaker"
},
{
"time": "3:50 PM BST - 4:15 PM BST",
"time": "2:40 PM BST - 3:05 PM BST",
"session": "Harmonizing Asynchronous Systems: NATS, CloudEvents and AsyncAPI",
"speaker": 3,
"type": "Technical Speaker"
},
{
"time": "4:15 PM BST - 4:40 PM BST",
"time": "3:05 PM BST - 3:30 PM BST",
"session": "Better AsyncAPI Governance",
"speaker": 2,
"type": "Technical Speaker"
},
{
"time": "4:40 PM BST - 5:05 PM BST",
"time": "3:30 PM BST - 3:50 PM BST",
"session": "",
"type": "Break/Networking"
},
{
"time": "3:50 PM BST - 4:15 PM BST",
"session": "Event-Driven Architectures Through API Management and AsyncAPI",
"speaker": 4,
"type": "Technical Speaker"
},
{
"time": "5:05 PM BST - 5:30 PM BST",
"time": "4:15 PM BST - 4:40 PM BST",
"session": "Using Test Containers for AsyncAPI Unit Testing and Mocking",
"speaker": 5,
"type": "Technical Speaker"
},
{
"time": "5:30 PM BST - 5:55 PM BST",
"time": "4:40 PM BST - 5:05 PM BST",
"session": "Deploying WebSockets with AsyncAPI and Architecture as Code",
"speaker": [8,9],
"type": "Technical Speaker"
},
{
"time": "5:05 PM BST - 5:30 PM BST",
"session": "Building Cross-Exchange Trading Library With AsyncAPI",
"speaker": 6,
"type": "Technical Speaker"
Expand Down Expand Up @@ -121,6 +138,21 @@
"name": "Sho Kaneko",
"title": "Founder of Repoch",
"img": "https://pbs.twimg.com/profile_images/1680155599227502594/14ASdMcD_400x400.jpg"
},
{
"name": "Thulisile Sibanda",
"title": "Community Manager at AsyncAPI Initiative",
"img": "https://apidays.s3.fr-par.scw.cloud/medias/2964/3f41ea5b-34ea-496e-a0f0-c17296d1d032.jpg"
},
{
"name": "James Gough",
"title": "Distinguished Engineer at Morgan Stanley",
"img": "https://apidays.s3.fr-par.scw.cloud/medias/2201/conversions/6d4f5dcd-52e6-41f8-8862-7ca096bb6b47-square.jpg"
},
{
"name": "Will Osbourne",
"title": "Technology Associate at Morgan Stanley",
"img": "https://apidays.s3.fr-par.scw.cloud/medias/2990/conversions/dc3950b7-fa4a-4d89-b930-8e62bc883b6f-square.jpg"
}]
},
{
Expand Down

0 comments on commit 9c3f37a

Please sign in to comment.