Tag: node

Laravel Octane vs. Node.js: Performance and features

Laravel Octane vs. Node.js: Performance and features

Dev

Learn how Node.js compares to Laravel Octane in this detailed post with comparison code snippets, performance benchmarks, and more.

Abiodun Solomon
Sep 29, 2023 ⋅ 8 min read
Writing Rust Bindings for Node.js With Neon

Writing Rust bindings for Node.js with Neon

Neon allows you to bring Rust’s benefits into your Node.js project, such as its speed, efficiency, ecosystem, and more.

Chigozie Oduah
Sep 13, 2023 ⋅ 5 min read
How To Send Emails In Node Js Using Email Apis

How to send emails in Node.js using email APIs

Dev

In a Node.js app, you can send emails using an email API to better automate and customize communications with your users.

Taofiq Aiyelabegan
Sep 6, 2023 ⋅ 8 min read
Leveraging Fern In A Node Js And Express Application To Define And Document Rest Apis

Leveraging Fern to define and document REST APIs

Dev

Fern allows you to define an API and generate documentation and other information automatically to build more maintainable and reliable apps.

Eze Sunday
Sep 4, 2023 ⋅ 11 min read
Exploring The Node.js Native Test Runner

Exploring the Node.js native test runner

Dev

Test functions using the new Node.js native test runner, and compare its performance to testing frameworks like Jest and Mocha.

Alexander Godwin
Sep 1, 2023 ⋅ 8 min read
Sending Emails in Node.js Using Nodemailer

Sending emails in Node.js using Nodemailer

Dev

Learn how to use Nodemailer, a Node.js module with zero dependencies, to easily send emails from within your application’s server.

Adebola Adeniran
Aug 29, 2023 ⋅ 4 min read
Guide To Using Ultrafetch To Boost Node Fetch Behavior

Using ultrafetch to boost node-fetch behavior

Dev

ultrafetch adds caching capabilities to fetch and node-fetch to address one of the major drawbacks of both implementations of the Fetch API.

Antonello Zanini
Aug 15, 2023 ⋅ 6 min read
6 Best Package Managers For Windows And Beyond Including Chocolatey, Winget, Scoop, Ninite, Homebrew, Npm

6 best package managers for Windows and beyond

Dev

Let’s explore the pros and cons of Chocolatey, Winget, and other options for package management in Windows and beyond.

Lewis Cianci
Jul 27, 2023 ⋅ 7 min read
Using Wireit To Improve Script Efficiency And Intelligence

Using Wireit to improve script efficiency and intelligence

Dev

Integrating Wireit into your projects can help you optimize script execution, streamline processes, and boost productivity.

Chigozie Oduah
Jul 19, 2023 ⋅ 7 min read
Comparing The Best Node.js Schedulers

Comparing the best Node.js schedulers

Dev

Discover the best Node.js job scheduler with this in-depth guide, including packages like Node-schedule, Cron, Bree, and Bottleneck.

Joseph Mawa
Jul 11, 2023 ⋅ 9 min read
A Complete Guide To The Node.js Event Loop

A complete guide to the Node.js event loop

Dev

Review the Node.js event loop and its six major phases to learn how to write robust and secure code.

Joseph Mawa
Jul 11, 2023 ⋅ 11 min read
Configuring Apache For Node.js

Configuring Apache for Node.js

Dev

Learn how to configure Apache for a Node.js applications with Apache load balancing, caching, and reverse proxy.

Deborah Emeni
Jul 10, 2023 ⋅ 6 min read