Secrets in version control systems (VCS) like git is the current state of the world despite widely being recognized as a bad practice. But why then are secrets in git repositories so common?
Currently, when we test multi-thread Java we call the class under test by as many threads possible. This approach has the disadvantage that most of the time our faulty test succeeds which makes debugging multi-threaded bugs a nightmare. I, therefore, developed an open-source tool, vmlens, to make JUnit test of multi-threaded Java deterministic.
DevOps automation tools can help increase your application development agility, allowing you to standardize processes and speed up delivery for software changes.
Have you ever felt annoyed by the long waiting time to receive test results? This solution might save your time and money—parallelization in the cloud.
I took my old pet project from 2006, experimented, refactored it and made it more "modern C++". Here are my lessons and six practical steps that you can appl...
A detailed guide which talks about the importance of cross browser testing on older browser versions and the ways in which you can test on older browsers.