Articles by Victoria Lo

Articles by Victoria Lo

Follow
homeAboutSponsorsBloggingNode.jsGraphQLReact Hooks
Tag

npm

#npm

More content

Read more stories on Hashnode


Articles with this tag

Beginner's Guide to Write and Publish React NPM Package

Dec 10, 2020

Hello everyone! In this article, we will learn step-by-step how to publish a React component as a npm package then set up a pipeline to automate...

Beginner's Guide to Write and Publish React NPM Package

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

Automated Testing with Node.js for Beginners

Jun 13, 2020

Why Test? Testing your code is an essential phase of web development. It keeps your code from running into errors and ensures that it works across all...

Automated Testing with Node.js for Beginners

A Beginner's Intro to Back-End Programming

May 26, 2020

If you are new to programming, you've probably heard a few jargons here and there like "recursion" or "dynamic programming" and so on. One of them is...

A Beginner's Intro to Back-End Programming