Jeffrey Yu

Jeffrey Yu @jeffreythecoder

About: MLE @ Meta | CS @ UCLA | Contributor of Rocket.Chat

Location:
Los Angeles, CA
Joined:
May 29, 2021

Jeffrey Yu
articles - 11 total

5 Simple Steps to Start Contributing to Open Source

If you are a developer who wants to contribute to open source projects but doesn’t know where to...

Learn More 16 1Apr 6 '24

How I Built a Simple HTTP Server from Scratch using C

You might wonder how web servers "serve" files, and how they deliver files that piece together a...

Learn More 321 14May 11 '23

How I built a simple healthcare Dapp using Solidity & React

Last weekend I attended NextStep Hacks, a hackathon sponsored by Ethereum. I was interested in...

Learn More 36 22Aug 23 '22

5 Good practices to scale your React projects easily

For most React developers, it's easy to just get our hands on writting new lines of code. However, we...

Learn More 302 35Aug 7 '22

Never forget your Leetcode solutions using Anki cards 🌟

I believe many of you like me, fall into the trap that after I solved a leetcode problem, soon...

Learn More 19 0Apr 9 '22

How I built my portfolio as a chatbot using Next.js

Many developer portfolios out there are boring, so are my previous ones. I think a new portfolio as a...

Learn More 31 0Mar 31 '22

How to setup React global alert popup in 10mins

It's annoying to add alert popup in every component after an action. A global alert popup not only...

Learn More 18 0Mar 20 '22

Set up JWT authentication in MERN from scratch

Nearly every web project needs user authentication. In this article I will share how I implement auth...

Learn More 33 2Mar 17 '22

How I structure my React projects

Finding the correct path to import a component is always a big headache in React development. Laying...

Learn More 246 2Feb 25 '22

4 Reasons why I start using Tailwind CSS in every project

I used to use UI frameworks a lot — Bootstrap, Material UI, Ant Design… Yes they are convenient and...

Learn More 16 4Feb 15 '22

Understanding how virtual DOM works in React

DOM To understand virtual DOM, we must know how DOM works. When you enter a URL in the...

Learn More 8 0Feb 13 '22