Advertisement ยท 728 ร— 90

Posts by Paolo

Preview
GitHub - android/skills Contribute to android/skills development by creating an account on GitHub.

Today we're releasing two essential resources for Android devs: Official Android skills and Android CLI!

๐Ÿ“‘ Android Skills (github.com/android/skills) fill gaps when state-of-the-art models don't have enough training data. We're focusing on hard migrations, niche APIs, performance, etc.

6 days ago 19 4 1 0
GitHub - android/skills Contribute to android/skills development by creating an account on GitHub.

The official Android skills have been released.

github.com/android/skills

1 week ago 8 1 0 1
Preview
Using Spring Data JPA with Kotlin | The IntelliJ IDEA Blog This post was written together withย Thorben Janssen, who has more than 20 years of experience with JPA and Hibernate and is the author of โ€œHibernate Tips: More than 70 Solutions to Common Hibernate Pr

Your #Kotlin persistence layer can be concise and clean.
Entities, repositories, custom queries, data class DTOs โ€“ Spring Data JPA works smoothly when you know the setup. Check it out ๐Ÿ‘‡
blog.jetbrains.com/idea/2026/03...

3 weeks ago 8 5 0 0
Preview
Adding Swift packages as dependencies to KMP modules | Kotlin Multiplatform

Swift Package Manager support in Kotlin Multiplatform is now available as an experimental feature.

Try importing iOS dependencies from Swift packages or migrating from CocoaPods.

Learn how to try it out in the docs, and share your feedback.
๐Ÿ”Ž kotl.in/kmp-swiftpm-...

1 month ago 16 2 1 0
Preview
Scoping ViewModels in Compose Lifecycle ViewModel 2.11.0-alpha02 introduces rememberViewModelStoreOwner, an API to scope ViewModelStore directly within the Compose hierarchy. Why It Matters Until now, ViewModelStore scoping was ti...

Just published "Scoping ViewModels in Compose".

marcellogalhardo.dev/posts/scopin...

#AndroidDev #Kotlin #KMP #CMP

1 month ago 23 5 0 0
Preview
Qwen3.5 - How to Run Locally Guide | Unsloth Documentation Run the new Qwen3.5 LLMs including Medium: Qwen3.5-35B-A3B, 27B, 122B-A10B, Small: Qwen3.5-0.8B, 2B, 4B, 9B and 397B-A17B on your local device!

How to run Qwen 3.5 locally | Discussion

1 month ago 2 1 0 0
Preview
Google API Keys Weren't Secrets. But then Gemini Changed the Rules. โ—† Truffle Security Co. Google spent over a decade telling developers that Google API keys (like those used in Maps, Firebase, etc.) are not secrets. But that's no longer true.

Google API keys weren't secrets, but then Gemini changed the rules | Discussion

1 month ago 0 1 0 0
Post image

๐Ÿ“ข Take part in the Exposed user survey and help us improve how Exposed is used in real projects. Tell us which versions, databases, modules, and programming styles you rely on, and what works well or needs improvement.

๐Ÿ‘‰ surveys.jetbrains.com/s3/757c90830...

2 months ago 6 1 0 1
Advertisement
Preview
How AI assistance impacts the formation of coding skills Anthropic is an AI safety and research company that's working to build reliable, interpretable, and steerable AI systems.

Very interesting: "We found that using AI assistance led to a statistically significant decrease in mastery. On a quiz that covered concepts theyโ€™d used just a few minutes before, participants in the AI group scored 17% lower than those who coded by hand"

stitcher.io/feed/posts/7...

2 months ago 5 4 1 0
Video

Compose Stability Analyzer 0.7.0 has been released!

Now, it introduces a real-time recomposition tracing, Recomposition Heatmap, and Recomposition Cascade Visualizer directly in your IDE.

github.com/skydoves/com...

2 months ago 13 3 1 1

Article - Compose Stability Analyzer 0.7.0: Recomposition Cascade and Live Heatmap.

doveletter.skydoves.me/preview/arti...

2 months ago 4 1 0 0
Preview
Do I need an umbrella framework for my Kotlin Multiplatform app? โ€œI am using Kotlin Multiplatform (KMP), do I need to use an umbrella framework?โ€

Do you wonder about the reasons behind using an umbrella framework in KMP apps?

Here you go - a neat little casual explanation.

www.pamelaahill.com/post/do-i-ne...

2 months ago 6 1 0 0
Preview
Spring Boot Debugging โ€“ Now Remote | The IntelliJ IDEA Blog We released Spring Debugger in May 2025 to bring more clarity to the โ€œmagicโ€ behind Spring Boot โ€“ helping you see whatโ€™s really happening inside your running application. By the end of 2025, the plugi

