A three part blog (all included in this one) that goes through
- How Kotlin Multiplatform works (compiler and everything)
- How to build a game (Snake) and finally
- how to make it multiplatform.
A three part blog (all included in this one) that goes through
In this blog I'll cover a few different abstraction levels of database access, focusing purely on SQL and not NoSQL / Reddis or anything like that. The purpose is to share the knowledge that there exist these types of abstractions and they do exist in all or at least most of the popular languages.