Nathaniel

Nathaniel @natelindev

About: Full stack Typescript/Javascript Developer

Location:
SuZhou, CN
Joined:
Aug 30, 2019

Nathaniel
articles - 13 total

From Jobless to FAANG - My three year journey

Disclaimer: this post is all about my personal experience, only representing my point of view, take...

Learn More 11 6Oct 16 '21

How I make memes inside code

Just another day, I was making memes on reddit, and writing code in the interval. It suddenly struck...

Learn More 0 0Aug 1 '21

Sorting 1 billion numbers

Today we are going to try to sort 1 billion numbers. To be exact, they are 1 billion 32bit signed...

Learn More 8 0Jul 25 '21

Building a high concurrency student course selection system

Intro Remember those days when your school system suck so much that you can never pick the...

Learn More 1 0Jul 24 '21

The making of a modern javascript library

Every 60 seconds passed in Africa, a new javascript library is created. There are a plethora of js...

Learn More 0 0Jun 21 '21

How I build an app in 2 hours

Yesterday I built an android app in 2 hours with kotlin without even knowing how to write hello worl...

Learn More 1 0Feb 18 '21

Typescript function return type based on parameters

Typescript is all fun and games until you want some behaviour based on runtime values, recently I enc...

Learn More 4 1Jan 11 '21

Migrate to typescript - the advance guide

About a year ago I wrote a guide on how to migrate to typescript from javascript on node.js and it g...

Learn More 606 4Dec 7 '20

Use recoil in react custom hooks

Recoil is a hot new state management tool from Facebook that handles the state sharing problem gracef...

Learn More 14 2Jul 13 '20

Speed up your build by putting node_modules in ram

After a day of diligently copying from Stackoverflow and Google searches, you finally ready to build...

Learn More 14 3Apr 3 '20

Migrate to Typescript on Node.js

Recently I've migrated one of my personal projects from Javascript to Typescript. The reason for mig...

Learn More 79 9Oct 4 '19

Build a Javascript async function error handler

Background If you are a Js developer, you probably have used async and await, and you lov...

Learn More 13 2Sep 13 '19

ES-Next dynamic import

Problem Recently when writing a project of mine, I've written some javascript like this:...

Learn More 7 2Aug 30 '19