Gematik TI RU environment used in CI/CD pipeline? Yes, that’s feasible!

Developing constantly evolving software is quite a challenge. How to deliver new functionality without breaking existing ones and avoid debugging nasty bugs in production? The answer seems to be very easy – you have to test your application’s code very well. Here at NubiSoft, we are always looking forward to using TDD during the development […]

How to deal with non-reproducible bugs in Java web applications?

Non-reproducible bugs is probably the most challenging category of software bugs. To solve such kind of a problem you need to be like a Sherlock Holmes and use all your knowledge and experience to put all pieces of the puzzle together. In this blog post, we’ll show you how we squashed real-life bug from that […]