You asked, we implemented! ๐Ÿš€

Weโ€™re happy to announce that you can now debug remote apps with Spring Debugger!

It currently uses JDWP and supports Tomcat, Jetty, and Undertow. ๐Ÿ› ๏ธ

Read more ๐Ÿ‘‡ blog.jetbrains.com/idea/2026/01...

2 months ago 11 2 0 0
Preview
Exposed 1.0 Is Now Available | The Kotlin Blog This is the first major release of Exposed โ€“ a huge milestone for both the project and the Exposed team! This release brings many new exciting features, the most requested being R2DBC support, as well...

๐ŸŽ‰ Exposed 1.0.0 has finally arrived, bringing:

๐Ÿ™ R2DBC support
๐Ÿ™ Stable API
๐Ÿ™ Performance enhancements

Check out the blog post for the full details and migration guide ๐Ÿ‘‡
https://kotl.in/7yl041

2 months ago 20 7 0 3
Preview
Practical Kotlin Deep Dive | Master Kotlin, Coroutines, Flow & Multiplatform The comprehensive Kotlin book covering the Kotlin language fundamentals with bytecode analysis, Coroutines, Flow, Kotlin Compiler internals, Kotlin plugins, and Kotlin Multiplatform, and internals tha...

Excited to launch my new book, Practical Kotlin Deep Dive ๐ŸŽ‰

It takes you from โ€œhow to use Kotlinโ€ into โ€œhow Kotlin really works,โ€ revealing the internal implementations, desmifying bytecodes and compiler behavior, and internals that shape the language.

kotlin.skydoves.me

3 months ago 13 3 1 0
Advertisement
Preview
What's new in Compose Multiplatform 1.10.0-beta01 | Kotlin Multiplatform

Weโ€™ve recently released Compose Multiplatform 1.10.0-beta01! ๐ŸŽ‰

Highlights of this EAP feature release include:
๐Ÿงฉ Unified @Preview annotation
๐Ÿงญ Support for Navigation 3
๐Ÿ”ฅ Bundled Compose Hot Reload

Whatโ€™s new: https://kotl.in/qb7gxf ๐Ÿ‘ˆ
GitHub: https://kotl.in/kevvbf ๐Ÿ‘ˆ

5 months ago 28 3 1 0

Thanks. Since the option to replace the battery isn't available in Italy, I think I'll buy the 9a with the store credit. In family we have 6a, 7a and 8a...let's hope the other two last a good while

9 months ago 3 0 0 0

How long does your battery last?
I have a 6a with the update downloaded but not yet applied. The cycle count is 430.

9 months ago 2 0 1 0
Preview
Announcing Jetpack Navigation 3 Explore Jetpack Navigation 3, a new Compose-first navigation library with increased flexibility so Android developers to build robust experiences.

Today, we've released a brand new Jetpack library - Navigation3! A pure Compose, state based navigation library: android-developers.googleblog.com/2025/05/anno...

11 months ago 91 29 6 8
Preview
Compose Multiplatform 1.8.0 Released: Compose Multiplatform for iOS Is Stable and Production-Ready | The Kotlin Blog Kotlin Multiplatform becomes a complete solution for mobile development, enabling flexible code sharing across both business logic and UI without compromising app quality or losing control over platfo...

๐Ÿ”ฅ Compose Multiplatform for iOS is Stable and Production-Ready! ๐Ÿ”ฅ

Build mobile apps faster with shared UI code, full control over native experiences, and the confidence to ship at scale.

Explore all the updates in Compose Multiplatform 1.8.0: ๐Ÿ‘‡
blog.jetbrains.com/kotlin/2025/...

11 months ago 77 32 1 9
Preview
rabbitmq-server/deps/rabbitmq_auth_backend_http at v3.13.x ยท rabbitmq/rabbitmq-server Open source RabbitMQ: core server and tier 1 (built-in) plugins - rabbitmq/rabbitmq-server

have a look at this page:
github.com/rabbitmq/rab...

basically you handle authn and authz via some http api.
It is much more flexible than the allow list especially if you do not only have the
broker but also a backend application with users and connected devices

1 year ago 3 0 1 0

Mosquitto lacks integrations for authz and authn management. Rabbit is more complete in my opinion

1 year ago 2 0 1 0
Advertisement
Video

โœจ First video out now!

Learn how to create delightful mesh gradients in #JetpackCompose
Works on Android and #KotlinMultiplatform

If you like the video, you can check out the code that made it, fully open source on GitHub (aka tell me how bad my code is, ๐Ÿ˜…).

youtu.be/C7iq8m2dQOo

1 year ago 56 18 5 1