Companies Home Search Profile

Build a Microservice with Go

Focused View

Frank P Moley III

1:40:21

122 View
  • 01 - Get going with Go.mp4
    00:45
  • 02 - What you should know.mp4
    03:43
  • 01 - Go for microservices.mp4
    02:42
  • 02 - Prepare your environment.mp4
    03:52
  • 03 - Set up your project.mp4
    02:28
  • 04 - Set up the database client.mp4
    08:17
  • 05 - Set up the echo client.mp4
    04:01
  • 06 - Wire the service.mp4
    06:31
  • 01 - GetAll operations.mp4
    06:54
  • 02 - Challenge GetAll.mp4
    01:14
  • 03 - Solution GetAll.mp4
    02:39
  • 04 - Create operations.mp4
    06:52
  • 05 - Challenge Create.mp4
    00:33
  • 06 - Solution Create.mp4
    01:45
  • 07 - GetOne operations.mp4
    05:47
  • 08 - Challenge GetOne.mp4
    00:50
  • 09 - Solution GetOne.mp4
    02:02
  • 10 - Update operations.mp4
    08:26
  • 11 - Challenge Update.mp4
    01:26
  • 12 - Solution Update.mp4
    02:57
  • 13 - Delete operations.mp4
    02:57
  • 14 - Challenge Delete.mp4
    01:16
  • 15 - Solution Delete.mp4
    01:47
  • 01 - Build a Docker image.mp4
    07:21
  • 02 - Middleware.mp4
    04:31
  • 03 - Testing.mp4
    04:31
  • 01 - Next steps.mp4
    04:14
  • Description


    Go has risen as a powerful language selection for programs that rely on concurrency and speed, making it a great option for the development of GRPC- or REST-based web services. Because of its popularity, patterns have arisen that make building web services using Go much easier. These patterns include the two most common abstractions: HTTP request response handling and data access. In this course, software architect and developer Frank Moley guides you through the process of building microservices with Go. Get started in Go by preparing and setting up your environment, project, and clients. Go through the full process of building a service, including multiple challenges and solutions to check your understanding. Plus, learn how to use GORM to read and write data to a database and how to use the Echo middleware framework.

    More details


    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category
    Frank P Moley III
    Frank P Moley III
    Instructor's Courses
    My objective is to be instrumental in the design and development of service based applications and platforms, including but not limited to microservices, cloud native architectures, and service based architectures. I want to drive the fundamental architecture of the company in a way conducive to industry standards with an eye on industry trends. I also want to develop architecture and development processes and help define process improvements. I am also very interested in developing and expanding Big Data type initiaves. Specialties: OOP GoLang Java Spring Core and Spring Integration Oracle SOA Suite ANSI SQL C++ C#
    LinkedIn Learning is an American online learning provider. It provides video courses taught by industry experts in software, creative, and business skills. It is a subsidiary of LinkedIn. All the courses on LinkedIn fall into four categories: Business, Creative, Technology and Certifications. It was founded in 1995 by Lynda Weinman as Lynda.com before being acquired by LinkedIn in 2015. Microsoft acquired LinkedIn in December 2016.
    • language english
    • Training sessions 27
    • duration 1:40:21
    • English subtitles has
    • Release Date 2023/09/03

    Courses related to Go

    Subtitle
    Accessing Relational Databases in Go
    Subtitle
    Concurrent Programming with Go

    Courses related to Microservices