We're a place where coders share, stay up-to-date and grow their careers.
404 bio not found
All private interactions must abide by the code of conduct.
I think the misconception comes from interpreting master as a...
Jun 17 '20
You can create new masters out of old masters. Which is exact...
Fair enough. If you look at bitkeeper's documentation though,...
Jun 14 '20
As far as I know, the issue is not with the word master but w...
How is this better than just using a promise, as shown in t...
Dec 22 '18
{ "key": "ctrl+a", "command": "cursorHome", ...
Jun 8 '18
If you need to check for undefined and null just do if (v...
May 1 '18
You should avoid all sort of comparisons using '=='
Apr 16 '18
Recent comments
Replacing master in git
I think the misconception comes from interpreting master as a...
Replacing master in git
You can create new masters out of old masters. Which is exact...
Replacing master in git
Fair enough. If you look at bitkeeper's documentation though,...
Replacing master in git
As far as I know, the issue is not with the word master but w...
We reduced our vendor.js from 210kb to 16kb in about five minutes of work and ten lines of code
How is this better than just using a promise, as shown in t...
How I Increased My Productivity With Visual Studio Code
{ "key": "ctrl+a", "command": "cursorHome", ...
Avoid boolean values comparison with "==" in JavaScript
If you need to check for undefined and null just do if (v...
Avoid boolean values comparison with "==" in JavaScript
You should avoid all sort of comparisons using '=='