首页
磁力链接怎么用
한국어
English
日本語
简体中文
繁體中文
Udemy - Building Modern Web Applications with Go (Golang)
文件类型
收录时间
最后活跃
资源热度
文件大小
文件数量
视频
2021-7-22 10:38
2024-12-22 11:26
273
13.13 GB
172
磁力链接
magnet:?xt=urn:btih:abb97dcb0e722dfaae6834939751a4de813516ec
迅雷链接
thunder://QUFtYWduZXQ6P3h0PXVybjpidGloOmFiYjk3ZGNiMGU3MjJkZmFhZTY4MzQ5Mzk3NTFhNGRlODEzNTE2ZWNaWg==
二维码链接
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
相关链接
Udemy
-
Building
Modern
Web
Applications
with
Go
Golang
文件列表
1. Introduction/1. Introduction who I am, and what we're going to do.mp4
85.02MB
1. Introduction/2. Why Go Why not PHP, or Python, or Node.js, or whatever.mp4
75.79MB
1. Introduction/3. Why Go - System Resources.mp4
45.54MB
1. Introduction/4. Installing Go, an IDE, and writing a simple program.mp4
103.7MB
1. Introduction/5. Getting help How to ask questions.mp4
29.81MB
10. Improved Error Handling/1. Centralizing our error handling to a helpers package.mp4
66.04MB
10. Improved Error Handling/2. Using our ClientError and ServerError helper functions.mp4
49.99MB
10. Improved Error Handling/3. Updating our tests.mp4
19.72MB
11. Persisting Data with PostgreSQL/1. Installing PostgreSQL.mp4
33.49MB
11. Persisting Data with PostgreSQL/2. Connecting to the database with DBeaver on a Mac.mp4
39.12MB
11. Persisting Data with PostgreSQL/3. Connecting to the database with DBeaver on Windows.mp4
61.54MB
11. Persisting Data with PostgreSQL/4. Basic SQL syntax.mp4
76.38MB
11. Persisting Data with PostgreSQL/5. More complex queries.mp4
99.76MB
12. Designing the Database Structure/1. Identifying database structure, and Entity Relationship Diagarams.mp4
91.88MB
12. Designing the Database Structure/2. Install Soda.mp4
16.28MB
12. Designing the Database Structure/3. Creating the users table using migrations.mp4
90.46MB
12. Designing the Database Structure/4. Creating the rest of our database using migrations.mp4
46.39MB
12. Designing the Database Structure/5. Setting up a foreign key.mp4
29.53MB
12. Designing the Database Structure/6. Setting up the rest of our foreign keys.mp4
41.77MB
12. Designing the Database Structure/7. Adding Indices & Exercise.mp4
45.42MB
12. Designing the Database Structure/8. Solution to Exercise.mp4
48.66MB
13. Connecting our Application to the Database/1. How to connect a Go application to a database.mp4
197.57MB
13. Connecting our Application to the Database/10. Searching for availability by room.mp4
81.77MB
13. Connecting our Application to the Database/11. Searching for availablity for all rooms.mp4
107.28MB
13. Connecting our Application to the Database/12. Connecting our handlers to our new database functions.mp4
134.35MB
13. Connecting our Application to the Database/13. Connecting search availablity to the make reservation page.mp4
84.13MB
13. Connecting our Application to the Database/14. Cleaning up our make reservation page and testing everything.mp4
125.77MB
13. Connecting our Application to the Database/15. Cleaning up the reservation summary page and improving validation.mp4
114.73MB
13. Connecting our Application to the Database/16. Searching for availability by Room.mp4
70.13MB
13. Connecting our Application to the Database/17. Providing feedback when searching by room, and connecting to the reservation pag.mp4
97.58MB
13. Connecting our Application to the Database/18. Connecting the rooms page to the make reservation page.mp4
80.51MB
13. Connecting our Application to the Database/19. Connecting the Major's Suite page, and extracting our javascript module.mp4
53.1MB
13. Connecting our Application to the Database/2. Creating a Driver package.mp4
55.38MB
13. Connecting our Application to the Database/20. Adding a migration for seeding rooms.mp4
11.91MB
13. Connecting our Application to the Database/21. Adding a migration for seeding restrictions.mp4
10.05MB
13. Connecting our Application to the Database/3. Connecting to the database and adding the SQL connection to our Repository.mp4
93.71MB
13. Connecting our Application to the Database/4. Setting up models.mp4
43.15MB
13. Connecting our Application to the Database/5. Cleaning up our code.mp4
51.82MB
13. Connecting our Application to the Database/6. A word about ORMs.mp4
24.49MB
13. Connecting our Application to the Database/7. Setting up database functions inserting a reservation.mp4
108.15MB
13. Connecting our Application to the Database/8. Testing our insert reservation function.mp4
43.44MB
13. Connecting our Application to the Database/9. Inserting Room Restrictions.mp4
75.52MB
14. Updating our tests/1. Creating a test database repository.mp4
94.34MB
14. Updating our tests/2. Updating our existing tests to handle sessions.mp4
106.54MB
14. Updating our tests/3. Improving our tests by handling multiple cases.mp4
111.84MB
14. Updating our tests/4. Testing Post handlers.mp4
268.68MB
14. Updating our tests/5. Testing AvailabilityJSON.mp4
61.07MB
14. Updating our tests/7. Simplifying adding post parameters.mp4
24.57MB
15. Sending Mail using Go/1. Sending email using the Standard Library.mp4
26.77MB
15. Sending Mail using Go/2. Installing a mailer package and setting up a mail channel.mp4
128.99MB
15. Sending Mail using Go/3. Installing Mailhog on a Mac for testing purposes.mp4
30.13MB
15. Sending Mail using Go/4. Installing Mailhog on Windows for testing purposes.mp4
8.71MB
15. Sending Mail using Go/5. Creating and sending mail notifications.mp4
42.02MB
15. Sending Mail using Go/6. Solution to sending notification to property owner.mp4
10.5MB
15. Sending Mail using Go/7. Sending nicely formatted email using Foundation.mp4
120.98MB
15. Sending Mail using Go/8. Updating our tests.mp4
33.23MB
16. Authentication/1. Create the login screen.mp4
45.07MB
16. Authentication/2. Creating the authentication handlers for the login screen.mp4
28.09MB
16. Authentication/3. Creating the authentication and user database functions.mp4
111.46MB
16. Authentication/4. Creating our handler to log in.mp4
68.14MB
16. Authentication/5. Writing Authentication Middleware.mp4
42.19MB
16. Authentication/6. Adding a user to the database.mp4
19.05MB
16. Authentication/7. Testing Login.mp4
16.6MB
16. Authentication/8. Checking to see if a user is logged in, and logging a user out.mp4
70.89MB
16. Authentication/9. Protecting our routes with authentication middleware.mp4
41.37MB
17. Setting up secure back end administration/1. Picking an admin template.mp4
38.03MB
17. Setting up secure back end administration/10. Marking a reservation as processed.mp4
127.79MB
17. Setting up secure back end administration/11. Deleting a reservation.mp4
53.18MB
17. Setting up secure back end administration/12. Showing the reservation calendar.mp4
107.9MB
17. Setting up secure back end administration/13. Reservation Calendar II.mp4
197.04MB
17. Setting up secure back end administration/14. Reservation Calendar III.mp4
159.47MB
17. Setting up secure back end administration/15. Reservation Calendar IV.mp4
103.06MB
17. Setting up secure back end administration/16. Handling Calendar changes I.mp4
31.01MB
17. Setting up secure back end administration/17. Handling Calendar changes II.mp4
49.99MB
17. Setting up secure back end administration/18. Handling Calendar changes III.mp4
107.38MB
17. Setting up secure back end administration/19. Handling Calendar changes IV.mp4
57.54MB
17. Setting up secure back end administration/2. Convert the admin template into a Go template.mp4
56.14MB
17. Setting up secure back end administration/20. Fixing our redirects.mp4
162.31MB
17. Setting up secure back end administration/21. Updating our tests.mp4
271.68MB
17. Setting up secure back end administration/22. Fixing a bug missed by our tests.mp4
28.13MB
17. Setting up secure back end administration/23. A word about the updated tests.mp4
15.84MB
17. Setting up secure back end administration/3. Solution to creating admin templates.mp4
42.2MB
17. Setting up secure back end administration/4. Create stub handlers for admin functionality.mp4
51.81MB
17. Setting up secure back end administration/5. Listing all reservations.mp4
200.67MB
17. Setting up secure back end administration/6. Listing new reservations.mp4
72.7MB
17. Setting up secure back end administration/7. Showing one reservation.mp4
205.61MB
17. Setting up secure back end administration/8. Database functions for editing a reservation.mp4
48.67MB
17. Setting up secure back end administration/9. Editing a reservation.mp4
59.9MB
18. Updating our applications to accept command line parameters/1. Changing our app to use command line flags.mp4
74.75MB
18. Updating our applications to accept command line parameters/2. An alternative the .env file.mp4
12.01MB
19. Deploying Our Application to a Server/1. Using vi to edit files on remote server.mp4
29.76MB
19. Deploying Our Application to a Server/2. Choosing a server platform.mp4
92.25MB
19. Deploying Our Application to a Server/3. Add admin user to migrations.mp4
19.37MB
19. Deploying Our Application to a Server/4. Connecting the application to the web server.mp4
101.79MB
19. Deploying Our Application to a Server/5. Setting up Supervisor.mp4
31.59MB
19. Deploying Our Application to a Server/6. Writing an update script for the server.mp4
46.58MB
19. Deploying Our Application to a Server/7. A note about sending mail from the live server.mp4
9.02MB
2. Overview of the Go Language/1. A note about the terminal on Windows Git Bash.mp4
16.57MB
2. Overview of the Go Language/11. Packages.mp4
20.92MB
2. Overview of the Go Language/12. Channels.mp4
43.83MB
2. Overview of the Go Language/13. Reading and Writing JSON.mp4
46.85MB
2. Overview of the Go Language/14. Writing Tests.mp4
70.14MB
2. Overview of the Go Language/2. Variables & Functions.mp4
98.91MB
2. Overview of the Go Language/3. Pointers.mp4
34.63MB
2. Overview of the Go Language/4. Types and Structs.mp4
58.33MB
2. Overview of the Go Language/5. Receivers Structs with functions.mp4
17.78MB
2. Overview of the Go Language/6. Other data structures Maps and Slices.mp4
66.54MB
2. Overview of the Go Language/7. Decision Structures.mp4
63.47MB
2. Overview of the Go Language/8. Loops and ranging over data.mp4
41.86MB
2. Overview of the Go Language/9. Interfaces.mp4
39.14MB
20. Finishing Touches/1. Updating to Bootstrap 5.mp4
97.74MB
20. Finishing Touches/2. Updating the footer and page title.mp4
66.56MB
20. Finishing Touches/3. Finishing touches, and fixing a bug.mp4
91.37MB
20. Finishing Touches/4. Populating the rest of the pages.mp4
16.41MB
21. Where to go next/1. Additional resources.mp4
42.12MB
3. Building a Basic Web Application/1. How web applications work the requestresponse lifecycle.mp4
19.94MB
3. Building a Basic Web Application/10. Building a template cache (part two).mp4
56.93MB
3. Building a Basic Web Application/11. Setting application wide configuration.mp4
40.83MB
3. Building a Basic Web Application/12. Why the application wide config is so useful.mp4
4.46MB
3. Building a Basic Web Application/13. Optimizing our template cache by using an application config.mp4
83.78MB
3. Building a Basic Web Application/14. Sharing data with templates.mp4
93.06MB
3. Building a Basic Web Application/2. Making a Hello, World web application.mp4
224.95MB
3. Building a Basic Web Application/3. Functions and handlers.mp4
68.85MB
3. Building a Basic Web Application/4. Error checking.mp4
40.9MB
3. Building a Basic Web Application/5. Serving HTML Templates.mp4
57.88MB
3. Building a Basic Web Application/7. Reorganizing our code, and adding some basic styling to pages.mp4
57.61MB
3. Building a Basic Web Application/8. Enabling Go Modules and refactoring our code to use packages.mp4
59.21MB
3. Building a Basic Web Application/9. Working with Layouts, and building a template cache (part one).mp4
159.92MB
4. Improved Routing & Middleware/1. Using pat for routing.mp4
49.55MB
4. Improved Routing & Middleware/2. Using chi for routing.mp4
58.64MB
4. Improved Routing & Middleware/3. Developing our own middleware.mp4
57.55MB
5. State Management with Sessions/1. Installing and setting up a sessions package.mp4
110.58MB
5. State Management with Sessions/2. Experimenting with sessions.mp4
44.24MB
6. Choosing a Project, and Working With Forms/1. What are we going to build.mp4
72.81MB
6. Choosing a Project, and Working With Forms/2. Setting up our project.mp4
146.6MB
6. Choosing a Project, and Working With Forms/3. Enabling static files.mp4
72.84MB
6. Choosing a Project, and Working With Forms/4. Creating pages as HTML.mp4
76.29MB
6. Choosing a Project, and Working With Forms/5. Creating a landing page.mp4
538.39MB
6. Choosing a Project, and Working With Forms/6. Creating a page for each room.mp4
211.91MB
6. Choosing a Project, and Working With Forms/7. Adding a form to search for availability.mp4
76.04MB
6. Choosing a Project, and Working With Forms/8. Improving our form.mp4
53.78MB
6. Choosing a Project, and Working With Forms/9. Creating the reservation page.mp4
28.57MB
7. Javascript & CSS/1. What is Javascript, and why should I care.mp4
191.2MB
7. Javascript & CSS/2. Making a better date picker.mp4
98.1MB
7. Javascript & CSS/3. Custom alerts using Notie.mp4
62.91MB
7. Javascript & CSS/4. Creating modals with SweetAlert.mp4
87.97MB
7. Javascript & CSS/5. Implementing a Javascript module.mp4
44.81MB
7. Javascript & CSS/6. Adding custom alerts in our Javascript module.mp4
69.82MB
7. Javascript & CSS/7. Using our Javascript module on the Book Now button.mp4
127.37MB
7. Javascript & CSS/8. What is CSS, and how does it work.mp4
150.95MB
8. Coverting our HTML to Go Templates, and creating handlers/1. Converting our pages to Go templates.mp4
251.76MB
8. Coverting our HTML to Go Templates, and creating handlers/10. Server Side form validation IV.mp4
39.22MB
8. Coverting our HTML to Go Templates, and creating handlers/11. Displaying a response to user after posting form data.mp4
119.74MB
8. Coverting our HTML to Go Templates, and creating handlers/12. Finishing up our response to user, and adding alerts.mp4
84.07MB
8. Coverting our HTML to Go Templates, and creating handlers/13. An aside Alternate Templating Engines.mp4
70.22MB
8. Coverting our HTML to Go Templates, and creating handlers/2. Creating handlers for our forms & adding CSRF Protection.mp4
140.82MB
8. Coverting our HTML to Go Templates, and creating handlers/3. Creating a handler that return JSON.mp4
86.82MB
8. Coverting our HTML to Go Templates, and creating handlers/4. Sending and processing an AJAX request.mp4
88.25MB
8. Coverting our HTML to Go Templates, and creating handlers/5. Sending AJAX post and generalizing our custom function.mp4
73.27MB
8. Coverting our HTML to Go Templates, and creating handlers/6. Refactoring to use internal packages.mp4
28.49MB
8. Coverting our HTML to Go Templates, and creating handlers/7. Server-side form validation.mp4
105.44MB
8. Coverting our HTML to Go Templates, and creating handlers/8. Server side form validation II.mp4
111.54MB
8. Coverting our HTML to Go Templates, and creating handlers/9. Server side form validation III.mp4
144.64MB
9. Writing Tests/1. Writing tests for our main package.mp4
102.88MB
9. Writing Tests/2. Writing tests for our GET handlers.mp4
149.09MB
9. Writing Tests/3. Writing tests for our POST handlers.mp4
59.39MB
9. Writing Tests/4. Writing tests for our Render package I.mp4
71.17MB
9. Writing Tests/5. Writing tests for our Render package II.mp4
96.74MB
9. Writing Tests/6. Getting test coverage.mp4
52.65MB
9. Writing Tests/7. Exercise Writing tests for the Forms package.mp4
31.01MB
9. Writing Tests/8. Solution to writing tests for the Forms package.mp4
156.93MB
9. Writing Tests/9. Making running our application easier.mp4
12.44MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!
违规内容投诉邮箱:
[email protected]
概述 838888磁力搜索是一个磁力链接搜索引擎,是学术研究的副产品,用于解决资源过度分散的问题 它通过BitTorrent协议加入DHT网络,实时的自动采集数据,仅存储文件的标题、大小、文件列表、文件标识符(磁力链接)等基础信息 838888磁力搜索不下载任何真实资源,无法判断资源的合法性及真实性,使用838888磁力搜索服务的用户需自行鉴别内容的真伪 838888磁力搜索不上传任何资源,不提供Tracker服务,不提供种子文件的下载,这意味着838888磁力搜索 838888磁力搜索是一个完全合法的系统