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

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

                      [?]Nicolas Fränkel 🇺🇦🇬🇪 » 🌐
                      @frankel@mastodon.top

                      2 ★ 1 ↺
                      Ted M. Young boosted

                      [?]Amitai Schleier » 🌐
                      @schmonz@schmonz.com

                      Do you know your way around the API? I'd love to add support for it in Greencently, my tiny extension. How you can help: https://github.com/schmonz/junit-greencently/issues/29

                      (if you'd like to)