Tag: node

Understanding UUIDs In Node.js

Understanding UUIDs in Node.js

Dev

User identity and security are critical factors for building modern applications, and many measures are in place to ensure the […]

Ukeje Goodness
Oct 17, 2022 ⋅ 3 min read
Node.js ORMs and Why You Shouldn't Use Them

Node.js ORMs: Why you shouldn’t use them

Dev

ORM provides a layer of abstraction over the SQL statement by allowing developers to operate on the object instead of writing SQL queries.

Thomas Hunter II
Oct 5, 2022 ⋅ 16 min read
Caching In Node.js To Optimize App Performance

Caching in Node.js to optimize app performance

Dev

Learn about caching in Node.js apps using packages such as node-cache and Memcached to improve app performance.

Alexander Nnakwue
Sep 30, 2022 ⋅ 15 min read
Building A URL Shortener With Node.js

How to build a URL shortener with Node.js

Dev

Bitly and Cuttly are incredibly popular URL shorteners. Learn how to build a similar URL shortener API service with Node.js.

Subha Chanda
Sep 29, 2022 ⋅ 10 min read
TypeScript and Node logos above a white background.

Understanding design patterns in TypeScript and Node.js

Dev

Learn how to use and implement several design patterns in TypeScript and Node, including singleton and abstract factory.

Ganesh Mani
Sep 27, 2022 ⋅ 12 min read
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