Published onMar 3, 20247 mins readKotlin Design Patterns: Using Cool Features To Simplify Other Design PatternsExplore how Kotlin cool features can help simplifying or replacing traditional design patterns.
Published onFeb 26, 20244 mins readKotlin Design Patterns: Simplifying the Observer PatternHow Kotlin simplifies the Observer design pattern, making it concise & manageable by using delegated properties!
Published onFeb 20, 20244 mins readKotlin Design Patterns: Simplifying the Proxy PatternDiscover how to leverage the Proxy Pattern in Kotlin to improve your coding projects and write more efficient, secure, and maintainable Kotlin code.