schmonz.com is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.

This server runs the snac software and there is no automatic sign-up process.

Search results for tag #kotlin

[?]Leanpub »
@leanpub@mastodon.social

Compose & Android Deep Dive Package (Jetpack Compose internals + Manifest Android Interview) leanpub.com/b/android-deep-div by Jaewoong and Jorge Castillo is the featured bundle of ebooks 📚 on the Leanpub homepage! leanpub.com

    [?]Leanpub »
    @leanpub@mastodon.social

    Manifest Android Interview 日本語版: Androidの技術面接を突破するための実践ガイド leanpub.com/manifest-android-i by Jaewoongとmikami is the featured book on the Leanpub homepage! leanpub.com

    Find it on Leanpub!

      Ted M. Young boosted

      [?]Michael Simons »
      @rotnroll666@mastodon.social

      I created a toy project using

      This is what you can express (among others):

      codeberg.org/michael-simons/ja

      One required argument, one optional argument with optional content.

      To check it, you need to have codeberg.org/michael-simons/ja

      Build with mvn package -DwithNullaway, to see compile fail (there's test passing null).

      Nullaway and modern Java is fun: codeberg.org/michael-simons/ja

      Also added code: You can remove the package, and see how it affects what Kotlin sees.

        [?]Leanpub »
        @leanpub@mastodon.social

        Compose & Android Deep Dive Package (Jetpack Compose internals + Manifest Android Interview) leanpub.com/b/android-deep-div by Jaewoong and Jorge Castillo is the featured bundle of ebooks 📚 on the Leanpub homepage! leanpub.com

        The following 2 books are included in this bundle...
        Manifest Android Interview and Jetpack Compose internals

        Find it on Leanpub!

          [?]Leanpub »
          @leanpub@mastodon.social

          Jetpack Compose internals by Jorge Castillo is on sale on Leanpub! Its suggested price is $49.99; get it for $17.50 with this coupon: leanpub.com/sh/oUp2MfFU

            [?]Leanpub »
            @leanpub@mastodon.social

            Big Kotlin pack leanpub.com/b/kotlin_mm by Marcin Moskała is the featured bundle of ebooks 📚 on the Leanpub homepage! leanpub.com

            The following 5 books are included in this bundle...
            Kotlin Essentials, Functional Kotlin, Advanced Kotlin, Kotlin Coroutines, and Effective Kotlin

            Find it on Leanpub!

              [?]Leanpub »
              @leanpub@mastodon.social

              Kotlin for developers leanpub.com/set/leanpub/kotlin by Marcin Moskała is the featured Track of online courses on the Leanpub homepage! leanpub.com

                [?]Leanpub »
                @leanpub@mastodon.social

                Jetpack Compose internals by Jorge Castillo is on sale on Leanpub! Its suggested price is $49.99; get it for $17.50 with this coupon: leanpub.com/sh/7wag0x60

                  [?]Leanpub »
                  @leanpub@mastodon.social

                  Kotlin for developers leanpub.com/set/leanpub/kotlin by Marcin Moskała is the featured Track of online courses on the Leanpub homepage! leanpub.com

                  This is the complete track to learn about essential Kotlin features and get ready for working in Kotlin in daily basis. It starts from essentials, and on the way reaches advanced topics like efficient collection processing or DSL creation.

                  Find it on Leanpub!

                    [?]Leanpub »
                    @leanpub@mastodon.social

                    Jetpack Compose internals by Jorge Castillo is on sale on Leanpub! Its suggested price is $49.99; get it for $17.50 with this coupon: leanpub.com/sh/x1AlUOPv

                      [?]Leanpub »
                      @leanpub@mastodon.social

                      Kotlin Essentials leanpub.com/courses/leanpub/ko by Marcin Moskała is the featured online course on the Leanpub homepage! leanpub.com

                        [?]Leanpub »
                        @leanpub@mastodon.social

                        Kotlin Essentials leanpub.com/courses/leanpub/ko by Marcin Moskała is the featured online course on the Leanpub homepage! leanpub.com

                          [?]Leanpub »
                          @leanpub@mastodon.social

                          Compose & Android Deep Dive Package (Jetpack Compose internals + Manifest Android Interview) leanpub.com/b/android-deep-div by Jaewoong and Jorge Castillo is the featured bundle of ebooks 📚 on the Leanpub homepage! leanpub.com

                            [?]Marc Philipp »
                            @marcphilipp@chaos.social

                            ✨ New blog post: "STF Milestone 6: Improved Kotlin support"

                            6.0.0-RC1 improves JUnit's story by adding support for suspending functions, sequences, contracts and nullness annotations.

                            👉 marcphilipp.de/blog/2025/08/21

                            Thanks to the @sovtechfund for their support!

                            object ImprovedKotlinSupportTests {

    val data = sequenceOf( // Sequence<T> support
        arguments(1, Month.JANUARY),
        arguments(12, Month.DECEMBER)
    )

    @ParameterizedTest
    @FieldSource("data")
    // suspending function support for coroutine testing
    suspend fun test(value: Int, month: Month?) {
        assertNotNull(month) // contracts to support...
        assertEquals(value, month.value) // smart casts!
    }
}

                            Alt...object ImprovedKotlinSupportTests { val data = sequenceOf( // Sequence<T> support arguments(1, Month.JANUARY), arguments(12, Month.DECEMBER) ) @ParameterizedTest @FieldSource("data") // suspending function support for coroutine testing suspend fun test(value: Int, month: Month?) { assertNotNull(month) // contracts to support... assertEquals(value, month.value) // smart casts! } }

                              [?]Leanpub »
                              @leanpub@mastodon.social

                              Compose & Android Deep Dive Package (Jetpack Compose internals + Manifest Android Interview) leanpub.com/b/android-deep-div by Jaewoong and Jorge Castillo is the featured bundle of ebooks 📚 on the Leanpub homepage! leanpub.com

                              The following 2 books are included in this bundle...
                              Manifest Android Interview and Jetpack Compose internals

                              Find it on Leanpub!

                                [?]Leanpub »
                                @leanpub@mastodon.social

                                Kotlin for developers leanpub.com/set/leanpub/kotlin by Marcin Moskała is the featured Track of online courses on the Leanpub homepage! leanpub.com

                                  [?]Leanpub »
                                  @leanpub@mastodon.social

                                  Functional Kotlin leanpub.com/courses/leanpub/fu by Marcin Moskała is the featured course on the Leanpub homepage! leanpub.com#courses

                                    [?]Leanpub »
                                    @leanpub@mastodon.social

                                    Kotlin for developers leanpub.com/set/leanpub/kotlin by Marcin Moskała is the featured Track on the Leanpub homepage! leanpub.com

                                      [?]Leanpub »
                                      @leanpub@mastodon.social

                                      Manifest Android Interview: The ultimate guide to cracking Android technical interviews leanpub.com/manifest-android-i by Jaewoong is the featured book on the Leanpub homepage! leanpub.com

                                      Find it on Leanpub!

                                        [?]Leanpub »
                                        @leanpub@mastodon.social

                                        Jetpack Compose internals by Jorge Castillo is on sale on Leanpub! Its suggested price is $35.00; get it for $20.00 with this coupon: leanpub.com/sh/LnWAwBHU

                                          [?]Leanpub »
                                          @leanpub@mastodon.social

                                          Kotlin for developers leanpub.com/set/leanpub/kotlin by Marcin Moskała is the featured Track of online courses on the Leanpub homepage! leanpub.com

                                            [?]Leanpub »
                                            @leanpub@mastodon.social

                                            Functional Kotlin leanpub.com/courses/leanpub/fu by Marcin Moskała is the featured online course on the Leanpub homepage! leanpub.com

                                              [?]Conny Duck »
                                              @ConnyDuck@chaos.social

                                              Kotlin question [SENSITIVE CONTENT]

                                              Let's say I have two suspending functions that return data, they fetch it from servers or something. I want to race them against each other, i.e. get the result from the one that returns faster and discard the other. How would I do that in the most elegant way? 🤔

                                                [?]Leanpub »
                                                @leanpub@mastodon.social

                                                Jetpack Compose internals by Jorge Castillo is on sale on Leanpub! Its suggested price is $35.00; get it for $20.00 with this coupon: leanpub.com/sh/2Vi0wbPl

                                                  [?]Leanpub »
                                                  @leanpub@mastodon.social

                                                  Functional Kotlin leanpub.com/courses/leanpub/fu by Marcin Moskała is the featured course on the Leanpub homepage! leanpub.com

                                                    [?]Leanpub »
                                                    @leanpub@mastodon.social

                                                    Kotlin Coroutines by Marcin Moskała is on sale on Leanpub! Its suggested price is $29.99; get it for $15.99 with this coupon: leanpub.com/sh/1yFpLnaz

                                                      [?]Sébastien Deleuze »
                                                      @sdeleuze@mastodon.online

                                                      The « Building a RESTful Web Service » guide is now available in in addition to Java. We are collaborating with JetBrains to add Kotlin code snippets to the 10 most popular guides. spring.io/guides/gs/rest-servi

                                                        [?]Leanpub »
                                                        @leanpub@mastodon.social

                                                        Kotlin for developers leanpub.com/set/leanpub/kotlin by Marcin Moskała is the featured Track of online courses on the Leanpub homepage! leanpub.com

                                                          [?]Leanpub »
                                                          @leanpub@mastodon.social

                                                          Jetpack Compose internals by Jorge Castillo is on sale on Leanpub! Its suggested price is $35.00; get it for $20.00 with this coupon: leanpub.com/sh/ESc34kXC

                                                            [?]Leanpub »
                                                            @leanpub@mastodon.social

                                                            Manifest Android Interview: The ultimate guide to cracking Android technical interviews leanpub.com/manifest-android-i by Jaewoong is the featured book on the Leanpub homepage! leanpub.com

                                                            Find it on Leanpub!

                                                              [?]Leanpub »
                                                              @leanpub@mastodon.social

                                                              Big Kotlin pack leanpub.com/b/kotlin_mm by Marcin Moskała is the featured bundle of ebooks 📚 on the Leanpub homepage! leanpub.com

                                                                [?]Leanpub »
                                                                @leanpub@mastodon.social

                                                                Jetpack Compose internals by Jorge Castillo is on sale on Leanpub! Its suggested price is $35.00; get it for $20.00 with this coupon: leanpub.com/sh/PIi6YFqr

                                                                  [?]Leanpub »
                                                                  @leanpub@mastodon.social

                                                                  Kotlin Essentials leanpub.com/courses/leanpub/ko by Marcin Moskała is the featured course on the Leanpub homepage! leanpub.com

                                                                    [?]Leanpub »
                                                                    @leanpub@mastodon.social

                                                                    Manifest Android Interview English + Deutsche Ausgabe leanpub.com/b/manifest-android by Jaewoong and TranslateAI is the featured bundle of ebooks 📚 on the Leanpub homepage! leanpub.com

                                                                      [?]Leanpub »
                                                                      @leanpub@mastodon.social

                                                                      Functional Kotlin leanpub.com/courses/leanpub/fu by Marcin Moskała is the featured online course on the Leanpub homepage! leanpub.com

                                                                        [?]Leanpub »
                                                                        @leanpub@mastodon.social

                                                                        Big Kotlin pack leanpub.com/b/kotlin_mm by Marcin Moskała is the featured bundle of ebooks 📚 on the Leanpub homepage! leanpub.com

                                                                          [?]Leanpub »
                                                                          @leanpub@mastodon.social

                                                                          Atomic Kotlin leanpub.com/AtomicKotlin by Bruce Eckel and Svetlana Isakova is the featured book on the Leanpub homepage! leanpub.com

                                                                          Find it on Leapub!

                                                                            #refactoring boosted

                                                                            [?]João Esperancinha »
                                                                            @jesperancinha@masto.ai

                                                                            [?]Leanpub »
                                                                            @leanpub@mastodon.social

                                                                            New 📚 Release! Kotlin 2.0 Crash Course: Build, test, and secure Android and web applications including Functional patterns, JSON handling, and RESTful endpoints

                                                                            Find it on Leanpub!

                                                                            Link: leanpub.com/kotlin2

                                                                              [?]Leanpub »
                                                                              @leanpub@mastodon.social

                                                                              Jetpack Compose internals by Jorge Castillo is on sale on Leanpub! Its suggested price is $54.99; get it for $32.79 with this coupon: leanpub.com/sh/467FcM2K

                                                                                [?]Leanpub »
                                                                                @leanpub@mastodon.social

                                                                                Jetpack Compose internals by Jorge Castillo is on sale on Leanpub! Its suggested price is $54.99; get it for $32.79 with this coupon: leanpub.com/sh/LbMhk8hI

                                                                                  [?]Leanpub »
                                                                                  @leanpub@mastodon.social

                                                                                  Jetpack Compose internals leanpub.com/composeinternals by Jorge Castillo is the featured book on the Leanpub homepage! leanpub.com

                                                                                  Find it on Leanpub!

                                                                                    [?]Leanpub »
                                                                                    @leanpub@mastodon.social

                                                                                    Effective Kotlin by Marcin Moskała is on sale on Leanpub! Its suggested price is $29.90; get it for $12.50 with this coupon: leanpub.com/sh/Qdi5KtpV

                                                                                      [?]Leanpub »
                                                                                      @leanpub@mastodon.social

                                                                                      Jetpack Compose internals by Jorge Castillo is on sale on Leanpub! Its suggested price is $54.99; get it for $32.79 with this coupon: leanpub.com/sh/50vak752

                                                                                        [?]Arie van Deursen »
                                                                                        @avandeursen@mastodon.acm.org

                                                                                        In our research, we closely work together with both JetBrains and ING (in separate projects). Great to see this reflection on Kotlin usage at ING, also featured as keynote at .
                                                                                        medium.com/ing-blog/kotlin-ado

                                                                                          [?]Leanpub »
                                                                                          @leanpub@mastodon.social

                                                                                          Kotlin Coroutines leanpub.com/courses/leanpub/ko by Marcin Moskała is the featured online course on the Leanpub homepage! leanpub.com

                                                                                            [?]Leanpub »
                                                                                            @leanpub@mastodon.social

                                                                                            New 📚 Release! Kotlin 2.0 Crash Course: Build, test, and secure Android and web applications including Functional patterns, JSON handling, and RESTful endpoints

                                                                                            Find it on Leanpub!

                                                                                            Link: leanpub.com/kotlin2

                                                                                              Back to top - More...