Tag: node

How to deploy a Node API on Google Cloud Run

Dev

In this tutorial, we will go over how to package a Node API using Docker and deploy it on Cloud Run with CI/CD configured alongside.

Nkere-Awaji Inwan
Aug 11, 2020 ⋅ 6 min read
Task Scheduling and cron Jobs in Node Using node-cron

Scheduling tasks in Node.js using node-cron

Dev

Task scheduling enables you to schedule arbitrary code (methods/functions) and commands to be executed at a fixed date and time, at recurring intervals, or once after a specified interval.

Godwin Ekuma
Aug 10, 2020 ⋅ 3 min read
Asynchronous Task Processing in Node.js With Bull

Asynchronous task processing in Node.js with Bull

Dev

Queues are helpful for solving common application scaling and performance challenges in an elegant way. Bull is an abstraction/wrapper that takes care of all the low-level details and enriches Redis’ basic functionality so you can more easily handle complex use cases.

Godwin Ekuma
Jul 17, 2020 ⋅ 5 min read
Guide To Working With OrbitDB In Node.js

A guide to working with OrbitDB in Node.js

Dev

OrbitDB is a serverless, distributed, P2P database built on IPFS, making it a superb choice for blockchain applications and other DApps.

Alexander Nnakwue
Jul 8, 2020 ⋅ 11 min read
Complete Guide to GraphQL Playground

Complete guide to GraphQL Playground

Dev

There are so many tools that make learning and using GraphQL easier. Learn how GraphQL Playground, a GraphQL integrated developer environment (IDE), can help you improve your development workflows.

Ibrahima Ndaw
Jul 6, 2020 ⋅ 4 min read
The Node.js logo over a white background.

A deep dive into queues in Node.js

Dev

Check out this deep dive into queueing with Node.js and learn how to more effectively handle asynchronous operations.

Dillion Megida
Jun 30, 2020 ⋅ 6 min read

Introduction to RPC using Go and Node

Dev

In this tutorial, you will be learning how to build an RPC server in Go along with an RPC client in Node.js.

Michael Okoh
Jun 25, 2020 ⋅ 4 min read

Making a chat app with Dapr

Dev

Dapr is an event-driven, portable runtime that aims to simplify building microservice applications for developers.

Jeremy Kithome
Jun 15, 2020 ⋅ 10 min read
7 Ways to Improve Node.js Performance at Scal

7 ways to improve Node.js performance at scale

Dev

In this guide, we’ll explore data handling methods you can use to enhance Node.js performance, how to achieve load balancing to manage more connections, and other ways you can leverage Node’s performance capabilities to write efficient applications that your users will love.

Idorenyin Obong
Jun 10, 2020 ⋅ 7 min read
The Pug logo.

Getting started with Pug

Dev

This tutorial introduces you to Pug, a high-performance template engine that simplifies the creation and reuse of HTML code across your site.

Diogo Souza
Jun 1, 2020 ⋅ 7 min read
Speeding Up Your Development Environment With SQLite

Speeding up your development environment with SQLite

Dev

Learn how SQLite can be used in development alongside other relational databases like Postgres.

Ebenezer Don
May 21, 2020 ⋅ 5 min read

Frustrations with Node.js

Dev

Frustrations are not limited to Node.js by any means. However, there are two prominent frustrations that I want to explain. Read more here.

Kasra Khosravi
May 8, 2020 ⋅ 8 min read