Tag: node

Improve Node.js App Performance With TypeDI and the Strategy Pattern

Improve Node.js app performance with TypeDI and the strategy pattern

Dev

In this article, we will build an API service to explore injectable Node.js caching with TypeDI and the strategy pattern.

Caleb Mathew
Oct 25, 2022 ⋅ 7 min read
Editing GIFs in Your Node.js Project with Canvas-gif

Editing GIFs in your Node.js project with canvas-gif

Dev

In this article, we will write a sample code to read and edit a GIF using canvas-gif for your next Node.js project.

Eze Sunday
Oct 21, 2022 ⋅ 5 min read
TypeScript and Node Logos

Exploring the repository pattern with TypeScript and Node

Dev

This tutorial dives into the repository pattern, explores its benefits, and demonstrates how to implement it with TypeScript and Node.js.

Chimezie Enyinnaya
Oct 20, 2022 ⋅ 6 min read
Dependency Injection In Node.js With TypeDI

Dependency injection in Node.js with TypeDI

Dev

Achieve dependency injection in Node.js apps using TypeDI to improve your code’s readability while reducing the amount of boilerplate code you use.

Mohammad Faisal
Oct 19, 2022 ⋅ 4 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