#kotlinconf17 risultati di ricerca

High-tech decision making at Kotlin Panel #kotlinconf17

AngellaMLD's tweet image. High-tech decision making at Kotlin Panel #kotlinconf17

Having an incredible time at the first ever KotlinConf! #kotlinconf17

kenodoggy's tweet image. Having an incredible time at the first ever KotlinConf! #kotlinconf17

Nothing is a subtype for all types, so the type for Int or Nothing is Int instead of Any. Now I understand Nothing. Thx @sveta_isakova! #kotlinconf17

chiuki's tweet image. Nothing is a subtype for all types, so the type for Int or Nothing is Int instead of Any. Now I understand Nothing. Thx @sveta_isakova! #kotlinconf17

Learn Coroutines, they're amazing and powerful! #kotlinconf17

AngellaMLD's tweet image. Learn Coroutines, they're amazing and powerful!  #kotlinconf17

The iOS application for the #kotlinconf17 is written entirely in Kotlin. The future of app development is here: github.com/jetbrains/kotl…

salomonbrys's tweet image. The iOS application for the #kotlinconf17 is written entirely in Kotlin. The future of app development is here: github.com/jetbrains/kotl…

A View State Machine for Network Calls on Android by @mandybess #kotlinconf17 #sketchnotes

chiuki's tweet image. A View State Machine for Network Calls on Android by @mandybess #kotlinconf17 #sketchnotes

2 stones 1 bird: Implementation Tradeoffs by @RunChristinaRun #kotlinconf17 #sketchnotes

chiuki's tweet image. 2 stones 1 bird: Implementation Tradeoffs by @RunChristinaRun #kotlinconf17 #sketchnotes

Kotlin in Action - Japanese translation. With the authors #kotlinconf17

hhariri's tweet image. Kotlin in Action - Japanese translation. With the authors #kotlinconf17

And it’s a wrap. Thank you everyone for making the first KotlinConf happen! #kotlinconf17

kotlinconf's tweet image. And it’s a wrap. Thank you everyone for making the first KotlinConf happen! #kotlinconf17

Domain specific language (DSL) to make your code more declarative. Also great for executing a heist. #kotlinconf17

chiuki's tweet image. Domain specific language (DSL) to make your code more declarative. Also great for executing a heist. #kotlinconf17

Live coding @gradle in @Kotlin with auto complete and documentation, woot! #kotlinconf17

AngellaMLD's tweet image. Live coding @gradle in @Kotlin with auto complete and documentation, woot!  #kotlinconf17

Learning more about how @gradle builds work behind the scenes. #kotlinconf17

brwngrldev's tweet image. Learning more about how @gradle builds work behind the scenes. #kotlinconf17
brwngrldev's tweet image. Learning more about how @gradle builds work behind the scenes. #kotlinconf17

RT @RichaKhanna10 Talk from #KotlinConf17 abt @kotlin’s Coroutines by @relizarov absolutely amazing. Helped me easily understand what is Coroutines and how to use them in practice, and why #Kotlin chose #Coroutines over the classic async/await keyword #dev youtube.com/watch?v=_hfBv0…


This talk from #KotlinConf17 about @kotlin’s Coroutines by @relizarov is absolutely amazing. Helped me easily understand what is Coroutines and how to use them in practice, and why #Kotlin chose #Coroutines over the classic async/await keyword. youtube.com/watch?v=_hfBv0…


Très intéressant talk de #KotlinConf17 sur les solutions Superman. Excellents choix pour un prix moins cher qu’un…


Très intéressant talk de #KotlinConf17 sur les solutions Serverless. Excellents choix pour un prix moins cher qu’un VPS la prise de tête de l’install et maintenance de l’environnement en moins: youtu.be/5i0xDFpcs_o


For anyone interested in #Kotlin, here are the videos from #kotlinconf17 kotlinconf.com/talks/


My #KotlinPuzzlers video from #KotlinConf17 - youtube.com/watch?v=ukwVzL… - enjoy and maybe see you next year with a new set! :-)


Wohooooooo! I think we had exactly the same thought after #kotlinconf17 :-)


Does this mean my talk's audience gave me 5th place in entire the conference? Am I dreaming? How nice were they!!! #kotlinconf17

shiraj_i's tweet image. Does this mean my talk's audience gave me 5th place in entire the conference? Am I dreaming? How nice were they!!! #kotlinconf17

Video for "A View State Machine for Network Calls on Android" by @mandybess #kotlinconf17 youtube.com/watch?v=Vre-Ih…


All the talks at KotlinConf, organized and commented buff.ly/2nzTXqY #kotlinconf17 #kotlin


Methods with one line as their body are not same as one liner methods. The former returns Unit whereas the later returns a type. Be careful qhen you are doing this. By @mgouline #KotlinConf17 #AndroidDev #KotlinDev

