Course Outline
Introduction
Refresher on Kotlin Basics for Government
Using Advanced Functions in Kotlin
- Utilizing Nested Functions to Reuse Functionality in Kotlin
- Leveraging Infix Notation for Function Calls in Kotlin
- Declaring Anonymous Functions in Kotlin
- Applying the Inline Modifier for Enhanced Efficiency in Kotlin
- Implementing Returns and Local Returns When Working with Advanced Functions in Kotlin
- Optimizing Performance with Tail Recursion in Kotlin
- Employing Operator Overloading in Kotlin
- Using Lambdas with Receivers to Create Restrictions on DSLs in Kotlin
- Invoking Instances in Kotlin
- Utilizing Functional Constructs in Kotlin
- Function Composition
- Currying
- Other Constructs
- Summary of Advanced Functional Features in Kotlin
Exploring Class Scenarios in Kotlin
- Implementing Fields in Kotlin
- Using the "lateinit" Modifier in Kotlin
- Understanding Nested and Inner Classes in Kotlin
- Defining Static Methods in Kotlin Using Companion Objects
- Hiding Class Constructors in Kotlin
- Marking Classes as Sealed in Kotlin
- Using Type Aliases in Kotlin
- Summary of Advanced Features of Kotlin for Classes
Implementing Delegation in Kotlin
- Understanding the Concept of Member Delegation in Kotlin
- Delegating Member Functions to Another Class in Kotlin
- Delegating Properties in Kotlin for Efficient Code Reuse
- Utilizing Built-in Delegated Properties in Kotlin
- Delegating Local Properties in Kotlin for Efficient Code Reuse
- Implementing Extension Properties in Classes in Kotlin
- Summary of the Different Aspects of Delegation in Kotlin
Gaining an In-Depth Understanding of Generics in Kotlin
- Understanding Generic Constraints
- Exploring Variance and Invariance in Generics
- Using the "out" Modifier to Express Covariance in Generics in Kotlin
- Expressing Contravariance in Kotlin
- Examining Type Projections and Star Projections in Kotlin
- Summary of Advanced Generics in Kotlin
Metaprogramming in Kotlin
- Overview of Reflection for Government
- Using Java Reflection with Kotlin via the Reflection API
- Utilizing Kotlin's Reflection API
- Handling Type Erasure in Kotlin
- Using Reified Generics in Kotlin
- Defining Custom Annotations in Kotlin
- Summary of Metaprogramming and Introspection Techniques in Kotlin
Performing Asynchronous Programming in Kotlin
- Understanding the Challenges of Asynchronous Programming
- Implementing Asynchronous Programming and Coroutines in Kotlin
- Using Async and Await in Kotlin with Coroutines
- Implementing Yield in Kotlin
- Comparing the Advantages of Coroutines to Reactive Extensions
- Summary of Coroutines in Kotlin
Summary and Conclusion
Requirements
- An understanding of the foundational principles of Kotlin
Audience
- Developers seeking to enhance their proficiency in Kotlin programming for government applications
Testimonials (7)
Intensity of a course, coverage of topics. Complicated topics are explained on a good level, so even though there are some white spots left in of them (like DSL) -- it won't be hard to go on by myself as I already have a common understanding of basis and at least know how to form my questions to Google.
Alexey Baryshnev - C.T.Co SIA
Course - Advanced Kotlin Programming
A format - lot of new info, but it felt pretty understandable and comfortable to learn, most of it I managed to remember and use when necessary at the next topics.
Alina Karpovich - C.T.Co SIA
Course - Advanced Kotlin Programming
Trainer competence, wide subject knowledge. I have learned a lot new stuff, received valuable comments and answers to my questions.
Ilya Ginter - C.T.Co SIA
Course - Advanced Kotlin Programming
live communication and good answers to questions
Alexander Semyonov - C.T.Co SIA
Course - Advanced Kotlin Programming
Execute exercises in mode online, it is cool. Fast answer about additional questions
Oleg Sushik - C.T.Co SIA
Course - Advanced Kotlin Programming
Positive approach
Arseniy - C.T.Co SIA
Course - Advanced Kotlin Programming
I liked exercises and questions where we should think like a compiler. Sometimes it feels like you understand topic we are discussing and with exercise we could make sure not only that we feel that way but really understood. In case exercise was difficult for someone, solution was provided by clear steps what and why we do to make this working. Also by going further with these exercises it was really nice that we looked at previous ones understanding how we can improve something that was already done by one solution.