Server-side Kotlin + DGS framework + Exposed Practical Introduction

Tadashi Shigeoka ·  Thu, September 8, 2022

I’ll introduce the reference sites I used for a crash course to get hands-on experience with server-side Kotlin + DGS framework + Exposed.

Background: Server-side Kotlin + DGS framework + Exposed Practical Introduction

I took a crash course to get hands-on experience with server-side Kotlin + DGS framework + Exposed.

Prerequisites: TypeScript Experience

Here are my prerequisites:

  • Recent language experience: TypeScript for several years
  • Joined a server-side Kotlin + DGS framework + Exposed product development project midway

Kotlin Crash Course

I’m writing code while referring to these resources. I’m getting hands-on experience with server-side Kotlin.

I haven’t read the official documentation Productive Server-Side Development with Kotlin Programming Language yet.

DGS Framework Crash Course

I read in this order:

  1. サーバーサイド Kotlin で GraphQL の実装ができる DGS framework の動きを確認する
  2. Getting Started - DGS Framework
  3. Netflix/dgs-examples-kotlin

Exposed Crash Course

I briefly read through the Kotlin SQL Framework JetBrains/Exposed Wiki.

That’s all from the Gemba, where I took a crash course to get hands-on experience with server-side Kotlin + DGS framework + Exposed.