Companies Home Search Profile

How to design & develop REST microservices in Golang (Go)

Focused View

Federico León

20:39:41

8 View
  • 1 - Course goal What were going to build.mp4
    07:34
  • 1 - whatwerebuilding.zip
  • 2 - A quick preview.mp4
    10:14
  • 3 - These are all of the repos.html
  • 4 - Create projects in Github.mp4
    13:19
  • 5 - GinGonic.txt
  • 5 - Gorilla Mux.txt
  • 5 - HTTP frameworks.mp4
    10:11
  • 6 - Basic application structure MVC pattern.mp4
    30:09
  • 7 - Starting from our domain.mp4
    46:34
  • 8 - How to structure our domain persistence.mp4
    41:07
  • 9 - Time format.txt
  • 9 - Working with dates.mp4
    21:04
  • 10 - Configure MySQL client in Go.mp4
    29:38
  • 11 - How to insert rows.mp4
    26:41
  • 12 - How to read rows.mp4
    14:58
  • 13 - How to handle MySQL errors.mp4
    33:30
  • 14 - How to update rows.mp4
    33:38
  • 15 - How to delete rows.mp4
    21:42
  • 16 - How to find rows.mp4
    51:42
  • 17 - Advances encodingdecoding techniques.txt
  • 17 - How to marshal structs.mp4
    33:03
  • 18 - Services structure.mp4
    25:33
  • 19 - No logging system.mp4
    38:07
  • 19 - Zap from Uber Logging library.txt
  • 20 - OAuth authentication.mp4
    11:27
  • 21 - Clean Architecture.txt
  • 21 - Domain Driven Development.mp4
    18:20
  • 22 - DDD.mp4
    27:57
  • 23 - DDD.mp4
    36:26
  • 24 - CassandraDB.txt
  • 24 - How to Tell if Your Business Needs NoSQL.txt
  • 24 - Introduction to Apache Cassandra.txt
  • 24 - Introduction to Cassandra DB.mp4
    10:55
  • 24 - cassandradb.zip
  • 25 - Cassandra Go client.mp4
    22:10
  • 25 - Cassandra client.txt
  • 26 - How to insert get and update records.mp4
    29:57
  • 27 - Tune our get session implementation.mp4
    05:50
  • 28 - Authenticating users.mp4
    11:27
  • 29 - Access Token response.txt
  • 29 - Generating access tokens.mp4
    57:11
  • 29 - OAuth 20 Access Tokens.txt
  • 29 - OAuth Access Token implementations.txt
  • 30 - Different requests for the two APIs.mp4
    15:36
  • 31 - Creating a shared OAuth library.mp4
    52:45
  • 32 - How dependencies work go modules.mp4
    24:37
  • 32 - Using go modules.txt
  • 33 - Defining transitive dependencies.mp4
    06:31
  • 34 - Creating a shared utils library.mp4
    26:41
  • 35 - Application structure MVC & gorillamux.mp4
    47:00
  • 36 - Configure our mux router.mp4
    36:24
  • 37 - Introduction to Elasticsearch.mp4
    12:11
  • 38 - Adding ElasticSearch client.mp4
    29:44
  • 39 - Index documents in ES.mp4
    38:58
  • 40 - Moving our logger to the utils library.mp4
    33:03
  • 41 - Improving our errors library.mp4
    32:46
  • 42 - Dependencies Using modules in all projects.mp4
    22:23
  • 43 - How to get documents by ID.mp4
    36:13
  • 44 - Searching documents in ES.mp4
    44:46
  • 45 - Homework Add delete and update endpoints.mp4
    03:53
  • 46 - Testing our application OAuth client.mp4
    28:15
  • 47 - Use Docker to ship our Items API.mp4
    24:00
  • 48 - Extra class.mp4
    03:31
  • Description


    All you need to integrate SQL & NoSQL databases, search engines and all the tools that you need in your REST API.

    What You'll Learn?


    • How to structure and organize your microservice.
    • Domain Driven Development.
    • Hexagonal architecture applied.
    • MySQL integration and configuration.
    • Integrate Cassandra DB in your microservices.
    • Elasticsearch integration and configuration.
    • Logging to standard output and log files.
    • DAO pattern implementation.
    • How to build, publish and use a custom Go library.
    • Testing all the layers of your application.
    • How dependencies work in Go.

    Who is this for?


  • Software engineers.
  • Software developers.
  • Technical leaders.
  • Architects.
  • Anyone who wants to get serious about microservices in Go.
  • What You Need to Know?


  • Just complete the Golang tour available at Golang's website
  • Nice to have: Part 1 of this course
  • More details


    Description

    Welcome!


    In this second part of the series I'm working with MySQL, Cassandra and Elasticsearch as persistence layers and we're going to create 3 different microservices using different design patterns: MVC, featured MVC and Domain Driven Development implementing the Hexagonal architecture.


    At the end of the course you'll learn:

    • How to structure our application's packages and code.

    • MVC pattern, Domain Driven Development and Hexagonal Architecture applied!

    • How to configure MySQL client in Go. DAO pattern implemented.

    • How to configure and use CassandraDB client in Go.

    • How to configure and use Elasticsearch in Go.

    • Testing and mocking database integrations.

    • Stress test the microservice with goroutines.

    • How dependencies work in Go. Usage of Go modules.

    • How to build, publish, use and share a custom Go library.

    • Application design patterns.

    • Preparing our distributed logging system.

    • Real life examples and exercises.


    I'm sure you're going to enjoy this course! if you have any doubts, please check the reviews on my other courses so you can get an idea about what you're about to get. This is real life and industry experience!


    Hope to hear from you!

    Fede.

    Who this course is for:

    • Software engineers.
    • Software developers.
    • Technical leaders.
    • Architects.
    • Anyone who wants to get serious about microservices in Go.

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category
    Federico León
    Federico León
    Instructor's Courses
    My name is Fede and I'm a Software Engineer from Córdoba, Argentina. I work in IT since 2004, you can always reach me in LinkedIn to see more about me. My day-time job is basically analysis, design and development of real-time and high-performance microservices. Since I have a lot of experience in these topics and I'm always learning new ways of teaching these new concepts, I can ensure that you'll get the most of them: because I love what I do, because I'm not a fake, because I work with these topics on daily basis I can bet my name on what I know and because I have all of these concepts so deep in my head that I can share them without forcing the process. You will learn a lot, I will learn a lot and we're going to enjoy the journey.If you have any doubt, take a look at my LinkedIn profile, take a look at my YouTube videos. Make your own search before getting someone who barely knows what he's talking about to teach you wrong concepts.I'm sure you'll enjoy these courses as much as I've enjoyed working on them. Godspeed!
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 47
    • duration 20:39:41
    • English subtitles has
    • Release Date 2024/02/26