Building a GraphQL API with NodeJS: A Step-by-Step Guide

GraphQL is a powerful query language for APIs that allows developers to request and receive the data they need efficiently. In this step-by-step guide, we will walk you through the process of building...

March 6, 2023 · 3 min · Chris Achinga
Building a GraphQL API with NodeJS: A Step-by-Step Guide

How to Create A Simple API: ExpressJS

Express JS is a backend framework that runs on Node JS. It really comes in handy when creating backend microservices for our applications. I will take you through simple steps in creating a simple API...

August 3, 2021 · 2 min · Chris Achinga
How to Create A Simple API: ExpressJS