In this course, we will polish our Gin ToDo application by introducing a database for data persistence, adding new fields via migrations, and exploring advanced functionalities such as implementing rate limiting for API requests and enabling real-time notifications using WebSockets.
Overview
Syllabus
- Lesson 1: Persisting Items by Introducing a Database
- Lesson 2: Implementing SQL Queries with GORM in Gin
- Lesson 3: Enabling Real-time Notifications with WebSockets
- Lesson 4: Implementing Rate Limiting for API Requests in Gin