Udemy How to design & develop REST microservices in Golang Go
大小
7.29 GB
文件数
111
Info Hash:
6D43B140161B61E9A1056C86B0C475D04F86972A
收录时间
2026-02-05 05:30:01
更新时间
2026-02-05 05:52:50
文件列表 (111)
1 - Introducción/1 - Course goal What were going to build English.vtt
7.05 KB
1 - Introducción/1 - Course goal What were going to build.mp4
42.83 MB
1 - Introducción/1 - Whatwerebuilding.png
23.37 KB
1 - Introducción/2 - A quick preview English.vtt
10.39 KB
1 - Introducción/2 - A quick preview.mp4
68.49 MB
1 - Introducción/3 - These are all of the repos.html
1.91 KB
10 - Testing/46 - Testing our application OAuth client English.vtt
23.88 KB
10 - Testing/46 - Testing our application OAuth client.mp4
170.82 MB
11 - Docker/47 - Use Docker to ship our Items API English.vtt
20.27 KB
11 - Docker/47 - Use Docker to ship our Items API.mp4
117.41 MB
12 - Extra chapter/48 - Extra class English.vtt
3.84 KB
12 - Extra chapter/48 - Extra class.mp4
8.36 MB
2 - Creating our projects Users API/4 - Create projects in Github English.vtt
11.18 KB
2 - Creating our projects Users API/4 - Create projects in Github.mp4
46.99 MB
2 - Creating our projects Users API/5 - GinGonic.txt
32 B
2 - Creating our projects Users API/5 - Gorilla Mux.txt
30 B
2 - Creating our projects Users API/5 - HTTP frameworks English.vtt
9.82 KB
2 - Creating our projects Users API/5 - HTTP frameworks.mp4
37.39 MB
2 - Creating our projects Users API/6 - Basic application structure MVC pattern English.vtt
28.44 KB
2 - Creating our projects Users API/6 - Basic application structure MVC pattern.mp4
151.42 MB
2 - Creating our projects Users API/7 - Starting from our domain English.vtt
39.13 KB
2 - Creating our projects Users API/7 - Starting from our domain.mp4
267.75 MB
2 - Creating our projects Users API/8 - How to structure our domain persistence English.vtt
35.96 KB
2 - Creating our projects Users API/8 - How to structure our domain persistence.mp4
262.97 MB
2 - Creating our projects Users API/9 - Time format.txt
40 B
2 - Creating our projects Users API/9 - Working with dates English.vtt
18.55 KB
2 - Creating our projects Users API/9 - Working with dates.mp4
138.21 MB
3 - MySQL integration/10 - Configure MySQL client in Go English.vtt
24.41 KB
3 - MySQL integration/10 - Configure MySQL client in Go.mp4
190.59 MB
3 - MySQL integration/11 - How to insert rows English.vtt
22.6 KB
3 - MySQL integration/11 - How to insert rows.mp4
212.24 MB
3 - MySQL integration/12 - How to read rows English.vtt
12.91 KB
3 - MySQL integration/12 - How to read rows.mp4
119.62 MB
3 - MySQL integration/13 - How to handle MySQL errors English.vtt
24.39 KB
3 - MySQL integration/13 - How to handle MySQL errors.mp4
285.87 MB
3 - MySQL integration/14 - How to update rows English.vtt
26.06 KB
3 - MySQL integration/14 - How to update rows.mp4
232.55 MB
3 - MySQL integration/15 - How to delete rows English.vtt
17.57 KB
3 - MySQL integration/15 - How to delete rows.mp4
81.15 MB
3 - MySQL integration/16 - How to find rows English.vtt
41.7 KB
3 - MySQL integration/16 - How to find rows.mp4
397.82 MB
4 - Fixing the mistakes we made/17 - Advances encodingdecoding techniques.txt
70 B
4 - Fixing the mistakes we made/17 - How to marshal structs English.vtt
26.77 KB
4 - Fixing the mistakes we made/17 - How to marshal structs.mp4
225.45 MB
4 - Fixing the mistakes we made/18 - Services structure English.vtt
23.06 KB
4 - Fixing the mistakes we made/18 - Services structure.mp4
204.02 MB
4 - Fixing the mistakes we made/19 - No logging system English.vtt
29.58 KB
4 - Fixing the mistakes we made/19 - No logging system.mp4
287.65 MB
4 - Fixing the mistakes we made/19 - Zap from Uber Logging library.txt
30 B
5 - Creating our projects OAuth API/20 - OAuth authentication English.vtt
9.72 KB
5 - Creating our projects OAuth API/20 - OAuth authentication.mp4
38.17 MB
5 - Creating our projects OAuth API/21 - Clean Architecture.txt
65 B
5 - Creating our projects OAuth API/21 - Domain Driven Development English.vtt
16.61 KB
5 - Creating our projects OAuth API/21 - Domain Driven Development.mp4
121.17 MB
5 - Creating our projects OAuth API/22 - DDD English.vtt
23.2 KB
5 - Creating our projects OAuth API/22 - DDD.mp4
114.48 MB
5 - Creating our projects OAuth API/23 - DDD English.vtt
28.53 KB
5 - Creating our projects OAuth API/23 - DDD.mp4
152.6 MB
6 - Cassandra integration/24 - CassandraDB.png
35.51 KB
6 - Cassandra integration/24 - CassandraDB.txt
28 B
6 - Cassandra integration/24 - How to Tell if Your Business Needs NoSQL.txt
43 B
6 - Cassandra integration/24 - Introduction to Apache Cassandra.txt
59 B
6 - Cassandra integration/24 - Introduction to Cassandra DB English.vtt
10.22 KB
6 - Cassandra integration/24 - Introduction to Cassandra DB.mp4
49.89 MB
6 - Cassandra integration/25 - Cassandra client.txt
30 B
6 - Cassandra integration/25 - Cassandra Go client English.vtt
17.43 KB
6 - Cassandra integration/25 - Cassandra Go client.mp4
152.38 MB
6 - Cassandra integration/26 - How to insert get and update records English.vtt
21.23 KB
6 - Cassandra integration/26 - How to insert get and update records.mp4
239.59 MB
6 - Cassandra integration/27 - Tune our get session implementation English.vtt
5.26 KB
6 - Cassandra integration/27 - Tune our get session implementation.mp4
15.87 MB
7 - Making the authentication work/28 - Authenticating users English.vtt
9.72 KB
7 - Making the authentication work/28 - Authenticating users.mp4
38.17 MB
7 - Making the authentication work/29 - Access Token response.txt
72 B
7 - Making the authentication work/29 - Generating access tokens English.vtt
39.46 KB
7 - Making the authentication work/29 - Generating access tokens.mp4
438.87 MB
7 - Making the authentication work/29 - OAuth 20 Access Tokens.txt
51 B
7 - Making the authentication work/29 - OAuth Access Token implementations.txt
73 B
7 - Making the authentication work/30 - Different requests for the two APIs English.vtt
10.85 KB
7 - Making the authentication work/30 - Different requests for the two APIs.mp4
56.06 MB
8 - Golang libraries & dependencies/31 - Creating a shared OAuth library English.vtt
38.24 KB
8 - Golang libraries & dependencies/31 - Creating a shared OAuth library.mp4
388.63 MB
8 - Golang libraries & dependencies/32 - How dependencies work go modules English.vtt
21.96 KB
8 - Golang libraries & dependencies/32 - How dependencies work go modules.mp4
139.12 MB
8 - Golang libraries & dependencies/32 - Using go modules.txt
40 B
8 - Golang libraries & dependencies/33 - Defining transitive dependencies English.vtt
5.54 KB
8 - Golang libraries & dependencies/33 - Defining transitive dependencies.mp4
26.84 MB
8 - Golang libraries & dependencies/34 - Creating a shared utils library English.vtt
19.87 KB
8 - Golang libraries & dependencies/34 - Creating a shared utils library.mp4
117.45 MB
9 - Creating our projects Items API/35 - Application structure MVC & gorillamux English.vtt
40.73 KB
9 - Creating our projects Items API/35 - Application structure MVC & gorillamux.mp4
291.77 MB
9 - Creating our projects Items API/36 - Configure our mux router English.vtt
28.25 KB
9 - Creating our projects Items API/36 - Configure our mux router.mp4
156.53 MB
9 - Creating our projects Items API/37 - Introduction to Elasticsearch English.vtt
11.49 KB
9 - Creating our projects Items API/37 - Introduction to Elasticsearch.mp4
72.21 MB
9 - Creating our projects Items API/38 - Adding ElasticSearch client English.vtt
26.9 KB
9 - Creating our projects Items API/38 - Adding ElasticSearch client.mp4
165.01 MB
9 - Creating our projects Items API/39 - Index documents in ES English.vtt
36.34 KB
9 - Creating our projects Items API/39 - Index documents in ES.mp4
259.76 MB
9 - Creating our projects Items API/40 - Moving our logger to the utils library English.vtt
26.18 KB
9 - Creating our projects Items API/40 - Moving our logger to the utils library.mp4
138.43 MB
9 - Creating our projects Items API/41 - Improving our errors library English.vtt
26.59 KB
9 - Creating our projects Items API/41 - Improving our errors library.mp4
124.38 MB
9 - Creating our projects Items API/42 - Dependencies Using modules in all projects English.vtt
18.8 KB
9 - Creating our projects Items API/42 - Dependencies Using modules in all projects.mp4
71.33 MB
9 - Creating our projects Items API/43 - How to get documents by ID English.vtt
26.76 KB
9 - Creating our projects Items API/43 - How to get documents by ID.mp4
223.31 MB
9 - Creating our projects Items API/44 - Searching documents in ES English.vtt
32.57 KB
9 - Creating our projects Items API/44 - Searching documents in ES.mp4
314.72 MB
9 - Creating our projects Items API/45 - Homework Add delete and update endpoints English.vtt
4.04 KB
9 - Creating our projects Items API/45 - Homework Add delete and update endpoints.mp4
10.11 MB