Categories
Codes Javascript Node.js

How to Implement GraphQL in Microservices Using Node.js – Part 1

In this first part of “How to Implement GraphQL in Microservices Using Node.js”, I will share about implementing GraphQL as a gateway to our microservices.

Categories
Codes Javascript Node.js

How to Create REST API Using Node.js – Part 5

The fifth part of “How to Create REST API Using Node.js” post series. In this post, we will do a refactor on the code we created on the previous posts.

Categories
Codes Javascript Node.js

How to Create REST API Using Node.js – Part 4

Part 4 of the “How to Create REST API Using Node.js”! In this post, I will share about improving the API security by adding JWT.