Animating Paths in Swift UI Learn how to draw a line graph and animate the drawing of the line graph path
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
Kotlin Everywhere - GraphQL and Kotlin Kotlin Everywhere conference talk about GraphQL and Kotlin by Zac Siegel
Kotlin and Vert.x Livestream - Extension Functions and ktlint Third livestream session of the creation of a Kotlin lint bot that runs on Github. The stream replay is here. In this stream we explore how to use Kotlin extension functions to clean up code. We also started calling out to ktlint to scan our Kotlin code Follow along and