Skip to content

Commit

Permalink
Add Jan 2025 speakers
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewiggins committed Dec 19, 2024
1 parent d81a969 commit a973431
Show file tree
Hide file tree
Showing 5 changed files with 75 additions and 0 deletions.
13 changes: 13 additions & 0 deletions app/data/events.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a target='_blank' href='https://maps.app.goo.gl/fbEUjw2mGvvTDsVR6'>Startup Hall on UW campus</a> 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 <a target='_blank' href='https://maps.app.goo.gl/PwCs9NTjPsUi6Ar5A'>Just The Tap</a> in Belltown this month!\n\n"
}
]
16 changes: 16 additions & 0 deletions app/data/speakers.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
46 changes: 46 additions & 0 deletions app/data/talks.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
Binary file added public/images/speakers/andrew-enyeart.png
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/justin-castilla.png
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 a973431

Please sign in to comment.