Explore >> Select a destination


You are here

kotlinfoundation.org
| | blog.jetbrains.com
8.6 parsecs away

Travel
| | 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
11.0 parsecs away

Travel
| | 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
13.7 parsecs away

Travel
| | 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
67.5 parsecs away

Travel
| 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.