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...Discuss·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...Discuss·1 like·137 readsphpm
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 ...DiscussReact
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...DiscussOpen Source
Redeaux CorporationforṂȺ₲ṂѦ ꞖŁØǤmagma.hashnode.dev·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...DiscussMoltenChainCryptocurrency
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...Discuss·42 likes·377 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...DiscussEffect-TSeffect-http
Anaz S. Ajiajianaz.dev·Jul 17, 2024Unlocking Performance with Bun: An In-Depth GuideThe landscape of JavaScript runtime environments has been dominated by Node.js for over a decade. However, as web applications become increasingly complex, developers seek more efficient ways to handle performance-intensive tasks. Enter Bun, a new Ja...Discuss·27 readsBun
Saurabh Tailorsaurabhtaylor.hashnode.dev·Jul 11, 2024Mastering Hono: Simple Steps with BunWhat is Hono ? Another JS framework ? can say so but it is so powerful , once u get hands on this framework u are not goin back to express. It is a JS library , mostly used in Serverless architecture. 💡 what is serverless architecture and why u ne...Discusshono
Jonathanblog.jonathan.com.ar·Jul 9, 2024FeaturedBuilding a template with BunHihi! Lately i've been using a lot of bun in my side projects, why? because it cames with a lot of things that I use already solved You can check the repository i'm using for example here Typescript? ✅ Single Ejecutable File? ✅ Multiple Architecture...Discuss·22 likes·405 readsBun