A Comprehensive Guide to Node.js Addons
If you’d rather stick with Node than use Bun’s newest feature to bring C/C++ etc. into JavaScript, writing your own addon remains a dependable approach. - https://mertcan.vercel.app/comprehensive-guide-to-nodejs-addons
#nodejs
If you’d rather stick with Node than use Bun’s newest feature to bring C/C++ etc. into JavaScript, writing your own addon remains a dependable approach. - https://mertcan.vercel.app/comprehensive-guide-to-nodejs-addons
#nodejs
Mert Can Altin's blog
A Comprehensive Guide to Node.js Addons
A detailed explanation of Node.js addons, their use cases, how they work, and a practical example demonstrating their power in real-world applications.
Mastering the API Gateway: A Node.js Microservices Architecture Approach
In the ever-evolving world of software development, the rise of microservices architecture has revolutionized… - https://medium.com/@techsuneel99/mastering-the-api-gateway-a-node-js-microservices-architecture-approach-b37de52c4650
#nodejs
In the ever-evolving world of software development, the rise of microservices architecture has revolutionized… - https://medium.com/@techsuneel99/mastering-the-api-gateway-a-node-js-microservices-architecture-approach-b37de52c4650
#nodejs
Medium
Mastering the API Gateway: A Node.js Microservices Architecture Approach
In the ever-evolving world of software development, the rise of microservices architecture has revolutionized the way we build and deploy…
Microservices With NestJS, Kafka, and TypeScript
A microservices architecture is a popular software design pattern that enables developers to build and… - https://medium.com/@SplitSoftware/microservices-with-nestjs-kafka-and-typescript-b05786591053
#nodejs
A microservices architecture is a popular software design pattern that enables developers to build and… - https://medium.com/@SplitSoftware/microservices-with-nestjs-kafka-and-typescript-b05786591053
#nodejs
Medium
Microservices With NestJS, Kafka, and TypeScript
A microservices architecture is a popular software design pattern that enables developers to build and maintain large and complex…
Building a Robust API: Structuring Controllers, Entities, DTOs, and Modules
This is third article of series Building a Robust Backend: A Comprehensive Guide Using NestJS, TypeORM, and… - https://medium.com/@abdullahirfan99_80517/building-a-robust-api-structuring-controllers-entities-dtos-and-modules-93cfaaef7f07
#nodejs
This is third article of series Building a Robust Backend: A Comprehensive Guide Using NestJS, TypeORM, and… - https://medium.com/@abdullahirfan99_80517/building-a-robust-api-structuring-controllers-entities-dtos-and-modules-93cfaaef7f07
#nodejs
Medium
Building a Robust API: Structuring Controllers, Entities, DTOs, and Modules
This is third article of series Building a Robust Backend: A Comprehensive Guide Using NestJS, TypeORM, and Microservices. Our purpose is…
Building Standalone Executables with Node.js
While the developer experience isn’t quite as nice as with Deno or Bun yet, Node does have experimental support for building single executables of apps that you can distribute to systems which don’t have Node installed. - https://codesnip.sh/posts/building-standalone-nodejs-executables
#nodejs
While the developer experience isn’t quite as nice as with Deno or Bun yet, Node does have experimental support for building single executables of apps that you can distribute to systems which don’t have Node installed. - https://codesnip.sh/posts/building-standalone-nodejs-executables
#nodejs
CodeSnip | Tony Pujals
Building Standalone Executables With Node.js (Sep 2024) - CodeSnip | Tony Pujals
Building Standalone Executables With Node.js Node.js has experimental support for building a single executable application, or SEA, which is what the team calls a standalone executable that can be di…
Task Parallelism with NestJS
Node.js combined with NestJS is a hugely popular choice in software development, yet many developers are…
- https://medium.com/@pp.palinda/parallel-processing-in-nestjs-6ecdbc533e1f
#nodejs
Node.js combined with NestJS is a hugely popular choice in software development, yet many developers are…
- https://medium.com/@pp.palinda/parallel-processing-in-nestjs-6ecdbc533e1f
#nodejs
Medium
Task Parallelism with NestJS
Node.js combined with NestJS is a hugely popular choice in software development, yet many developers are unaware of how data processing…
The Ultimate Guide to NestJS Performance Optimization 🚀
In the fast-paced world of web development, building efficient and scalable web application is a top priority… - https://medium.com/@s.klop/the-ultimate-guide-to-nestjs-performance-optimization-8b16810fc216
#nodejs
In the fast-paced world of web development, building efficient and scalable web application is a top priority… - https://medium.com/@s.klop/the-ultimate-guide-to-nestjs-performance-optimization-8b16810fc216
#nodejs
Medium
The Ultimate Guide to NestJS Performance Optimization 🚀
In the fast-paced world of web development, building efficient and scalable web application is a top priority for developers. NestJS, a…
How Bun Supports V8 APIs Without Using V8
Bun uses the JavaScriptCore engine, not V8, yet it can support Node addons that rely upon V8’s APIs. Here’s how it works under the hood. - https://bun.sh/blog/how-bun-supports-v8-apis-without-using-v8-part-1
#nodejs
Bun uses the JavaScriptCore engine, not V8, yet it can support Node addons that rely upon V8’s APIs. Here’s how it works under the hood. - https://bun.sh/blog/how-bun-supports-v8-apis-without-using-v8-part-1
#nodejs
Bun
How Bun supports V8 APIs without using V8 (part 1)
Bun is built on JavaScriptCore, not V8. Here's how we're implementing V8's C++ API on top of it.
Inquirer.js 12.0: A Collection of Common Interactive CLI Controls
Want to ask your users questions? Select from predefined options? Enter a password? Check boxes? (Maybe you want to make sure they’re not affiliated with WP Engine or something ridiculous like that.) Well, then, this is for you. - https://github.com/SBoudrias/Inquirer.js
#cli #nodejs
Want to ask your users questions? Select from predefined options? Enter a password? Check boxes? (Maybe you want to make sure they’re not affiliated with WP Engine or something ridiculous like that.) Well, then, this is for you. - https://github.com/SBoudrias/Inquirer.js
#cli #nodejs
GitHub
GitHub - SBoudrias/Inquirer.js: A collection of common interactive command line user interfaces.
A collection of common interactive command line user interfaces. - SBoudrias/Inquirer.js
Node vs Bun: No Backend Performance Difference?
You can always trust a benchmark to ruffle some feathers, often over the methodology rather than the result. This is no exception, but interesting nonetheless. - https://evertheylen.eu/p/node-vs-bun/
#nodejs
You can always trust a benchmark to ruffle some feathers, often over the methodology rather than the result. This is no exception, but interesting nonetheless. - https://evertheylen.eu/p/node-vs-bun/
#nodejs
Evert Heylen
Node vs Bun: no backend performance difference
In this article I’ll be comparing the performance of Bun vs Node. In particular (as Bun is many things), I will focus on their performance as the runtime for your server-side JavaScript code. With Node being the default choice for many, Bun has to prove it…
Node v23.0.0 (Current) Released
Say hello to the newest release line of Node.js that gets all the cutting edge features first (Node 22 will soon become the active LTS release). v23 notably enables support for loading ES modules with require() by default, drops 32-bit Windows support, and node --run goes stable. - https://nodejs.org/en/blog/release/v23.0.0
#nodejs
Say hello to the newest release line of Node.js that gets all the cutting edge features first (Node 22 will soon become the active LTS release). v23 notably enables support for loading ES modules with require() by default, drops 32-bit Windows support, and node --run goes stable. - https://nodejs.org/en/blog/release/v23.0.0
#nodejs
nodejs.org
Node.js — Node v23.0.0 (Current)
Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
How Top-Level await Could Break Compatibility
Node 23 makes it possible to load ES modules transparently with require which is great, but.. only if the module being loaded isn’t using top-level await. One for package creators to think carefully about before backwards compatibility issues creep in! - https://evertpot.com/using-top-level-await-is-bc-break/
#nodejs
Node 23 makes it possible to load ES modules transparently with require which is great, but.. only if the module being loaded isn’t using top-level await. One for package creators to think carefully about before backwards compatibility issues creep in! - https://evertpot.com/using-top-level-await-is-bc-break/
#nodejs
Evertpot
In the future using top-level await might be cause a backwards compatibility break in Node
The Story of the Hono Web Framework
Hono is a lightweight framework designed to run on any JavaScript runtime that's been picking up steam in the past year. With it, you can create an app in a Express-like style but run it on Cloudflare Workers, Deno, Bun, or Node. - https://blog.cloudflare.com/the-story-of-web-framework-hono-from-the-creator-of-hono/
#nodejs
Hono is a lightweight framework designed to run on any JavaScript runtime that's been picking up steam in the past year. With it, you can create an app in a Express-like style but run it on Cloudflare Workers, Deno, Bun, or Node. - https://blog.cloudflare.com/the-story-of-web-framework-hono-from-the-creator-of-hono/
#nodejs
The Cloudflare Blog
The story of web framework Hono, from the creator of Hono
Hono is a web framework that is fast, lightweight, and built using the Web Standards API. Hear the story of Hono by the creator of Hono.
Best Testing Practices in Node.js
A quick-fire list of 15 worthwhile testing practices to use in order to write efficient, effective, and easy-to-maintain tests. - https://blog.appsignal.com/2024/10/16/best-testing-practices-in-nodejs.html
#nodejs
A quick-fire list of 15 worthwhile testing practices to use in order to write efficient, effective, and easy-to-maintain tests. - https://blog.appsignal.com/2024/10/16/best-testing-practices-in-nodejs.html
#nodejs
Appsignal
Best Testing Practices in Node.js | AppSignal Blog
Check out 15 best testing practices to write efficient, effective, and easy-to-maintain tests in Node.
How to setup Stripe within NestJS application
Hi, this is Emmanuel. I write about software engineering, React/Next, Nest, Typescript and career growth… - https://medium.com/@emmanuelodii80/how-to-setup-stripe-within-nestjs-application-61b7509a66dc
#nodejs
Hi, this is Emmanuel. I write about software engineering, React/Next, Nest, Typescript and career growth… - https://medium.com/@emmanuelodii80/how-to-setup-stripe-within-nestjs-application-61b7509a66dc
#nodejs
Medium
How to setup Stripe within NestJS application
👋 Hi, this is Emmanuel. I write about software engineering, React/Next, Nest, Typescript and career growth. Thank you for your readership…
Prisma, Drizzle, TypeORM or Sequalize — When Your Focus Is Scale, Which One To…
Node.js ecosystem is experiencing an interesting development of toolings in the ORM fields. Few years ago, we… - https://medium.com/@tamartwena/node-js-data-access-layer-tools-which-orm-to-choose-40473bc09ad0
#nodejs
Node.js ecosystem is experiencing an interesting development of toolings in the ORM fields. Few years ago, we… - https://medium.com/@tamartwena/node-js-data-access-layer-tools-which-orm-to-choose-40473bc09ad0
#nodejs
Medium
Prisma, Drizzle, TypeORM or Sequalize — When Your Focus Is Scale, Which One To Choose?
Node.js ecosystem is experiencing an interesting development of toolings in the ORM fields. Few years ago, we had the veteran ORMs …
Building a WhatsApp Chat Clone with Nest.js
In this article we are going to implement a sending and receiving messages feature for following whatsapp UI… - https://medium.com/@ChanakaDev/building-a-whatsapp-chat-clone-with-nest-js-320c996ad2ce
#nodejs
In this article we are going to implement a sending and receiving messages feature for following whatsapp UI… - https://medium.com/@ChanakaDev/building-a-whatsapp-chat-clone-with-nest-js-320c996ad2ce
#nodejs
Medium
Building a WhatsApp Chat Clone with Nest.js
In this article we are going to implement a sending and receiving messages feature for following whatsapp UI with Nest.js
Introducing Express v5: The Official Express v5 Release Post
We first spied the release of Express.js v5 over a month ago but now we get an official release post that tidies up a lot of loose ends and explains the broad plan. For now, v5 is considered a bleeding edge release with work still required in areas of security and overall process, but things are broadly progressing well. - https://expressjs.com/2024/10/15/v5-release.html
#nodejs
We first spied the release of Express.js v5 over a month ago but now we get an official release post that tidies up a lot of loose ends and explains the broad plan. For now, v5 is considered a bleeding edge release with work still required in areas of security and overall process, but things are broadly progressing well. - https://expressjs.com/2024/10/15/v5-release.html
#nodejs
Expressjs
Introducing Express v5: A New Era for the Node.js Framework
Announcing the release of Express version 5
How Top-Level await Could Break Compatibility
Node 23 makes it possible to load ES modules transparently with require which is great, but.. only if the module being loaded isn’t using top-level await. One for package creators to think carefully about before backwards compatibility issues creep in! - https://evertpot.com/using-top-level-await-is-bc-break/
#nodejs
Node 23 makes it possible to load ES modules transparently with require which is great, but.. only if the module being loaded isn’t using top-level await. One for package creators to think carefully about before backwards compatibility issues creep in! - https://evertpot.com/using-top-level-await-is-bc-break/
#nodejs
Evertpot
In the future using top-level await might be cause a backwards compatibility break in Node