Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dimaskiddo/training-telkom-dta-backend

Training Telkom Digital Talent Acceleration (Backend)
https://github.com/dimaskiddo/training-telkom-dta-backend

acceleration backend digital java materials talent telkom training

Last synced: about 1 month ago
JSON representation

Training Telkom Digital Talent Acceleration (Backend)

Awesome Lists containing this project

README

        

# 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