Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chicio/katas
💪🏋️♂️ A collection of katas I did to hone my programming skills. 🏋️♂️💪
https://github.com/chicio/katas
coding-dojo functional-programming interview kata kotlin objective-c swift typescript
Last synced: about 10 hours ago
JSON representation
💪🏋️♂️ A collection of katas I did to hone my programming skills. 🏋️♂️💪
- Host: GitHub
- URL: https://github.com/chicio/katas
- Owner: chicio
- License: mit
- Created: 2020-08-31T18:48:28.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-25T09:51:21.000Z (over 1 year ago)
- Last Synced: 2024-03-20T15:22:23.790Z (8 months ago)
- Topics: coding-dojo, functional-programming, interview, kata, kotlin, objective-c, swift, typescript
- Language: Kotlin
- Homepage: http://fabrizioduroni.it
- Size: 6.78 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 42
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Katas
️A collection of katas I did to hone my programming skills.
## List
* [Tennis Game](https://github.com/chicio/Katas/tree/master/tennis-game)
* [Kotlin + Arrow functional programming](https://github.com/chicio/Katas/tree/master/tennis-game/kotlin-arrow-tennis-game)
* [TypeScript + fp-ts functional programming](https://github.com/chicio/Katas/tree/master/tennis-game/typescript-fpts-tennis-game)
* [TypeScript + fat-arrow-ts functional programming](https://github.com/chicio/Katas/tree/master/game-of-life/typescript-fat-arrow-ts-game-of-life)
* [Swift + Bow functional programming](https://github.com/chicio/Katas/tree/master/tennis-game/swift-bow-tennis-game)
* [Objective-C](https://github.com/chicio/Katas/tree/master/tennis-game/objective-c-tennis-game)
* [Python](https://github.com/chicio/Katas/tree/master/tennis-game/python-tennis-game)
* [Game Of Life](https://github.com/chicio/Katas/tree/master/game-of-life/)
* [Kotlin + Arrow functional programming](https://github.com/chicio/Katas/tree/master/game-of-life/kotlin-arrow-game-of-life)
* [TypeScript + fp-ts functional programming](https://github.com/chicio/Katas/tree/master/game-of-life/typescript-fpts-game-of-life)
* [Swift + Bow functional programming](https://github.com/chicio/Katas/tree/master/game-of-life/swift-bow-game-of-life)
* [Minesweeper](https://github.com/chicio/Katas/tree/master/minesweeper)
* [Java + Mockito + JUnit 4](https://github.com/chicio/Katas/tree/master/minesweeper/java-minesweeper)
* [Kotlin + MockK + JUnit 5](https://github.com/chicio/Katas/tree/master/minesweeper/kotlin-mockk-minesweeper)
* [Birthday greetings](https://codingdojo.org/kata/birthday-greetings/)
* [Swift + cuckoo](https://github.com/chicio/Katas/tree/master/birthday-greetings/swift-birthday-greetings)