Noah

Noah @noah-00

About: Frontend / Full Stack Developer | TypeScript | React | Next.js | Node.js | AWS

Location:
Canada, Vancouver
Joined:
Jun 15, 2024

Noah
articles - 10 total

Learn how to streamline UI implementation from Figma using Cursor + MCP Server. If you're tired of pixel-pushing manually, this guide is for you!

Streamlining UI Coding from Figma with Cursor & MCP Server ...

Learn More 0 0May 20

Streamlining UI Coding from Figma with Cursor & MCP Server

Hello there! I’ve been working as a frontend engineer for 4 years, and I still feel that reproducing...

Learn More 5 0May 20

🙌 I'm still learning prompt engineering, so feedback and suggestions are very welcome!

Streamlining UI Coding from Figma with Cursor & MCP Server ...

Learn More 0 0May 17

Streamlining UI Coding from Figma with Cursor & MCP Server

Hello there! I’ve been working as a frontend engineer for 4 years, and I still feel that reproducing...

Learn More 5 0May 17

Difference between router.push, <Link> and <a> in Next.js

Here’s a brief overview of the differences in behavior among the three. ...

Learn More 10 0Dec 7 '24

No more Try/Catch: a better way to handle errors in TypeScript

Hello everyone. Have you ever felt that Try/Catch is a bit inconvenient when developing an...

Learn More 298 41Nov 4 '24

TypeScript Adventures with type-challenges – Day 1: Pick

Hello everyone. I'm working through type-challenges to dive deeper into TypeScript. Today, I’d like...

Learn More 2 0Oct 9 '24

The difference between readonly and const in Type Script

These two features are similar in that they are both non-assignable. Can you explain exactly it? In...

Learn More 1 0Aug 22 '24

Cautions When Using readonly in TypeScript

The basic of readonly property In Type Script, you can make the object of the properties...

Learn More 1 0Aug 10 '24

What is different between undefined and null in Java Script

I introduce that what is different between undefined and null because it is difficult to describe...

Learn More 1 0Jul 10 '24