How to design & develop REST microservices in Golang Go

0dayddl

U P L O A D E R
537368816_que-es-udemy-analisis-opiniones.jpg

7.29 GB | 57min 11s | mp4 | 1280X720 | 16:9
Genre:eLearning |Language:English


Files Included :
1 - Course goal What were going to build.mp4 (42.83 MB)
2 - A quick preview.mp4 (68.49 MB)
46 - Testing our application OAuth client.mp4 (170.82 MB)
47 - Use Docker to ship our Items API.mp4 (117.41 MB)
48 - Extra class.mp4 (8.36 MB)
4 - Create projects in Github.mp4 (46.99 MB)
5 - HTTP frameworks.mp4 (37.39 MB)
6 - Basic application structure MVC pattern.mp4 (151.42 MB)
7 - Starting from our domain.mp4 (267.75 MB)
8 - How to structure our domain persistence.mp4 (262.97 MB)
9 - Working with dates.mp4 (138.21 MB)
10 - Configure MySQL client in Go.mp4 (190.59 MB)
11 - How to insert rows.mp4 (212.24 MB)
12 - How to read rows.mp4 (119.62 MB)
13 - How to handle MySQL errors.mp4 (285.87 MB)
14 - How to update rows.mp4 (232.55 MB)
15 - How to delete rows.mp4 (81.15 MB)
16 - How to find rows.mp4 (397.82 MB)
17 - How to marshal structs.mp4 (225.45 MB)
18 - Services structure.mp4 (204.02 MB)
19 - No logging system.mp4 (287.65 MB)
20 - OAuth authentication.mp4 (38.17 MB)
21 - Domain Driven Development.mp4 (121.17 MB)
22 - DDD.mp4 (114.48 MB)
23 - DDD.mp4 (152.6 MB)
24 - Introduction to Cassandra DB.mp4 (49.89 MB)
25 - Cassandra Go client.mp4 (152.38 MB)
26 - How to insert get and update records.mp4 (239.59 MB)
27 - Tune our get session implementation.mp4 (15.87 MB)
28 - Authenticating users.mp4 (38.17 MB)
29 - Generating access tokens.mp4 (438.87 MB)
30 - Different requests for the two APIs.mp4 (56.06 MB)
31 - Creating a shared OAuth library.mp4 (388.63 MB)
32 - How dependencies work go modules.mp4 (139.12 MB)
33 - Defining transitive dependencies.mp4 (26.84 MB)
34 - Creating a shared utils library.mp4 (117.45 MB)
35 - Application structure MVC & gorillamux.mp4 (291.77 MB)
36 - Configure our mux router.mp4 (156.53 MB)
37 - Introduction to Elasticsearch.mp4 (72.21 MB)
38 - Adding ElasticSearch client.mp4 (165.01 MB)
39 - Index documents in ES.mp4 (259.76 MB)
40 - Moving our logger to the utils library.mp4 (138.43 MB)
41 - Improving our errors library.mp4 (124.38 MB)
42 - Dependencies Using modules in all projects.mp4 (71.33 MB)
43 - How to get documents by ID.mp4 (223.31 MB)
44 - Searching documents in ES.mp4 (314.72 MB)
45 - Homework Add delete and update endpoints.mp4 (10.11 MB)
]
Screenshot
dLGEj7dl_o.jpg


Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
 
Kommentar

a23c0890322a2d964cb2252dd87493ac.jpg

How To Design & Develop Rest Microservices In Golang (Go)
Last updated 4/2020
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 7.29 GB | Duration: 20h 40m​

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.
Requirements
Just complete the Golang tour available at Golang's website
Nice to have: Part 1 of this course
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.

Overview

Section 1: Introducción

Lecture 1 Course goal: What we're going to build

Lecture 2 A quick preview

Lecture 3 These are all of the repos!

Section 2: Creating our projects: Users API

Lecture 4 Create projects in Github

Lecture 5 HTTP frameworks

Lecture 6 Basic application structure: MVC pattern

Lecture 7 Starting from our domain

Lecture 8 How to structure our domain persistence

Lecture 9 Working with dates

Section 3: MySQL integration

Lecture 10 Configure MySQL client in Go

Lecture 11 How to insert rows

Lecture 12 How to read rows

Lecture 13 How to handle MySQL errors

Lecture 14 How to update rows

Lecture 15 How to delete rows

Lecture 16 How to find rows

Section 4: Fixing the mistakes we made

Lecture 17 How to marshal structs

Lecture 18 Services structure

Lecture 19 No logging system

Section 5: Creating our projects: OAuth API

Lecture 20 OAuth authentication

Lecture 21 Domain Driven Development

Lecture 22 DDD - Starting with the domain

Lecture 23 DDD - Project structure

Section 6: Cassandra integration

Lecture 24 Introduction to Cassandra DB

Lecture 25 Cassandra Go client

Lecture 26 How to insert, get and update records

Lecture 27 Tune our get session implementation

Section 7: Making the authentication work

Lecture 28 Authenticating users

Lecture 29 Generating access tokens

Lecture 30 Different requests for the two APIs

Section 8: Golang libraries & dependencies

Lecture 31 Creating a shared OAuth library

Lecture 32 How dependencies work: go modules

Lecture 33 Defining transitive dependencies

Lecture 34 Creating a shared utils library

Section 9: Creating our projects: Items API

Lecture 35 Application structure: MVC & gorilla/mux

Lecture 36 Configure our mux router

Lecture 37 Introduction to Elasticsearch

Lecture 38 Adding ElasticSearch client

Lecture 39 Index documents in ES

Lecture 40 Moving our logger to the utils library

Lecture 41 Improving our errors library

Lecture 42 Dependencies: Using modules in all projects

Lecture 43 How to get documents by ID

Lecture 44 Searching documents in ES

Lecture 45 Homework: Add delete and update endpoints

Section 10: Testing

Lecture 46 Testing our application: OAuth client

Section 11: Docker

Lecture 47 Use Docker to ship our Items API

Section 12: Extra chapter

Lecture 48 Extra class - Take a look at my website

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

lHvM5H6V_o.jpg



TurboBit
Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
RapidGator
Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
AlfaFile
FileFactory
 
Kommentar

In der Börse ist nur das Erstellen von Download-Angeboten erlaubt! Ignorierst du das, wird dein Beitrag ohne Vorwarnung gelöscht. Ein Eintrag ist offline? Dann nutze bitte den Link  Offline melden . Möchtest du stattdessen etwas zu einem Download schreiben, dann nutze den Link  Kommentieren . Beide Links findest du immer unter jedem Eintrag/Download.

Data-Load.me | Data-Load.ing | Data-Load.to | Data-Load.in

Auf Data-Load.me findest du Links zu kostenlosen Downloads für Filme, Serien, Dokumentationen, Anime, Animation & Zeichentrick, Audio / Musik, Software und Dokumente / Ebooks / Zeitschriften. Wir sind deine Boerse für kostenlose Downloads!

Ist Data-Load legal?

Data-Load ist nicht illegal. Es werden keine zum Download angebotene Inhalte auf den Servern von Data-Load gespeichert.
Oben Unten