SeattleJS May 2024
Join your fellow web devs for an evening of talks, networking and fun! Register ahead of time at the link below. Drink 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 Sentry for sponsoring snacks for this month's event! 😎
- 📆 Wednesday, May 8
- ⏰ 5:30pm - 8:30pm
- 🎟 RSVP
⚡️ Adding nominal type safety to your TS code using branded types by Allan Deutsch
Typescript and JavaScript are structurally typed - objects of the same shape are assignable. Nominal types can only be assigned to other objects of the same named type. Type branding is a technique that brings the safety of nominal typing to typescript.
Deconstructing Distributed Tracing by Sarah Guthals, PhD
Distributed Tracing is a powerful and modern debugging technique that allows you to track the flow and timing of requests as they navigate through every part of your system. Learn the reason why Distributed Tracing exists and how to leverage it.