Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/dimaskiddo/training-telkom-dta-backend
- Owner: dimaskiddo
- Created: 2021-03-15T05:04:56.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-18T14:40:41.000Z (almost 4 years ago)
- Last Synced: 2023-03-06T23:50:44.301Z (almost 2 years ago)
- Topics: acceleration, backend, digital, java, materials, talent, telkom, training
- Language: Java
- Homepage:
- Size: 81.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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