☕️ Java ON Conference 2023: the annual Java ON conference will take place on November 15-17 this year. Evgeny Borisov and Josh Long are among the speakers - should be really interesting!
> How to Build CLI Applications Using kotlinx-cli: how to build CLI-app arguments parser on Kotlin quickly. It's a pity that kotlinx-cli is not maintained any more.
🤖 7 simple habits of the top 1% of engineers: nothing extraordinary here, but still it's nice to reiterate. "Go slow to go fast" is what I like the most.
🚀 What is LongAdder, AtomicLong, and LongAccumulator in Java? How it works? Example Tutorial: good post on what is LongAdder
, what is it for, and how does it differ from AtomicLong
.
🌱 The best way to use Spring Data JPA Stream methods: a small post on how to get data stream using Spring Data JPA, so that not all records are loaded at once.
Dream your code, code your dream.
Top comments (0)