====== Kotlin ====== * https://kotlinlang.org/ * [[https://hyperskill.org/tracks/18|JetBrains Academy - Track: Kotlin Basics]] * [[https://kotlin.link/|Kotlin Awesome!]] Kotlin 관련 링크들 ===== 소개 ===== * [[https://programmingideaswithjake.wordpress.com/2016/03/19/kotlin-month-post-4-properties/|Kotlin Month Post 4: Properties]] * [[http://blog.dhananjaynene.com/2016/04/exercises-in-kotlin-part-1-getting-started/|Exercises in Kotlin: Part 1 - Getting Started]] * [[https://fabiomsr.github.io/from-java-to-kotlin/|From Java to Kotlin]] * [[https://dzone.com/articles/what-are-kotlin-progressions-and-why-should-you-care?utm_medium=feed&utm_source=feedpress.me&utm_campaign=Feed:%20dzone%2Fjava|What Are Kotlin Progressions and Why Should You Care?]] * [[https://dzone.com/articles/kotlin-jee-part-one-from-java-to-kotlin|Kotlin and Java EE (Part 1)]] * [[https://dzone.com/articles/kotlin-and-java-ee-part-2-having-fun-with-plugins|Kotlin and Java EE (Part 2): Having Fun With Plugins]] * [[https://dzone.com/articles/kotlin-and-java-ee-part-3-making-it-idiomatic|Kotlin and Java EE (Part 3): Making It Idiomatic]] * [[http://www.baeldung.com/kotlin-lazy-initialization|Lazy Initialization in Kotlin | Baeldung]] * [[https://code.tutsplus.com/tutorials/quick-tip-write-cleaner-code-with-kotlin-sam-conversions--cms-29304|Quick Tip: Write Cleaner Code With Kotlin SAM Conversions]] * [[http://www.baeldung.com/kotlin-extension-methods|Extension Methods in Kotlin | Baeldung]] * [[http://www.java-allandsundry.com/2018/01/kotlin-reified-type-parameters-sample.html|all and sundry: Kotlin - Reified type parameters sample]] * [[http://www.baeldung.com/kotlin-jpa|Working with Kotlin and JPA | Baeldung]] * [[https://www.infoq.com/presentations/kotlin-language-tour?utm_campaign=infoq_content&utm_source=infoq&utm_medium=feed&utm_term=global|Why Bother with Kotlin - Not Just Another Language Tour]] * [[https://www.slideshare.net/debop/kotlin-coupang-backed-jetbrains-day-seoul-2018|Kotlin @ Coupang Backed - JetBrains Day seoul 2018]] * [[https://blog.jetbrains.com/kotlin/2018/12/kotlinconf-2018-videos-slides-and-photos-are-out/?fbclid=IwAR0WPV0jP9HXjR85XT4aDeaO7jpfXUOx67j2V3CluH14PWiaqpfNYhiVago|KotlinConf 2018 Videos, Slides, and Photos are Out! | Kotlin Blog]] * [[https://d2.naver.com/helloworld/6685007|Kotlin 도입 과정에서 만난 문제와 해결 방법]] [[https://medium.com/naver-place-dev/kotlin-%EB%8F%84%EC%9E%85-%EA%B3%BC%EC%A0%95%EC%97%90%EC%84%9C-%EB%A7%8C%EB%82%9C-%EB%AC%B8%EC%A0%9C%EC%99%80-%ED%95%B4%EA%B2%B0-%EB%B0%A9%EB%B2%95-878a597906c9|Kotlin 도입 과정에서 만난 문제와 해결 방법 - 네이버 플레이스 개발 블로그 - Medium]] * [[https://devhints.io/kotlin|Kotlin cheatsheet]] * [[https://codelabs.developers.google.com/codelabs/java-friendly-kotlin/#0|Java-Friendly Kotlin]] * [[https://dzone.com/articles/a-beginners-guide-to-kotlin-1|A Beginner's Guide to Kotlin - DZone Java]] * [[https://medium.com/@cortinico/kotlins-noinline-crossline-once-for-all-c942fd07b7a3|Kotlin’s Noinline & Crossline, once for all | by Nicola Corti | Jul, 2020 | Medium]] * [[https://stackoverflow.blog/2020/08/26/kotlin-1-4-released-to-improve-performance/|Kotlin 1.4 released to improve performance - Stack Overflow Blog]] * [[https://www.androidhuman.com/2020-10-29-kotlin_1_4_language_features|Kotlin 1.4 Online Event: Kotlin 1.4 Language Features 영상 정리]] * [[https://blog.jetbrains.com/ko/kotlin/2020/11/productive-server-side-development-with-kotlin-stories/|Kotlin을 사용한 생산적인 서버측 개발: 업계 사례 – Kotlin Blog | JetBrains]] * [[https://thdev.tech/kotlin/2020/11/24/kotlin_effective_12/|Java value는 언제나 null이다. 이를 Kotlin에서 활용 시 주의할 점을 알아본다.]] * [[https://stackoverflow.com/questions/52345291/bean-validation-not-working-with-kotlin-jsr-380|java - bean validation not working with kotlin (JSR 380) - Stack Overflow]] * [[https://kotlinlang.org/docs/whatsnew15.html|What's new in Kotlin 1.5.0 | Kotlin]] * [[https://blog.kotlin-academy.com/effective-java-in-kotlin-item-1-consider-static-factory-methods-instead-of-constructors-8d0d7b5814b2|Effective Java in Kotlin, item 1: Consider static factory methods instead of constructors | by Marcin Moskala | Kt. Academy]] * [[https://tv.kakao.com/channel/3150758/cliplink/391419295|카카오톡의 서버사이드 코틀린 - kakaoTV]]