#kotlinconf18 результаты поиска

One of my favorite talks so far: iOS architecture with Multiplatform by @kpgalligan (obviously because of the dogs) 🐶 #kotlinconf18

gyula_voros's tweet image. One of my favorite talks so far: iOS architecture with Multiplatform by @kpgalligan (obviously because of the dogs) 🐶 #kotlinconf18

Getting a walk through of AndroidKtx from @dankim. Confession: still haven't used it. Now I see some of nice little functions they made available. Very nice! 👏🏽 #kotlinconf18 #AndroidDev

brwngrldev's tweet image. Getting a walk through of AndroidKtx from @dankim. Confession: still haven't used it. Now I see some of nice little functions they made available. Very nice! 👏🏽

#kotlinconf18 #AndroidDev

The best swag from #kotlinconf18 if not the year 🤘

suhtai_'s tweet image. The best swag from #kotlinconf18 if not the year 🤘

Andrey Breslev: "I do want typeclasses in Kotlin" 👏👏👏👏👏👏👏👏👏👏 #kotlinconf18 @arrow_kt

jaymoid's tweet image. Andrey Breslev: "I do want typeclasses in Kotlin"

👏👏👏👏👏👏👏👏👏👏

#kotlinconf18 @arrow_kt

Thoroughly enjoying this panel and this conference #kotlinconf18

kenodoggy's tweet image. Thoroughly enjoying this panel and this conference #kotlinconf18

Thanks for watching my Kotlin Puzzlers talk at #kotlinconf18, you can see and submit more at github.com/angryziber/kot…

antonkeks's tweet image. Thanks for watching my Kotlin Puzzlers talk at #kotlinconf18, you can see and submit more at github.com/angryziber/kot…

The new type inference and the full room listening to @sveta_isakova #kotlinconf18

jonnyzzz's tweet image. The new type inference and the full room listening to @sveta_isakova  #kotlinconf18
jonnyzzz's tweet image. The new type inference and the full room listening to @sveta_isakova  #kotlinconf18

“Prefer duplication over the wrong abstraction”. Wise words #KotlinConf18

LaurensLeeuwis's tweet image. “Prefer duplication over the wrong abstraction”. Wise words #KotlinConf18

First time seeing @venkat_s speak in person and I'm super pumped! He's such a great speaker 💯 #kotlinconf18 #lifegoals

brwngrldev's tweet image. First time seeing @venkat_s speak in person and I'm super pumped! He's such a great speaker 💯

#kotlinconf18 #lifegoals

Check out multiplatform/isomorphic, concise and type safe framework to visualize your data @data2viz_io. Write once visualize on Browser(JS), JavaFX and Android. #kotlin #kotlinconf18

bashorov's tweet image. Check out multiplatform/isomorphic, concise and type safe framework to visualize your data @data2viz_io.

Write once visualize on Browser(JS), JavaFX and Android.

#kotlin #kotlinconf18

A true throwback to #kotlinconf18, having a Kotlin multiplatform conference app that erases the sessions you save every once in a while 🙃😢 #dcbln21 @jetbrains had the excuse that they're not mobile devs, but what's this @TouchlabHQ 😅

zsmb13's tweet image. A true throwback to #kotlinconf18, having a Kotlin multiplatform conference app that erases the sessions you save every once in a while 🙃😢 #dcbln21

@jetbrains had the excuse that they're not mobile devs, but what's this @TouchlabHQ 😅

Many people think building microservices is hard. But with the right set of tools, technologies, and frameworks, it doesn't have to be. In his #kotlinconf18 session, @fedor covered modern microservices in general and how Kotlin helped in particular: youtu.be/oCySoQlAlPk

kotlinconf's tweet card. KotlinConf 2018 - Painless Microservices with Kotlin by Fedor Korotkov

youtube.com

YouTube

KotlinConf 2018 - Painless Microservices with Kotlin by Fedor Korotkov


Get an overview of the analysis tools available for Kotlin from the talk by @Mauin. Marvin showcases ktlint, Android Lint, and provides a deeper dive into detekt #kotlinconf18 youtu.be/yjhQiP0329M

kotlinconf's tweet card. KotlinConf 2018 - Safe(r) Kotlin Code - Static Analysis Tools for...

youtube.com

YouTube

KotlinConf 2018 - Safe(r) Kotlin Code - Static Analysis Tools for...


Here are ten tips from Kyle Thomson on how to make libraries Kotlin-friendly. Kyle overviews case studies of real open-source Java libraries and shows what techniques you can apply to make your library play nicely within the Kotlin ecosystem #kotlinconf18 youtu.be/psuMuSvEpRY

kotlinconf's tweet card. KotlinConf 2018 - 10 Tips to Make Libraries Kotlin-Friendly by Kyle...

youtube.com

YouTube

KotlinConf 2018 - 10 Tips to Make Libraries Kotlin-Friendly by Kyle...


@sveta_isakova I thought I remembered you talking about SAM conversion for #Kotlin interfaces at #kotlinconf18, but I haven't seen anything about it since. 🤔 Is that actually coming or did I misunderstand?


Why is #GraphQL growing so popular? Learn how you can take advantage of it in your applications. In a talk from #kotlinconf18 @brwngrldev explores how to create a GraphQL Server with a stack written entirely in Kotlin youtu.be/1NmXeZgtkvg

