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

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

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/)