Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giuliopime/do-too
To-do app showcase I use for writing tech articles. Basically a dumpster of the hardest challenges I encountered in building Index :>
https://github.com/giuliopime/do-too
ktor
Last synced: about 1 month ago
JSON representation
To-do app showcase I use for writing tech articles. Basically a dumpster of the hardest challenges I encountered in building Index :>
- Host: GitHub
- URL: https://github.com/giuliopime/do-too
- Owner: Giuliopime
- Created: 2024-04-21T18:14:11.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-11-15T19:05:07.000Z (about 2 months ago)
- Last Synced: 2024-11-15T20:19:01.607Z (about 2 months ago)
- Topics: ktor
- Language: Kotlin
- Homepage: https://index-it.app
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DoToo
this is a project I use for writing tech articles and tutorials.
basically I dump here all the solutions to the hard challenges I encounter while building [Index](https://index-it.app).## components
| component | documentation |
|-----------|---------------|
| api | [README](https://github.com/Giuliopime/do-too/blob/main/do-too-api/README.md) |## articles
| title | | |
|------------------------------------------|------------|---|
| managing environment variables in Kotlin | [Medium](https://medium.com/@giuliopime/managing-environment-variables-in-kotlin-with-ease-and-type-safety-dotoo-backend-42882a1371ff) | [Blog](https://blog.giuliopime.dev/posts/env-variables-kotlin/#sources-and-mentions) |
| implementing user authentication in a Ktor backend | [Medium](https://medium.com/@giuliopime/implementing-user-authentication-in-a-ktor-backend-e96a6a2dcddb) | [Blog](https://blog.giuliopime.dev/posts/authentication-api) |## planned articles
- websocket events with ktor
- android user authentication
- ios user authentication