When I first learned about the idea of unit testing, I was utterly astounded by the possibilities this type of…
Read moreThe Technical C++ Artist Who Enjoys Freedom Through Programming
Meet fellow C++ developer Krzysztof Sommerfeld from Poland who considers our professionan a technical art form.
Read moreTest Driving a Blockchain Application: A Simple Example
We define blockchain, the challenges in blockchain application testing and walk through a simple example of testing a blockchain application.
Read moreConfessions of a Unit Testing Skeptic
In today’s post, I share a few confessions of a former unit testing skeptic, and why I think that unit testing is worth it.
Read moreUnit Testing With C++: The How and the Why
Why isn’t unit testing with C++ as common as it is with Java, C#, and Python? I don’t know. I…
Read moreQA Is Incomplete Without Unit Testing
Have you ever faced the challenge of having to sell unit testing to management? If you’re a software developer, then…
Read moreHow Programmers Can Improve Their Salaries – Typemock Newsletter
The Business Case for Unit Testing In this post, you can see how, despite the additional efforts involved, unit testing…
Read moreThe Business Case for Unit Testing – Part 2
In the previous part, we learned valuable lessons on how often to push code into production and studied how Facebook…
Read moreUnit Testing vs Integration Testing: What’s the Difference?
Changing code without knowing what is going to break, is a nightmare for us developers. Unit testing and integration testing can bust that fear.
Read moreAnything that can be Written in JavaScript, will Eventually be Written in JavaScript
Tell us a little bit about yourself My name is John M. Wright and I’ve been a professional software developer…
Read more