Tag: node

Creating a Node.js GraphQL server using Prisma 2

Creating a Node.js GraphQL server using Prisma 2

Dev

In this article, we will be building a basic polling GraphQL server.

Jeremy Kithome
Sep 18, 2020 ⋅ 10 min read
Building a Password Hasher in Node.js

Building a password hasher in Node.js

Dev

In this tutorial, we’ll show you how to build a password hasher to hash and store user credentials in the database using a technique called salt hashing.

Wisdom Ekpot
Sep 1, 2020 ⋅ 5 min read
The puppeteer and Node logos.

Creating visuals of your webpage with Puppeteer

Dev

Learn how to create visuals using Puppeteer, a Node.js module, in the form of screenshots from your website URL.

Chidume Nnamdi
Aug 27, 2020 ⋅ 7 min read

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
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
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