Skip to content

a short introduction into Kotlin from a Java developer's perspective

License

Notifications You must be signed in to change notification settings

d3ns0n/kotlin-presentation

Repository files navigation

Kotlin Presentation

This is a short introduction into Kotlin from a Java developer's perspective. It contains a lot of basic stuff and focuses mostly on features that are missing in Java. There is a lot more to Kotlin than this presentation can cover. If you are interested in more information about Kotlin visit: https://kotlinlang.org/docs/reference/.

How to present with reveal.js

  1. Install dependencies

    npm install
  2. Serve the presentation in watch mode

    npm start
  3. Open browser

    http://localhost:8080

How to create PDF

npm start
npm run pdf-export

⚠️ npm start has to be running in order to export pdf ⚠️

Shortcuts

  • Fullscreen: f
  • Overview: ESC or o
  • PresenterView: s

About

a short introduction into Kotlin from a Java developer's perspective

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published