Paper Coding

Paper Coding @papercoding22

About: Coding on the paper first

Location:
Ho Chi Minh city, Viet Nam
Joined:
Jan 21, 2021

Paper Coding
articles - 7 total

Learn React The Hard Way: Manage State Better

I've accumulated five years of hands-on experience with React, and I'm excited to share the...

Learn More 5 0Nov 5 '23

Supercharge Your LeetCode Algorithm Problem Solving: Avoid These Common Mistakes

LeetCode has become the holy grail for developers seeking to sharpen their coding skills and ace...

Learn More 0 0Jul 3 '23

Adapter Pattern with React

The Problem Have you ever worked in a project and always had to wait for the API from the...

Learn More 20 1Jun 23 '23

Connecting The Dots: Front-end and Algorithms

Last week, during an interview, I encountered an algorithm test. This week, while working on the...

Learn More 30 0Apr 17 '21

How JavaScript Closure is used in real life project ?

First things first, what the duck is Closure ? 🦆Wack I wrote a small example here "How t...

Learn More 17 4Feb 12 '21

How to explain JavaScript Closure to a 5 years old kid

Lazy to read. Show me the code. // 👶 How to explain closure to a 5 years old kid /** * Closure i...

Learn More 201 16Feb 4 '21

How Redux works ? (Only HTML & Pure JS)

This is a code example of Redux with only HTML & pure JavaScript. Code sandbox <!DOCTYPE ht...

Learn More 26 3Jan 29 '21