clean code To Lombok, or not to Lombok If you are reading this, chances are that you already know a little about Project Lombok. Perhaps you love it and is looking for additional information to support your righteous
java Bad code, Readable code Bad code. Words that ring in our developer ears every time we hear it. We all know about it. You have written it. I have written it. We have all
java JavaZone 2018 recap JavaZone er organisert av javaBin, og er europas største community-drevne konferanse med fokus på kunnskapsdeling, læring og sosialisering. Årets utgave bød på mange ulike tema som undertegnede og alle andre
java Database migration with Flyway During my years working with software development I've probably only scratched the surface of topics regarding code, architecture, patterns and best practices. One thing I always thought about was how
java MapStruct and Immutability MapStruct is a pretty popular and well-maintained framework for object mapping. To summarize: it is capable of generating the mapping code among objects in different layers of an application.