Building a Backend Application with Go

This course enables web developers to learn how to develop a backend Go application using REST API and GraphQL.

Beginner

42 Lessons

13h

Certificate of Completion

This course enables web developers to learn how to develop a backend Go application using REST API and GraphQL.

AI-POWERED

Explanations

AI-POWERED

Explanations

This course includes

1 Assessment
31 Playgrounds

This course includes

1 Assessment
31 Playgrounds

Course Overview

In modern backend applications, many programming languages can be chosen, including Go—a programming language that provides high performance with concise syntax and can also be used to develop backend applications, including REST API and GraphQL applications. This course will cover many tools that can be used to develop a backend application, including fiber for REST API application, gqlgen for GraphQL application, and apitest for testing purposes. In this course, you’ll learn about the main concepts of we...Show More

TAKEAWAY SKILLS

Go

Back End Development

Api

Rest Api

Graphql

What You'll Learn

Familiarity with core components of REST API, including HTTP methods and status codes

Hands-on experience developing REST API applications using the Go programming language

Familiarity with core components of GraphQL, including schema, query, mutation, and resolver

Hands-on experience developing GraphQL applications using the Go programming language

Ability to test the backend application using the apitest library

What You'll Learn

Familiarity with core components of REST API, including HTTP methods and status codes

See more

Course Content

1

Course Introduction

This course teaches essential web application concepts, preparing learners to develop and deploy back-end applications using Go, REST API, and GraphQL.
2

Introduction to Web Application

This chapter gives an overview of HTTP for client-server interactions in web applications, and databases for persistent storage and data management.
3

REST API Development

This chapter builds a Go application with REST API and MySQL, covering setup, service and handler components, database integration, authentication, and testing.
4

GraphQL Development

This chapter builds a Go application using GraphQL and MongoDB, covering setup, CRUD operations, service and resolver components, authentication, and testing.
5

Application Deployment

This chapter focuses on deployment of the REST and GraphQL applications on Heroku, detailing key commands used for setup, configuration, and code management.

Assessment of Back End Development with Go

Assessment

6

Appendix

5 Lessons

The appendix discusses enabling hot reload, testing REST and GraphQL APIs with Postman, and setting up MySQL and MongoDB databases effectively.

Course Author

Trusted by 1.4 million developers working at companies

Anthony Walker

@_webarchitect_

Emma Bostian 🐞

@EmmaBostian

Evan Dunbar

ML Engineer

Carlos Matias La Borde

Software Developer

Souvik Kundu

Front-end Developer

Vinay Krishnaiah

Software Developer

Eric Downs

Musician/Entrepeneur

Kenan Eyvazov

DevOps Engineer

Anthony Walker

@_webarchitect_

Emma Bostian 🐞

@EmmaBostian

Hands-on Learning Powered by AI

See how Educative uses AI to make your learning more immersive than ever before.

Instant Code Feedback

Evaluate and debug your code with the click of a button. Get real-time feedback on test cases, including time and space complexity of your solutions.

AI-Powered Mock Interviews

Adaptive Learning

Explain with AI

AI Code Mentor

Looking for something else?

FOR TEAMS

Interested in this course for your business or team?

Unlock this course (and 1,000+ more) for your entire org with DevPath

Frequently Asked Questions

How to use Go for the backend?

Go outperforms Node.js in executing performance-intensive tasks, particularly in handling a high volume of concurrent requests. You can become a Go back-end developer by following these steps: -Understand the essentials of computer science. -Enhance your expertise in back-end tools and technologies. -Work on developing a strong portfolio. -Commit to continuous learning. -Get ready for Golang-specific interview questions.