Creating Web Services with Go
Offered By: Pluralsight
Course Description
Overview
In this course you will build restful web services using Go’s standard library.
Web services power just about every web application that we as consumers use every day. In this course, Creating Web Services with Go 1, you'll learn how to build restful web services using Go’s standard library. First, you’ll explore the use of standard http methods to perform create, update, and delete operations using persistent data with a database. Next, you'll learn how to test your webservices using http debugging tools and you’ll see how you can make use of websockets to improve the user experience of your application. Finally, you'll discover how you can format data using Go’s built in templating package. By the end of this course, you should have a firm foundation from which to build your own web services using Go.
Web services power just about every web application that we as consumers use every day. In this course, Creating Web Services with Go 1, you'll learn how to build restful web services using Go’s standard library. First, you’ll explore the use of standard http methods to perform create, update, and delete operations using persistent data with a database. Next, you'll learn how to test your webservices using http debugging tools and you’ll see how you can make use of websockets to improve the user experience of your application. Finally, you'll discover how you can format data using Go’s built in templating package. By the end of this course, you should have a firm foundation from which to build your own web services using Go.
Syllabus
- Course Overview 1min
- Getting Started 22mins
- Handling HTTP Requests 45mins
- Persisting Data 38mins
- Using WebSockets 17mins
- Using Templating 25mins
Taught by
Alex Schultz
Related Courses
Aprendiendo a programar en GoCoursera Project Network via Coursera Learn Go
Codecademy Command Line Interface (CLI) With Golang From Infosys
Coursera Project Network via Coursera Concepts in Golang - Loops, decision statements and function
Coursera Project Network via Coursera Learn Go Programming - Golang Tutorial for Beginners
freeCodeCamp