Niko (@nehranis) 's Twitter Profile
Niko

@nehranis

keep exploring

ID: 2955565511

calendar_today01-01-2015 21:43:31

1,1K Tweet

66 Followers

674 Following

JetBrains Ktor (@jetbrainsktor) 's Twitter Profile Photo

🌌 The Ktor roadmap for 2024 has been published! This year's plans include: ⭐️ New features ⭐️ Documentation improvements ⭐️ A new plugin registry Plus, even more exciting updates on the horizon. Check out the blog post for all the details! blog.jetbrains.com/kotlin/2024/03…

Kotlin by JetBrains (@kotlin) 's Twitter Profile Photo

📣 Compose Multiplatform 1.6.1 is out! This release brings compatibility with Kotlin 1.9.23 and addresses several bugs that affected the resource management library and the TextField component. Check out the changelog for more details. ⤵️ kotl.in/compose-1.6.1

JetBrains Ktor (@jetbrainsktor) 's Twitter Profile Photo

🔎 If you’re on the hunt for your next Kotlin web dev framework, try Ktor! It’s a lightweight, intuitive tool for asynchronous client and server applications. Our tutorial will help you kick off your journey. ktor.io/docs/creating-…

Kotlin by JetBrains (@kotlin) 's Twitter Profile Photo

Fleet 1.32 is out with updates that improve the Kotlin Multiplatform project workflow: ✅ Improved environment pre-flight checks ✅ Wireless debugging for iOS 17 Learn more about working with KMP projects in Fleet in our in-depth tutorial: ⤵️ jb.gg/jiqd19

Fleet 1.32 is out with updates that improve the Kotlin Multiplatform project workflow:

✅ Improved environment pre-flight checks
✅ Wireless debugging for iOS 17

Learn more about working with KMP projects in Fleet in our in-depth tutorial: ⤵️
jb.gg/jiqd19
JetBrains Ktor (@jetbrainsktor) 's Twitter Profile Photo

🏗️ Planning to deploy your Ktor app soon? Don't miss this tutorial on publishing your Kotlin + Ktor app with Docker Compose! It's a comprehensive guide that's perfect for getting your app live with ease. Check it out here: ktor.io/docs/docker-co…

Kotlin by JetBrains (@kotlin) 's Twitter Profile Photo

Create an app for Android, iOS, and desktop from scratch in 100% Kotlin with Compose Multiplatform! With our deep-dive tutorial, you’ll explore multiplatform libraries and build a "Local Time App" where users can get real-time data for their location. 📆 jb.gg/cpmbty

JetBrains Ktor (@jetbrainsktor) 's Twitter Profile Photo

🎉 The Ktor plugin registry is live! It enables you to: ✨ Add community-written plugins ✨ Use categorization for easy searching ✨ Preview documentation in the generator We’re excited to see your contributions! Read the blog post for the how-to. ⬇️ blog.jetbrains.com/kotlin/2024/04…

Kotlin by JetBrains (@kotlin) 's Twitter Profile Photo

🧡💜 Ktor is a lightweight web framework whose functionality is significantly extended via third-party plugins. Today, we’re happy to announce that anyone can register their plugins for broader adoption across the Ktor community! For more details, check out the blog post. 👇

Niko (@nehranis) 's Twitter Profile Photo

Published a short blog post about my turn back from close to one year as manager to an IC role: dev.nehranis.de/posts/ic-to-em/

Kotlin by JetBrains (@kotlin) 's Twitter Profile Photo

🎉 Fleet 1.33 brings several enhancements for a better KMP development experience. The highlights of this version are: ✅ Improved autocomplete ordering for ‘Composable’ functions. ✅ Enhanced Compose resource notifications. ✅ Fixed cross-language support in Amper projects. ✅

🎉 Fleet 1.33 brings several enhancements for a better KMP development experience.
The highlights of this version are:

✅ Improved autocomplete ordering for ‘Composable’ functions.
✅ Enhanced Compose resource notifications.
✅ Fixed cross-language support in Amper projects.
✅
Kotlin by JetBrains (@kotlin) 's Twitter Profile Photo

📣 The Compose Multiplatform 1.6.2 release is out! This release is based on Jetpack Compose 1.6.4. The new version provides compatibility with Kotlin 2.0.0-RC1 and brings several bug fixes. Check out the changelog for more details. ⤵️ kotl.in/tp4thu

Niko (@nehranis) 's Twitter Profile Photo

This morning, I typed down a short blog post about the index creation with PostgreSQL and when to use concurrent index or not. dev.nehranis.de/posts/index-cr…

Kotlin by JetBrains (@kotlin) 's Twitter Profile Photo

🚀 Enable the new K2 compiler in your projects and experience the future of Kotlin today! Our migration guide has everything you need to transition smoothly and start benefiting from improved compiler performance. Discover how to migrate your projects: ➡️ kotl.in/hqg4pz

🚀 Enable the new K2 compiler in your projects and experience the future of Kotlin today! Our migration guide has everything you need to transition smoothly and start benefiting from improved compiler performance. Discover how to migrate your projects: 
➡️ kotl.in/hqg4pz
Kotlin by JetBrains (@kotlin) 's Twitter Profile Photo

It's finally here! @KotlinConf is LIVE in Copenhagen! The JetBrains keynote has dropped some thrilling updates today – check out the thread for all the details! 🧵👇

Marcin Moskała (@marcinmoskala) 's Twitter Profile Photo

Kotlin creators plan to add another special kind of class: dataarg classes will be used to define function parameters. This will greatly support library creators who need to maintain functions with multiple optional parameters, especially those repeated in different functions.

Kotlin creators plan to add another special kind of class: dataarg classes will be used to define function parameters. This will greatly support library creators who need to maintain functions with multiple optional parameters, especially those repeated in different functions.
Kotlin by JetBrains (@kotlin) 's Twitter Profile Photo

💡Did you know IntelliJ IDEA, a JetBrains IDE autogenerates tests from Ktor routes? The built-in testing library allows you to replicate production settings and isolate your services, improving tests’ performance, replicability, and integration into CI/CD pipelines. Give it a try! Official

💡Did you know <a href="/intellijidea/">IntelliJ IDEA, a JetBrains IDE</a> autogenerates tests from Ktor routes?   

The built-in testing library allows you to replicate production settings and isolate your services, improving tests’ performance, replicability, and integration into CI/CD pipelines. Give it a try! 

Official
Marcin Moskała (@marcinmoskala) 's Twitter Profile Photo

Testability is one of the most important advantages of Kotlin Coroutines. It supports virtual time, which lets us write precise, fast, and deterministic tests for cases that are hard to test with other libraries. You can easily check any scenario and assert time.

Testability is one of the most important advantages of Kotlin Coroutines. It supports virtual time, which lets us write precise, fast, and deterministic tests for cases that are hard to test with other libraries. You can easily check any scenario and assert time.