BlrKotlin's tweet image. Methods with one line as their body are not same as one liner methods. The former returns Unit whereas the later returns a type. Be careful qhen you are doing this. By @mgouline #KotlinConf17 #AndroidDev #KotlinDev
BlrKotlin's tweet image. Methods with one line as their body are not same as one liner methods. The former returns Unit whereas the later returns a type. Be careful qhen you are doing this. By @mgouline #KotlinConf17 #AndroidDev #KotlinDev

Extension functions in #Kotlin are great, but should it be used for writting project specific code? 1st two are ok to use, but does the 3rd example is necessary to be an Extension function? By @mgouline #KotlinConf17 #KotlinDev #AndroidDev

BlrKotlin's tweet image. Extension functions in #Kotlin are great, but should it be used for writting project specific code?

1st two are ok to use, but does the 3rd example is necessary to be an Extension function? By @mgouline #KotlinConf17 #KotlinDev #AndroidDev
BlrKotlin's tweet image. Extension functions in #Kotlin are great, but should it be used for writting project specific code?

1st two are ok to use, but does the 3rd example is necessary to be an Extension function? By @mgouline #KotlinConf17 #KotlinDev #AndroidDev
BlrKotlin's tweet image. Extension functions in #Kotlin are great, but should it be used for writting project specific code?

1st two are ok to use, but does the 3rd example is necessary to be an Extension function? By @mgouline #KotlinConf17 #KotlinDev #AndroidDev
BlrKotlin's tweet image. Extension functions in #Kotlin are great, but should it be used for writting project specific code?

1st two are ok to use, but does the 3rd example is necessary to be an Extension function? By @mgouline #KotlinConf17 #KotlinDev #AndroidDev

Shadowing a variable is allowed, but should you do that? Specially when there is an easier alternative exists? By @mgouline #KotlinConf17 #KotlinDev #AndroidDev

BlrKotlin's tweet image. Shadowing a variable is allowed, but should you do that? Specially when there is an easier alternative exists? By @mgouline #KotlinConf17 #KotlinDev #AndroidDev
BlrKotlin's tweet image. Shadowing a variable is allowed, but should you do that? Specially when there is an easier alternative exists? By @mgouline #KotlinConf17 #KotlinDev #AndroidDev

Nested it in #Kotlin will work fine, but should not be done. By @mgouline #KotlinConf17 #KotlinDev #AndroidDev

BlrKotlin's tweet image. Nested it in #Kotlin will work fine, but should not be done. By @mgouline #KotlinConf17 #KotlinDev #AndroidDev
BlrKotlin's tweet image. Nested it in #Kotlin will work fine, but should not be done. By @mgouline #KotlinConf17 #KotlinDev #AndroidDev

La plupart des vidéos de #KotlinConf17 sont/ont l’air (car pas tout vu) intéressantes mais les deux sur les coroutines ❤️❤️❤️❤️❤️ youtu.be/_hfBv0a09Jc youtu.be/YrrUCSi72E8


#kotlin There was #kotlinconf17 talk exactly about the talk


The video of my talk at #kotlinconf17 is now available. It provides information on kotlin.js development. youtube.com/watch?v=1Pu0TY…


Nessun risultato per "#kotlinconf17"

#kotlinconf17 keynote. Kotlin/JVM + Kotlin/JS + Kotlin/Native = Kotlin/Anywhere

chiuki's tweet image. #kotlinconf17 keynote. Kotlin/JVM + Kotlin/JS + Kotlin/Native = Kotlin/Anywhere

And it’s a wrap. Thank you everyone for making the first KotlinConf happen! #kotlinconf17

kotlinconf's tweet image. And it’s a wrap. Thank you everyone for making the first KotlinConf happen! #kotlinconf17

High-tech decision making at Kotlin Panel #kotlinconf17

AngellaMLD's tweet image. High-tech decision making at Kotlin Panel #kotlinconf17

Kotlin in Action - Japanese translation. With the authors #kotlinconf17

hhariri's tweet image. Kotlin in Action - Japanese translation. With the authors #kotlinconf17

Having an incredible time at the first ever KotlinConf! #kotlinconf17

kenodoggy's tweet image. Having an incredible time at the first ever KotlinConf! #kotlinconf17

Nothing is a subtype for all types, so the type for Int or Nothing is Int instead of Any. Now I understand Nothing. Thx @sveta_isakova! #kotlinconf17

chiuki's tweet image. Nothing is a subtype for all types, so the type for Int or Nothing is Int instead of Any. Now I understand Nothing. Thx @sveta_isakova! #kotlinconf17

A View State Machine for Network Calls on Android by @mandybess #kotlinconf17 #sketchnotes

chiuki's tweet image. A View State Machine for Network Calls on Android by @mandybess #kotlinconf17 #sketchnotes

You need the three JDK to compile Kotlin 😪 (1.6, 1.7 and 1.8) #kotlinconf17 @shiraj_i

juanchosaravia's tweet image. You need the three JDK to compile Kotlin 😪 (1.6, 1.7 and 1.8) #kotlinconf17 @shiraj_i

Loading...

Something went wrong.


Something went wrong.


United States Trends