All posts in 'English posts'

Separation of concerns in Spring applications

17-May-19

TL;DR: Don’t surprise your fellow developers. Yesterday I learned – or realized again, don’t know – that one can add @CompenenScan to all Spring components and not only to @Configuration components: TIL A @​ComponentScan on a @​Service class in #Spring actually works and contributes to the application context. 🤯 — Michael Simons (@rotnroll666) May 16, […]

Read the complete article »

Documentation as code, code as documentation

05-Dec-18

This morning, I read this kind tweet by Raumzeitfalle: @rotnroll666 Just discovered the nice #arc42 based documentation of biking2. Thanks for providing such nice example. Got the hint from @DevBoost that #arc42 might be something helpful. The biking2 example helps a lot! — 📸 Raumzeitfalle 🛶 (@Raumzeitfalle) December 4, 2018 This refers to arc42 by […]

Read the complete article »

Passion.

30-Nov-18

In “my” industry people speaking a lot of doing things “with passion or not at all.” I’m wonder, are we aware of what passion meant? The word itself means both in Greek and Latin “to suffer”, which fits very well with the some of the crazy work ethics out there. I for myself try to […]

Read the complete article »

Modeling a domain with Spring Data Neo4j and OGM

02-Nov-18

This is the forth post in this series and I want to keep it short and simple. A domain can be modeled in many ways and so can databases. As long as I deal with them, I always preferred the approach: Database (model) first. Usually, data is much longer around than applications and I don’t […]

Read the complete article »