You are here |
kotlinfoundation.org | ||
| | | |
blog.jetbrains.com
|
|
| | | | 2023 marked Kotlin's first-ever participation in Google Summer of Code (GSoC), a global online program focused on bringing new contributors into open-source development. Contributors worked on 12-week programming projects with the Kotlin Foundation under the guidance of mentors from JetBrains, Google, and Gradle, and gained experience on real-world projects. We would like to share the results achieved during GSoC 2023. | |
| | | |
blog.gradle.org
|
|
| | | | Many readers will be familiar with JetBrains' excellent Kotlin programming language. It's been under development since 2010, had its first public release in 2012, and went 1.0 GA earlier this year. | |
| | | |
yole.blog
|
|
| | | | For this blog post, I'd like to change gears for a bit and tell a story from my previous life, the one when I was a software developer at JetBrains. Android Studio is celebrating its 10th anniversary, and this brings back memories of my own contributions to the project. I never actually knew how much... | |
| | | |
mydeveloperplanet.com
|
|
| | This blog introduces jOOQ, Liquibase, and Testcontainers integration in a Spring Boot application. It covers setting up the application, adding Liquibase for database management, generating jOOQ code, integrating a repository, implementing controller methods, and using Testcontainers for integration testing. Additionally, it discusses running the application with Spring Boot Docker Compose support. |