Watch online our Meetup from Beamery
Presentations
Alvin Bryan
How computers draw
Ever wondered how your scribbles on Snapchat turns into a smooth line, or how the pen tool works in Figma or Procreate? In this talk we'll dive into the invisible art of line-drawing algorithms.
We'll start from the historical pixel-based methods to the tools that we use today, wrapping up with real-world examples.
The techniques described are evergreen, timeless and cross-platform.
Stephanie Shaw
Simplexity: Advanced TypeScript for pragmatic teams|
.
For experienced engineers, using advanced TypeScript concepts in your project can feel like a cheat-code for instant accuracy, reusability and efficiency. However, more junior engineers encountering these patterns for the first time might feel like they've been thrown into a boss-fight before they're ready.
In this talk, we'll dissect the thin line between clever code and collaborative chaos within development teams where not every engineer is a level 99 coding wizard. Using real-world scenarios, we'll revisit the timeless wisdom of keeping it simple in the hustle of tight deadlines and teamwork challenges.
Ruben Casas
Do you need a state manager in 2024?
With the rise of meta frameworks like Remix and tools like React Server Actions and React Query, do you still need a state management solution like Redux, Mobx or Zustand? Let’s explore this with examples.