Skip to content

Commit

Permalink
feat: add london agenda (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
thulieblack authored Jul 25, 2024
1 parent 4c88dab commit 4f4f6b7
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/city-lists.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
{
"name": "London",
"country": "UK",
"date": "September 18-19, 2024",
"date": "September 18, 2024",
"description": "Join us in London for AsyncAPI Conference and learn how to speak fluent API! Let's taco about messaging and have a fiesta you will remember!",
"img": "/img/london.gif",
"address": "155 Bishopsgate, London EC2M 3YD",
Expand Down
39 changes: 38 additions & 1 deletion config/speakers.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,44 @@
{
"location": "London, United Kingdom",
"city": "London",
"agenda": null,
"agenda": [
{
"time": "3:30 PM BST - 3:50 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",
"session": "Harmonizing Asynchronous Systems: NATS, CloudEvents and AsyncAPI",
"speaker": 3,
"type": "Technical Speaker"
},
{
"time": "4:15 PM BST - 4:40 PM BST",
"session": "Better AsyncAPI Governance",
"speaker": 2,
"type": "Technical Speaker"
},
{
"time": "4:40 PM BST - 5:05 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",
"session": "Using Test Containers for AsyncAPI Unit Testing and Mocking",
"speaker": 5,
"type": "Technical Speaker"
},
{
"time": "5:30 PM BST - 5:55 PM BST",
"session": "Building Cross-Exchange Trading Library With AsyncAPI",
"speaker": 6,
"type": "Technical Speaker"
}
],
"lists": [ {
"name": "Dale Lane",
"title": "Chief Architect at IBM",
Expand Down

0 comments on commit 4f4f6b7

Please sign in to comment.