Skip to content

Commit

Permalink
Update January & February 2024 event and talks
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewiggins committed Jan 5, 2024
1 parent cd307f4 commit 4cde06f
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
11 changes: 10 additions & 1 deletion app/data/events.json
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,17 @@
"title": "SeattleJS January 2024",
"date": "2024-01-10",
"sponsors": [],
"talks": [],
"description": "Join your fellow web devs for an evening of networking and fun!\n\n📍 [The Collective Seattle, 400 Dexter Ave N, Seattle, WA 98109](https://maps.app.goo.gl/iFCSeqBsv7gFKEQ78)"
},
{
"id": "feburary-2024",
"title": "SeattleJS Feburary 2024",
"date": "2024-02-14",
"sponsors": [],
"talks": [
"fx-wood-january-2024"
"dm-liao-feburary-2024",
"fx-wood-feburary-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
27 changes: 27 additions & 0 deletions app/data/talks.json
Original file line number Diff line number Diff line change
Expand Up @@ -338,5 +338,32 @@
"DateTimeFormat"
],
"type": "lightning"
},
{
"id": "dm-liao-feburary-2024",
"speaker_id": "dm-liao",
"event_id": "feburary-2024",
"title": "Making a static site generator for fun and absolutely no profit",
"abstract": "There are lots of static site generators out there to help simplify making a website, but I decided that wasn't complicated enough so I decided to write my own. From as close to scratch as I could, with as few dependencies as possible. This talk will go through the generator I made, its goals and design decisions, and maybe even how you can make one that is not nearly so complicated (...maybe.)",
"topics": [
"static site generators",
"image processing",
"JS templating",
"plugin architecture"
],
"type": "regular"
},
{
"id": "fx-wood-feburary-2024",
"speaker_id": "fx-wood",
"event_id": "feburary-2024",
"title": "Why You Should Use A DateTime Library (Maybe)",
"abstract": "There are some interesting complexities when it comes to working with time. Also some fun stuff about timestamps.",
"topics": [
"luxon",
"datetime",
"DateTimeFormat"
],
"type": "lightning"
}
]

0 comments on commit 4cde06f

Please sign in to comment.