#productivity
Read more stories on Hashnode
Articles with this tag
As far as I can tell, there are six immutable fundamental problems faced by all commercial software. Identifying the correct problem to...
It's a story as old as time, boy meets girl, girl falls in love with incomprehensible eldritch horror — oh wait no, sorry wrong story, this one is...
return !!someVar ? ( someArr.length ? someArr[0].someProperty : somethingElse || 'cheese' ) : foo ? getFooBar(foo) : setAndGetBar(foo); This...
A lot of people believe that programming is about formulating a set of instructions for a computer. But once someone has been programming for a while,...
First published in 2017 Every programmer brings two selves to each coding problem or even each line of code, and only one of you can win. The sooner...