#kotlinjs 検索結果
Played a bit with #KotlinJS this weekend and created this small dungeon map editor for my D&D games. Thanks, @watawatabou for the Dyson Hatching algorithm (and for 1PDG of course)
And we also have @vanillacoder presenting Kotlin JS for full stack development here at the kotlin user group! @heycar_official #kotlin #kotlinjs
If you can't find an equivalent #KotlinJS function in the stdlib, you can create an external fun with a similar name and use it.
Thank you @KotlinWeekly 🙏🏽 for including my second article in Kotlin/JS series about JsExport guide for exposing Kotlin to JS #KotlinMultiplatform #KotlinJs
Two approaches to use external JS libraries with #KotlinJS: - External + dynamic - External + JsModule @maillotm at @KotlinLyon
Thank you @KotlinWeekly🙏🏽 for including my third post in Kotlin/JS series about “Different ways to distribute and integrate Kotlin/JS library” #KotlinMultiplatform #KotlinJs
Merci beaucoup à @H2G_Lab de nous avoir accueilli ce soir pour ce super talk de @maillotm sur le développement d'apps @Firebase en @kotlin avec #KotlinJS !
Now you can use single version to control all your #KotlinJS Wrappers! 💍 Possible with BOM 🔥 github.com/JetBrains/kotl… @kotlin
#KotlinJS can be used to create @Firebase apps writing only #kotlin code. @maillotm at @KotlinLyon cc @H2G_Lab
You can use existing NPM packages, Cool React components that were originally developing using #JS while creating #Kotlin JS projects Want to know more?🤔 See you at the upcoming meetup👀 where we'll deep dive into the world of Kotlin JS with @sebi_io. Stay tuned 🚀 #KotlinJS
Firebase with #Kotlin: @Firebase Cloud Functions by @maillotm signal.h2g.io/firebase-with-… #KotlinJS
I love the foldable text (details -> summary) but unfortunately, @github doesn't have it in their toolbar. I had to implement it myself GitHub: github.com/theapache64/su… #KotlinJS #Kotlin
kotlinjs 中透過 query string 就可以在同一個頁面透過不同query顯示不同主題,配合compose ui block,可以很簡單的判別要顯示的ui block #kotlinjs #composeui #composeforweb #kotlin
String unions in #KotlinJS? 🤔 Possible with Seskar compiler plugin! 🤯🚀 github.com/turansky/seska… @kotlin
Added light, fixed color. Next step: input. Next (big) step: skeleton animation then Android support. #kotlin #multiplatform #kotlinjs #gamedev #indiedev
Syntactical sugar I wish for #Kotlin at Christmas: Array literals, e.g. val a = [1, 2, 3] instead of val a = arrayOf(1, 2, 3)
Explore how Kotlin’s type system, delegation, and #KSP work under the hood — and how to use that knowledge to write cleaner, more scalable code, at the Kotlin Expert open workshop, 📆 Dec 18–19. 🔥 live online, hands-on Check it here: kt.academy/workshop/expert
ありがとう!ざっと調べた感じKotlinの方が馴染みやすそうだし書きやすそうですね。 その時興味をもったのがマイクラMODでして、Kotlinだと苦労している先駆者が多そうなので、今回はJavaで行きます。TypeScriptってよく聞くけど、JavaScript改みたいな感じなんですね。
Beyond libraries & community, Java/Kotlin win on cost-benefit through: 1) Superior JVM performance 2) Enterprise stability & backward compatibility, and 3) Kotlin's game-changing null safety. Build reliable, scalable apps.
It’s here! Our “Spring Boot with Coroutines & Virtual Threads” workshop by Urs Peter is now available. Learn how to harness Spring Boot’s Coroutine support to build clean, performant, and scalable applications. 👉 kotlinconf.com/workshops/
📢 Kotlin 2.3.0-RC2 is out! Here are some of the highlights: ✅ Language: more stable and default features, a new checker for unused return values, and changes to context-sensitive resolution. ✅ Kotlin/JVM: support for Java 25. ✅ Kotlin/Native: improved interop through Swift…
🎉 ¡100 DÍAS DE KOTLIN COMPLETADOS! 🎉 Durante esta serie exploramos Kotlin desde cero hasta conceptos avanzados. Aquí el resumen de todo lo revisado 🧵👇 📌 Fundamentos (1-27) Tipos de datos, variables, operadores Control de flujo: if, when, loops 📌 Funciones (28-40)…
【Kotlin】絵文字を含む Unicode 文字列の文字数をカウントする方法と文字ごとの構成要素 android.benigumo.com/20230529/kotli…
💡 Kotlin isn’t just trendy—it’s powerful! Learn OOP, functional #programming, and concurrency with coroutines. Plus, dive into DSLs and multiplatform projects for real-world impact. 📚 #Kotlin #KotlinLang #AppDevelopment #CodeBetter 🔍📱 🔗 ow.ly/Czop50XtO7O
And I have another wonderful piece of news for you. With Kotlin 2.3 you'll have to turn off configure on demand if you have a JS target, significantly slowing down configuration time. This is just... again, I have no words. The Kotlin team had a bug, and they decided to fix it
🧑🏫 If you’re teaching Kotlin (or thinking about it), we’ve got you covered! Check out our comprehensive Programming in Kotlin course. Inside, you’ll find lectures, quizzes, tests, projects, and slides with speaker notes. The course focuses on real-world skills and is FREE! Get…
💡 Kotlin isn’t just trendy—it’s powerful! Learn OOP, functional #programming, and concurrency with coroutines. Plus, dive into DSLs and multiplatform projects for real-world impact. 📚 #Kotlin #KotlinLang #AppDevelopment #CodeBetter 🔍📱 🔗 ow.ly/Czop50XtO7O
🎄 Join us live for five days of Advent of Code puzzles and five Kotlin livestreams on December 1–5! Solve the puzzles in Kotlin with help from Kotlin team experts and fun community guests, climb the leaderboard, learn new tricks, and have a chance to win some prizes along the…
Under the hood of #Kotlin coroutines: how compiler builds state machines that power suspend & async behaviour 🚙 droidcon.com/2025/11/24/ins…
Also remember: "kotlin's biggest pitfall is Java interoperability" ©® 🙏😇
🐳 Ready to take your Ktor app live? With the Ktor Gradle plugin, packaging and deployment become simple and seamless. Check out this step‑by‑step guide to ensure smooth deployment 👉 kotl.in/tyajeh
Imagina escribir tu lógica una vez y tenerla funcionando en Android, iOS, Web y Desktop. Bienvenido a Kotlin Multiplatform, te explico:
Played a bit with #KotlinJS this weekend and created this small dungeon map editor for my D&D games. Thanks, @watawatabou for the Dyson Hatching algorithm (and for 1PDG of course)
@GarthGilmour off to a great start in his full stack Kotlin workshop #kotlinconf @instil #Kotlin #kotlinjs
And we also have @vanillacoder presenting Kotlin JS for full stack development here at the kotlin user group! @heycar_official #kotlin #kotlinjs
Atendiendo a las sabias palabras de @MiguelAngel_LV sobre #KotlinJS en @AlmeriaJs antes de irnos de vacaciones.
Thank you @KotlinWeekly 🙏🏽 for including my second article in Kotlin/JS series about JsExport guide for exposing Kotlin to JS #KotlinMultiplatform #KotlinJs
#KotlinJS can be used to create @Firebase apps writing only #kotlin code. @maillotm at @KotlinLyon cc @H2G_Lab
If you can't find an equivalent #KotlinJS function in the stdlib, you can create an external fun with a similar name and use it.
You can use existing NPM packages, Cool React components that were originally developing using #JS while creating #Kotlin JS projects Want to know more?🤔 See you at the upcoming meetup👀 where we'll deep dive into the world of Kotlin JS with @sebi_io. Stay tuned 🚀 #KotlinJS
Nous avons l'énorme plaisir d'accueillir @gz_k pour une avant première de son talk de la @kotlinconf ! #KotlinJS meetup.com/Lyon-Kotlin-Us…
Thank you @KotlinWeekly🙏🏽 for including my third post in Kotlin/JS series about “Different ways to distribute and integrate Kotlin/JS library” #KotlinMultiplatform #KotlinJs
Two approaches to use external JS libraries with #KotlinJS: - External + dynamic - External + JsModule @maillotm at @KotlinLyon
Firebase with #Kotlin: @Firebase Cloud Functions by @maillotm signal.h2g.io/firebase-with-… #KotlinJS
Merci beaucoup à @H2G_Lab de nous avoir accueilli ce soir pour ce super talk de @maillotm sur le développement d'apps @Firebase en @kotlin avec #KotlinJS !
Now you can use single version to control all your #KotlinJS Wrappers! 💍 Possible with BOM 🔥 github.com/JetBrains/kotl… @kotlin
Something went wrong.
Something went wrong.
United States Trends
- 1. Good Thursday 30.6K posts
- 2. #thursdayvibes 1,924 posts
- 3. Merry Christmas 68.4K posts
- 4. Happy Friday Eve N/A
- 5. #JASPER_TouchMV 244K posts
- 6. DataHaven 11.6K posts
- 7. #NationalCookieDay N/A
- 8. JASPER COMEBACK TOUCH 159K posts
- 9. #ThursdayThoughts 1,445 posts
- 10. Hilux 8,595 posts
- 11. #thursdaymotivation 2,349 posts
- 12. Toyota 28.9K posts
- 13. Earl Campbell 2,457 posts
- 14. Omar 188K posts
- 15. Colbert 4,517 posts
- 16. The Grinch 10.8K posts
- 17. Prince Harry 9,414 posts
- 18. Halle Berry 4,298 posts
- 19. Happy Birthday Dan 1,759 posts
- 20. Steve Cropper 8,883 posts