Tootfinder

Opt-in global Mastodon full text search. Join the index!

@zachklipp@androiddev.social
2024-05-11 20:51:20

Cool, Kotlin in Action 2nd edition has a section on Turbine.
#Kotlin #Coroutines

Page of a book with a title part way down the page reading “Testing flows with Turbine”
@msfjarvis@androiddev.social
2024-03-12 13:30:04

PSA: a snapshot version of the #JetpackCompose compiler is available for #Kotlin 1.9.23 for those who wish to upgrade:

@khalidabuhakmeh@mastodon.social
2024-02-29 23:12:28

The Compose Multiplatform experience is looking really nice. #kotlin
blog.jetbrains.com/kotlin/2024

@crell@phpc.social
2024-05-09 15:17:16

Having tasted extension functions in #Kotlin, I really really want them in #PHP. I am not sure how that would be even feasible, though. 😞

@zachklipp@androiddev.social
2024-03-27 18:10:49

I was today years old when I learned that context receivers have been tossed in favor of github.com/Kotlin/KEEP/blob/co

@crell@phpc.social
2024-05-14 14:35:36

#PHPStan and #PsalmPHP are lightyears better than #KTLint for #Kotlin, at least in the quality of their output. It actua…

@khalidabuhakmeh@mastodon.social
2024-05-14 17:29:57

Don't panic #dotnet folks, but I do #Java now. Give it a try, #IntelliJIDEA is pretty nice. Also, there's #kotlin

@zachklipp@androiddev.social
2024-03-24 21:30:35

Scratched a coroutines itch while waiting for brunch. Would this work?
#kotlin

@khalidabuhakmeh@mastodon.social
2024-04-17 17:46:59

Today I learned you can use #kotlin with #godotengine godot-kotl.in/.
Yes, please. Sign me up.…

@crell@phpc.social
2024-04-26 14:23:40

Another day, another way in which the #Kotlin/#Java ecosystem is weaker/worse than the #PHP ecosystem.
I'm kind of tired of finding these.

@khalidabuhakmeh@mastodon.social
2024-02-27 14:55:03

As a #dotnet developer, I'd love something like #kotlin notebooks. I highly recommend watching this livestream.

@msfjarvis@androiddev.social
2024-02-23 05:47:11

#Gradle 8.7 RC1 is out!
Seems to have a bunch of API improvements, QoL changes to configuration cache and an upgrade to #Kotlin 1.9.22

@crell@phpc.social
2024-04-26 21:09:57

We often joke about the billion-dependency problems with #npm. But I haven't seen anyone complain about the equivalent one in #Java/#JVM.
He says, looking at the 9000 line generated dependencies file for this #Kotlin

@khalidabuhakmeh@mastodon.social
2024-03-25 22:55:13

Single-file execution for #Java, #Kotlin, and #golang is a neat feature for #JetBrains Fleet.

@pygospa@social.linux.pizza
2024-04-18 08:22:57

Installation was super easy (and way quicker then the housing assembly 🤣): install Lite OS, plug them in and wait for them to appear in the router, fix IP via DHCP, install k3s via installation script, and configure one as head, the others as nodes, and off you go. My "Hello World" on #kubernetes was running four pods of #nginx. Next I want to play around with #Kotlin on #Quarkus in #kubernetes and maybe also #kepler (for power consumption estimation). Any suggestions what else to do with it?

@crell@phpc.social
2024-03-01 14:16:48

Errors/Exceptions are domain objects.
#Programming #PHP #Python #Java