Posts
Implementing user authentication in a Ktor backend
How I implemented user authentication for my service without third-party tools
Managing environment variables in Kotlin with ease and type safety
Environment variables are always needed when developing some sort of api. This is why I built my own small script to manage and retrieve…
Bottom Navigation Bar with nested Scaffolds
Implement a Bottom Navigation Bar without nesting Scaffolds!
Jetpack Compose color picker with hex values
A simple yet powerful Jetpack Compose color picker!
ModalBottomSheet and the system navigation bar
An improved version of the ModalBottomSheet that works well with the system navigation bar!