Deepankardeepankar.hashnode.dev·a day agoFrom Zero to Hero: Setting Up a Node.js server on a Bare-Metal ServerIn this article I will show you the steps for deploying a nodejs server which is on my local machine on a container which will act as a cloud machine (for ex. AWS EC2). This can help you to understand how to setup an actual cloud deployment from the ...20 likes·26 readsssh
nidhinkumarblog.nidhin.dev·14 hours agoStorybook 8.5Storybook has long been the go-to workshop for building, documenting, and testing UI components. It’s a tool loved by developers worldwide, from small startups to major players like Slack and Audi. With the release of Storybook 8.5, the platform take...10 likesReact
Pravin Jadhavnxtcode.hashnode.dev·Jan 24, 2025Bun 1.2: It’s Not Just a Runtime Anymore—It’s a Bundler, Package Manager, and So Much More!"Bun 1.2: The Game-Changer You Didn’t See Coming! 🚀 If you thought Bun was just another runtime like Node.js or Deno, think again! The latest release, Bun 1.2, is here to shake things up. It’s not just a runtime anymore—it’s a bundler, package manage...#bun1.2
Hardeep Ijardarhow-to-create-api-endpoint-using-bun.hashnode.dev·Jan 23, 2025How to Create API Endpoints in Bun 🌟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...20 likesbunjs
Pratik patelapiusingbun.hashnode.dev·Jan 23, 2025Building API endpoint Using BUNSo what is Bun? Bun is the new hot thing out that everyone is talking about. At least in the JavaScript community. Although not quite production ready yet, Bun is a modern JavaScript runtime, similar to Node.js. The differences though are the perform...10 likesBun
JENISH PAGHADALapi-endpoint-by-bun.hashnode.dev·Jan 23, 2025How to Use Bun API Endpoints EffectivelyCreating APIs is an essential skill for today's web development. Whether you're making a web or mobile app, having quick and efficient APIs is important. In this tutorial, we'll show you how to build a simple API using Bun, a fast JavaScript runtime,...APIs
Ravi Viraapi-endpoint-using-burn.hashnode.dev·Jan 23, 2025How to Create API Endpoints Using BunIntroductionBun is an incredibly fast JavaScript runtime that is gaining traction for its speed and simplicity. With built-in support for various features like HTTP servers, file watching, and transpilation, Bun makes building APIs a breeze. In this ...1 likeBun
Dabhi Rajdeepsinhendpointusingbun.hashnode.dev·Jan 23, 2025Creating Api Engpoints Using BunBuilding High-Performance APIs with Bun: A Modern Developer’s Guide 🚀 APIs are the backbone of modern web development, powering everything from single-page applications to large-scale services. But building efficient APIs doesn’t have to be complica...Bun
Neeti Darjiapiendpointusingbun.hashnode.dev·Jan 23, 2025Creating an API Endpoint using Bun🎯What is Bun ? Bun is a JavaScript runtime.It is an attempt to overcome the limitations of Node. js back-end development setup with a separate front-end using React, Vue, or Angular. Unlike Node. js, Bun does not depend on npm and doesn't need any o...1 likeBun
Utsav Hiraprabuntrail.hashnode.dev·Jan 23, 2025How to Build Efficient API Endpoints Using Bun.Creating APIs is a fundamental skill for modern web development. Whether you’re building a web or mobile app, having fast and efficient APIs can make a big difference. In this tutorial, we will walk you through how to build a simple API using Bun, a ...Bun