From c999ec559c6a4aa1ea2d088a2d94b28373cc6063 Mon Sep 17 00:00:00 2001 From: edizor <113095366+edizor@users.noreply.github.com> Date: Sat, 30 Sep 2023 00:38:57 +0800 Subject: [PATCH 1/2] Update README.md [skip ci] --- zio/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/zio/README.md b/zio/README.md index b604590c7..fe03f82ee 100644 --- a/zio/README.md +++ b/zio/README.md @@ -7,3 +7,4 @@ - [Testing ZIO Applications Using ZIO Test](https://www.baeldung.com/scala/zio-test) - [Repeat and Retry in ZIO](https://www.baeldung.com/scala/zio-repeat-retry) - [Introduction to Fibers in ZIO](https://www.baeldung.com/scala/zio-fibers-tutorial) +- [Error Handling in ZIO](https://www.baeldung.com/scala/zio-error-handling) From 97aedae1d5a8fd2e54433eb1ce9f2d213e576db5 Mon Sep 17 00:00:00 2001 From: edizor <113095366+edizor@users.noreply.github.com> Date: Sat, 30 Sep 2023 00:42:09 +0800 Subject: [PATCH 2/2] Update README.md [skip ci] --- scala-core-collections/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/scala-core-collections/README.md b/scala-core-collections/README.md index 59d3a94d2..ca65111c7 100644 --- a/scala-core-collections/README.md +++ b/scala-core-collections/README.md @@ -10,3 +10,4 @@ - [Map Both Keys and Values of a Scala Map](https://www.baeldung.com/scala/map-keys-values) - [Split List by Fixed Number of Elements](https://www.baeldung.com/scala/split-list-by-fixed-number-of-elements) - [Merge Two Maps in Scala](https://www.baeldung.com/scala/merge-two-maps) +- [Different Ways To Iterate Over Collections in Scala](https://www.baeldung.com/scala/collections-iterators)