Skip to content

Commit

Permalink
Add Eric's talk for March 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewiggins committed Mar 6, 2024
1 parent 0ae661d commit 729aa1f
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/data/events.json
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@
],
"talks": [
"shruti-kapoor-march-2024",
"j-chris-anderson-march-2024"
"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)"
}
Expand Down
8 changes: 8 additions & 0 deletions app/data/speakers.json
Original file line number Diff line number Diff line change
Expand Up @@ -259,5 +259,13 @@
"twitter": "jchris",
"pronouns": "he/him",
"photo": "j-chris-anderson.jpg"
},
{
"id": "eric-jensen",
"name": "Eric Jensen",
"company": "Fireproof ",
"twitter": "",
"pronouns": "he/him",
"photo": "eric-jensen.jpg"
}
]
13 changes: 13 additions & 0 deletions app/data/talks.json
Original file line number Diff line number Diff line change
Expand Up @@ -379,5 +379,18 @@
"local-first"
],
"type": "regular"
},
{
"id": "eric-jensen-march-2024",
"speaker_id": "eric-jensen",
"event_id": "march-2024",
"title": "Fireproof: A JavaScript database for web applications",
"abstract": "Fireproof is a pure JS database with zero setup. Build without constraints, plug in and launch in one step. Come learn about the newest way to create web apps!",
"topics": [
"database",
"sync",
"local-first"
],
"type": "regular"
}
]
Binary file added public/images/speakers/eric-jensen.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 729aa1f

Please sign in to comment.