
Discover Kotlin at Lightspeed and gain a practical taste of Kotlin on the JVM, by installing IntelliJ IDEA, setting up a JDK, and running a simple Kotlin project.
Explore Kotlin fundamentals—vals and vars, type inference, strings and templates—then master expressions, control flow with if and when, and looping with for, while, and do-while, plus functions.
Explore object oriented programming in Kotlin, covering classes, inheritance, constructors, and polymorphism. Learn about open and abstract classes, interfaces, data classes, singletons, companion objects, and generics.
Discover Kotlin's standard collections, including lists, arrays, sets, and maps, and learn immutable versus mutable variants, indexing, contains, sublists, and basic map operations.
Learn the essentials of functional programming in Kotlin by treating functions as values, using lambdas, and applying map, filter, reduce, takewhile, first, and join two string for data processing.
Explore Kotlin niceties such as nullable types with safe calls and the Elvis operator, and learn about infix notation, operator overloading, and extensions.
If you are looking to give Kotlin a try without investing too much time, this mini-course is for you.
This 2-hour online Kotlin course is your compact introduction to the fundamentals of Kotlin programming for if you're looking to enhance your software development skills. Starting with Kotlin basics, the course delves into the language's syntax and control flow mechanisms, laying a solid foundation for understanding how to write clean and efficient Kotlin code. It then covers the object-oriented programming (OOP) features of Kotlin, including classes, inheritance, and objects, enabling learners to design robust and scalable software systems.
The course also explores Kotlin's standard collections, providing insights into how to effectively manage and manipulate data. A key focus is placed on functional programming essentials, introducing lambdas and the functional collection API to promote writing more concise and expressive code. We will also explore Kotlin-specific features and niceties, such as nullables, special methods, operator overloading, and extension methods, which highlight the language's unique capabilities and how they can be leveraged to simplify coding tasks.
Designed for beginners and intermediate developers alike, this course aims to equip participants with the knowledge and skills needed to start building applications with Kotlin, emphasizing practical examples and real-world applications to ensure a well-rounded learning experience.