Fred PorciúnculaforKlima Engineeringklima.hashnode.net·Mar 20, 2023FeaturedFrom Dagger & Hilt into the multiplatform world with kotlin-injectWe've been taking advantage of Kotlin Multiplatform at Klima for a while, but it's the first time we're embracing KMM as much as we are right now while we build our brand new app: 🌎 Planet Wild. We went with a monorepo from the start for our apps (A...Discuss·31 likes·623 readsKotlin Multiplatform
Shreyas PatilforShreyas Patil's Blogpatilshreyas.hashnode.net·Mar 24, 2023Simplifying Redux in Kotlin: "mutating" immutable states with MutektHey Kotliners 🙋🏻♂️! When working on front-end applications, it's common to look for ways to simplify state management in your front-end applications. Right? Managing and mutating state models in Kotlin can be a challenging task, especially as your...Discuss·25 likes·2.3K readsAll about KotlinKotlin
Mario AriasforUncle Mario's ramblingsmarioarias.hashnode.net·Jan 23, 2023Comparing Implementations of the Monkey Language XI: Going Native (and JS) with Kotlin.Previously In the last episode, We review some updates to the performance of several languages and runtimes. Kotlin Native Many moons ago, I tried to compile my Kotlin code to Native, but it failed with a Segmentation fault when I tried to run it. Re...Discuss·13 likes·417 readsComparing implementations of the Monkey languageKotlin
Jorge CastroforJorge Castro's blogjorgecastro.hashnode.net·Apr 18, 2023KotlinConf '23 RecapKotlinConf is JetBrains’ main event for developers interested in the Kotlin programming language and related technologies. It includes talks, workshops, and networking opportunities. For '23, the event was held in Amsterdam. KotlinConf lets us see on...Discuss·1 likeKotlin
Lucy LinderforDERLIN.derlin.hashnode.net·Apr 4, 2023dev.to + TOC + emojis = how I lost a weekendbitdowntoc is a Markdown TOC - Table of Contents - generator I have been developing for a while now. You can copy your markdown, click generate, and have a nice Table of Contents inserted wherever you want. I recently added a "devto" profile, which t...Discuss·3 likes·65 readsShowHashnode
Shreyas PatilforShreyas Patil's Blogpatilshreyas.hashnode.net·Mar 24, 2023Simplifying Redux in Kotlin: "mutating" immutable states with MutektHey Kotliners 🙋🏻♂️! When working on front-end applications, it's common to look for ways to simplify state management in your front-end applications. Right? Managing and mutating state models in Kotlin can be a challenging task, especially as your...Discuss·25 likes·2.3K readsAll about KotlinKotlin
Fred PorciúnculaforKlima Engineeringklima.hashnode.net·Mar 20, 2023FeaturedFrom Dagger & Hilt into the multiplatform world with kotlin-injectWe've been taking advantage of Kotlin Multiplatform at Klima for a while, but it's the first time we're embracing KMM as much as we are right now while we build our brand new app: 🌎 Planet Wild. We went with a monorepo from the start for our apps (A...Discuss·31 likes·623 readsKotlin Multiplatform
Cheick Kanteforshevapro.hashnode.net·Mar 12, 2023Packaging Java Applications: Why You Should Use ./gradlew jarAs a freelance developer, you may have come across the two commands ./gradlew run and ./gradlew jar when building and running Java applications. While both commands are useful, using ./gradlew jar to package your application into a JAR file can provi...Discusssoftware development
Mario AriasforUncle Mario's ramblingsmarioarias.hashnode.net·Jan 23, 2023Comparing Implementations of the Monkey Language XI: Going Native (and JS) with Kotlin.Previously In the last episode, We review some updates to the performance of several languages and runtimes. Kotlin Native Many moons ago, I tried to compile my Kotlin code to Native, but it failed with a Segmentation fault when I tried to run it. Re...Discuss·13 likes·417 readsComparing implementations of the Monkey languageKotlin
ArichaforTEKA DROIDteka.hashnode.net·Jan 20, 2023Why choose jetpack compose?Jetpack Compose is a newer way to create the look and feel of an app on an Android device. It can make the process of building the user interface easier and more efficient for developers. Some reasons why someone might choose to use Jetpack Compose a...Discussjetpack