Tashi Kato

Tashi Kato

Fullstack dev in Vancouver. Trying to make a product to live.

JavaScript

PROGRAMMING

How does Optional Chaining make React App development easier?

Introducing one of the ES2020 features, Optional Chaining. With this feature, your code will become cleaner and more readable.

Read →
Programming

Step-by-step: How I published my first npm package

I thought making and publishing an NPM package isn’t easy. Actually, it’s so easy! Your package doesn’t have to be very tricky, unique, and awesome. You can publish your favorite utility code and install it on your project with npm or yarn command. All I want to say is…it’s not complicated. We can do it!

Read →