Articles by Victoria Lo

Articles by Victoria Lo

Follow
homeAboutSponsorsBloggingNode.jsGraphQLReact Hooks
Tag

REST API

#rest-api

More content

Read more stories on Hashnode


Articles with this tag

Build Interactive API Documentations Easily with Swagger

May 13, 2021

If you are a back-end developer, you probably work with APIs a lot. And you're probably aware of how API documentations can take forever to write, but...

Build Interactive API Documentations Easily with Swagger

Introduction to REST API Authentication Methods

Aug 22, 2020

Hello devs! In this article, I'll be discussing some common ways to authenticate your API as a way to protect your routes from users that shouldn't...

Introduction to REST API Authentication Methods

Test APIs with Supertest and Jest

Aug 13, 2020

Hello everyone! Last week, as I was writing my Let's Build a Node.js API Series, I learned from a reader that testing MVC APIs using Supertest and...

Test APIs with Supertest and Jest

How to Build Client-Side or 'Face' of REST API

Aug 11, 2020

Hello devs! So the REST API from Let's Build a Node.js API Series is finished and deployed to heroku. Phew, the hard parts are over right? Well,...

How to Build Client-Side or 'Face' of REST API

Build a REST API with Node.js: Deploying to Heroku (Finale)

Aug 8, 2020

Hello everyone! Welcome back to Let's Build a Node.js REST API Series - the finale. We are finally finishing this API. It's been a long series and...

Build a REST API with Node.js: Deploying to Heroku (Finale)

Build a REST API with Node.js: Upload an Image File

Aug 7, 2020

Hello everyone! Welcome back to the 5th part of Let's Build a Node.js REST API Series. We are so close to finishing this API. Let's not waste any more...

Build a REST API with Node.js: Upload an Image File