Devlin Duldulao
Co-authored the Packt book Practical Enterprise React; Devlin has been using HTML, CSS, and TypeScript to build web apps and mobile apps for their customers for years. He has been a Microsoft MVP and an on-site React trainer for 7 years.
Is Bun 'Actually' Faster?
React Advanced 2024
24 min
Is Bun 'Actually' Faster?
The JavaScript ecosystem has evolved significantly, with Bun.js marking a notable milestone. Built from the ground up in Zig, Bun.js is an all-in-one JavaScript runtime featuring an integrated package manager, bundler, test runner, and Nodejs-compatible environment designed for the growing demands of edge computing and server-side applications. My presentation will explore Bun.js's foundational principles, highlighting its performance benchmarks against traditional runtimes like Node.js, seamless TypeScript support, zero-configuration framework, and innovative features such as built-in hot reloading and efficient file operations.
Vite - The Next Generation Frontend Tooling
React Advanced 2021
20 min
Vite - The Next Generation Frontend Tooling
How will we build web apps in the future? Let's learn how esbuild and bundlers like Vite built on top of it work to see how it can speed up our dev workflows.