Guy Nesher is a team lead (and former lawyer) who heads the Redis Enterprise Cluster Manager team, building a mix of services using React/Fastify with a sprinkle of Go and Python.
Session en Anglais - Débutant
TanStack is fast becoming the standard frontend toolkit, with consistent APIs and robust TypeScript support across frameworks. This talk challenges us to move past 'React' or 'Vue' specialization and become adaptable TanStack Developers.
We'll map common frontend problems to TanStack's composable tools, spotlight new features, and share practical tips and patterns.
Session en Anglais - Intermédiaire
Component tests started in real browsers with Karma: high fidelity, but slow feedback and painful config. Jest + JSDOM made tests fast and easy, but emulation can miss rendering, layout, and browser APIs.
Playwright and Vitest Browser Mode bring back browser-first testing with headless speed, parallel runs, and traces. We’ll compare the approaches and share migration tips for legacy code.