SeattleJS June 2023

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!

Courier logo

Special thanks to our friends at Courier for sponsoring snacks for this month's event! 😎

  • 📆 Wednesday, June 14
  • ⏰ 5:30pm - 8:30pm
  • 🎟 RSVP

⚡️ Overcoming Blank Page Syndrome with your Template by Cristina Rodriguez

head shot of Cristina Rodriguez

How many times have you thought of a great idea for a project but were not quite sure how to start coding that project? Using templates can help beginning engineers overcome the overwhelm and fear that can come with starting projects. The goal of this talk is to share with everyone who is self-learning to code that templates and automation are their friends, especially for that tedious work of your initial setup. There is no need to start every project from scratch.

⚡️ Virtual DOM: Back in Block by Aiden Bai

head shot of Aiden Bai

Is the Virtual DOM pure overhead? In this tech talk, Aiden Bai explores the performance implications of the Virtual DOM in frameworks like React and presents an alternative approach called the "block virtual DOM." Aiden delves into the origins of the Virtual DOM, its purpose in addressing performance issues, and the process of diffing and reconciliation. The talk introduces the Block virtual DOM, which takes a different approach to diffing by using static analysis and dirty checking.

Using the web to make interactive fanfiction by DM Liao

head shot of DM Liao

Over the pandemic, people developed a wide variety of hobbies to fill the time, and for me, that was writing a ridiculous amount of fanfiction. One of the most ambitious pieces was an interactive, choice-based and animated story written using Ink and 'set' with Preact and InkJS, and this talk goes through some of the creative and technical decisions I made to get them to play nicely with each other.