A quick tutorial on removing null values when converting a list to a map in Kotlin.
Also find me here:
Baeldung Author
Ewane Enombe
I'm an experienced software engineer with over 7 years of experience in the field. I specialize in cloud services, Android app development using Java and Kotlin, as well as Django with Python. One of my passions is technical documentation, and I'm always looking for ways to improve my skills in this area. I love helping people get better technically and I feel fulfilled knowing that I can make a positive impact on someone's career. In my free time, I enjoy playing chess. It's a great way to unwind and exercise my mind. I find that playing chess helps me to stay sharp and focused, which translates to better productivity when I'm back at work. Overall, I'm proud of the work I've done as a software engineer and I'm excited to continue growing and learning in this field.
Here's what I've written (so far):
Baeldung on Kotlin
- All
- Kotlin Strings (11)
- Kotlin Collections (11)
- Patterns (4)
- Kotlin Basics (3)
- Algorithms (3)
- Libraries (2)
- Kotlin-Java Interop (2)
- Kotlin Numbers (2)
- Kotlin Classes and Objects (2)
- Kotlin Arrays (2)
- Testing (1)
- Kotlin IO (1)
- Kotlin Functions (1)
- Kotlin Dates (1)
- Kotlin (1)
Calling Private Methods of a Class From Outside the Class
Filed under Kotlin Classes and Objects
A quick tutorial on calling private methods from outside of the class they are declared within in Kotlin.
How to Calculate Standard Deviation in Kotlin
Filed under Algorithms
A quick guide to calculating standard deviation of sets of numbers in Kotlin.
How to Extract Individual Values From a JSON String
Filed under Kotlin Strings
A quick guide to extracting individual values from JSON strings in Kotlin.
How to Reverse the Order of Words in a Sentence in Kotlin
Filed under Kotlin Strings
A quick tutorial on reversing the word order in a sentence with Kotlin.
How to Convert a String to a Float in Kotlin
Filed under Kotlin Numbers, Kotlin Strings
A quick tutorial about converting strings to floats in Kotlin.
How to Repeat a String N Times in Kotlin
Filed under Kotlin Strings
A quick tutorial on repeating strings in Kotlin.
Idiomatic Ways to Transform Maps in Kotlin
Filed under Kotlin Collections
Explore several strategies for transforming Maps in Kotlin.
How to Reverse a String in Kotlin
Filed under Kotlin Strings
Explore the techniques of reversing a string in Kotlin.