Backend unit tests tend to be tedious to write, difficult to maintain, and costly to execute, but it doesn’t have to be
that way.
Here’s how I leverage the power of Kotlin to make writing integration tests for Ktor backends a breeze, while also
keeping them 🔥 blazingly fast 🚀.
Read more...
2024-03-24
3490 words
17
min
programming
kotlin
ktor
tutorialI very often praise Kotlin for its powerful and flexible type system, and bash on JavaScript for its lack thereof.
But I want to show that, while it is personal preference (even if a popular opinion), there are actual merits to
having a good type system.
While Kotlin and JS are used as examples here, these points can be extrapolated to most languages.
Read more...
2024-03-20
4121 words
20
min
programming
kotlin
javascript