Giovanni Laquidaragiolaq.dev·Apr 3, 2023Functional Programming in Kotlin: Lazy EvaluationLazy evaluation is an optimization technique commonly used in functional programming. The basic idea is simple: don't evaluate a function or expression until you actually need its result. This can save time and resources, especially when working with...Discuss·12 likes·461 readsFunctional Programming in KotlinKotlin
Sandeep Korrapatiphoenixdev.hashnode.dev·Mar 19, 2023Unleashing the Power of JavaScript GeneratorsIntroduction JavaScript, a versatile and constantly evolving language, has witnessed significant improvements over the years. Generators, a powerful but often underused feature added in ES6 (ECMAScript 2015), are one of these changes. In this blog, w...DiscussJavaScript