Skip to content

Latest commit

 

History

History

Agenda

The following agenda aims to guide you, dear reader, into a gentle introduction to enterprise kotlin, trying to explain how things ended up like this and, of course, focus on how to get things done and what skills and tools can help with that endeavor.

Check each chapter in sequence, they usually build on top of the previous one.

  1. Quick Javascript / Kotlin comparison
  2. Kotlin basics, standard operations and some syntax abuse maybe
  3. Project setup basics, maven and gradle
  4. Unit tests part 1
  5. The Spring Framework
  6. Databases part 1, an introduction
  7. Databases part 2, using with Spring
  8. Unit tests part 2, mocks, advanced scenarios and beyond JUnit
  9. Containers part 1, The enterprise standard way to distribute software
  10. Containers part 2, provisioning an environment for an application
  11. CI/CD Pipelines