Antman writes software

Antman writes software

Follow
homeAbout mebadgesnewsletter
Tag

Productivity

#productivity

More content

Read more stories on Hashnode


Articles with this tag

Deliver a Meaningful Tech Strategy While Still Shipping Features with The Three Stream Backlog

Nov 21, 20216 min read

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...

Deliver a Meaningful Tech Strategy While Still Shipping Features with The Three Stream Backlog

Why Teaching is The Only Way to Write Better Code

May 22, 202111 min read

return !!someVar ? ( someArr.length ? someArr[0].someProperty : somethingElse || 'cheese' ) : foo ? getFooBar(foo) : setAndGetBar(foo); This...

Why Teaching is The Only Way to Write Better Code

Programming a computer is trivial, programming your colleagues is not

Feb 7, 20173 min read

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,...

Programming a computer is trivial, programming your colleagues is not

Every Programmer is Fighting Themselves

Feb 3, 20174 min read

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...

Every Programmer is Fighting Themselves