Alexey Kalachikfively.hashnode.dev·38 minutes agoBun vs. Node.js: Which JavaScript Runtime Is Better?In the dynamic realm of web development, JavaScript runtimes have consistently played a pivotal role. Over the years, we've seen a few key players dominate the landscape, with Node.js setting the gold standard for performance, versatility, and commun...DiscussWeb Development
Maciej Zimochwste23.hashnode.dev·19 hours agoBun vs Node.js: TW Elements now with Vite with BunTW Elements - now with Vite with Bun Bun is a tool that is designed to replace Node.js in the development of web applications. The main goal of Bun is to reduce the startup times and memory usage of created apps. Vite works with a Bun out of the box....DiscussBun
Sanchit Bajajsolitrix02.hashnode.dev·Dec 3, 2023From Node to Bun: A New Dawn for JavaScript Engines?Hello developers. 👋Recently, there was a discussion of the new Nodejs engine in the market that might change the future of how JavaScript & TypeScript work on the servers. So, I got curious about what is that and how will it change Nodejs, but after...DiscussJavaScript
Balamurugan Dbalamurugan16.hashnode.dev·Nov 29, 2023Blazingly fast CLI with Bun 🚀Bun is freshly out of the oven (Seriously, the parent company’s name is Oven!) and it is a new JavaScript runtime and not a framework! It is really promising and most importantly Blazingly fast! I tried it out and it is fantastic in my opinion. So In...Discuss·10 likes·90 readsJavaScript
Binaya Bajracharyabbajra-juststuff.hashnode.dev·Nov 28, 2023JavaScript Revolution: 10 Exciting Changes You Missed in 2023In 2023, a myriad of changes have occurred in the world of web development, including significant updates to JavaScript. These changes encompass a wide range of improvements, from new ECMAScript features to enhancements in popular JavaScript framewor...Discuss·1 likeJavaScript
Alex KatesProalexkates.dev·Nov 27, 2023Hosting Custom Fonts in AWSAlright, here's the scenario: You're a front-end developer who was just given a stunning custom font from your designers, and they're incredibly excited about it. They want to use it as soon as possible. However, you're only familiar with using fonts...Discuss·25 likes·98 readsAWS CDK Serverless PatternsAWS
Hossein Sadeghiblog.hosi.dev·Nov 16, 2023Play with Bun and Solid.js: Create a multi-player Tic-Tac-Toe, Part1Recently, Bun reached version 1.0 and made a splash in the JavaScript ecosystem. I wanted to try it out and thought maybe good idea to create something in combination with Solid.js, the frontend framework I wanted to play with for a long time. As a p...Discuss·31 readsBun
Tuomas Koivistoinenlaitti.hashnode.dev·Nov 16, 2023Should you choose Bun over NodeJS?Bun is an all-in-one toolkit for JavaScript and TypeScript apps. It has a runtime that gets most of the attention. The main design goals are speed, TypeScript & JSX support, ESM & CommonJS compatibility, Web-standard APIs and NodeJS compatibility. So...Discuss·2 likesBun
Junior Felixjunior-felix.hashnode.dev·Oct 24, 2023Integrating Bun: A Developer's JourneyI have often thought of the JavaScript ecosystem as a free market; where multiple solutions to the same problem can co-exist. In this dynamic environment, new tools can emerge and gain prominence by addressing the specific needs of developers. Recent...DiscussBun
Jonathan Barnettjonbarnett.hashnode.dev·Oct 9, 2023Bun vs Node with Nest.jsThe latest potential replacement for Node recently dropped version 1.0 over at bun.sh. I played with it for a day, and I have some thoughts to share. I'll also provide an example you can play with in a GitHub CodeSpace very easily. In short, this isn...DiscussNode.js