Ákos Kőművesakoskm.com·Dec 15, 2024How to Run TypeScript in 2025: A Comparison of Node.js, Bun, and DenoWith 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...TypeScript
Darshit Anjariadarshitanjaria.hashnode.dev·Dec 14, 2024Exploring NPM and Bun: Which Tool Fits Your JavaScript Development Needs?Introduction When it comes to JavaScript development, NPM (Node Package Manager) has long been the cornerstone for managing dependencies, running scripts, and sharing libraries. However, Bun, a newer JavaScript runtime and toolkit, has entered the sc...JavaScript
Muhammad Fiazmuhammadfiaz.hashnode.dev·Nov 28, 2024VLT: A New Dawn for Package ManagementIn the ever-evolving landscape of JavaScript development, dependency management has always been a key factor in ensuring project success. For years, tools like NPM and Yarn have set the standard. More recently, Bun has emerged as a rising star in the...10 likes·37 readsvlt
hjklhjkl11.hashnode.dev·Oct 31, 2024Performance Analysis of JSON, Buffer / Custom Binary Protocol, Protobuf, and MessagePack for WebsocketsThis article examines and compares data serialization and deserialization methods / formats: JSON, Buffers (custom binary protocol), Protobuf, and MessagePack, and offers guidance on how to implement them. (Performance benchmark at the end) JSON This...1 likecustom binary protocol
Erhan ÜRGÜNerho.dev·Oct 29, 2024Node.js Projelerini Sunucuda Kesintisiz Çalıştırma YöntemleriProjelerinizin sunucuda kesintiye uğramadan çalışmasını ister misiniz? Node.js tabanlı, çalışır durumda olan ve terminali kapattığınızda aniden duran projeleriniz size de tanıdık geliyorsa, işte kalıcı çözüm! Geliştirdiğim projeleri canlıya aldığımda...1 like·177 readsNodeJSphpm
Mihail GaberovforfreeCodeCampfreecodecamp.org·Oct 23, 2024How to Build Your Own Wheel of Names with React and TypeScriptA while ago, I stumbled upon a website listing various coding challenges, and I decided to give some a try. Last week, I came across one that involved building a "Wheel of Names." It reminded me of a similar project I built years ago using Flash and ...React
Grace Rasailygracerasaily.hashnode.dev·Oct 21, 2024Boring Finance: Fancy Record Keeping - Call for all the Open-Source ContributorsIntroduction: Hey there, finance and open source enthusiasts! Ready for a dose of "boring" that's actually pretty exciting? Let me introduce you to Boring Finance - a minimal and modular web application that's about to spice up your personal budgetin...Open Source
Redeaux Corporationblog.magm.red·Sep 13, 2024MoltenChain TestnetAs we continue the development of MoltenChain, our prototyping phase is complete. We have succeeded in creating a deployable node developed in Bun, Hono.js, Drizzle, Drizzle ORM, WebSockets, IPFS, using Cloudflare Workers and D1. The amount of work g...MoltenChainCryptocurrency
Avik Mukherjeeavik.hashnode.dev·Aug 13, 2024FeaturedSeamless RazorPay Integration: Mastering WebHooks for Reliable Payment ProcessingRecently, my Project encountered a snag concerning RazorPay payments integration. Initially, I integrated Razorpay to facilitate payments and subsequently update the paid order amounts in our database using the data provided by Razorpay. Initially, t...42 likes·389 readsrazorpay
Alexander Knipsalexknips.hashnode.dev·Jul 27, 2024Effect-TS 1: Http backend demoIf you are unfamiliar with Effect Systems, ZIO, or Effect-TS, I recommend reading the following article: https://www.sandromaglione.com/articles/typescript-code-with-and-without-effect and then returning here. Other good information about Effect-TS c...Effect-TSeffect-http