Kalix order processing Java demo. Contribute to mckeeh3/order-processing-java-demo development by creating an account on GitHub. (more…)
Read more »
After helping my colleague in the administration department turning her Excel file into a Buy Currency Web App, I now have the chance to help my colleague in... (more…)
Read more »
Java 9 comes with a rich feature set. Although there are no new language concepts, new APIs and diagnostic commands will definitely be interesting to developers. In this write up we’re going to have quick, high level look at some of the new features; Mod... (more…)
Read more »
<p>As announced at SpringOne yesterday, Spring Framework 6 and Spring Boot 3 are planned towards a high-end baseline for their general availability in Q4 2022:</p>
<ul>
<li><strong>Java 17+</strong> (from Java 8-17 in... (more…)
Read more »
The challenge Complete the solution so that it splits the string into pairs of two characters. If the string contains an odd number of characters then it should replace the missing second character of the final pair with an underscore (‘_’). Examples: Tes... (more…)
Read more »