Course
Skills Expanded
Gin: A Website Application Framework for Go
This course will introduce you to Gin and show you how to get started with it to build your own web applications.
What you'll learn
Gin is one of the most popular web application frameworks available for Go. It comes with a wide variety of options to customize the way that requests are handled and responses are generated. This course will introduce you to Gin and show you how to get started with it to build your own web applications.
Table of contents
Course Overview
1min
Overview
19mins
Routing
38mins
Working with Requests
43mins
- Introduction 1m
- Retrieving Values from URL, Queries, and Forms 4m
- Demo: Retrieving Values from Forms 11m
- Data Binding with Forms 2m
- Demo: Data Binding with Forms 3m
- Data Binding with JSON 2m
- Demo: Data Binding with JSON 8m
- Other Data Binding Methods 2m
- Data Validation 1m
- Overview of Gin's Data Validation Library 3m
- Demo: Data Validation 5m
- Summary 1m
Working with Responses
22mins