#javascript
Read more stories on Hashnode
Articles with this tag
It’s no secret that testing is important. We rely on tests to describe intended behaviour, catch any subtle bugs and prevent regressions in our code....
Hi, my name is Doug. I’ve been a developer for several years and now work as the Lead Engineer at Shamaazi. Over this period of time, I have written a...
I've written production code in a variety of different languages throughout my career, including Haskell, Scala, Go, Python, Java or JavaScript. While...
I've been a professional programmer for the last several years. During this time I've risen rapidly through the ranks. I started as an intern, but I'm...
At Shamaazi we've been using a tool called task. It's an incredibly powerful tool that can completely replace Makefiles (an old C build system), or...
Through my career in software, I've come across a broad range of attitudes and opinions towards testing code. The two extremes being that 'tests...