Skip to content

Commit

Permalink
Add September talks
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewiggins committed Aug 22, 2024
1 parent b9d1027 commit fa7c9d3
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 0 deletions.
10 changes: 10 additions & 0 deletions app/data/events.json
Original file line number Diff line number Diff line change
Expand Up @@ -330,5 +330,15 @@
"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"
},
{
"id": "september-2024",
"title": "SeattleJS September 2024",
"date": "2024-09-11",
"sponsors": [],
"talks": [
"nicholas-patti-september-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/fbEUjw2mGvvTDsVR6'>Startup Hall on UW campus</a> this month!\n\n"
}
]
8 changes: 8 additions & 0 deletions app/data/speakers.json
Original file line number Diff line number Diff line change
Expand Up @@ -315,5 +315,13 @@
"twitter": "",
"pronouns": "He/him",
"photo": "ben-van-citters.jpg"
},
{
"id": "nicholas-patti",
"name": "Nicholas Patti",
"company": "Freelance",
"twitter": "nickspatties",
"pronouns": "he/him/his",
"photo": "nicholas-patti.jpg"
}
]
14 changes: 14 additions & 0 deletions app/data/talks.json
Original file line number Diff line number Diff line change
Expand Up @@ -501,5 +501,19 @@
"object-oriented programming"
],
"type": "lightning"
},
{
"id": "nicholas-patti-september-2024",
"speaker_id": "nicholas-patti",
"event_id": "september-2024",
"title": "Planning the ultimate Limp Bizkit experience with Playwright",
"abstract": "How can my friend and I get on stage to perform guitar and bass with Limp Bizkit? The answer lies in the data, and Playwright can help us grab it!",
"topics": [
"Playwright",
"NodeJS",
"data scraping",
"data analysis"
],
"type": "lightning"
}
]
Binary file added public/images/speakers/nicholas-patti.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fa7c9d3

Please sign in to comment.