Skip to content

Commit

Permalink
Add October talks (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewiggins authored Sep 23, 2023
1 parent 42ce552 commit 8b3a310
Show file tree
Hide file tree
Showing 5 changed files with 65 additions and 2 deletions.
11 changes: 11 additions & 0 deletions app/data/events.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,5 +189,16 @@
"ben-lower-september-2023"
],
"description": ""
},
{
"id": "october-2023",
"title": "SeattleJS October 2023",
"date": "2023-10-11",
"sponsors": [],
"talks": [
"caleb-diehl-october-2023",
"alan-gonzalez-october-2023"
],
"description": "Thanks to [Gearhouse](https://joingearhouse.com) for hosting us this month. We will be at their Capitol Hill location for October.\n\n 📍 [800 E Thomas St, Seattle, WA 98102](https://maps.app.goo.gl/LRVEp4yudBrHHRue7)\n\n 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!"
}
]
16 changes: 16 additions & 0 deletions app/data/speakers.json
Original file line number Diff line number Diff line change
Expand Up @@ -203,5 +203,21 @@
"twitter": "benlower",
"pronouns": "he/him/his",
"photo": "ben-lower.jpg"
},
{
"id": "caleb-diehl",
"name": "Caleb Diehl",
"company": "The Associated Press",
"twitter": "",
"pronouns": "he/him",
"photo": "caleb-diehl.jpg"
},
{
"id": "alan-gonzalez",
"name": "Alan Gonzalez",
"company": "DevMatch",
"twitter": "_alanboy",
"pronouns": "he/him",
"photo": "alan-gonzalez.jpg"
}
]
40 changes: 38 additions & 2 deletions app/data/talks.json
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,10 @@
"event_id": "september-2023",
"title": "DeviceScript - TypeScript for Tiny IoT Devices",
"abstract": "Bring your TypeScript skillz to embedded (ESP32, RP2040) using DeviceScript.",
"topics": ["embedded", "typescript"],
"topics": [
"embedded",
"typescript"
],
"type": "regular"
},
{
Expand All @@ -260,7 +263,40 @@
"event_id": "september-2023",
"title": "Giving LLMs Tools and Ability to do Generative UI",
"abstract": "I will show how to enable LLMs to take actions using tools defined using JSX components. Additionally, I will show how to give the LLM the ability to create UI dynamically at runtime to move beyond simple text-based chat experiences.",
"topics": ["AI", "LLM", "JavaScript", "React", "JSX"],
"topics": [
"AI",
"LLM",
"JavaScript",
"React",
"JSX"
],
"type": "lightning"
},
{
"id": "caleb-diehl-october-2023",
"speaker_id": "caleb-diehl",
"event_id": "october-2023",
"title": "Tracking Wildfires for The Associated Press with Maplibre and the ESRI API",
"abstract": "Millions of readers rely on the Associated Press's wildfire tracker to get live information about large wildfires across the United States. I am a data visualization developer at the AP and will go over some design, architecture, and data viz decisions we made during a major UI overhaul (which goes live at the end of June). I'll discuss how attendees can build similar interactive maps in React / TypeScript using the same free, open-source mapping libraries and APIs. ",
"topics": [
"Data visualization",
"interactive mapping"
],
"type": "lightning"
},
{
"id": "alan-gonzalez-october-2023",
"speaker_id": "alan-gonzalez",
"event_id": "october-2023",
"title": "A new type of coding interviews",
"abstract": "Technical interviews are either inapplicable leet-code questions or time-consuming take-home projects. This talk presents a new approach that brings the best of both worlds, allowing people to showcase applicable skills. Software Engineering interviews in the browser!",
"topics": [
"hiring",
"coding interviews",
"leet-code",
"take-homes",
"webassembly"
],
"type": "lightning"
}
]
Binary file added public/images/speakers/alan-gonzalez.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/speakers/caleb-diehl.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 8b3a310

Please sign in to comment.