Skip to content

Commit

Permalink
Add April speakers
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewiggins committed Mar 25, 2024
1 parent ab743da commit 906635a
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 0 deletions.
11 changes: 11 additions & 0 deletions app/data/events.json
Original file line number Diff line number Diff line change
Expand Up @@ -259,5 +259,16 @@
"eric-jensen-march-2024"
],
"description": "Join your fellow web devs for an evening of talks, networking and fun! Tickets are only $5 but go up to $10 the day of, so don't delay!\n\n📍 [The Collective Seattle, 400 Dexter Ave N, Seattle, WA 98109](https://maps.app.goo.gl/iFCSeqBsv7gFKEQ78)"
},
{
"id": "april-2024",
"title": "SeattleJS April 2024",
"date": "2024-04-10",
"sponsors": [],
"talks": [
"herrington-darkholme-april-2024",
"john-pham-april-2024"
],
"description": "Join your fellow web devs for an evening of talks, networking and fun! Register ahead of time at the link below. Drink tickets are only $5 but go up to $10 the day of, so don't delay!\n\n📍 [The Collective Seattle, 400 Dexter Ave N, Seattle, WA 98109](https://maps.app.goo.gl/iFCSeqBsv7gFKEQ78)"
}
]
16 changes: 16 additions & 0 deletions app/data/speakers.json
Original file line number Diff line number Diff line change
Expand Up @@ -267,5 +267,21 @@
"twitter": "",
"pronouns": "he/him",
"photo": "eric-jensen.jpg"
},
{
"id": "herrington-darkholme",
"name": "Herrington Darkholme",
"company": "Freelance",
"twitter": "hd_nvim",
"pronouns": "he/him/his",
"photo": "herrington-darkholme.jpg"
},
{
"id": "john-pham",
"name": "John Pham",
"company": "Vercel",
"twitter": "johnphamous",
"pronouns": "he/him/his",
"photo": "john-pham.jpg"
}
]
24 changes: 24 additions & 0 deletions app/data/talks.json
Original file line number Diff line number Diff line change
Expand Up @@ -392,5 +392,29 @@
"local-first"
],
"type": "regular"
},
{
"id": "herrington-darkholme-april-2024",
"speaker_id": "herrington-darkholme",
"event_id": "april-2024",
"title": "Benchmark Rusty Parsers: demystify native tooling performance in JavaScript",
"abstract": "Native parsers used in JavaScript are not always faster due to extra work across languages. This talk will review several parsers written in JS/Rust and demonstrate the perf characteristics of native programs in NodeJS.\nAvoiding Rust overhead and using multi-core are crucial for performance.\n\nhttps://rs-perf-talk.vercel.app/",
"topics": [
"javascript",
"napi",
"rust"
],
"type": "regular"
},
{
"id": "john-pham-april-2024",
"speaker_id": "john-pham",
"event_id": "april-2024",
"title": "Delightful Design",
"abstract": "In this talk, we'll explore how to craft delightful experiences that enhance user engagement, focusing on performance, accessibility, and impressing the user, as seen in products like Vercel, Linear, and Raycast. You'll learn that anyone, regardless of design expertise, can achieve such delightful design.",
"topics": [
"design"
],
"type": "regular"
}
]
Binary file added public/images/speakers/herrington-darkholme.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 906635a

Please sign in to comment.