The PeraCompactDecimalFormat produces abbreviated numbers, suitable for display in environments will limited real estate
PeraCompactDecimalFormat The PeraCompactDecimalFormat produces abbreviated numbers, suitable for display in environments will limited real estate. For example, Algo: 342.24B instead of Algo: 342,249,670,000. The format will be appropriate for the given language, such as 342,24Mrd. for German. Library supports numbers between 0 – 184,467,440,737,095,551,615 (UInt64) Usage val formatter =...



Nine circles of hell to migrate a Kotlin Multiplatform project to the koin-annotations
Photo by James Lee on UnsplashIntroductionI develop a small multi-platform(android, desktop) project for finding cars at an auction using Koin as dependency injection. Koin imposes a small inconvenience in the form of...
Kotlin Journal Prompt Server (KtJournalPrompts)
Kotlin Journal Prompt Server (KtJournalPrompts) Summary This is a simple Spring Boot REST server that provides an API to create and read Journal Prompts. These Journal Prompts can help you to write your own journal entries. they provide ideas for what to write about in your journal. Setup The journal prompts are stored in a backend database. the database table(s) are created on the first executing of the application using...








