Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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. 🏋️‍♂️💪

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)