kotlinconf's tweet card. KotlinConf 2018 - GraphQL Powered by Kotlin by Annyce Davis

youtube.com

YouTube

KotlinConf 2018 - GraphQL Powered by Kotlin by Annyce Davis


One of the #kotlinconf18 talks “Best Practices for Unit Testing in Kotlin” by @philipp_hauer contains guidelines for writing unit test code that is idiomatic, readable, concise, and produces reasonable failure messages. Watch it online youtu.be/RX_g65J14H0

kotlinconf's tweet card. KotlinConf 2018 - Best Practices for Unit Testing in Kotlin by...

youtube.com

YouTube

KotlinConf 2018 - Best Practices for Unit Testing in Kotlin by...


Check out our weekly #kotlinconf18 talk by @Eric_Cochran and learn how to get started with Kotlin serialization, how to use it with your chosen data formats, and how to integrate it with your existing frameworks youtu.be/p8Wt_atMA50

kotlinconf's tweet card. KotlinConf 2018 - Performant Multiplatform Kotlin Serialization by...

youtube.com

YouTube

KotlinConf 2018 - Performant Multiplatform Kotlin Serialization by...


In this #kotlinconf18 talk, @RunChristinaRun looks at why representing the state of an app can be problematic, and some practical ways you can leverage Kotlin to make it better youtu.be/-lVVfxsRjcY


Consensus is one of the challenges for distributed systems. Raft protocol helps to overcome it. However, efficient implementation can be tricky. At #kotlinconf18 @AndriiRodionov showed how to implement the protocol by coroutines and Ktor framework youtu.be/pNFmreSEXic

kotlinconf's tweet card. KotlinConf 2018 - Implementing Raft Protocol by Coroutines and Ktor...

youtube.com

YouTube

KotlinConf 2018 - Implementing Raft Protocol by Coroutines and Ktor...


In his #kotlinconf18 talk, @dankim explores KTX comparing the old, harder ways of doing things against the new, friendlier ways that it provides. Check it out youtu.be/LP3PaPrIFHo

kotlinconf's tweet card. KotlinConf 2018 - Android KTX: A Dash of Kotlin Makes All the...

youtube.com

YouTube

KotlinConf 2018 - Android KTX: A Dash of Kotlin Makes All the...


We have another awesome talk for you to kick off your weekend “Kotlin Coroutines in Practice” by @relizarov. By the way it was one of the most popular talks from #KotlinConf18 watch it and see why youtu.be/a3agLJQ6vt8

kotlinconf's tweet card. KotlinConf 2018 - Kotlin Coroutines in Practice by Roman Elizarov

youtube.com

YouTube

KotlinConf 2018 - Kotlin Coroutines in Practice by Roman Elizarov


Binge watching talks from #kotlinconf18 my kinda sunday.😁


@tornorbye @jvgogh Not sure if the problem just came back or whether it just hadn't happened in a while since #kotlinConf18 but it seems that @androidstudio is not seeing all my unit tests in a module again.


Unseren Vortrag auf der #KotlinConf18 in Utrecht verpasst? In unserem Video erfahrt ihr alles über das Traumpaar #Kotlin und #SpringBoot: bit.ly/2PuW64Z


Нет результатов для «#kotlinconf18»

Happily I'm attending with part of the @wallapop Android team the #KotlinConf #Kotlinconf18 to move our app forward 🚀 @Perrankana @mastropixel

narfss's tweet image. Happily I'm attending with part of the @wallapop Android team the #KotlinConf #Kotlinconf18 to move our app forward 🚀 @Perrankana @mastropixel

Freddy Mercury resurrected specially for #kotlinconf18

antonkeks's tweet image. Freddy Mercury resurrected specially for #kotlinconf18

We are done with talks for today. Enjoy the #kotlinconf18 afterparty and see you tomorrow for the second day of the conference 🎉

kotlinconf's tweet image. We are done with talks for today. Enjoy the #kotlinconf18 afterparty and see you tomorrow for the second day of the conference 🎉

I'm just about to give my "Android Suspenders" talk at #kotlinconf18 🕺 🖼: chris.banes.me/suspenders

chrisbanes's tweet image. I'm just about to give my "Android Suspenders" talk at #kotlinconf18 🕺

🖼: chris.banes.me/suspenders

Good morning Amsterdam. Did you enjoy the party and Queen tribute band? Get ready for more fun today! #kotlinconf18

kotlinconf's tweet image. Good morning Amsterdam. Did you enjoy the party and Queen tribute band? Get ready for more fun today! #kotlinconf18
kotlinconf's tweet image. Good morning Amsterdam. Did you enjoy the party and Queen tribute band? Get ready for more fun today! #kotlinconf18

One of my favorite talks so far: iOS architecture with Multiplatform by @kpgalligan (obviously because of the dogs) 🐶 #kotlinconf18

gyula_voros's tweet image. One of my favorite talks so far: iOS architecture with Multiplatform by @kpgalligan (obviously because of the dogs) 🐶 #kotlinconf18

最前列マン13 これで最後 #KotlinConf18

yanzm's tweet image. 最前列マン13
これで最後
#KotlinConf18

“Prefer duplication over the wrong abstraction”. Wise words #KotlinConf18

LaurensLeeuwis's tweet image. “Prefer duplication over the wrong abstraction”. Wise words #KotlinConf18

Loading...

Something went wrong.


Something went wrong.


United States Trends