Building Microservices in Go
大小
461.23 MB
文件数
119
Info Hash:
57B571AF09FA7754B4D8B21648939E9E7C02F6EA
收录时间
2025-12-17 00:33:03
更新时间
2025-12-17 02:53:22
文件列表 (119)
07. gRPC Messaging/05. Demo - Creating gRPC Clients and Servers.mp4
33.44 MB
00. Course Overview/00. Course Overview.mp4
2.22 MB
00. Course Overview/00. Course Overview.srt
1.52 KB
01. Introduction/00. Introduction.mp4
2.72 MB
01. Introduction/00. Introduction.srt
3.33 KB
01. Introduction/01. Targeted Versions.mp4
1.6 MB
01. Introduction/01. Targeted Versions.srt
1.96 KB
01. Introduction/02. Target Audience.mp4
2.54 MB
01. Introduction/02. Target Audience.srt
3.65 KB
01. Introduction/03. What are Microservices - .mp4
4.99 MB
01. Introduction/03. What are Microservices - .srt
6.64 KB
01. Introduction/04. Demo - A Simple Webservice.mp4
11.95 MB
01. Introduction/04. Demo - A Simple Webservice.srt
12.34 KB
01. Introduction/05. Course Outline.mp4
3.68 MB
01. Introduction/05. Course Outline.srt
4.82 KB
02. Creating HTTP Servers/00. Introduction.mp4
1.18 MB
02. Creating HTTP Servers/00. Introduction.srt
1.24 KB
02. Creating HTTP Servers/01. Types of Go Servers.mp4
953.8 KB
02. Creating HTTP Servers/01. Types of Go Servers.srt
1.34 KB
02. Creating HTTP Servers/02. Demo - The Default Server.mp4
7.9 MB
02. Creating HTTP Servers/02. Demo - The Default Server.srt
7.1 KB
02. Creating HTTP Servers/03. Demo - The Default Server with TLS.mp4
9.4 MB
02. Creating HTTP Servers/03. Demo - The Default Server with TLS.srt
9.63 KB
02. Creating HTTP Servers/04. Demo - Custom Servers.mp4
17.56 MB
02. Creating HTTP Servers/04. Demo - Custom Servers.srt
13.53 KB
02. Creating HTTP Servers/05. Handling Requests.mp4
3.14 MB
02. Creating HTTP Servers/05. Handling Requests.srt
3.78 KB
02. Creating HTTP Servers/06. Demo - Handling Requests with Functions.mp4
11.32 MB
02. Creating HTTP Servers/06. Demo - Handling Requests with Functions.srt
10.42 KB
02. Creating HTTP Servers/07. Demo - Handling Requests with Custom Types.mp4
8.63 MB
02. Creating HTTP Servers/07. Demo - Handling Requests with Custom Types.srt
6.55 KB
02. Creating HTTP Servers/08. Demo - Working with Headers.mp4
5.68 MB
02. Creating HTTP Servers/08. Demo - Working with Headers.srt
4.94 KB
02. Creating HTTP Servers/09. Demo - Handling Cookies.mp4
7.29 MB
02. Creating HTTP Servers/09. Demo - Handling Cookies.srt
5.13 KB
02. Creating HTTP Servers/10. Demo - Setting Status Codes.mp4
4.98 MB
02. Creating HTTP Servers/10. Demo - Setting Status Codes.srt
3.53 KB
02. Creating HTTP Servers/11. Summary.mp4
2.54 MB
02. Creating HTTP Servers/11. Summary.srt
3.22 KB
03. Serving Static Content/00. Introduction.mp4
1.54 MB
03. Serving Static Content/00. Introduction.srt
2.19 KB
03. Serving Static Content/01. Demo - Generating Static Responses with Fprint.mp4
10.26 MB
03. Serving Static Content/01. Demo - Generating Static Responses with Fprint.srt
8.02 KB
03. Serving Static Content/02. Demo - Sending Individual Files.mp4
6.14 MB
03. Serving Static Content/02. Demo - Sending Individual Files.srt
5.58 KB
03. Serving Static Content/03. Demo - Sending Arbitrary Data.mp4
10.38 MB
03. Serving Static Content/03. Demo - Sending Arbitrary Data.srt
7.94 KB
03. Serving Static Content/04. Demo - Creating File Servers.mp4
13.77 MB
03. Serving Static Content/04. Demo - Creating File Servers.srt
11.12 KB
03. Serving Static Content/05. Summary.mp4
2.63 MB
03. Serving Static Content/05. Summary.srt
3.25 KB
04. JSON Messaging/00. Introduction.mp4
2.05 MB
04. JSON Messaging/00. Introduction.srt
2.7 KB
04. JSON Messaging/01. Messaging Strategies.mp4
7.23 MB
04. JSON Messaging/01. Messaging Strategies.srt
11.01 KB
04. JSON Messaging/02. Brief Review of the JSON Protocol.mp4
2.29 MB
04. JSON Messaging/02. Brief Review of the JSON Protocol.srt
3.68 KB
04. JSON Messaging/03. Sending JSON Messages.mp4
7.73 MB
04. JSON Messaging/03. Sending JSON Messages.srt
8.73 KB
04. JSON Messaging/04. Demo - Sending JSON Messages.mp4
14.86 MB
04. JSON Messaging/04. Demo - Sending JSON Messages.srt
10.96 KB
04. JSON Messaging/05. Receiving JSON Messages.mp4
7.85 MB
04. JSON Messaging/05. Receiving JSON Messages.srt
8.44 KB
04. JSON Messaging/06. Demo - Receiving JSON Messages.mp4
14.84 MB
04. JSON Messaging/06. Demo - Receiving JSON Messages.srt
11.27 KB
04. JSON Messaging/07. Summary.mp4
2.14 MB
04. JSON Messaging/07. Summary.srt
2.74 KB
05. Routing Requests/00. Introduction.mp4
1.91 MB
05. Routing Requests/00. Introduction.srt
2.56 KB
05. Routing Requests/01. Routing Requirements.mp4
2.39 MB
05. Routing Requests/01. Routing Requirements.srt
3.66 KB
05. Routing Requests/02. Basic Routing.mp4
2.59 MB
05. Routing Requests/02. Basic Routing.srt
3.87 KB
05. Routing Requests/03. Demo - Basic Routing.mp4
18.12 MB
05. Routing Requests/03. Demo - Basic Routing.srt
15.17 KB
05. Routing Requests/04. Parametric Routing with String Splitting.mp4
3.26 MB
05. Routing Requests/04. Parametric Routing with String Splitting.srt
4.79 KB
05. Routing Requests/05. Demo - Parametric Routing with String Splitting.mp4
8.79 MB
05. Routing Requests/05. Demo - Parametric Routing with String Splitting.srt
7.86 KB
05. Routing Requests/06. Parametric Routing with Regular Expressions.mp4
9.42 MB
05. Routing Requests/06. Parametric Routing with Regular Expressions.srt
12.68 KB
05. Routing Requests/07. Demo - Parametric Routing with Regular Expressions.mp4
13.32 MB
05. Routing Requests/07. Demo - Parametric Routing with Regular Expressions.srt
11.05 KB
05. Routing Requests/08. Common Third-party Routers.mp4
1.17 MB
05. Routing Requests/08. Common Third-party Routers.srt
1.93 KB
05. Routing Requests/09. Demo - Routing Requests with gorilla - mux.mp4
11.68 MB
05. Routing Requests/09. Demo - Routing Requests with gorilla - mux.srt
9.31 KB
05. Routing Requests/10. Demo - Routing Requests with go-chi.mp4
8.14 MB
05. Routing Requests/10. Demo - Routing Requests with go-chi.srt
7.02 KB
05. Routing Requests/11. Summary.mp4
3.61 MB
05. Routing Requests/11. Summary.srt
4.5 KB
06. Creating Middleware/00. Introduction.mp4
1.46 MB
06. Creating Middleware/00. Introduction.srt
1.7 KB
06. Creating Middleware/01. What Is Middleware - .mp4
2.93 MB
06. Creating Middleware/01. What Is Middleware - .srt
4.35 KB
06. Creating Middleware/02. Creating Middleware.mp4
4.5 MB
06. Creating Middleware/02. Creating Middleware.srt
6.74 KB
06. Creating Middleware/03. Demo - Preparing the Demo for Middleware.mp4
14.76 MB
06. Creating Middleware/03. Demo - Preparing the Demo for Middleware.srt
11.34 KB
06. Creating Middleware/04. Demo - Creating Global Middleware.mp4
15.03 MB
06. Creating Middleware/04. Demo - Creating Global Middleware.srt
10.55 KB
06. Creating Middleware/05. Demo - Creating Route-specific Middleware.mp4
30.63 MB
06. Creating Middleware/05. Demo - Creating Route-specific Middleware.srt
21.75 KB
06. Creating Middleware/06. Summary.mp4
2.62 MB
06. Creating Middleware/06. Summary.srt
3.32 KB
07. gRPC Messaging/00. Introduction.mp4
1.76 MB
07. gRPC Messaging/00. Introduction.srt
2.1 KB
07. gRPC Messaging/01. gRPC Structure.mp4
2.05 MB
07. gRPC Messaging/01. gRPC Structure.srt
3.36 KB
07. gRPC Messaging/02. Overview of Protocol Buffers.mp4
6.75 MB
07. gRPC Messaging/02. Overview of Protocol Buffers.srt
8.96 KB
07. gRPC Messaging/03. Demo - Protocol Buffers.mp4
24.6 MB
07. gRPC Messaging/03. Demo - Protocol Buffers.srt
21.15 KB
07. gRPC Messaging/04. Creating gRPC Clients and Servers.mp4
6.86 MB
07. gRPC Messaging/04. Creating gRPC Clients and Servers.srt
10 KB
go-building-microservices.zip
12.61 MB
07. gRPC Messaging/05. Demo - Creating gRPC Clients and Servers.srt
24.4 KB
07. gRPC Messaging/06. Course Summary.mp4
2.46 MB
07. gRPC Messaging/06. Course Summary.srt
2.59 KB