Greetings! Are you stuck on unit testing? So was I. I was looking for unit testing rules a while ago. Something to live by. Somewhere to start. I ma...
In Java, sorting data can sometimes be a bummer, especially if you don’t know which algorithm to use. In this blog, we’ll review the most used sorting algorithms in...
Nowadays, there are many web development frameworks available. The State of JavaScript about FrontEnd framework stats shows that React and Vue lead, but Svelte is...
Every now and then we hear that big companies are migrating their monolithic platforms to microservices. Why are they doing this if the current method “works...
Have you ever been in a project where Scrum is done by the book but you feel that your team can be more productive? From my point of view, agile practices do not desc...
There is a famous concept in computer science and mathematics called garbage in, garbage out, or GIGO, postulating that nonsense or “garbage” input data will produce nonsen...
In our special Java Daily edition, we’d like to introduce you to Rafael del Nero. He was kind enough to share his experience on 10 Java-related quest...