Skip Navigation
Gradle Version Catalog Generator Plugin
github.com GitHub - austinarbor/version-catalog-generator: Gradle plugin to automatically generate a version catalog from a BOM

Gradle plugin to automatically generate a version catalog from a BOM - austinarbor/version-catalog-generator

GitHub - austinarbor/version-catalog-generator: Gradle plugin to automatically generate a version catalog from a BOM

If you've played around with version catalogs enough, you will inevitably come to a point when you when you want to also use a BOM in your version catalog. Doing that just feels so...clunky? You need to declare the BOM in the libraries section, and then you have to declare each individual dependency from the BOM as a library (without a version). Alternatively, you can just skip using the BOM entirely and declare each dependency without the BOM. In either case it's not a great experience and definitely could use some improvement.

I wrote a Gradle plugin (in Kotlin) to automatically generate a version catalog from a BOM so you only have to specify it once, let me know what you guys think!

0
Go: What We Got Right, What We Got Wrong
commandcenter.blogspot.com What We Got Right, What We Got Wrong

This is my closing talk ( video ) from the GopherConAU conference in Sydney, given November 10, 2023, the 14th anniversary of Go being lau...

What We Got Right, What We Got Wrong
0
Backward Compatibility, Go 1.21, and Go 2
  • The backwards compatibility promises of Go definitely makes upgrading a breeze. Java is pretty much in the same boat (except it maintains bytecode compatibility instead of source). When working with languages that don’t offer these promises it’s always a nightmare to upgrade to newer versions.

  • Is anyone migrating from Java to Kotlin at work?
  • assuming you propose the idea to migrate to kotlin, it would go something like this:

    • talk to your other developers and see if they feel the same way. get other developer buy-in
    • propose the idea to management with reasons why it would be beneficial
    • management now either buys in and approves kotlin usage, or says it's not worth it

    if management says yes, you now have like 20 people who have vetted and agreed with the idea. once you start writing Kotlin it's not like EVERYTHING is all of the sudden Kotlin. it's an iterative process, and hopefully you have test coverage. you can even re-use your existing java tests since the languages are interoperable. Assuming you follow a normal development process, the odds of a catastrophic bug coming out of nowhere to cause millions of dollars of losses wouldn't even cross my mind.

    that being said, assuming the current code works decently well, management will have no motivation or reason to approve a total rewrite in a new language. it's more likely that they will only approve starting to trickle in kotlin for new projects or features, which even further reduces the likelihood of a catastrophic bug happening.

  • Generics in Go
    bitfieldconsulting.com Generics in Go — Bitfield Consulting

    Generics what now? This friendly, down-to-earth tutorial explains what generic functions and types are, why we need them, how they work in Go, and where we can use them. It's easy and fun, so let's dance!

    Generics in Go — Bitfield Consulting
    0
    Goravel, Web framework inspired from Laravel in Golang
    github.com GitHub - goravel/goravel: A Golang framework for web artisans. Tribute to Laravel.

    A Golang framework for web artisans. Tribute to Laravel. - GitHub - goravel/goravel: A Golang framework for web artisans. Tribute to Laravel.

    GitHub - goravel/goravel: A Golang framework for web artisans. Tribute to Laravel.
    0
    Kotlin 1.9.0 Released!
    blog.jetbrains.com Kotlin 1.9.0 Released | The Kotlin Blog

    Kotlin 1.9.0 has been released! Highlights include: Kotlin K2 for JVM is in Beta, other K2 compiler updates, new enum class values function, new operator for open-ended ranges, preview of Gradle configuration cache in Kotlin Multiplatform, changes for Android target support in Kotlin Multiplatform, ...

    Kotlin 1.9.0 Released | The Kotlin Blog
    0
    Go’s best-kept secret: executable examples
    bitfieldconsulting.com Go’s best-kept secret: executable examples — Bitfield Consulting

    Did you know that Go lets us provide executable code examples as part of our documentation? It’s pretty neat. Let’s take a tour of this useful feature and see how it works.

    Go’s best-kept secret: executable examples — Bitfield Consulting
    0
    Go’s best-kept secret: executable examples
    bitfieldconsulting.com Go’s best-kept secret: executable examples — Bitfield Consulting

    Did you know that Go lets us provide executable code examples as part of our documentation? It’s pretty neat. Let’s take a tour of this useful feature and see how it works.

    Go’s best-kept secret: executable examples — Bitfield Consulting
    0
    Arrow - Bringing Idiomatic Functional Programming to Kotlin
    arrow-kt.io Overview | Arrow

    Arrow comprises different libraries, each improving or extending one commonly-used library in the Kotlin ecosystem or a particular Kotlin language feature.

    Overview | Arrow
    0
    GoThrough - A Searchable Index of the Go Standard Library
    gothrough.dev GoThrough - Home

    GoThrough hosts a searchable index of exported members in the Go standard library and a selection of hosted packages.

    0
    InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)AU
    austin @programming.dev
    Posts 13
    Comments 5
    Moderates