A note on bit-wise operations Today I read some JavaScript source code and stumbled on a line like var delta = ~~time; and I was unsure what that purpose of using ~~ was.
So I started to research and digging a bit deeper. It turns out that the binary not ... (more…)
Read more »
A pure JavaScript implementation of git for node and browsers! - isomorphic-git/isomorphic-git... (more…)
Read more »
We all know that Googlebot parses and executes JavaScript, but it’s still a bit of a mystery to debug it when something goes wrong.
Read more »
A (WIP) Extremely fast JavaScript linter and Rust crate - RDambrosio016/RSLint... (more…)
Read more »