Lastly I was made aware that software teaming, ensemble programming and mob programming is more or less the same. I also heard Woody Zuill explain why he decided to go...
At the end of August, I joined the SoCraTes 2023 conference in Soltau. It was tremendous fun. So much fun I want to share with you some of my experiences....
Not long ago I took the Spring Professional Develop Exam to become a certified Spring developer. I this short article I would like to share with you why I did...
Java Optional is similar to a functional Maybe type. It either contains some value or not. However, there are some caveats associated with it. Lets’s have a look at Optional...