Streamlining Cross-Platform Development with Kotlin Multiplatform I recently did a live talk with the founder of Foxbox on Kotlin Multiplatform. We talked about the current state of the industry and why Kotlin Multiplatform has a bright future.
Using Gradle version catalogs and Maven BOMs Learn how to use Gradle Version Catalogs and Maven BOM definitions to help simplify dependency management
Using Micronaut Data, JDBC, R2DBC, TestContainers, and Flyway with multiple schemas Learn how to configure a Micronaut project with JDBC, R2DBC, TestContainers, and Flyway for databases that utilize multiple schemas
Defensive Programming - Crashing Early Some defensive programming tips on how to use assertions to write better software.
Kotlin and Micronaut Programming - Building a personal finance app Day 5 Tonight we continue to work on the GraphQL endpoints, discuss Kotlin extension functions, add a relationship in our GraphQL schema, and finally write a test for our GraphQL endpoint. Follow along and watch indie software design and development on YouTube.
Kotlin and Micronaut Programming - Building a personal finance app Day 4 Day 4 of building a personal finance app with Kotlin and Micronaut. Tonight we continue to work on the integration testing system, update Micronaut to the latest 2.0.0 release, and start work on the GraphQL endpoint. We will be using JUnit5, Docker, Postgres, Kotlin, Micronaut, and GraphQL
Kotlin and Micronaut Programming - Building a personal finance app Day 3 Day 3 of building a personal finance app with Kotlin and Micronaut. Tonight we add more database migrations with Flyway. Create an initial integration test with JUnit5. Then we start setting up a test environment with Docker Compose
Kotlin and Micronaut Programming - Building a personal finance app Day 2 Day 2 of building a personal finance app with Kotlin and Micronaut. Tonight we explore the JDBC interface, database connection pooling, and automated database migrations
Kotlin and Micronaut Programming - Building a personal finance app Day 0 of building a personal finance app with Kotlin and Micronaut. Tonight we get my new windows machine setup and configure a new Micronaut project.
Kotlin Scuttlebutt Programming Stream - Server Hello Handshake Learning how the core scuttlebutt protocol works by developing a Scuttlebot library in Kotlin. In this second stream we take a look at reading the client hello message from the server perspective