Aug 19, 2025 · 5 min read · If you’re a developer or just someone diving into the world of modern JavaScript runtimes, chances are you’ve come across Node.js and Deno. Both tools let you run JavaScript outside of the browser, but which one is the right fit for you? In this guid...
Join discussion
Jan 23, 2025 · 5 min read · Creating APIs is an integral part of modern web development. Whether you're building a simple backend for a single-page app or designing a robust service for a large-scale application, you need tools that make the process efficient. Enter Bun 🎉, a m...
Join discussion
Dec 15, 2024 · 9 min read · With 2025 on the horizon, we have more choices than ever for running TypeScript in modern runtimes like Node.js, Bun, and Deno. 🤓 As a result, we benefit from less configuration and more choices, whether looking for the battle-tested ecosystem of No...
EElvis commented
Apr 30, 2024 · 3 min read · JavaScript Engine👇 JavaScript engine is the heart❤️🔥 of the JavaScript run time environment. The JavaScript engine executes and compiles JavaScript code into native machine code. Every major browser has developed its own JS engine🔥: Google's Chro...
Join discussion
Dec 6, 2023 · 11 min read · TL;DR. Bun is a fast JavaScript runtime with TypeScript support. It is designed to be a drop-in replacement for Node.js. The Bun CLI has features like a runtime, bundler, test runner, package runner, package manager, and APIs. This post: Covers Bun'...
Join discussion
Dec 3, 2023 · 4 min read · 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...
Join discussion
Oct 19, 2023 · 4 min read · Introduction JavaScript is one of the most used programming languages in the world of web development. It powers interactive web applications, making it a crucial component for both front-end and back-end development. Understanding the concept of a J...
Join discussionSep 28, 2023 · 3 min read · When we think of JavaScript, we often associate it with the dynamic and interactive elements of websites and web applications. But what goes on behind the scenes to make JavaScript code come to life? Enter the JavaScript Runtime Environment, a critic...
Join discussionSep 12, 2023 · 3 min read · Are you still using Node or Deno ?? I am here to tell you about Bun a new Js and Ts runtime that will for sure have your all attention with the features that it provides. Meet Bun: The Innovative JS and TS Runtime Welcome, fellow web developers! 🚀 I...
Join discussion