-
2024 자바 서버 개발자를 위한 Kotlin 공부 자료Kotlin 2023. 7. 1. 18:36
운이 좋게 개발자로 첫 직장에서 같은 기능을 Java -> Kotlin으로 변경해 본 경험이 있다.
코틀린 학습 자료를 정리한 것을 공유한다.
[언어 학습]
- Learn Kotlin Overview : https://play.kotlinlang.org/byExample/overview
- Kotlin: An Illustrated Guide (책수준 가이드) : https://typealias.com/start/
- KOTLIN COMPACT (자바 잘하는 개발자가 정리한 kotlin vs Java)(https://kotlincompact.com/)
- Jetbarains Academy (코틀린를 개발한 회사에서 제작한 교육 자료)
- [링크](https://hyperskill.org/tracks?_ga=2.182549669.205757313.1667352648-1331816455.1646802705&_gl=1*13mc0pj*_ga*MTMzMTgxNjQ1NS4xNjQ2ODAyNzA1*_ga_9J976DJZ68*MTY2NzM1MjY0Ny4xOC4wLjE2NjczNTI2NDcuMC4wLjA.)
- 장점: 최신/구 버전 문법 구분해주고 제작사에서 가르쳐줌.
- 단점 : 영어고, 투입되는 시간이 상당, 코딩테스트 문제 푸는 느낌
- Kotlin Programming Language
- Kotlin Examples
[Kotlin + Springboot]
- Udemy → Kotlin + Spring (https://www.udemy.com/course/build-restful-apis-using-kotlin-and-spring-boot/)-
- 몇달전 출시한 최신강의로 간단한 언어 강의 + 간단한 Application구축 실습 (예외처리, 테스트까지)
- 1만 4천원 정도로 매우 저렴
- 인프런 코프링 강의 (https://www.inflearn.com/course/java-to-kotlin-2)
- 몇달전 출시한 최신강의로 간단한 도서관 어플리케이션 구축 실습
- 배민 출신이 작성한 코드라 매우 자바 친화적인 실습
- ex) setter 처리를 어떻게 할 것인가
- ex) 테스트 코드 작성
- 스프링부트에서 제공하는 kotlin + springboot 샘플
GitHub - sdeleuze/spring-boot-kotlin-demo: Spring Boot Kotlin project with a REST Webservice and Spring Data
Spring Boot Kotlin project with a REST Webservice and Spring Data - GitHub - sdeleuze/spring-boot-kotlin-demo: Spring Boot Kotlin project with a REST Webservice and Spring Data
github.com
알고리즘
- Kotlin Coding Challenges
- Algorithms in Kotlin, Big-O-Notation, Part 1/7
- Algorithms in Kotlin, Strings, Part 2/7
- Algorithms in Kotlin, Stacks and Queues, Part 3/7
- Algorithms in Kotlin, Recursion, Part 4/7
- Algorithms in Kotlin, Graphs, Part 5/7
- Algorithms in Kotlin, Binary Trees, Part 6/7
- Algorithms in Kotlin, Caches, Part 7/7
반응형'Kotlin' 카테고리의 다른 글
2024 - 다시 시작하는 Kotlin (feat. 코틀린 자바로 변환하기) (0) 2024.11.02