Skip to content

Commit

Permalink
June 2021 talks
Browse files Browse the repository at this point in the history
  • Loading branch information
csampson committed Jun 21, 2021
1 parent 54f9bc6 commit 91154f0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/archive/meetups.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
[
{
"id": 80,
"date": "June 22, 2021",
"meetup": "https://www.meetup.com/FrontEndParty/events/hdvkkryccjbdc",
"talks": [
{
"presenter": "Adrian Sampson",
"title": "Building Real-time Multi-user Apps With Socket.IO V4",
"description": "Socket.IO is a JavaScript library for adding real-time, bidirectional, and event-based communication to your apps. We'll take a look at how to build an app using TypeScript + Socket.IO"
},
{
"presenter": "Cameron Sampson",
"title": "Progressive Web Apps",
"description": "Progressive web apps (PWAs) are web apps that make use of offline functionality, a special manifest file, and other technologies to provide a seamless and installable web experience across platforms. We'll walk through building a sample PWA for web, desktop, and mobile."
}
]
},
{
"id": 79,
"date": "May 25, 2021",
Expand Down

0 comments on commit 91154f0

Please sign in to comment.