Loading video player...
I've recently been playing around with TypeScript a lot and have really fallen in love with Bun, an all-in-one runtime, test-runner, bundler, and package manager for the JavaScript ecosystem. It's essentially an alternative to Node.js, Jest, Webpack, and npm - while being faster than each. I was surprised by how many different things you can do with Bun, from running a simple web server to compiling C code. There's truly a little something for everyone! Timestamps: 0:00 Speed 0:20 Full-stack web server 0:49 Dynamic content 1:37 Databases 3:01 Authentication 3:39 Networking 4:40 Low-level interop. 5:23 Bundling 5:52 Tests 6:11 Package manager