Search⌘ K
Join for free
Home>Courses>Building a Backend Application with Go

Building a Backend Application with Go

Learn about developing high-performance backend applications with Go, using tools like Fiber, gqlgen, and apitest. Gain insights into HTTP, REST API, databases, GraphQL, testing, and deployment.

Beginner

42 Lessons

13h

Certificate of Completion

Learn about developing high-performance backend applications with Go, using tools like Fiber, gqlgen, and apitest. Gain insights into HTTP, REST API, databases, GraphQL, testing, and deployment.
AI-POWERED

Explanations

AI-POWERED

Explanations

This course includes

1 Assessment
31 Playgrounds
Course Overview
What You'll Learn
Course Content
Apply Your Skills
Recommendations

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
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 applicatio...Show More

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
Familiarity with core components of REST API, including HTTP methods and status codes

Show more

Course Content

1.

Course Introduction

1 Lessons

Get familiar with essential concepts for developing and deploying Go backend applications.

2.

Introduction to Web Application

4 Lessons

Look at fundamental web application concepts, including clients, servers, HTTP, and databases.

5.

Application Deployment

2 Lessons

Solve problems in deploying REST and GraphQL applications on Heroku.

7.

Appendix

5 Lessons

Tackle hot reload, Postman for REST/GraphQL testing, and database setups with MySQL and MongoDB.

Course Author

Trusted by 2.5 million developers working at companies

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

Free Resources

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.