https://github.com/cesacollege/backend
Repository of CESA Backend Bootcamp
https://github.com/cesacollege/backend
database go gorm graphql grpc logrus microservice monitoring prometheus redis
Last synced: 2 months ago
JSON representation
Repository of CESA Backend Bootcamp
- Host: GitHub
- URL: https://github.com/cesacollege/backend
- Owner: CesaCollege
- Created: 2023-07-16T09:24:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-22T10:10:10.000Z (over 2 years ago)
- Last Synced: 2024-12-31T10:35:40.076Z (about 1 year ago)
- Topics: database, go, gorm, graphql, grpc, logrus, microservice, monitoring, prometheus, redis
- Language: Go
- Homepage:
- Size: 106 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cesa Backend Bootcamp
This repository contains documents related to the Cesa Backend Bootcamp.
## Sessions
- [Session 01 - Go Introduction I](session-01/README.md)
- [Session 02 - Go Introduction II](session-02/README.md)
- [Session 03 - Go Introduction III](session-03/README.md)
- [Session 04 - HTTP](session-04-http/README.md)
- [Session 05 - Git/SQL I](session-05/sql/README.md)
- [Session 06 - SQL II](session-06/README.md)
- [Session 07 - API Design](session-07/README.md)
## Useful links for learning
### Learning Golang
- [A Tour of Go](https://go.dev/tour/welcome/1)
- [Effective Go](https://go.dev/doc/effective_go)
### Data structure and Algorithm
- [LeetCode](https://leetcode.com/) and [NeetCode](https://neetcode.io/)