Tag: node

Nodejs File Locking

Understanding Node.js file locking

Dev

As a web developer, I routinely have to deal with resource allocation, which is a very similar concept to file locking.

Andrew Evans
Sep 27, 2022 ⋅ 5 min read
Exploring JSpyBridge, a new library for using Python in Javascript

Exploring JSPyBridge, a new library for using Python in JavaScript

Dev

JSPyBridge lets you interoperate between Node.js and Python — access and use JS functions, packages, classes, and arrays in Python and vice versa.

Stanley Ulili
Sep 20, 2022 ⋅ 12 min read
Node Logo Over Wire Connectors

How to build custom Node.js event emitters

Dev

There are two different types of events in Node.js. Learn more about them here as well as how to build custom event emitters.

Lawrence Eagles
Aug 30, 2022 ⋅ 8 min read

Optimizing your Node.js app’s performance with clustering

Dev

Boost the performance of your Node.js apps with the cluster module, which allows you to fully utilize the CPUs at your disposal.

Geshan Manandhar
Aug 29, 2022 ⋅ 8 min read
Using Gstreamer in Node.js

Using GStreamer in Node.js

Dev

Learn about GStreamer’s functionalities and how to set up GStreamer with Node.

Alexander Nnakwue
Aug 18, 2022 ⋅ 4 min read
Tsed My SQL

How to build a server-side application using Ts.ED and MySQL

Dev

Developed with TypeScript, Ts.ED allows you to build your applications with either object-oriented programming, functional programming, or decorators.

Ekekenta Odionyenfe
Aug 16, 2022 ⋅ 6 min read
Using The Writefilesync Method In Node Js

Using the writeFileSync method in Node.js

Dev

Learn to use writeFileSync in Node.js, a method that allows us to create files, write to files, and update files synchronously.

Elijah Agbonze
Jul 28, 2022 ⋅ 8 min read
Build an automated ecommerce app with WhatsApp Cloud API and Node.js

Build an automated ecommerce app with WhatsApp Cloud API and Node.js

Dev

The newly open-sourced WhatsApp Business API provides a new channel for ecommerce businesses to engage customers.

Daggie Douglas Mwangi
Jul 25, 2022 ⋅ 19 min read

Effortless database schema migration with Prisma

Dev

Learn how to use Prisma Migrate to perform database schema migrations, reducing the tedium (and improving the performance) of your code.

Godson Obielum
Jul 22, 2022 ⋅ 7 min read
JavaScript Logo

Getting started with the Square Node.js SDK

Dev

Here, we demonstrate how to use the Square Node.js SDK to easily integrate credit card processing functionality into an application.

Eze Sunday
Jul 19, 2022 ⋅ 5 min read
Node Buffer Methods

Node.js buffer: A complete guide

Dev

Explore the basics of buffer methods in Node.js, including Buffer.compare(), Buffer.concat(), and buf.entries(), and learn how they can improve your application.

Ukpai Ugochi
Jul 14, 2022 ⋅ 6 min read
Testing Node Mocha Chai

Testing Node.js with Mocha and Chai

Dev

Demonstrate how to test a Node.js app with Mocha, including writing our own test suites and running Mocha tests in the browser.

Glad Chinda
Jul 13, 2022 ⋅ 18 min read