Skip to content

Commit 4b65823

Browse files
committed
feat(ktl-3977): added new cases
1 parent 5cc58e9 commit 4b65823

File tree

1 file changed

+72
-5
lines changed

1 file changed

+72
-5
lines changed

data/case-studies/case-studies.yml

Lines changed: 72 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,40 @@ 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+
platforms:
410+
- android
411+
- ios
412+
media:
413+
type: youtube
414+
videoId: rvyUgcxfang
415+
#------------------------------------------------------------------------
416+
- id: case-study-worldline-server-side
417+
type: server-side
418+
description: >-
419+
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.
420+
logo:
421+
- /images/case-studies/worldline-logo.svg
422+
carousel: true
423+
platforms:
424+
- android
425+
- ios
426+
- backend
427+
frameworks:
428+
- spring
429+
- exposed
430+
media:
431+
type: youtube
432+
videoId: 3IxDICQTutw
433+
#------------------------------------------------------------------------
400434
- id: case-study-vmware
401435
type: multiplatform
402436
description: >-
@@ -599,6 +633,23 @@ items:
599633
- frontend
600634
link: https://kotlinlang.org/lp/multiplatform/case-studies/mirego
601635
#------------------------------------------------------------------------
636+
- id: case-study-wolt
637+
type: server-side
638+
description: >-
639+
Wolt, a technology company specializing in local commerce and delivery logistics (part of DoorDash),
640+
shares how Kotlin has become a core part of their backend systems and engineering culture.
641+
logo:
642+
- /images/case-studies/wolt-logo.svg
643+
platforms:
644+
- android
645+
- ios
646+
frameworks:
647+
- spring
648+
- ktor
649+
media:
650+
type: youtube
651+
videoId: puBXoKkQInE
652+
#------------------------------------------------------------------------
602653
- id: case-study-music-work
603654
type: multiplatform
604655
description: >-
@@ -713,13 +764,23 @@ items:
713764
- id: case-study-mercedes-benz-io
714765
type: server-side
715766
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.
767+
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.
768+
769+
770+
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.
717771
logo:
718772
- /images/case-studies/mercedes-benz-logo.svg
719773
isExternal: true
720774
carousel:
721775
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
776+
platforms:
777+
- android
778+
- ios
779+
frameworks:
780+
- spring
781+
media:
782+
type: youtube
783+
videoId: oaJpj18OqY0
723784
#------------------------------------------------------------------------
724785
- id: case-study-novatec
725786
type: server-side
@@ -797,13 +858,19 @@ items:
797858
- id: case-study-ing
798859
type: server-side
799860
description: >-
800-
**ING** shares the story of introducing Kotlin on the backend in a large organization, with tips for reducing friction during adoption.
861+
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.
801862
logo:
802863
- /images/case-studies/ing-logo.svg
864+
platforms:
865+
- android
866+
- ios
867+
frameworks:
868+
- spring
803869
carousel:
804870
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
871+
media:
872+
type: youtube
873+
videoId: mexcjkGZIm8
807874
#------------------------------------------------------------------------
808875
- id: case-study-intuit
809876
type: server-side

0 commit comments

Comments
 (0)