Skip to content

Commit 68a8b55

Browse files
authored
Merge pull request #810 from rcalago/master
Update on README.md
2 parents 49f200b + 14bdb60 commit 68a8b55

File tree

7 files changed

+8
-0
lines changed

7 files changed

+8
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
## Relevant Articles
2+
- [Determine Operating System in Kotlin](https://www.baeldung.com/kotlin/operating-system-identify)

core-kotlin-modules/core-kotlin-collections-list-2/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
- [How to Remove Null and Empty Values from a List in Kotlin](https://www.baeldung.com/kotlin/lists-remove-null-empty-values)
66
- [How to Initialize a List of Lists in Kotlin](https://www.baeldung.com/kotlin/list-of-lists)
77
- [How to Change a Value in a Mutable List in Kotlin](https://www.baeldung.com/kotlin/list-mutable-change-element)
8+
- [Counting Occurrences of a Value in a List in Kotlin](https://www.baeldung.com/kotlin/list-count-occurrences-of-value)

core-kotlin-modules/core-kotlin-collections-map/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@
55
- [Idiomatic Ways to Transform Maps in Kotlin](https://www.baeldung.com/kotlin/map-operations)
66
- [Implement a MultiMap in Kotlin](https://www.baeldung.com/kotlin/multimap)
77
- [Skip Null Values When Converting a List to a Map in Kotlin](https://www.baeldung.com/kotlin/list-map-conversion-ignore-nulls)
8+
- [Creating a Map from Two Arrays in Kotlin](https://www.baeldung.com/kotlin/map-from-two-arrays)
9+
- [Converting a List of Maps to a Map Grouped by Key in Kotlin](https://www.baeldung.com/kotlin/map-grouping)

core-kotlin-modules/core-kotlin-concurrency-3/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ This module contains articles about concurrency in Kotlin.
55
### Relevant articles:
66
- [Comparing wait(), sleep(), and delay() in Kotlin](https://www.baeldung.com/kotlin/wait-sleep-delay-difference)
77
- [Difference Between collect() and collectLatest() in Kotlin Flows](https://www.baeldung.com/kotlin/flow-collect-vs-collectlatest)
8+
- [Difference Between Value and Emit in MutableStateFlow Kotlin](https://www.baeldung.com/kotlin/mutablestateflow-value-vs-emit)

core-kotlin-modules/core-kotlin-design-patterns/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ This module contains articles about design patterns in Kotlin
99
- [The Chain of Responsibility Pattern in Kotlin](https://www.baeldung.com/kotlin/chain-of-responsibility-pattern)
1010
- [The Adapter Pattern in Kotlin](https://www.baeldung.com/kotlin/adapter-pattern)
1111
- [The Facade Pattern in Kotlin](https://www.baeldung.com/kotlin/facade-pattern)
12+
- [The Visitor Pattern in Kotlin](https://www.baeldung.com/kotlin/visitor-pattern)

kotlin-math-2/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
- [Find Average of All Items in a List in Kotlin](https://www.baeldung.com/kotlin/list-mean-value)
44
- [How to Calculate Standard Deviation in Kotlin](https://www.baeldung.com/kotlin/standard-deviation)
55
- [Check if a Number Can Be Expressed as Sum of Two Prime Numbers in Kotlin](https://www.baeldung.com/kotlin/number-sum-two-primes-test)
6+
- [Check if a Number Is Prime in Kotlin](https://www.baeldung.com/kotlin/primality-test)

kotlin-patterns/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
- [The Observer Pattern in Kotlin](https://www.baeldung.com/kotlin/observer-pattern)
33
- [Mediator Pattern in Kotlin](https://www.baeldung.com/kotlin/mediator)
44
- [Strategy Design Pattern in Kotlin](https://www.baeldung.com/kotlin/strategy-design-pattern)
5+
- [The Proxy Pattern in Kotlin](https://www.baeldung.com/kotlin/proxy-pattern)

0 commit comments

Comments
 (0)