Skip to content

Commit 1ba082e

Browse files
committed
feat(ktl-3977): added new cases
1 parent d39b0c3 commit 1ba082e

File tree

1 file changed

+57
-5
lines changed

1 file changed

+57
-5
lines changed

data/case-studies/case-studies.yml

Lines changed: 57 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,33 @@ items:
397397
type: image
398398
path: /images/case-studies/physics-wallah-card-preview.png
399399
#------------------------------------------------------------------------
400+
- id: case-study-amazon
401+
type: server-side
402+
description: >-
403+
How does Kotlin perform at Amazon-scale?
404+
405+
406+
In this talk, Katie Levy, Senior Software Engineer at Amazon Fashion, shares how her team migrated a 10,000-line backend service from Java to Kotlin while powering an AI-driven size recommendation system used by hundreds of millions of customers across 19 locales.
407+
logo:
408+
- /images/case-studies/amazon-logo.svg
409+
media:
410+
type: youtube
411+
videoId: rvyUgcxfang
412+
#------------------------------------------------------------------------
413+
- id: case-study-worldline-server-side
414+
type: server-side
415+
description: >-
416+
Discover how Worldline powers digital banking innovation with over one million active users every month. Lead Developer Richard Marchant shares why the team chose Kotlin to build their Conversational Platform from the ground up. From faster feature development to reduced runtime errors, Kotlin’s concise syntax and safety features transformed their workflow. Now, with Kotlin Multiplatform and company-wide training, Worldline is driving a modern, collaborative future in fintech development.
417+
logo:
418+
- /images/case-studies/worldline-logo.svg
419+
carousel: true
420+
frameworks:
421+
- spring
422+
- exposed
423+
media:
424+
type: youtube
425+
videoId: 3IxDICQTutw
426+
#------------------------------------------------------------------------
400427
- id: case-study-vmware
401428
type: multiplatform
402429
description: >-
@@ -599,6 +626,20 @@ items:
599626
- frontend
600627
link: https://kotlinlang.org/lp/multiplatform/case-studies/mirego
601628
#------------------------------------------------------------------------
629+
- id: case-study-wolt
630+
type: server-side
631+
description: >-
632+
Wolt, a technology company specializing in local commerce and delivery logistics (part of DoorDash),
633+
shares how Kotlin has become a core part of their backend systems and engineering culture.
634+
logo:
635+
- /images/case-studies/wolt-logo.svg
636+
frameworks:
637+
- spring
638+
- ktor
639+
media:
640+
type: youtube
641+
videoId: puBXoKkQInE
642+
#------------------------------------------------------------------------
602643
- id: case-study-music-work
603644
type: multiplatform
604645
description: >-
@@ -713,13 +754,20 @@ items:
713754
- id: case-study-mercedes-benz-io
714755
type: server-side
715756
description: >-
716-
The **Mercedes-Benz.io** team shares their experience migrating backend services from Java to Kotlin, highlighting the reasons behind the switch, challenges encountered, and the benefits to their development workflows.
757+
Tiago, Software Architect at Mercedes-Benz.io, shares how his team builds cloud-native apps with Kotlin and Spring Boot, serving over 3.5 million users daily.
758+
759+
760+
Discover why they moved from Java to Kotlin — cutting boilerplate, improving stability, and speeding up development. Today, Kotlin powers their backend, mobile apps, and multiplatform projects, driving faster, cleaner, and more reliable code.
717761
logo:
718762
- /images/case-studies/mercedes-benz-logo.svg
719763
isExternal: true
720764
carousel:
721765
logo: /images/case-studies/carousel/mercedes-benz.svg
722-
link: https://www.mercedes-benz.io/blog/2024-11-22-transitioning-from-java-to-kotlin-in-backend-development
766+
frameworks:
767+
- spring
768+
media:
769+
type: youtube
770+
videoId: oaJpj18OqY0
723771
#------------------------------------------------------------------------
724772
- id: case-study-novatec
725773
type: server-side
@@ -797,13 +845,17 @@ items:
797845
- id: case-study-ing
798846
type: server-side
799847
description: >-
800-
**ING** shares the story of introducing Kotlin on the backend in a large organization, with tips for reducing friction during adoption.
848+
ING’s Mobile Banking team shares how they modernized their mission-critical payment engine using Kotlin, supporting 6 million mobile users and processing 4.5 billion payments each year. Moving from a large Java codebase to a cleaner Kotlin architecture improved code quality, stability, and resource efficiency, especially through Kotlin’s null safety and coroutines.
849+
For more details, [read the article](https://medium.com/ing-blog/introducing-kotlin-at-ing-a-long-but-rewarding-story-1bfcd3dc8da0) or watch the video below.
801850
logo:
802851
- /images/case-studies/ing-logo.svg
852+
frameworks:
853+
- spring
803854
carousel:
804855
logo: /images/case-studies/carousel/ing.svg
805-
isExternal: true
806-
link: https://medium.com/ing-blog/introducing-kotlin-at-ing-a-long-but-rewarding-story-1bfcd3dc8da0
856+
media:
857+
type: youtube
858+
videoId: mexcjkGZIm8
807859
#------------------------------------------------------------------------
808860
- id: case-study-intuit
809861
type: server-side

0 commit comments

Comments
 (0)