Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ilyagulya/ilyagulya
https://github.com/ilyagulya/ilyagulya
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ilyagulya/ilyagulya
- Owner: IlyaGulya
- Created: 2024-08-03T13:47:59.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-08-03T13:57:03.000Z (4 months ago)
- Last Synced: 2024-08-03T14:59:39.637Z (4 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Hi there š
Iām interested in Developer Experience, crafting dev tools, programming languages, IDEs and compilers.
## My Projects š¼
- [swift-klib-plugin](https://github.com/ttypic/swift-klib-plugin) - Maintaining plugin which simplifies using swift code in your Kotlin Multiplatform project
- [Anvil Utils](https://github.com/IlyaGulya/anvil-utils) - code generator with several handy annotations for [Anvil](https://github.com/square/anvil) - code generator allowing to get rid of Dagger 2 boilerplate
- [Rust Dalvik VM](https://github.com/IlyaGulya/rust-dalvik-vm) - educational project where I'm trying to write a Dalvik VM implementation in Rust from scratch.
- [Todo App](https://github.com/IlyaGulya/TodoAppDecomposeMviKotlin) - Todo app sample using Compose Multiplatform, MVIKotlin, Decompose.