SeattleJS February 2024
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!
📍 The Collective Seattle, 400 Dexter Ave N, Seattle, WA 98109
Special thanks to our friends at DataStax for sponsoring snacks for this month's event! 😎
- 📆 Wednesday, February 14
- ⏰ 5:30pm - 8:30pm
- 🎟 RSVP
Using React with the Godot game engine by DM Liao
Godot is a game engine and editor that is written in C++ and allows you to script games using its custom GDScript language, or C#. So, naturally, I decided that I wanted to make game UI in Javascript using React, and it turns out that that's not that uncommon of an idea! And also not that terrible of an idea! This talk will go through some of the nitty gritty of getting C# and JS to talk to each other, and then creating a custom React renderer to render Godot UI elements.
⚡️ Why You Should Use A DateTime Library (Maybe) by FX Wood
There are some interesting complexities when it comes to working with time. Also some fun stuff about timestamps.