Antman writes software

Antman writes software

Follow
homeAbout mebadgesnewsletter
Tag

software development

#software-development

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

The single biggest mistake you could make in TypeScript

May 18, 20214 min read

And how to recover from it · There is one thing in TypeScript that will undermine all your work and sabotage every benefit you might get from TypeScript....

The single biggest mistake you could make in TypeScript

TypeScript's Discriminated Unions With Real Use Cases

May 16, 20217 min read

Discriminated Unions are a powerful TypeScript feature that can lead to some very robust code that scales well on large teams. However it is a rather...

TypeScript's Discriminated Unions With Real Use Cases