资源详情

返回首页 | 相关搜索
Udemy - Working with Microservices in Go (Golang) (6.2024)
大小 2.2 GB
文件数 371
Info Hash: 69B0D4AD034A0399B4667C0C4880C0F67523E988
收录时间 2025-12-16 01:02:48
更新时间 2025-12-19 01:58:48
文件列表 (371)
01 - Introduction/001 Introduction.mp4
88.82 MB
01 - Introduction/001 Introduction.srt
13.46 KB
01 - Introduction/002 About me.mp4
3.17 MB
01 - Introduction/002 About me.srt
1.61 KB
01 - Introduction/003 Download-Go.url
39 B
01 - Introduction/003 Installing Go.mp4
5.94 MB
01 - Introduction/003 Installing Go.srt
2.31 KB
01 - Introduction/004 Download-Visual-Studio-Code.url
62 B
01 - Introduction/004 Installing Visual Studio Code.mp4
8.78 MB
01 - Introduction/004 Installing Visual Studio Code.srt
5.18 KB
01 - Introduction/005 Chocolately.url
54 B
01 - Introduction/005 GNU-Make.url
58 B
01 - Introduction/005 Homebrew.url
40 B
01 - Introduction/005 Installing Make.mp4
4.06 MB
01 - Introduction/005 Installing Make.srt
2.3 KB
01 - Introduction/006 Docker-Desktop.url
71 B
01 - Introduction/006 Installing Docker.mp4
1.87 MB
01 - Introduction/006 Installing Docker.srt
1.36 KB
01 - Introduction/007 Asking for help.mp4
5.57 MB
01 - Introduction/007 Asking for help.srt
2.28 KB
01 - Introduction/008 Mistakes. We all make them.mp4
1.11 MB
01 - Introduction/008 Mistakes. We all make them.srt
1.93 KB
01 - Introduction/external-links.txt
319 B
02 - Building a simple front end and one Microservice/001 What we'll cover in this section.mp4
1.89 MB
02 - Building a simple front end and one Microservice/001 What we'll cover in this section.srt
980 B
02 - Building a simple front end and one Microservice/002 front-end.zip
8.21 KB
02 - Building a simple front end and one Microservice/002 Setting up the front end.mp4
2.17 MB
02 - Building a simple front end and one Microservice/002 Setting up the front end.srt
2.44 KB
02 - Building a simple front end and one Microservice/003 Reviewing the front end code.mp4
7.78 MB
02 - Building a simple front end and one Microservice/003 Reviewing the front end code.srt
5.25 KB
02 - Building a simple front end and one Microservice/003 source.zip
13.09 KB
02 - Building a simple front end and one Microservice/004 Our first service the Broker.mp4
39.78 MB
02 - Building a simple front end and one Microservice/004 Our first service the Broker.srt
19.82 KB
02 - Building a simple front end and one Microservice/004 source.zip
12.72 KB
02 - Building a simple front end and one Microservice/005 broker-service.dockerfile.zip
415 B
02 - Building a simple front end and one Microservice/005 Building a docker image for the Broker service.mp4
18.4 MB
02 - Building a simple front end and one Microservice/005 Building a docker image for the Broker service.srt
12.74 KB
02 - Building a simple front end and one Microservice/005 docker-compose.yml.zip
352 B
02 - Building a simple front end and one Microservice/005 source.zip
13.73 KB
02 - Building a simple front end and one Microservice/006 Adding a button and JavaScript to the front end.mp4
22.59 MB
02 - Building a simple front end and one Microservice/006 Adding a button and JavaScript to the front end.srt
10.99 KB
02 - Building a simple front end and one Microservice/006 source.zip
14.13 KB
02 - Building a simple front end and one Microservice/007 Creating some helper functions to deal with JSON and such.mp4
35.68 MB
02 - Building a simple front end and one Microservice/007 Creating some helper functions to deal with JSON and such.srt
10.61 KB
02 - Building a simple front end and one Microservice/007 source.zip
4.45 MB
02 - Building a simple front end and one Microservice/008 Makefile.zip
685 B
02 - Building a simple front end and one Microservice/008 Simplifying things with a Makefile (Mac & Linux).mp4
12.05 MB
02 - Building a simple front end and one Microservice/008 Simplifying things with a Makefile (Mac & Linux).srt
6.26 KB
02 - Building a simple front end and one Microservice/009 Makefile.zip
730 B
02 - Building a simple front end and one Microservice/009 Simplifying things with a Makefile (Windows).mp4
18.77 MB
02 - Building a simple front end and one Microservice/009 Simplifying things with a Makefile (Windows).srt
4.26 KB
03 - Building an Authentication Service/001 What we'll cover in this section.mp4
13.28 MB
03 - Building an Authentication Service/001 What we'll cover in this section.srt
2.67 KB
03 - Building an Authentication Service/002 models.go.zip
1.85 KB
03 - Building an Authentication Service/002 Setting up a stub Authentication service.mp4
31.99 MB
03 - Building an Authentication Service/002 Setting up a stub Authentication service.srt
15.9 KB
03 - Building an Authentication Service/002 source.zip
22.27 KB
03 - Building an Authentication Service/003 Creating and connecting to Postgres from the Authentication service.mp4
16.57 MB
03 - Building an Authentication Service/003 Creating and connecting to Postgres from the Authentication service.srt
10.71 KB
03 - Building an Authentication Service/003 source.zip
30.17 KB
03 - Building an Authentication Service/004 A note about PostgreSQL.html
1.1 KB
03 - Building an Authentication Service/005 source.zip
30.56 KB
03 - Building an Authentication Service/005 Updating our docker-compose.yml for Postgres and the Authentication service.mp4
68.43 MB
03 - Building an Authentication Service/005 Updating our docker-compose.yml for Postgres and the Authentication service.srt
17.89 KB
03 - Building an Authentication Service/006 Beekeeper-Studio.url
55 B
03 - Building an Authentication Service/006 Populating the Postgres database.mp4
11.6 MB
03 - Building an Authentication Service/006 Populating the Postgres database.srt
3.82 KB
03 - Building an Authentication Service/006 users.sql.zip
802 B
03 - Building an Authentication Service/007 Adding a route and handler to accept JSON.mp4
27.28 MB
03 - Building an Authentication Service/007 Adding a route and handler to accept JSON.srt
12.04 KB
03 - Building an Authentication Service/007 source.zip
32.24 KB
03 - Building an Authentication Service/007 tsawler-toolbox.url
58 B
03 - Building an Authentication Service/008 source.zip
32.85 KB
03 - Building an Authentication Service/008 Update the Broker for a standard JSON format, and conect to our Auth service.mp4
42.12 MB
03 - Building an Authentication Service/008 Update the Broker for a standard JSON format, and conect to our Auth service.srt
19.69 KB
03 - Building an Authentication Service/009 source.zip
44.03 KB
03 - Building an Authentication Service/009 Updating the front end to authenticate thorough the Broker and trying things out.mp4
20.3 MB
03 - Building an Authentication Service/009 Updating the front end to authenticate thorough the Broker and trying things out.srt
8.4 KB
03 - Building an Authentication Service/external-links.txt
116 B
04 - Building a Logger Service/001 What we'll cover in this section.mp4
2.87 MB
04 - Building a Logger Service/001 What we'll cover in this section.srt
1.46 KB
04 - Building a Logger Service/002 Getting started with the Logger service.mp4
18.61 MB
04 - Building a Logger Service/002 Getting started with the Logger service.srt
13.79 KB
04 - Building a Logger Service/002 source.zip
37.56 KB
04 - Building a Logger Service/003 Setting up the Logger data models.mp4
36.34 MB
04 - Building a Logger Service/003 Setting up the Logger data models.srt
19.52 KB
04 - Building a Logger Service/003 source.zip
38.56 KB
04 - Building a Logger Service/004 Finishing up the Logger data models.mp4
21.2 MB
04 - Building a Logger Service/004 Finishing up the Logger data models.srt
9.91 KB
04 - Building a Logger Service/004 source.zip
38.73 KB
04 - Building a Logger Service/005 Setting up routes, handlers, helpers, and a web server in our logger-service.mp4
28.18 MB
04 - Building a Logger Service/005 Setting up routes, handlers, helpers, and a web server in our logger-service.srt
10.61 KB
04 - Building a Logger Service/005 source.zip
41.26 KB
04 - Building a Logger Service/006 Adding MongoDB to our docker-compose.yml file.mp4
15.64 MB
04 - Building a Logger Service/006 Adding MongoDB to our docker-compose.yml file.srt
8.76 KB
04 - Building a Logger Service/006 source.zip
41.46 KB
04 - Building a Logger Service/007 Add the logger-service to docker-compose.yml and the Makefile.mp4
30.66 MB
04 - Building a Logger Service/007 Add the logger-service to docker-compose.yml and the Makefile.srt
5.25 KB
04 - Building a Logger Service/007 source.zip
41.89 KB
04 - Building a Logger Service/008 Adding a route and handler on the Broker to communicate with the logger service.mp4
35.18 MB
04 - Building a Logger Service/008 Adding a route and handler on the Broker to communicate with the logger service.srt
7.57 KB
04 - Building a Logger Service/008 source.zip
42.77 KB
04 - Building a Logger Service/009 source.zip
43.89 KB
04 - Building a Logger Service/009 Update the front end to post to the logger, via the broker.mp4
13.03 MB
04 - Building a Logger Service/009 Update the front end to post to the logger, via the broker.srt
5.54 KB
04 - Building a Logger Service/010 Add basic logging to the Authentication service.mp4
12.27 MB
04 - Building a Logger Service/010 Add basic logging to the Authentication service.srt
5.37 KB
04 - Building a Logger Service/010 source.zip
45.21 KB
04 - Building a Logger Service/011 MongoDB-Compass.url
68 B
04 - Building a Logger Service/011 Trying things out.mp4
8.9 MB
04 - Building a Logger Service/011 Trying things out.srt
6.36 KB
04 - Building a Logger Service/external-links.txt
69 B
05 - Building a Mail Service/001 What we'll cover in this section.mp4
3.37 MB
05 - Building a Mail Service/001 What we'll cover in this section.srt
2.01 KB
05 - Building a Mail Service/002 Adding Mailhog to our docker-compose.yml.mp4
3.67 MB
05 - Building a Mail Service/002 Adding Mailhog to our docker-compose.yml.srt
3.08 KB
05 - Building a Mail Service/002 source.zip
45.25 KB
05 - Building a Mail Service/003 Setting up a stub Mail microservice.mp4
12.87 MB
05 - Building a Mail Service/003 Setting up a stub Mail microservice.srt
6.68 KB
05 - Building a Mail Service/003 source.zip
48.49 KB
05 - Building a Mail Service/004 Building the logic to send email.mp4
67.46 MB
05 - Building a Mail Service/004 Building the logic to send email.srt
31.38 KB
05 - Building a Mail Service/004 source.zip
51.55 KB
05 - Building a Mail Service/005 Building the routes, handlers, and email templates.mp4
41.32 MB
05 - Building a Mail Service/005 Building the routes, handlers, and email templates.srt
14.21 KB
05 - Building a Mail Service/005 source.zip
53.25 KB
05 - Building a Mail Service/006 Challenge Adding the Mail service to docker-compose.yml and the Makefile.mp4
1.7 MB
05 - Building a Mail Service/006 Challenge Adding the Mail service to docker-compose.yml and the Makefile.srt
1.19 KB
05 - Building a Mail Service/007 Solution to challenge.mp4
13.51 MB
05 - Building a Mail Service/007 Solution to challenge.srt
5.72 KB
05 - Building a Mail Service/007 source.zip
53.77 KB
05 - Building a Mail Service/008 Modifying the Broker service to handle mail.mp4
25.11 MB
05 - Building a Mail Service/008 Modifying the Broker service to handle mail.srt
9.87 KB
05 - Building a Mail Service/008 source.zip
53.94 KB
05 - Building a Mail Service/009 source.zip
54.76 KB
05 - Building a Mail Service/009 Updating the front end to send mail.mp4
34.98 MB
05 - Building a Mail Service/009 Updating the front end to send mail.srt
12.34 KB
05 - Building a Mail Service/010 A note about mail and security.mp4
3.77 MB
05 - Building a Mail Service/010 A note about mail and security.srt
1.89 KB
06 - Building a Listener service AMQP with RabbitMQ/001 What we'll cover in this section.mp4
7.32 MB
06 - Building a Listener service AMQP with RabbitMQ/001 What we'll cover in this section.srt
3.71 KB
06 - Building a Listener service AMQP with RabbitMQ/002 Creating a stub Listener service.mp4
4.95 MB
06 - Building a Listener service AMQP with RabbitMQ/002 Creating a stub Listener service.srt
4.69 KB
06 - Building a Listener service AMQP with RabbitMQ/002 source.zip
55.91 KB
06 - Building a Listener service AMQP with RabbitMQ/003 Adding RabbitMQ to our docker-compose.yml.mp4
8.46 MB
06 - Building a Listener service AMQP with RabbitMQ/003 Adding RabbitMQ to our docker-compose.yml.srt
6.45 KB
06 - Building a Listener service AMQP with RabbitMQ/003 RabbitMQ-on-Docker-Hub.url
57 B
06 - Building a Listener service AMQP with RabbitMQ/003 source.zip
55.95 KB
06 - Building a Listener service AMQP with RabbitMQ/004 Connecting to RabbitMQ.mp4
31.87 MB
06 - Building a Listener service AMQP with RabbitMQ/004 Connecting to RabbitMQ.srt
10.45 KB
06 - Building a Listener service AMQP with RabbitMQ/004 source.zip
5.67 MB
06 - Building a Listener service AMQP with RabbitMQ/005 source.zip
5.67 MB
06 - Building a Listener service AMQP with RabbitMQ/005 Writing functions to interact with RabbitMQ.mp4
58.35 MB
06 - Building a Listener service AMQP with RabbitMQ/005 Writing functions to interact with RabbitMQ.srt
31.65 KB
06 - Building a Listener service AMQP with RabbitMQ/006 Adding a logEvent function to our Listener microservice.mp4
9.06 MB
06 - Building a Listener service AMQP with RabbitMQ/006 Adding a logEvent function to our Listener microservice.srt
3.71 KB
06 - Building a Listener service AMQP with RabbitMQ/006 source.zip
5.68 MB
06 - Building a Listener service AMQP with RabbitMQ/007 source.zip
5.68 MB
06 - Building a Listener service AMQP with RabbitMQ/007 Updating main.go to start the Listener function.mp4
7.04 MB
06 - Building a Listener service AMQP with RabbitMQ/007 Updating main.go to start the Listener function.srt
3.98 KB
06 - Building a Listener service AMQP with RabbitMQ/008 Change the RabbitMQ server URL to the Docker address.mp4
1.78 MB
06 - Building a Listener service AMQP with RabbitMQ/008 Change the RabbitMQ server URL to the Docker address.srt
856 B
06 - Building a Listener service AMQP with RabbitMQ/009 Creating a Docker image and updating the Makefile.mp4
22.27 MB
06 - Building a Listener service AMQP with RabbitMQ/009 Creating a Docker image and updating the Makefile.srt
8.07 KB
06 - Building a Listener service AMQP with RabbitMQ/009 source.zip
78.91 KB
06 - Building a Listener service AMQP with RabbitMQ/010 source.zip
81.24 KB
06 - Building a Listener service AMQP with RabbitMQ/010 Updating the broker to interact with RabbitMQ.mp4
22.58 MB
06 - Building a Listener service AMQP with RabbitMQ/010 Updating the broker to interact with RabbitMQ.srt
6.1 KB
06 - Building a Listener service AMQP with RabbitMQ/011 source.zip
81.88 KB
06 - Building a Listener service AMQP with RabbitMQ/011 Writing logic to Emit events to RabbitMQ.mp4
16.9 MB
06 - Building a Listener service AMQP with RabbitMQ/011 Writing logic to Emit events to RabbitMQ.srt
8.34 KB
06 - Building a Listener service AMQP with RabbitMQ/012 Adding a new function in the Broker to log items via RabbitMQ.mp4
33 MB
06 - Building a Listener service AMQP with RabbitMQ/012 Adding a new function in the Broker to log items via RabbitMQ.srt
8.23 KB
06 - Building a Listener service AMQP with RabbitMQ/012 source.zip
82.1 KB
06 - Building a Listener service AMQP with RabbitMQ/013 Trying things out.mp4
10.55 MB
06 - Building a Listener service AMQP with RabbitMQ/013 Trying things out.srt
6.19 KB
06 - Building a Listener service AMQP with RabbitMQ/external-links.txt
65 B
07 - Communicating between services using Remote Procedure Calls (RPC)/001 What we'll cover in this section.mp4
18.58 MB
07 - Communicating between services using Remote Procedure Calls (RPC)/001 What we'll cover in this section.srt
3.27 KB
07 - Communicating between services using Remote Procedure Calls (RPC)/002 Setting up an RPC server in the Logger microservice.mp4
11.64 MB
07 - Communicating between services using Remote Procedure Calls (RPC)/002 Setting up an RPC server in the Logger microservice.srt
7.13 KB
07 - Communicating between services using Remote Procedure Calls (RPC)/002 source.zip
83.51 KB
07 - Communicating between services using Remote Procedure Calls (RPC)/003 Listening for RPC calls in the Logger microservice.mp4
11.32 MB
07 - Communicating between services using Remote Procedure Calls (RPC)/003 Listening for RPC calls in the Logger microservice.srt
6.18 KB
07 - Communicating between services using Remote Procedure Calls (RPC)/003 source.zip
88.34 KB
07 - Communicating between services using Remote Procedure Calls (RPC)/004 Calling the Logger from the Broker using RPC.mp4
25.73 MB
07 - Communicating between services using Remote Procedure Calls (RPC)/004 Calling the Logger from the Broker using RPC.srt
7.33 KB
07 - Communicating between services using Remote Procedure Calls (RPC)/004 source.zip
83.7 KB
07 - Communicating between services using Remote Procedure Calls (RPC)/005 Trying things out.mp4
7.62 MB
07 - Communicating between services using Remote Procedure Calls (RPC)/005 Trying things out.srt
3.95 KB
08 - Speeding things up (potentially) with gRPC/001 gRPC-website.url
40 B
08 - Speeding things up (potentially) with gRPC/001 What we'll cover in this section.mp4
20.48 MB
08 - Speeding things up (potentially) with gRPC/001 What we'll cover in this section.srt
3.46 KB
08 - Speeding things up (potentially) with gRPC/002 Installing the necessary tools for gRPC.mp4
2.88 MB
08 - Speeding things up (potentially) with gRPC/002 Installing the necessary tools for gRPC.srt
3.88 KB
08 - Speeding things up (potentially) with gRPC/003 Defining a Protocol for gRPC the .proto file.mp4
7.08 MB
08 - Speeding things up (potentially) with gRPC/003 Defining a Protocol for gRPC the .proto file.srt
6.65 KB
08 - Speeding things up (potentially) with gRPC/003 source.zip
84.27 KB
08 - Speeding things up (potentially) with gRPC/004 Generating the gRPC code from the command line.mp4
32.38 MB
08 - Speeding things up (potentially) with gRPC/004 Generating the gRPC code from the command line.srt
8.92 KB
08 - Speeding things up (potentially) with gRPC/004 Protocol-Buffer-Compiler-Installation.url
65 B
08 - Speeding things up (potentially) with gRPC/004 source.zip
87.74 KB
08 - Speeding things up (potentially) with gRPC/005 Getting started with the gRPC server.mp4
15.33 MB
08 - Speeding things up (potentially) with gRPC/005 Getting started with the gRPC server.srt
9.87 KB
08 - Speeding things up (potentially) with gRPC/005 source.zip
92.61 KB
08 - Speeding things up (potentially) with gRPC/006 Listening for gRPC connections in the Logger microservice.mp4
23.32 MB
08 - Speeding things up (potentially) with gRPC/006 Listening for gRPC connections in the Logger microservice.srt
4.83 KB
08 - Speeding things up (potentially) with gRPC/006 source.zip
92.79 KB
08 - Speeding things up (potentially) with gRPC/007 source.zip
102.5 KB
08 - Speeding things up (potentially) with gRPC/007 Writing the client code.mp4
46.43 MB
08 - Speeding things up (potentially) with gRPC/007 Writing the client code.srt
14.43 KB
08 - Speeding things up (potentially) with gRPC/008 source.zip
102.55 KB
08 - Speeding things up (potentially) with gRPC/008 Updating the front end code.mp4
8.96 MB
08 - Speeding things up (potentially) with gRPC/008 Updating the front end code.srt
3.03 KB
08 - Speeding things up (potentially) with gRPC/009 Trying things out.mp4
5.87 MB
08 - Speeding things up (potentially) with gRPC/009 Trying things out.srt
3.22 KB
08 - Speeding things up (potentially) with gRPC/external-links.txt
126 B
09 - Deploying our Distributed App using Docker Swarm/001 Docker-Swarm.url
61 B
09 - Deploying our Distributed App using Docker Swarm/001 What we'll cover in this section.mp4
15.68 MB
09 - Deploying our Distributed App using Docker Swarm/001 What we'll cover in this section.srt
5.02 KB
09 - Deploying our Distributed App using Docker Swarm/002 Building images for our microservices.mp4
5.86 MB
09 - Deploying our Distributed App using Docker Swarm/002 Building images for our microservices.srt
5.04 KB
09 - Deploying our Distributed App using Docker Swarm/003 Creating a Docker swarm deployment file.mp4
25.81 MB
09 - Deploying our Distributed App using Docker Swarm/003 Creating a Docker swarm deployment file.srt
15.91 KB
09 - Deploying our Distributed App using Docker Swarm/003 swarm.yml.zip
868 B
09 - Deploying our Distributed App using Docker Swarm/004 Initializing and starting Docker Swarm.mp4
8.23 MB
09 - Deploying our Distributed App using Docker Swarm/004 Initializing and starting Docker Swarm.srt
6.8 KB
09 - Deploying our Distributed App using Docker Swarm/005 Starting the front end and hitting our swarm.mp4
3.63 MB
09 - Deploying our Distributed App using Docker Swarm/005 Starting the front end and hitting our swarm.srt
3.67 KB
09 - Deploying our Distributed App using Docker Swarm/006 Scaling services.mp4
8.26 MB
09 - Deploying our Distributed App using Docker Swarm/006 Scaling services.srt
4.91 KB
09 - Deploying our Distributed App using Docker Swarm/007 Updating services.mp4
10.59 MB
09 - Deploying our Distributed App using Docker Swarm/007 Updating services.srt
6.25 KB
09 - Deploying our Distributed App using Docker Swarm/008 Stopping Docker swarm.mp4
3.21 MB
09 - Deploying our Distributed App using Docker Swarm/008 Stopping Docker swarm.srt
2.66 KB
09 - Deploying our Distributed App using Docker Swarm/009 Updating the Broker service, and creating a Dockerfile for the front end.mp4
14.98 MB
09 - Deploying our Distributed App using Docker Swarm/009 Updating the Broker service, and creating a Dockerfile for the front end.srt
7.91 KB
09 - Deploying our Distributed App using Docker Swarm/010 front-end.dockerfile.zip
286 B
09 - Deploying our Distributed App using Docker Swarm/010 Makefile.mac-linux.zip
1.21 KB
09 - Deploying our Distributed App using Docker Swarm/010 Makefile.windows.zip
1.25 KB
09 - Deploying our Distributed App using Docker Swarm/010 Solution to the Challenge.mp4
8.41 MB
09 - Deploying our Distributed App using Docker Swarm/010 Solution to the Challenge.srt
3.59 KB
09 - Deploying our Distributed App using Docker Swarm/011 Adding the Front end to our swarm.yml deployment file.mp4
3.28 MB
09 - Deploying our Distributed App using Docker Swarm/011 Adding the Front end to our swarm.yml deployment file.srt
1.85 KB
09 - Deploying our Distributed App using Docker Swarm/012 Adding Caddy to the mix as a Proxy to our front end and the broker.mp4
23.52 MB
09 - Deploying our Distributed App using Docker Swarm/012 Adding Caddy to the mix as a Proxy to our front end and the broker.srt
15.2 KB
09 - Deploying our Distributed App using Docker Swarm/012 caddy.zip
807 B
09 - Deploying our Distributed App using Docker Swarm/013 Modifying our hosts file to add a backend entry and bringing up our swarm.mp4
28.4 MB
09 - Deploying our Distributed App using Docker Swarm/013 Modifying our hosts file to add a backend entry and bringing up our swarm.srt
9.29 KB
09 - Deploying our Distributed App using Docker Swarm/013 Modifying-hosts-on-Windows-10-11.url
76 B
09 - Deploying our Distributed App using Docker Swarm/014 Challenge correcting the URL to the broker service in the front end.mp4
38.19 MB
09 - Deploying our Distributed App using Docker Swarm/014 Challenge correcting the URL to the broker service in the front end.srt
10.31 KB
09 - Deploying our Distributed App using Docker Swarm/014 source.zip
102.62 KB
09 - Deploying our Distributed App using Docker Swarm/015 Solution to challenge.mp4
3.65 MB
09 - Deploying our Distributed App using Docker Swarm/015 Solution to challenge.srt
3.2 KB
09 - Deploying our Distributed App using Docker Swarm/016 Updating Postgres to 14.2 - why monitoring is important!.mp4
7.96 MB
09 - Deploying our Distributed App using Docker Swarm/016 Updating Postgres to 14.2 - why monitoring is important!.srt
2.78 KB
09 - Deploying our Distributed App using Docker Swarm/017 DigitalOcean.url
52 B
09 - Deploying our Distributed App using Docker Swarm/017 Linode.url
46 B
09 - Deploying our Distributed App using Docker Swarm/017 Spinning up two new servers on Linode.mp4
10.19 MB
09 - Deploying our Distributed App using Docker Swarm/017 Spinning up two new servers on Linode.srt
6.74 KB
09 - Deploying our Distributed App using Docker Swarm/017 Vultr.url
45 B
09 - Deploying our Distributed App using Docker Swarm/018 Setting up a non-root account and putting a firewall in place.mp4
12.72 MB
09 - Deploying our Distributed App using Docker Swarm/018 Setting up a non-root account and putting a firewall in place.srt
7.64 KB
09 - Deploying our Distributed App using Docker Swarm/019 Install-Docker-Engine-on-Ubuntu.url
99 B
09 - Deploying our Distributed App using Docker Swarm/019 Installing Docker on the servers.mp4
12.47 MB
09 - Deploying our Distributed App using Docker Swarm/019 Installing Docker on the servers.srt
4.24 KB
09 - Deploying our Distributed App using Docker Swarm/020 Setting the hostname for our server.mp4
5.66 MB
09 - Deploying our Distributed App using Docker Swarm/020 Setting the hostname for our server.srt
5.05 KB
09 - Deploying our Distributed App using Docker Swarm/021 Adding DNS entries for our servers.mp4
10.99 MB
09 - Deploying our Distributed App using Docker Swarm/021 Adding DNS entries for our servers.srt
9.02 KB
09 - Deploying our Distributed App using Docker Swarm/022 Adding a DNS entry for the Broker service.mp4
2.26 MB
09 - Deploying our Distributed App using Docker Swarm/022 Adding a DNS entry for the Broker service.srt
2.06 KB
09 - Deploying our Distributed App using Docker Swarm/023 Initializing a manager, and adding a worker.mp4
4.21 MB
09 - Deploying our Distributed App using Docker Swarm/023 Initializing a manager, and adding a worker.srt
3.17 KB
09 - Deploying our Distributed App using Docker Swarm/024 Updating our swarm.yml and Caddy dockerfile for production.mp4
16.65 MB
09 - Deploying our Distributed App using Docker Swarm/024 Updating our swarm.yml and Caddy dockerfile for production.srt
9.6 KB
09 - Deploying our Distributed App using Docker Swarm/025 Trying things out, and correcting some mistakes.mp4
24.49 MB
09 - Deploying our Distributed App using Docker Swarm/025 Trying things out, and correcting some mistakes.srt
15.5 KB
09 - Deploying our Distributed App using Docker Swarm/026 Populating the remote database using an SSH tunnel.mp4
4.44 MB
09 - Deploying our Distributed App using Docker Swarm/026 Populating the remote database using an SSH tunnel.srt
3.75 KB
09 - Deploying our Distributed App using Docker Swarm/026 users.sql.zip
802 B
09 - Deploying our Distributed App using Docker Swarm/027 Enabling SSL certificates on the Caddy microservice.mp4
34.31 MB
09 - Deploying our Distributed App using Docker Swarm/027 Enabling SSL certificates on the Caddy microservice.srt
15.93 KB
09 - Deploying our Distributed App using Docker Swarm/027 GlusterFS.url
48 B
09 - Deploying our Distributed App using Docker Swarm/027 sshfs.url
55 B
09 - Deploying our Distributed App using Docker Swarm/external-links.txt
482 B
10 - Deploying our Distributed App to Kubernetes/001 What we'll cover in this section.mp4
12.06 MB
10 - Deploying our Distributed App to Kubernetes/001 What we'll cover in this section.srt
3.1 KB
10 - Deploying our Distributed App to Kubernetes/002 Installing minikube.mp4
5.99 MB
10 - Deploying our Distributed App to Kubernetes/002 Installing minikube.srt
2.77 KB
10 - Deploying our Distributed App to Kubernetes/002 Minikube.url
64 B
10 - Deploying our Distributed App to Kubernetes/003 Installing kubectl.mp4
13.83 MB
10 - Deploying our Distributed App to Kubernetes/003 Installing kubectl.srt
3.6 KB
10 - Deploying our Distributed App to Kubernetes/003 kubectl.url
63 B
10 - Deploying our Distributed App to Kubernetes/004 Initializing a cluster.mp4
6.3 MB
10 - Deploying our Distributed App to Kubernetes/004 Initializing a cluster.srt
4.54 KB
10 - Deploying our Distributed App to Kubernetes/005 Bringing up the k8s dashboard.mp4
5.26 MB
10 - Deploying our Distributed App to Kubernetes/005 Bringing up the k8s dashboard.srt
3.66 KB
10 - Deploying our Distributed App to Kubernetes/006 Creating a deployment file for Mongo.mp4
23.54 MB
10 - Deploying our Distributed App to Kubernetes/006 Creating a deployment file for Mongo.srt
19.51 KB
10 - Deploying our Distributed App to Kubernetes/006 k8s.zip
667 B
10 - Deploying our Distributed App to Kubernetes/007 Creating a deployment file for RabbitMQ.mp4
15.21 MB
10 - Deploying our Distributed App to Kubernetes/007 Creating a deployment file for RabbitMQ.srt
7.45 KB
10 - Deploying our Distributed App to Kubernetes/007 k8s.zip
1.15 KB
10 - Deploying our Distributed App to Kubernetes/008 Creating a deployment file for the Broker service.mp4
9.71 MB
10 - Deploying our Distributed App to Kubernetes/008 Creating a deployment file for the Broker service.srt
4.93 KB
10 - Deploying our Distributed App to Kubernetes/008 k8s.zip
1.61 KB
10 - Deploying our Distributed App to Kubernetes/009 k8s.zip
2.54 KB
10 - Deploying our Distributed App to Kubernetes/009 When things go wrong.mp4
16.42 MB
10 - Deploying our Distributed App to Kubernetes/009 When things go wrong.srt
11.65 KB
10 - Deploying our Distributed App to Kubernetes/010 Creating a deployment file for MailHog.mp4
5.84 MB
10 - Deploying our Distributed App to Kubernetes/010 Creating a deployment file for MailHog.srt
3.3 KB
10 - Deploying our Distributed App to Kubernetes/010 k8s.zip
3.01 KB
10 - Deploying our Distributed App to Kubernetes/011 Creating a deployment file for the Mail microservice.mp4
11.42 MB
10 - Deploying our Distributed App to Kubernetes/011 Creating a deployment file for the Mail microservice.srt
4.98 KB
10 - Deploying our Distributed App to Kubernetes/011 k8s.zip
3.59 KB
10 - Deploying our Distributed App to Kubernetes/012 Creating a deployment file for the Logger service.mp4
10.71 MB
10 - Deploying our Distributed App to Kubernetes/012 Creating a deployment file for the Logger service.srt
6.04 KB
10 - Deploying our Distributed App to Kubernetes/012 k8s.zip
4.08 KB
10 - Deploying our Distributed App to Kubernetes/013 Creating a deployment file for the Listener service.mp4
7.03 MB
10 - Deploying our Distributed App to Kubernetes/013 Creating a deployment file for the Listener service.srt
2.9 KB
10 - Deploying our Distributed App to Kubernetes/013 k8s.zip
4.54 KB
10 - Deploying our Distributed App to Kubernetes/014 postgres.yml.zip
406 B
10 - Deploying our Distributed App to Kubernetes/014 Running Postgres on the host machine, so we can connect to it from k8s.mp4
7.59 MB
10 - Deploying our Distributed App to Kubernetes/014 Running Postgres on the host machine, so we can connect to it from k8s.srt
4.22 KB
10 - Deploying our Distributed App to Kubernetes/015 Creating a deployment file for the Authentication service.mp4
11.3 MB
10 - Deploying our Distributed App to Kubernetes/015 Creating a deployment file for the Authentication service.srt
5.02 KB
10 - Deploying our Distributed App to Kubernetes/015 k8s.zip
5.12 KB
10 - Deploying our Distributed App to Kubernetes/016 Trying things out by adding a LoadBalancer service.mp4
29.66 MB
10 - Deploying our Distributed App to Kubernetes/016 Trying things out by adding a LoadBalancer service.srt
9.29 KB
10 - Deploying our Distributed App to Kubernetes/017 Creating a deployment file for the Front End microservice.mp4
14.11 MB
10 - Deploying our Distributed App to Kubernetes/017 Creating a deployment file for the Front End microservice.srt
6.29 KB
10 - Deploying our Distributed App to Kubernetes/017 k8s.zip
5.63 KB
10 - Deploying our Distributed App to Kubernetes/018 Adding an nginx Ingress to our cluster.mp4
9.76 MB
10 - Deploying our Distributed App to Kubernetes/018 Adding an nginx Ingress to our cluster.srt
8.46 KB
10 - Deploying our Distributed App to Kubernetes/018 ingress.yml.zip
427 B
10 - Deploying our Distributed App to Kubernetes/019 Edit-Windows-hosts-file.url
100 B
10 - Deploying our Distributed App to Kubernetes/019 Trying out our Ingress.mp4
9.13 MB
10 - Deploying our Distributed App to Kubernetes/019 Trying out our Ingress.srt
6.29 KB
10 - Deploying our Distributed App to Kubernetes/020 Scaling services.mp4
24.67 MB
10 - Deploying our Distributed App to Kubernetes/020 Scaling services.srt
5.28 KB
10 - Deploying our Distributed App to Kubernetes/021 Updating services.mp4
4.05 MB
10 - Deploying our Distributed App to Kubernetes/021 Updating services.srt
3.13 KB
10 - Deploying our Distributed App to Kubernetes/022 Deploying to cloud services.mp4
27.8 MB
10 - Deploying our Distributed App to Kubernetes/022 Deploying to cloud services.srt
8.27 KB
10 - Deploying our Distributed App to Kubernetes/022 How-to-configure-SSL-TLS-on-Ingress-with-k8s.url
80 B
10 - Deploying our Distributed App to Kubernetes/022 ingess-ssl.pdf
319.97 KB
10 - Deploying our Distributed App to Kubernetes/external-links.txt
333 B
11 - Testing Microservices/001 Testing Routes.mp4
55.86 MB
11 - Testing Microservices/001 Testing Routes.srt
14.33 KB
11 - Testing Microservices/002 authentication-service.zip
20.94 KB
11 - Testing Microservices/002 Getting started with the Repository pattern for our data package.mp4
14.7 MB
11 - Testing Microservices/002 Getting started with the Repository pattern for our data package.srt
6.22 KB
11 - Testing Microservices/003 authentication-service.zip
20.94 KB
11 - Testing Microservices/003 Updating our models, handlers, and the main function to use our repository.mp4
19.12 MB
11 - Testing Microservices/003 Updating our models, handlers, and the main function to use our repository.srt
6.54 KB
11 - Testing Microservices/004 authentication-service.zip
21.83 KB
11 - Testing Microservices/004 Setting up a Test repository.mp4
27.95 MB
11 - Testing Microservices/004 Setting up a Test repository.srt
6.64 KB
11 - Testing Microservices/005 authentication-service.zip
21.84 KB
11 - Testing Microservices/005 Correcting a (rather stupid) oversight in models.go.mp4
4.71 MB
11 - Testing Microservices/005 Correcting a (rather stupid) oversight in models.go.srt
2.21 KB
11 - Testing Microservices/006 authentication-service.zip
22.47 KB
11 - Testing Microservices/006 Testing Handlers.mp4
23.05 MB
11 - Testing Microservices/006 Testing Handlers.srt
8.78 KB
11 - Testing Microservices/007 Mocking our call to the logger-service for tests.mp4
25.2 MB
11 - Testing Microservices/007 Mocking our call to the logger-service for tests.srt
9.78 KB
11 - Testing Microservices/008 Testing section in progress.html
102 B
12 - Final Thoughts/001 Just some final thoughts and observations.mp4
11.4 MB
12 - Final Thoughts/001 Just some final thoughts and observations.srt
5.18 KB

免责声明

本网站仅提供DHT网络资源索引服务,不存储任何资源文件。所有资源均来自DHT网络,本站无法控制其内容。请遵守当地法律法规,合理使用网络资源。如涉及版权问题,请联系 fuckatgfw@protonmail.com。