Contents
Kotlin
- Kotlin Retry To Make Your Code More Resilient – Vlad Mykol
Some implementations of retrial functionality, gives also good look inside into Kotlin’s reified mechanism - Are you really taking advantage of Kotlin’s Data classes? – Joao Foltran
Kotlin’s data classes for beginners - Document Your Kotlin-Android Project Using Dokka – Ahmetburakilhan
Dokka basics, not only for android developers - Strategy Design Pattern In Kotlin –
Abhishek Saxena
Some examples of using the strategy pattern in Kotlin - Domain Model Validation In Kotlin: Part 1 – Tiberiu Tofan
Part 1 of series of articles about validation, this one deals with inline classes - KVision – Build Modern Web Apps with Kotlin –
Meet Kotlin
An introduction to KVision, a (mature) Kotlin/JS Framework - Switching from Java to Kotlin — a first review – Matthias Schenk
Review and comparison of some primary features in Kotlin with Java - Reducing in Java and Kotlin – Uzi Landsmann
The functions reduce (and fold) should be used more often and additional the article compares the functionality in Kotlin and Java
Spring Boot
- Spring REST API result sorting implementation using enum – Ivan Polovyi
Sorting with enum polymorphism - Entity To DTO Conversion for a Spring REST API – Baeldung
An article about using modelmapper, an alternative to the well-known mapstruct - Use Spring Retry to Implement Automatic Retry – lance
Not only Kotlin offers retry but also Spring – easy to handle
IntelliJ
- 7 Useful JetBrains IDE Plugins to Make Your Life EasierーPart- 6 – Farhan Tanvir
Nice suggestions for IntelliJ plugins, TestData is impressive and TeXiFy remembers me of the good old TeX times
Architecture
- Three “Clean Code” tips that will make your dev team 50% more efficient – Ido Shveki
Explains why you should Use Good Names, Avoid Functions Side Effects and Comment Only When Necessary
General
- Most Software Developers Fail the Yellow Cat Test – Ben “The Hosk” Hosking
Nice story and fun to read, but read also the conclusions