diff --git a/app/data/events.json b/app/data/events.json index 76ed21f..cef47ab 100644 --- a/app/data/events.json +++ b/app/data/events.json @@ -326,7 +326,8 @@ "date": "2024-08-14", "sponsors": [], "talks": [ - "ben-van-citters-august-2024" + "ben-van-citters-august-2024", + "allan-deutsch-august-2024" ], "description": "Join your fellow web devs for an evening of talks, networking and fun! Register ahead of time at the link below.\n\nNOTE: We are at Silicon Valley Bank this month!\n\n" } diff --git a/app/data/talks.json b/app/data/talks.json index f96d9a7..d425655 100644 --- a/app/data/talks.json +++ b/app/data/talks.json @@ -484,5 +484,22 @@ "crud" ], "type": "regular" + }, + { + "id": "allan-deutsch-august-2024", + "speaker_id": "allan-deutsch", + "event_id": "august-2024", + "title": "Classy coding: JavaScript OOP through the ages", + "abstract": "Embark on a journey through the history of JavaScript to learn how a variety of OOP challenges were overcome in the past. We will conclude our journey with clean modern syntax and a deeper understanding of classes, objects, and the chain of changes that helped us get here.", + "topics": [ + "javascript", + "inheritance", + "prototype chains", + "JS runtime", + "classes", + "OOP", + "object-oriented programming" + ], + "type": "lightning" } ] \ No newline at end of file