zhongziso
搜索
zhongziso
首页
首页
功能
磁力转BT
BT转磁力
关于
使用教程
免责声明
磁力助手
[ DevCourseWeb.com ] Udemy - Let's Build a Go version of Laravel - Part Two
magnet:?xt=urn:btih:0cd2bad486c4e10e642b169b38e0d9fca8ddb0ca&dn=[ DevCourseWeb.com ] Udemy - Let's Build a Go version of Laravel - Part Two
磁力链接详情
文件列表详情
0cd2bad486c4e10e642b169b38e0d9fca8ddb0ca
infohash:
118
文件数量
2.88 GB
文件大小
2022-11-27 20:06
创建日期
2024-11-14 21:27
最后访问
相关分词
DevCourseWeb
com
Udemy
-
Let's
Build
a
Go
version
of
Laravel
-
Part
Two
~Get Your Files Here !/01 - Introduction/001 Introduction.mp4 56.55 MB
~Get Your Files Here !/01 - Introduction/002 About me.mp4 19 MB
~Get Your Files Here !/01 - Introduction/003 Asking for help.mp4 23.17 MB
~Get Your Files Here !/01 - Introduction/004 Installing Go.mp4 14.79 MB
~Get Your Files Here !/01 - Introduction/005 Installing an IDE.mp4 9.54 MB
~Get Your Files Here !/02 - Project Setup/001 Setting up the project.mp4 34.44 MB
~Get Your Files Here !/02 - Project Setup/002 Making sure everything worked.mp4 22.06 MB
~Get Your Files Here !/03 - Setting up our remote file systems/001 What we're going to create.mp4 8.42 MB
~Get Your Files Here !/03 - Setting up our remote file systems/002 Setting up our remote file systems using Docker.mp4 37.86 MB
~Get Your Files Here !/03 - Setting up our remote file systems/003 Configuring Minio.mp4 15.89 MB
~Get Your Files Here !/03 - Setting up our remote file systems/004 Configuring sFTP.mp4 17.95 MB
~Get Your Files Here !/03 - Setting up our remote file systems/005 Setting up a type for file systems.mp4 24.32 MB
~Get Your Files Here !/04 - File systems Minio/001 Getting started with Minio connecting and the Put function.mp4 50.21 MB
~Get Your Files Here !/04 - File systems Minio/002 Implementing the List function in Minio.mp4 39.88 MB
~Get Your Files Here !/04 - File systems Minio/003 Implementing the Delete function in Minio.mp4 17.63 MB
~Get Your Files Here !/04 - File systems Minio/004 Implementing the Get function in Minio.mp4 20.79 MB
~Get Your Files Here !/04 - File systems Minio/005 Creating stub filesystems for the other three types.mp4 30.68 MB
~Get Your Files Here !/04 - File systems Minio/006 Adding filesystems to Celeritas.mp4 44.93 MB
~Get Your Files Here !/04 - File systems Minio/007 Trying out our Minio filesystem.mp4 24.92 MB
~Get Your Files Here !/04 - File systems Minio/008 Creating a handler to list the remote file system.mp4 62.49 MB
~Get Your Files Here !/04 - File systems Minio/009 Connecting the handler to a route and trying things out.mp4 8.8 MB
~Get Your Files Here !/04 - File systems Minio/010 Creating handlers to display the upload form.mp4 21.26 MB
~Get Your Files Here !/04 - File systems Minio/011 Creating the handler to process the file upload.mp4 63.85 MB
~Get Your Files Here !/04 - File systems Minio/012 Creating the delete handler.mp4 38.84 MB
~Get Your Files Here !/05 - File systems sFTP/001 Implementing the Put function for sFTP.mp4 53.64 MB
~Get Your Files Here !/05 - File systems sFTP/002 Implementing the List function for sFTP.mp4 20.84 MB
~Get Your Files Here !/05 - File systems sFTP/003 Implementing the Delete function for sFTP.mp4 12.6 MB
~Get Your Files Here !/05 - File systems sFTP/004 Implementing the Get function for sFTP.mp4 24.39 MB
~Get Your Files Here !/05 - File systems sFTP/005 Connecting Celeritas to our sFTP file system.mp4 18.08 MB
~Get Your Files Here !/05 - File systems sFTP/006 Updating our ListFS handler to support sFTP.mp4 13.72 MB
~Get Your Files Here !/05 - File systems sFTP/007 Updating our PostUploadToFS handler to support sFTP.mp4 26.77 MB
~Get Your Files Here !/05 - File systems sFTP/008 Updating our DeleteFromFS handler to support sFTP.mp4 7.47 MB
~Get Your Files Here !/05 - File systems sFTP/009 Cleaning up the Get function to avoid resource leaks.mp4 22.87 MB
~Get Your Files Here !/06 - File systems WebDAV/001 Implementing the Put function for WebDAV.mp4 34.33 MB
~Get Your Files Here !/06 - File systems WebDAV/002 Implementing the List function for WebDAV.mp4 18.91 MB
~Get Your Files Here !/06 - File systems WebDAV/003 Implementing the Delete function for WebDAV.mp4 16.52 MB
~Get Your Files Here !/06 - File systems WebDAV/004 Implementing the Get function for WebDAV.mp4 21.46 MB
~Get Your Files Here !/06 - File systems WebDAV/005 Testing things out.mp4 34.81 MB
~Get Your Files Here !/07 - File systems Amazon S3 Buckets/001 Implementing the List function for S3 file systems.mp4 60.29 MB
~Get Your Files Here !/07 - File systems Amazon S3 Buckets/002 Implementing the Put function for S3 file systems.mp4 41.98 MB
~Get Your Files Here !/07 - File systems Amazon S3 Buckets/003 Implementing the Delete function for S3 file systems.mp4 30.13 MB
~Get Your Files Here !/07 - File systems Amazon S3 Buckets/004 Implementing the Get function for S3 buckets.mp4 23.4 MB
~Get Your Files Here !/07 - File systems Amazon S3 Buckets/005 Connecting Celeritas to our S3 file system.mp4 15.25 MB
~Get Your Files Here !/07 - File systems Amazon S3 Buckets/006 Creating an S3 compatible bucket on Linode.mp4 24.34 MB
~Get Your Files Here !/07 - File systems Amazon S3 Buckets/007 Updating our handlers for S3 buckets.mp4 15.54 MB
~Get Your Files Here !/07 - File systems Amazon S3 Buckets/008 Trying things out.mp4 17.36 MB
~Get Your Files Here !/08 - Building a File System Agnostic File Uploader/001 What we'll build.mp4 9.86 MB
~Get Your Files Here !/08 - Building a File System Agnostic File Uploader/002 Adding file systems to the Celeritas type.mp4 17.03 MB
~Get Your Files Here !/08 - Building a File System Agnostic File Uploader/003 Creating the file uploader.mp4 37.83 MB
~Get Your Files Here !/08 - Building a File System Agnostic File Uploader/004 Limiting upload by mime type.mp4 35.32 MB
~Get Your Files Here !/08 - Building a File System Agnostic File Uploader/005 Adding the mime type and file size limitations to the Celeritas config type.mp4 41.4 MB
~Get Your Files Here !/08 - Building a File System Agnostic File Uploader/006 Setting up handlers and routes to try things out.mp4 41.71 MB
~Get Your Files Here !/08 - Building a File System Agnostic File Uploader/007 Trying things out.mp4 19.63 MB
~Get Your Files Here !/09 - Improving our Migrations package/001 Pop vs. SQL.mp4 25.69 MB
~Get Your Files Here !/09 - Improving our Migrations package/002 Getting started with Pop functions for our migrations code in Celeritas.mp4 27.22 MB
~Get Your Files Here !/09 - Improving our Migrations package/003 Implementing the CreatePopMigration() function to create up and down migrations.mp4 17.79 MB
~Get Your Files Here !/09 - Improving our Migrations package/004 Implementing the RunPopMigrations() function.mp4 17.67 MB
~Get Your Files Here !/09 - Improving our Migrations package/005 Implementing the PopMigrateDown() function.mp4 23.07 MB
~Get Your Files Here !/09 - Improving our Migrations package/006 Implementing the PopMigrateReset() function.mp4 9.95 MB
~Get Your Files Here !/09 - Improving our Migrations package/007 Making changes in the Celeritas CLI for our pop migrations.mp4 62.22 MB
~Get Your Files Here !/09 - Improving our Migrations package/008 Trying out our new make migration command.mp4 20.63 MB
~Get Your Files Here !/09 - Improving our Migrations package/009 Ensuring the database is connected before allowing people to make migrations.mp4 27.8 MB
~Get Your Files Here !/09 - Improving our Migrations package/010 Creating a database.yml file and running migrations.mp4 28.64 MB
~Get Your Files Here !/09 - Improving our Migrations package/011 Trying out the migrate command.mp4 13.51 MB
~Get Your Files Here !/09 - Improving our Migrations package/012 Updating the make auth command for our Pop integration.mp4 47.21 MB
~Get Your Files Here !/09 - Improving our Migrations package/013 Trying out make auth.mp4 20.33 MB
~Get Your Files Here !/09 - Improving our Migrations package/__MACOSX/source/celeritas/cmd/cli/templates/_data 187 字节
~Get Your Files Here !/09 - Improving our Migrations package/__MACOSX/source/celeritas/mailer/_testdata 187 字节
~Get Your Files Here !/09 - Improving our Migrations package/__MACOSX/source/celeritas/render/_testdata 187 字节
~Get Your Files Here !/10 - Social Authentication with OAuth2/001 Social Authentication or Single Sign On an Overview.mp4 14.01 MB
~Get Your Files Here !/10 - Social Authentication with OAuth2/002 Getting started with Goth and Social Authentication.mp4 29.98 MB
~Get Your Files Here !/10 - Social Authentication with OAuth2/003 Setting up authentication routes.mp4 28.88 MB
~Get Your Files Here !/10 - Social Authentication with OAuth2/004 Initializing social sign on.mp4 42.51 MB
~Get Your Files Here !/10 - Social Authentication with OAuth2/005 Implementing the SocialLogin handler.mp4 34.07 MB
~Get Your Files Here !/10 - Social Authentication with OAuth2/006 Implementing the SocialCallback handler.mp4 69.76 MB
~Get Your Files Here !/10 - Social Authentication with OAuth2/007 Connecting our social authentication handlers to routes.mp4 13.69 MB
~Get Your Files Here !/10 - Social Authentication with OAuth2/008 Setting up GitHub for social authentication.mp4 18.94 MB
~Get Your Files Here !/10 - Social Authentication with OAuth2/009 Trying out the GitHub login functionality.mp4 43.44 MB
~Get Your Files Here !/10 - Social Authentication with OAuth2/010 Logging out.mp4 34.08 MB
~Get Your Files Here !/10 - Social Authentication with OAuth2/011 Really logging out.mp4 65.37 MB
~Get Your Files Here !/10 - Social Authentication with OAuth2/012 Trying the socialLogout function.mp4 11.33 MB
~Get Your Files Here !/10 - Social Authentication with OAuth2/013 Adding support for Google login.mp4 24.19 MB
~Get Your Files Here !/10 - Social Authentication with OAuth2/014 Updating the auth-handlers.go file for Google to enable login.mp4 19.49 MB
~Get Your Files Here !/10 - Social Authentication with OAuth2/015 Trying out login with Google.mp4 10.1 MB
~Get Your Files Here !/10 - Social Authentication with OAuth2/016 Adding the case for logging out of Google in socialLogout().mp4 13.93 MB
~Get Your Files Here !/10 - Social Authentication with OAuth2/017 Trying things out.mp4 10.45 MB
~Get Your Files Here !/10 - Social Authentication with OAuth2/__MACOSX/source/celeritas/cmd/cli/templates/_data 187 字节
~Get Your Files Here !/10 - Social Authentication with OAuth2/__MACOSX/source/celeritas/mailer/_testdata 187 字节
~Get Your Files Here !/10 - Social Authentication with OAuth2/__MACOSX/source/celeritas/render/_testdata 187 字节
~Get Your Files Here !/11 - RPC, Graceful Shutdown, and additional changes/001 Separating Web and API routes.mp4 25.22 MB
~Get Your Files Here !/11 - RPC, Graceful Shutdown, and additional changes/002 Getting started with Maintenance Mode functionality using RPC.mp4 52.41 MB
~Get Your Files Here !/11 - RPC, Graceful Shutdown, and additional changes/003 Starting RPC.mp4 7.94 MB
~Get Your Files Here !/11 - RPC, Graceful Shutdown, and additional changes/004 Adding maintenance mode middleware.mp4 45.23 MB
~Get Your Files Here !/11 - RPC, Graceful Shutdown, and additional changes/005 Updating the CLI for maintenance mode.mp4 23.28 MB
~Get Your Files Here !/11 - RPC, Graceful Shutdown, and additional changes/006 Testing the maintenance mode functionality.mp4 22.16 MB
~Get Your Files Here !/11 - RPC, Graceful Shutdown, and additional changes/007 Graceful Shutdown.mp4 43.32 MB
~Get Your Files Here !/12 - Testing/001 Adding a simple setup_test.go file to handlers.mp4 46.34 MB
~Get Your Files Here !/12 - Testing/002 Adding two functions to our setup_test.go file.mp4 15.5 MB
~Get Your Files Here !/12 - Testing/003 Adding and running a sample test.mp4 19.59 MB
~Get Your Files Here !/12 - Testing/004 Adding some additional tests.mp4 26.72 MB
~Get Your Files Here !/12 - Testing/005 Implementing Laravel Dusk like screen captures.mp4 14.27 MB
~Get Your Files Here !/12 - Testing/006 Writing the screen capture function.mp4 38.13 MB
~Get Your Files Here !/12 - Testing/007 Trying out the screen capture function.mp4 27.64 MB
~Get Your Files Here !/12 - Testing/008 Writing additional helper functions for testing.mp4 95.23 MB
~Get Your Files Here !/12 - Testing/__MACOSX/source/celeritas/cmd/cli/templates/_data 187 字节
~Get Your Files Here !/12 - Testing/__MACOSX/source/celeritas/mailer/_testdata 187 字节
~Get Your Files Here !/12 - Testing/__MACOSX/source/celeritas/render/_testdata 187 字节
~Get Your Files Here !/13 - Final changes to the Celeritas CLI application/001 Updating our templates in the CLI, and making some changes to the myapp.mp4 59.81 MB
~Get Your Files Here !/13 - Final changes to the Celeritas CLI application/002 Creating our skeleton app.mp4 24.8 MB
~Get Your Files Here !/13 - Final changes to the Celeritas CLI application/003 Additional updates to the skeleton application and the celeritas project.mp4 29.97 MB
~Get Your Files Here !/13 - Final changes to the Celeritas CLI application/004 Trying out the celeritas new project command.mp4 8.26 MB
~Get Your Files Here !/13 - Final changes to the Celeritas CLI application/005 Trying things out.mp4 31.15 MB
~Get Your Files Here !/13 - Final changes to the Celeritas CLI application/__MACOSX/celeritas/cmd/cli/templates/_data 187 字节
~Get Your Files Here !/13 - Final changes to the Celeritas CLI application/__MACOSX/celeritas/mailer/_testdata 187 字节
~Get Your Files Here !/13 - Final changes to the Celeritas CLI application/__MACOSX/celeritas/render/_testdata 187 字节
~Get Your Files Here !/13 - Final changes to the Celeritas CLI application/__MACOSX/source/celeritas/cmd/cli/templates/_data 187 字节
~Get Your Files Here !/13 - Final changes to the Celeritas CLI application/__MACOSX/source/celeritas/mailer/_testdata 187 字节
~Get Your Files Here !/13 - Final changes to the Celeritas CLI application/__MACOSX/source/celeritas/render/_testdata 187 字节
其他位置