Domi

Domi @domiii

About: In love with programming for some 20+ years

Location:
Taipei, Taiwan
Joined:
Mar 10, 2019

Domi
articles - 6 total

Better (decentralized) Regulation and Protocol for Parental Control?

There seem to be more and more discussions on and revalations about how some corners of social media...

Learn More 0 1Sep 24 '22

Making React less stupid: automatic `useMemo` and `useCallback` insertions are coming!

useMemo and useCallback are important parts of the react ecosystem, but they are annoying as hell. Looking forward to seeing this automized!

Learn More 5 0Jul 26 '22

[JS Quiz] Guess the Order of Execution (chances of getting this right are slim)

Order of execution in JavaScript is tricky. Or, as these two examples show, can be plain evil. Lvals, declarators, assignments and destructuring patterns...

Learn More 7 3Jun 7 '22

The Future of Debugging

Debugging is a big part of software engineering/development. What kind of debuggers do we have?

Learn More 5 3Apr 18 '22

A Brand NEW Kind of DEBUGGER for JavaScript (Dbux: Why? What?)

Having problems finding those pesky bugs? Dbux is a new kind of debugger (fully open-source) that shows you everything you need. Feel free to try it out and give us feedback!

Learn More 64 21Mar 21 '22

Race Conditions and Fallacies of `Promise.all`

What fallacies does Promise.all have? Promise.all is a convinient synchronization...

Learn More 6 0Feb 18 '22