Skip to content

Commit

Permalink
Resources instead of References
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperancinha committed Jan 22, 2024
1 parent 4c5fc78 commit e1d22c7
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Note that if you want to build this project from the root, you need to use one o

---

## References
## Resources

### Books

Expand Down
2 changes: 1 addition & 1 deletion jeorg-kotlin-coroutines/Readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# JEOrg :: KTD :: Coroutines :: Parent

## References
## Resources

### Books

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

> Find the whole list on [a-suitable-nice-guy-in-a-suitable-age-group-forever](https://github.com/jesperancinha/a-suitable-nice-guy-in-a-suitable-age-group-forever/tree/main/you-tube-sessions/quizzes)
## References
## Resources

#### About `Dispatchers.IO`
- https://kotlinlang.org/api/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/-dispatchers/-i-o.html
Expand Down
11 changes: 5 additions & 6 deletions jeorg-kotlin-crums/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@ Kotlin Language study project.

## Contents

- [Kotlin Crums 1](./jeorg-kotlin-crums-1) - Fast Track Crum modules 1
- [Kotlin Crums 2](./jeorg-kotlin-crums-2) - Fast Track Crum modules 2
- [Kotlin Crums 3](./jeorg-kotlin-crums-3) - Fast Track Crum modules 3
- [Kotlin Crums 4](dev/src/jeorg-kotlin-test-drives/jeorg-kotlin-arrow-optics/jeorg-kotlin-crums-4) - Fast Track [Arrow Optics](https://arrow-kt.io/docs/optics/) Crum modules 4 (Gradle project with Source code generation)
- [Kotlin Arrow Optics Crum 1](./jeorg-kotlin-optics-crums-1) - Fast Track [Arrow Optics](https://arrow-kt.io/docs/optics/) Crum modules 1 (Maven project with Source code generation)
- [Kotlin Crums 1](./jeorg-kotlin-crums-1) - Fast Track Crums modules 1
- [Kotlin Crums 2](./jeorg-kotlin-crums-2) - Fast Track Crums modules 2
- [Kotlin Crums 3](./jeorg-kotlin-crums-3) - Fast Track Crums modules 3
- [Kotlin Crums 4 - Variance](./jeorg-kotlin-crums-4-variance) - Fast Track Variance modules

## References
## Resources

### Online

Expand Down
2 changes: 1 addition & 1 deletion jeorg-kotlin-crums/jeorg-kotlin-crums-1/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Kotlin Language study project.
`mapNotNull`, `filter`, `count`, `getOrPut`, `mutableMapOf`, `listOf`, `groupBy`, `mutableLisOf`, `asSequence`, `mapValues`, `groupingBy`, `eachCount`
`?:`, `?.`, `@NonNull by default`, `hashSetOf`, `hashMapOf`

## References
## Resources

### Online

Expand Down
2 changes: 1 addition & 1 deletion jeorg-kotlin-crums/jeorg-kotlin-crums-2/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Kotlin Language study project.
`?:`, `?.`, `@NonNull by default`, `hashSetOf`, `hashMapOf`, `suspendCoroutine`, `continuation`, `apply`, `let`, `run`, `with`, `also`, `takeIf`, `takeUnless`
`xor`, `and`, `toBinaryString`

## References
## Resources

### Online

Expand Down
2 changes: 1 addition & 1 deletion jeorg-kotlin-crums/jeorg-kotlin-crums-3/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ A - https://www.youtube.com/shorts/D9TOP4nvo5A
## Learning Cloud

## References
## Resources

### Online

Expand Down
2 changes: 1 addition & 1 deletion jeorg-kotlin-crums/jeorg-kotlin-crums-4-variance/Readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# JEOrg :: KTD :: Crums :: Crum4 - Variance

## References
## Resources

- [Generics: in, out, where](https://kotlinlang.org/docs/generics.html)
- [Kotlin 1.0 Beta Candidate is Out!](https://blog.jetbrains.com/kotlin/2015/10/kotlin-1-0-beta-candidate-is-out/)
Expand Down
2 changes: 1 addition & 1 deletion jeorg-kotlin-utilities/jeorg-kotlin-json-2/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Topics

1. `jackson`

## References
## Resources

- [How to Actually Parse XML in Java/Kotlin](https://medium.com/@foxjstephen/how-to-actually-parse-xml-in-java-kotlin-221a9309e6e8)

Expand Down

0 comments on commit e1d22c7

Please sign in to comment.