Kirill Rakhman
@rakhman.info
120 followers 100 following 88 posts
Kotlin Compiler @ JetBrains Karlsruhe, Germany https://rakhman.info https://sueden.social/@kirillrakhman
Posts Media Videos Starter Packs
rakhman.info
I wanted to analyze some YML but sadly there is no YML support in DataFrame. I was able to use snakeyaml and feed it to DataFrame manually, though.
Reposted by Kirill Rakhman
rakhman.info
Published a KEEP on suspend lambdas and anonymous functions: github.com/Kotlin/KEEP/...
github.com
Reposted by Kirill Rakhman
johnoreilly.dev
Reminder that Compose Multiplatform (www.jetbrains.com/compose-mult...) is Stable on iOS, Android and Desktop....and now in Beta for Web.
Reposted by Kirill Rakhman
datagrip.bsky.social
Feel the difference with one tool for many SQL and NoSQL databases. Start a free 30-day trial or get DataGrip for free forever for non-commercial purposes: jb.gg/DGncsBS
Reposted by Kirill Rakhman
datagrip.bsky.social
The big premiere for SQL and database lovers: DataGrip is now free for non-commercial use!
Start a free 30-day trial or get DataGrip for free forever for non-commercial purposes:
jb.gg/DGncfBS
rakhman.info
WTH is YouTube doing with this auto dubbing?
rakhman.info
I'm on Android. Click on a Bluesky link will take me to my feed instead of the post on the first try every time. Clicking the link again, will take me to the post.
rakhman.info
Blogged - Kotlin: Emerging Patterns with Context Parameters
rakhman.info/blog/kotlin-...

#programming #dev @kotlinlang.org
rakhman.info
Reposted by Kirill Rakhman
johnoreilly.dev
It's so cool to see the unrelenting progress of Kotlin and Compose Multiplatform....all the moving pieces steadily coming together!
rakhman.info
SEO but for AIs should be called LLMO (pronounced "Elmo").
rakhman.info
This is one of the cases where you know it won't ever finish if it didn't work after 10 seconds.
rakhman.info
Took me long enough to realize that @gradle.com's api() dependency should be used when you expose a dependency's types in your own public signatures.
rakhman.info
It needs a common `interface Gettable`.
Reposted by Kirill Rakhman
zsmb.co
New Kotlin video! Context-sensitive resolution is one of those features that will kind of quietly blend into the background while making a lot of code much nicer. And you can already try it in Kotlin 2.2 as an experimental feature!

Check out the details:
www.youtube.com/watc...
rakhman.info
Is there some universal law that any UI element related to AI needs to have a gradient and sparkles?
rakhman.info
Why do I feel the urge to run the formatter?
rakhman.info
I think I found a really nice improvement for the NONE_APPLICABLE diagnostic in @kotlinlang.org today. In addition to listing all the candidates, we'll soon also print the reason why it wasn't applicable.

#dev #kotlin #compiler
Reposted by Kirill Rakhman
seb.deleuze.fr
The « Building a RESTful Web Service » #Spring guide is now available in #Kotlin in addition to Java. We are collaborating with JetBrains to add Kotlin code snippets to the 10 most popular guides. spring.io/guides/gs/re...
Getting Started | Building a RESTful Web Service
Learn how to create a RESTful web service with Spring.
spring.io
Reposted by Kirill Rakhman
intellijidea.com
🚀 Get ready for a smoother workflow and even greater productivity with IntelliJ IDEA!

Starting with 2025.3, we are moving to a unified distribution to deliver a seamless, powerful development experience right at your fingertips.

Check out our blog post 👇
blog.jetbrains.com/idea/2025/07...
IntelliJ IDEA Moves to the Unified Distribution | The IntelliJ IDEA Blog
We are excited to announce the next step for IntelliJ IDEA: we are moving to a single, unified distribution. And yes, before you ask, our commitment to open source remains as strong as ever. There
blog.jetbrains.com
Reposted by Kirill Rakhman
pamelaahill.bsky.social
Remember the marble diagrams used to explain RxJava?

My brilliant colleague Kostya 🧙‍♂️ has made an interactive explainer for Kotlin Flows to match!

Find the magic here: terrakok.github.io/FlowMarbles/
Flow marbles illustrating filter and map.