Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 :>

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