Rene Saarsoo bio photo

Rene Saarsoo

Väike alatu progeja.

LinkedIn Github

Hiljutine

Should you prefer Null or Undefined in JavaScript?

Spoiler: avoid null, always use undefined.

Take-home assignments - just say no

Another game where the only winning move is not to play

Unit tests for a parser

How to test your parser with minimum amount of test code

One grammar to rule them all

My attempt to parse multiple SQL dialects

I'm not writing an SQL Parser from scratch

How I decided to not roll my own SQL parser and rely on the work of others