A Go server that returns "hello world" when you send a GET request to /hello.
A small project for learning Go by implementing a simple grep-like CLI tool that searches for patterns in files.
A simple Todo REST API built with Go (Gin + GORM) and MySQL, containerized with Docker Compose.
Implements basic CRUD operations and handles database initialization and connection retry logic.