Articles by Tag #bunjs

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Why using Bun in production (maybe) isn't the best idea

Bun deserves credit. It's fast, ambitious, and it shook a JavaScript ecosystem that had once been...

Learn More 23 3Sep 14

Building a Real‑Time VWAP Dashboard with Bun, Binance WebSockets & SQLite

A weekend project that escalated into a full deep dive into real-time systems. Live...

Learn More 7 0Nov 16

Building an Open Source Real-Time Crypto Price Tracker with Bun's Native WebSocket

I built Coinstate, a real-time cryptocurrency price tracker that aggregates data from 10+ exchanges...

Learn More 6 0Nov 2

Supercharge Your Bun Workflow with bun-tasks

Supercharge Your Bun Workflow with bun-tasks If you’ve ever wished Bun had a drop-in...

Learn More 0 0Oct 12

New modern stack for fullstack apps

🚀 Full Stack Reimagined: Why Bun, Elysia, Drizzle, and Vue 3 is the Modern Dev Dream In...

Learn More 6 1Nov 8

How to Debug Hono Applications with Telescope – Laravel Telescope for Bun & Node.js

How to Debug Hono Applications with Telescope If you've ever used Laravel Telescope, you...

Learn More 0 0Oct 31

How to use Prisma with Bun

Bun is a fast JavaScript runtime that's been making waves in the developer community. It includes a...

Learn More 1 0Nov 17

Switching to Zed: Made my own VSCode-Rest utility

I expressed my opinion about vibecoding and LLM usage before, and since then the dev world has gone...

Learn More 3 0Nov 25

Svelte 5 on Bun 1.2: Getting started

Summary The latest Svelte 5 update brings runes, a fresh approach to reactivity which...

Learn More 7 0Feb 8

🚀 How I Stopped Juggling 4 Terminal Tabs Every Morning

When working locally on my Laravel + Bun + Stripe stack for AI Email Builder, I used to open 4...

Learn More 0 0Oct 16

Two Timestamps, One Message: Why WebSocket Systems Need Both

TL;DR: Using client-provided timestamps (meta.timestamp) for server-side logic like rate limiting or...

Learn More 0 0Oct 8

Lexical 0.24 with Vanilla JS: Getting started

Summary Lexical is a modern JavaScript (JS) text editor framework designed for...

Learn More 6 0Feb 9

Svelte 5 on Bun 1.2: 始め方

はじめに Svelte 最新版 5 では、 $: に代わるリアクティビティへの新しいアプローチとしてルーンが導入されました。 Svelte 4 のプロジェクトを 5 に移行する...

Learn More 4 0Feb 12

Compiling SaaS as executable binary.

Hey folks, I've always wanted a way to bundle entire SaaS apps into a single executable to ship...

Learn More 0 0Sep 1

Lexical 0.24 with Vanilla JS: 始め方

はじめに Lexical はモダン JavaScript (JS)...

Learn More 5 0Feb 24

Comparing Javascript test frameworks: Jest vs Vitest vs Bun

Discover how switching to Bun’s built-in test runner can dramatically speed up your JavaScript and TypeScript test suites. In this post, I compare Jest, Vitest, and Bun using my Ilamy Calendar project, share real benchmark data, and provide a live demo so you can try it yourself.

Learn More 2 0Aug 12

A Step-by-Step Guide to Google OAuth2 Authentication with JavaScript and Bun

When it comes to authenticating users with Google, OAuth2 provides a secure and standardized...

Learn More 32 0Jan 28

Elysia: O melhor web framework

Construindo uma API com Elysia.js e Bun No mundo do backend com JavaScript, existe uma...

Learn More 0 0Sep 21

Bun-ffi - Getting started with C++ and Bun

This post is intended to be a little intro guide on how to call C++ code from Bun using FFI. Repo...

Learn More 1 1Oct 7

Fixing `ERR_INVALID_THIS` on Vercel by Switching from pnpm to Bun

When deploying on Vercel with Node.js 20+, I ran into a frustrating error during pnpm...

Learn More 0 0Oct 2

Integrating SvelteKit with Storyblok (Using Svelte 5)

This guide will show you how to integrate SvelteKit with Storyblok CMS using the latest Svelte 5 and...

Learn More 5 3Dec 31 '24

Bun vs Node.js – Why Developers Are Switching

Bun is a blazing-fast JavaScript runtime with built-in tooling. Here’s why many developers are choosing it over Node.js.

Learn More 2 0Sep 3

Deno vs Bun vs Node.js: The Ultimate Runtime Showdown

Introduction: The JavaScript Runtime Evolution The JavaScript runtime landscape has...

Learn More 6 3Jun 8

Monorepo with Bun

Hello Had this idea recently. I built this project management tool kinda like Jira, called kiffari,...

Learn More 3 2Jun 22

Zero-Code RSS Feeds with Mkfd: From Webpage to Feed in Minutes

TBosak / mkfd RSS feed builder...

Learn More 8 0Mar 10

I’m 13 and Just Made a Web Framework 3x Faster Than Express

Yesterday I published princejs on npm. <2 kB Zero dependencies Native Bun binary Built in 3...

Learn More 0 0Nov 10

Ultimate Guide to Setting Up Bun Workspaces with Docker

Introduction Setting up a monorepo architecture with proper tooling can significantly...

Learn More 10 1Apr 11

Node Package Managers Compared: npm vs Yarn vs pnpm vs Bun ⚙️

Explore the differences between Node.js package managers — npm, Yarn, pnpm, and Bun — to find out which one fits your workflow best.

Learn More 0 0Nov 12

Building a Full-Stack Type-Safe CRUD App with SolidJS, Bun, Hono, and PostgreSQL

Introduction In this tutorial, we'll build a complete CRUD (Create, Read, Update, Delete)...

Learn More 1 2Nov 23

Live reloading HTML with Bun

TL;DR This articles shows how I made bun-html-live-reload. The code will refresh the...

Learn More 1 0Feb 7