diff --git a/app/data/events.json b/app/data/events.json index 8919d2b..8d731c8 100644 --- a/app/data/events.json +++ b/app/data/events.json @@ -361,5 +361,18 @@ "stacy-davis1-november-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 Startup Hall on UW campus this month!\n\n" + }, + { + "id": "january-2025", + "link": "https://lu.ma/s4s4mqxy", + "title": "SeattleJS January 2025", + "date": "2025-01-08", + "sponsors": [], + "talks": [ + "justin-castilla-january-2025", + "peli-de-halleux-january-2025", + "andrew-enyeart-january-2025" + ], + "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 Just The Tap in Belltown this month!\n\n" } ] \ No newline at end of file diff --git a/app/data/speakers.json b/app/data/speakers.json index a04c386..78ce047 100644 --- a/app/data/speakers.json +++ b/app/data/speakers.json @@ -347,5 +347,21 @@ "twitter": "cat_themachines", "pronouns": "she/her", "photo": "cat-johnson.jpg" + }, + { + "id": "justin-castilla", + "name": "Justin Castilla", + "company": "Elastic", + "twitter": "CastillaCodes", + "pronouns": "He/Him/His", + "photo": "justin-castilla.png" + }, + { + "id": "andrew-enyeart", + "name": "Andrew Enyeart", + "company": "22days", + "twitter": "andrew_enyeart", + "pronouns": "he/him", + "photo": "andrew-enyeart.png" } ] \ No newline at end of file diff --git a/app/data/talks.json b/app/data/talks.json index 0056c09..76c09ff 100644 --- a/app/data/talks.json +++ b/app/data/talks.json @@ -571,5 +571,51 @@ "React" ], "type": "lightning" + }, + { + "id": "justin-castilla-january-2025", + "speaker_id": "justin-castilla", + "event_id": "january-2025", + "title": "Observability now: Open Telemetry is here and we should know about it.", + "abstract": "Observability provides a wrangling of logs, traces, and metrics from your application into an organized analytics engine. We need to understand the basics and opportunities it provides. With open source software, we can get it up and running in no time!", + "topics": [ + "observability", + "data collection", + "analytics", + "performance", + "AI", + "data storage", + "machine learning" + ], + "type": "lightning" + }, + { + "id": "peli-de-halleux-january-2025", + "speaker_id": "peli-de-halleux", + "event_id": "january-2025", + "title": "GenAIScript - Generative AI Scripting", + "abstract": "GenAIScript is a JavaScript-ish environment with convenient tooling for file ingestion, prompt development and structured data extraction. We will be building LLM scripts of all sorts during the talk. https://microsoft.github.io/genaiscript ", + "topics": [ + "genai", + "llm" + ], + "type": "lightning" + }, + { + "id": "andrew-enyeart-january-2025", + "speaker_id": "andrew-enyeart", + "event_id": "january-2025", + "title": "Hard Things & Magical Incantations of Overcoming", + "abstract": "We all face hard things. Wielding simple, powerful phrases—magical incantations, if you will—can help us take action in the face of discomfort and fear. Learn how to harness identity and habit to tackle your own unique challenges with courage.", + "topics": [ + "job hunting", + "courage", + "mindset", + "identity", + "discomfort", + "personal growth", + "persistence" + ], + "type": "lightning" } ] \ No newline at end of file diff --git a/public/images/speakers/andrew-enyeart.png b/public/images/speakers/andrew-enyeart.png new file mode 100644 index 0000000..6705580 Binary files /dev/null and b/public/images/speakers/andrew-enyeart.png differ diff --git a/public/images/speakers/justin-castilla.png b/public/images/speakers/justin-castilla.png new file mode 100644 index 0000000..a02fccb Binary files /dev/null and b/public/images/speakers/justin-castilla.png differ