Skip to content

Latest commit

 

History

History
executable file
·
30 lines (24 loc) · 838 Bytes

README.md

File metadata and controls

executable file
·
30 lines (24 loc) · 838 Bytes

Training Telkom Digital Talent Acceleration (Backend)

Day 1

  • Backend in Java
  • Backend Layer
  • SpringBoot - Introduction
  • SpringBoot - Backend Layer Implementation as Packages
  • SpringBoot - Connecting to MySQL Database
  • SpringBoot - REST Part 1 (Create and Read (All, One, and Search))

Day 2

  • SpringBoot - REST Part 2 (Put, Patch, Delete)
  • SpringBoot - Multipart File Upload
  • SpringBoot - Exposing Custom Resources
  • SpringBoot - REST Custom Response
  • SpringBoot - REST Global Response
  • SpringBoot - Data Transfer Object (DTO) with Manual Convertion

Day 3

  • SpringBoot - Data Transfer Object (DTO) with Model Mapper
  • SpringBoot - Sorting
  • SpringBoot - Pagination
  • SpringBoot - JPQL
  • SpringBoot - Native Query
  • SpringBoot - Refactor
  • SpringBoot - Authentication with JWT
  • SpringBoot - Build with Docker