Skip to content

Commit

Permalink
Add Allan's talk to August
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewiggins committed Aug 7, 2024
1 parent 2e71ce5 commit 1602c07
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/data/events.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a target='_blank' href='https://maps.app.goo.gl/r9LsbFzCxuMpRzbXA'>Silicon Valley Bank</a> this month!\n\n"
}
Expand Down
17 changes: 17 additions & 0 deletions app/data/talks.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]

0 comments on commit 1602c07

Please sign in to comment.