
JS protip: Array.from() vs. Array#fill()
Array.fill() or Array#from()?! It all depends on what you need, so here’s your guide to picking the right one every time.
You’re looking for good practices, tech novelties that we like or how to use efficiently some tools? You’re at the right place!
You can’t find the subject you’re looking for? Let us know, we’ll be happy to help!
(Also if you read French, we have a lot more content.)
Array.fill() or Array#from()?! It all depends on what you need, so here’s your guide to picking the right one every time.
Callback-based `setTimeout()` is dead, long live promise-based `await` delays!
No more explicit branch tracking on push! Say hello to autoSetupRemote configuration!
Did you know that you could force the push without risking to erase your collegues work?
Our flagship training course expands and changes name to better reflect its core tenets!
Do you make typos when writing your commands? Would you like Git to correct automatically?
Find out how to easily and cleanly format date/time distances in JavaScript whilst honoring locale preferences, all without resorting to third-party libraries!
Find out how to easily and cleanly format date/time ranges in JavaScript whilst honoring locale preferences, all without resorting to third-party libraries!
Find out how to easily and cleanly format dates and times in JavaScript whilst honoring locale preferences, all without resorting to third-party libraries!
Check out the many ways — some brand-new! — to grab stuff from the end of an array in JavaScript.
What about an alias that would to the job for you?
You can quickly "update" an old commit thanks to "commit --fixup"