Following our recent Google I/O announcement recommending Kotlin Multiplatform (KMP) for sharing business logic across mobile, web, server, and desktop platforms, and our move to use KMP in Google Workspace, KotlinConf 2024 was the next moment to share the highlights and connect with the Kotlin community.
Related Posts
How I built a 39 compression pipeline with AES-256-GCM in Python (and why the dictionary is everything)
I store LLM training data. Every tool I found either compresses it or encrypts it — nothing did…
Helpful Tools for Quant丨Efficiently Calculate Transaction Costs from Tick Data
The calculation of transaction costs from tick data often involves two tables: trade and nbbo. As the timestamps…
Learn about the difference between var, let, and const keywords in JavaScript and when to use them.
var, let, and const: What’s the Difference in JavaScript? JavaScript is a dynamic and flexible language that allows…