<pike96>Chipotle Thursday</pike96>

Boolean Naming Conventions

Start your boolean name with an auxiliary verb.

Rewrite Your Callbacks to Promises

Callbacks are disgusting flies in the delicious ES6 soup. Refactor them to use promises only.

expirable-synchronized (A JS decorator to safely make function atomic)

I wrote a decorator to solve the concurrency problem of promises and published to npm. Waiting for you to take a look and try!

Backslash Hell in JavaScript String

When your browser extension or any other front end app needs to add a regular expression field, your back end teammate gave you api response like this...

Boolean Algebra Helps Generate if Statements

Think about boolean algebra when you are struggling with writing if statements.