This repository contains a Spring Boot application that demonstrates simple CRUD (Create, Read, Update, Delete) operations with a Student entity. firstSpringProject │ ├── src │ │ ├── main │ │ │ ├── ...
A production-style Todo API built in Go to demonstrate clean architecture, gRPC with buf, dependency injection with Wire, Postgres with GORM, and database migrations — all wired together from scratch.