本站已收录 番号和无损神作磁力链接/BT种子 

[ DevCourseWeb.com ] Udemy - Let's Build a Go version of Laravel - Part Two

种子简介

种子名称: [ DevCourseWeb.com ] Udemy - Let's Build a Go version of Laravel - Part Two
文件类型: 视频
文件数目: 118个文件
文件大小: 2.88 GB
收录时间: 2022-11-27 20:06
已经下载: 3
资源热度: 223
最近下载: 2024-6-16 13:15

下载BT种子文件

下载Torrent文件(.torrent) 立即下载

磁力链接下载

magnet:?xt=urn:btih:0cd2bad486c4e10e642b169b38e0d9fca8ddb0ca&dn=[ DevCourseWeb.com ] Udemy - Let's Build a Go version of Laravel - Part Two 复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。

喜欢这个种子的人也喜欢

种子包含的文件

[ DevCourseWeb.com ] Udemy - Let's Build a Go version of Laravel - Part Two.torrent
  • ~Get Your Files Here !/01 - Introduction/001 Introduction.mp456.55MB
  • ~Get Your Files Here !/01 - Introduction/002 About me.mp419MB
  • ~Get Your Files Here !/01 - Introduction/003 Asking for help.mp423.17MB
  • ~Get Your Files Here !/01 - Introduction/004 Installing Go.mp414.79MB
  • ~Get Your Files Here !/01 - Introduction/005 Installing an IDE.mp49.54MB
  • ~Get Your Files Here !/02 - Project Setup/001 Setting up the project.mp434.44MB
  • ~Get Your Files Here !/02 - Project Setup/002 Making sure everything worked.mp422.06MB
  • ~Get Your Files Here !/03 - Setting up our remote file systems/001 What we're going to create.mp48.42MB
  • ~Get Your Files Here !/03 - Setting up our remote file systems/002 Setting up our remote file systems using Docker.mp437.86MB
  • ~Get Your Files Here !/03 - Setting up our remote file systems/003 Configuring Minio.mp415.89MB
  • ~Get Your Files Here !/03 - Setting up our remote file systems/004 Configuring sFTP.mp417.95MB
  • ~Get Your Files Here !/03 - Setting up our remote file systems/005 Setting up a type for file systems.mp424.32MB
  • ~Get Your Files Here !/04 - File systems Minio/001 Getting started with Minio connecting and the Put function.mp450.21MB
  • ~Get Your Files Here !/04 - File systems Minio/002 Implementing the List function in Minio.mp439.88MB
  • ~Get Your Files Here !/04 - File systems Minio/003 Implementing the Delete function in Minio.mp417.63MB
  • ~Get Your Files Here !/04 - File systems Minio/004 Implementing the Get function in Minio.mp420.79MB
  • ~Get Your Files Here !/04 - File systems Minio/005 Creating stub filesystems for the other three types.mp430.68MB
  • ~Get Your Files Here !/04 - File systems Minio/006 Adding filesystems to Celeritas.mp444.93MB
  • ~Get Your Files Here !/04 - File systems Minio/007 Trying out our Minio filesystem.mp424.92MB
  • ~Get Your Files Here !/04 - File systems Minio/008 Creating a handler to list the remote file system.mp462.49MB
  • ~Get Your Files Here !/04 - File systems Minio/009 Connecting the handler to a route and trying things out.mp48.8MB
  • ~Get Your Files Here !/04 - File systems Minio/010 Creating handlers to display the upload form.mp421.26MB
  • ~Get Your Files Here !/04 - File systems Minio/011 Creating the handler to process the file upload.mp463.85MB
  • ~Get Your Files Here !/04 - File systems Minio/012 Creating the delete handler.mp438.84MB
  • ~Get Your Files Here !/05 - File systems sFTP/001 Implementing the Put function for sFTP.mp453.64MB
  • ~Get Your Files Here !/05 - File systems sFTP/002 Implementing the List function for sFTP.mp420.84MB
  • ~Get Your Files Here !/05 - File systems sFTP/003 Implementing the Delete function for sFTP.mp412.6MB
  • ~Get Your Files Here !/05 - File systems sFTP/004 Implementing the Get function for sFTP.mp424.39MB
  • ~Get Your Files Here !/05 - File systems sFTP/005 Connecting Celeritas to our sFTP file system.mp418.08MB
  • ~Get Your Files Here !/05 - File systems sFTP/006 Updating our ListFS handler to support sFTP.mp413.72MB
  • ~Get Your Files Here !/05 - File systems sFTP/007 Updating our PostUploadToFS handler to support sFTP.mp426.77MB
  • ~Get Your Files Here !/05 - File systems sFTP/008 Updating our DeleteFromFS handler to support sFTP.mp47.47MB
  • ~Get Your Files Here !/05 - File systems sFTP/009 Cleaning up the Get function to avoid resource leaks.mp422.87MB
  • ~Get Your Files Here !/06 - File systems WebDAV/001 Implementing the Put function for WebDAV.mp434.33MB
  • ~Get Your Files Here !/06 - File systems WebDAV/002 Implementing the List function for WebDAV.mp418.91MB
  • ~Get Your Files Here !/06 - File systems WebDAV/003 Implementing the Delete function for WebDAV.mp416.52MB
  • ~Get Your Files Here !/06 - File systems WebDAV/004 Implementing the Get function for WebDAV.mp421.46MB
  • ~Get Your Files Here !/06 - File systems WebDAV/005 Testing things out.mp434.81MB
  • ~Get Your Files Here !/07 - File systems Amazon S3 Buckets/001 Implementing the List function for S3 file systems.mp460.29MB
  • ~Get Your Files Here !/07 - File systems Amazon S3 Buckets/002 Implementing the Put function for S3 file systems.mp441.98MB
  • ~Get Your Files Here !/07 - File systems Amazon S3 Buckets/003 Implementing the Delete function for S3 file systems.mp430.13MB
  • ~Get Your Files Here !/07 - File systems Amazon S3 Buckets/004 Implementing the Get function for S3 buckets.mp423.4MB
  • ~Get Your Files Here !/07 - File systems Amazon S3 Buckets/005 Connecting Celeritas to our S3 file system.mp415.25MB
  • ~Get Your Files Here !/07 - File systems Amazon S3 Buckets/006 Creating an S3 compatible bucket on Linode.mp424.34MB
  • ~Get Your Files Here !/07 - File systems Amazon S3 Buckets/007 Updating our handlers for S3 buckets.mp415.54MB
  • ~Get Your Files Here !/07 - File systems Amazon S3 Buckets/008 Trying things out.mp417.36MB
  • ~Get Your Files Here !/08 - Building a File System Agnostic File Uploader/001 What we'll build.mp49.86MB
  • ~Get Your Files Here !/08 - Building a File System Agnostic File Uploader/002 Adding file systems to the Celeritas type.mp417.03MB
  • ~Get Your Files Here !/08 - Building a File System Agnostic File Uploader/003 Creating the file uploader.mp437.83MB
  • ~Get Your Files Here !/08 - Building a File System Agnostic File Uploader/004 Limiting upload by mime type.mp435.32MB
  • ~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.mp441.4MB
  • ~Get Your Files Here !/08 - Building a File System Agnostic File Uploader/006 Setting up handlers and routes to try things out.mp441.71MB
  • ~Get Your Files Here !/08 - Building a File System Agnostic File Uploader/007 Trying things out.mp419.63MB
  • ~Get Your Files Here !/09 - Improving our Migrations package/001 Pop vs. SQL.mp425.69MB
  • ~Get Your Files Here !/09 - Improving our Migrations package/002 Getting started with Pop functions for our migrations code in Celeritas.mp427.22MB
  • ~Get Your Files Here !/09 - Improving our Migrations package/003 Implementing the CreatePopMigration() function to create up and down migrations.mp417.79MB
  • ~Get Your Files Here !/09 - Improving our Migrations package/004 Implementing the RunPopMigrations() function.mp417.67MB
  • ~Get Your Files Here !/09 - Improving our Migrations package/005 Implementing the PopMigrateDown() function.mp423.07MB
  • ~Get Your Files Here !/09 - Improving our Migrations package/006 Implementing the PopMigrateReset() function.mp49.95MB
  • ~Get Your Files Here !/09 - Improving our Migrations package/007 Making changes in the Celeritas CLI for our pop migrations.mp462.22MB
  • ~Get Your Files Here !/09 - Improving our Migrations package/008 Trying out our new make migration command.mp420.63MB
  • ~Get Your Files Here !/09 - Improving our Migrations package/009 Ensuring the database is connected before allowing people to make migrations.mp427.8MB
  • ~Get Your Files Here !/09 - Improving our Migrations package/010 Creating a database.yml file and running migrations.mp428.64MB
  • ~Get Your Files Here !/09 - Improving our Migrations package/011 Trying out the migrate command.mp413.51MB
  • ~Get Your Files Here !/09 - Improving our Migrations package/012 Updating the make auth command for our Pop integration.mp447.21MB
  • ~Get Your Files Here !/09 - Improving our Migrations package/013 Trying out make auth.mp420.33MB
  • ~Get Your Files Here !/09 - Improving our Migrations package/__MACOSX/source/celeritas/cmd/cli/templates/_data187B
  • ~Get Your Files Here !/09 - Improving our Migrations package/__MACOSX/source/celeritas/mailer/_testdata187B
  • ~Get Your Files Here !/09 - Improving our Migrations package/__MACOSX/source/celeritas/render/_testdata187B
  • ~Get Your Files Here !/10 - Social Authentication with OAuth2/001 Social Authentication or Single Sign On an Overview.mp414.01MB
  • ~Get Your Files Here !/10 - Social Authentication with OAuth2/002 Getting started with Goth and Social Authentication.mp429.98MB
  • ~Get Your Files Here !/10 - Social Authentication with OAuth2/003 Setting up authentication routes.mp428.88MB
  • ~Get Your Files Here !/10 - Social Authentication with OAuth2/004 Initializing social sign on.mp442.51MB
  • ~Get Your Files Here !/10 - Social Authentication with OAuth2/005 Implementing the SocialLogin handler.mp434.07MB
  • ~Get Your Files Here !/10 - Social Authentication with OAuth2/006 Implementing the SocialCallback handler.mp469.76MB
  • ~Get Your Files Here !/10 - Social Authentication with OAuth2/007 Connecting our social authentication handlers to routes.mp413.69MB
  • ~Get Your Files Here !/10 - Social Authentication with OAuth2/008 Setting up GitHub for social authentication.mp418.94MB
  • ~Get Your Files Here !/10 - Social Authentication with OAuth2/009 Trying out the GitHub login functionality.mp443.44MB
  • ~Get Your Files Here !/10 - Social Authentication with OAuth2/010 Logging out.mp434.08MB
  • ~Get Your Files Here !/10 - Social Authentication with OAuth2/011 Really logging out.mp465.37MB
  • ~Get Your Files Here !/10 - Social Authentication with OAuth2/012 Trying the socialLogout function.mp411.33MB
  • ~Get Your Files Here !/10 - Social Authentication with OAuth2/013 Adding support for Google login.mp424.19MB
  • ~Get Your Files Here !/10 - Social Authentication with OAuth2/014 Updating the auth-handlers.go file for Google to enable login.mp419.49MB
  • ~Get Your Files Here !/10 - Social Authentication with OAuth2/015 Trying out login with Google.mp410.1MB
  • ~Get Your Files Here !/10 - Social Authentication with OAuth2/016 Adding the case for logging out of Google in socialLogout().mp413.93MB
  • ~Get Your Files Here !/10 - Social Authentication with OAuth2/017 Trying things out.mp410.45MB
  • ~Get Your Files Here !/10 - Social Authentication with OAuth2/__MACOSX/source/celeritas/cmd/cli/templates/_data187B
  • ~Get Your Files Here !/10 - Social Authentication with OAuth2/__MACOSX/source/celeritas/mailer/_testdata187B
  • ~Get Your Files Here !/10 - Social Authentication with OAuth2/__MACOSX/source/celeritas/render/_testdata187B
  • ~Get Your Files Here !/11 - RPC, Graceful Shutdown, and additional changes/001 Separating Web and API routes.mp425.22MB
  • ~Get Your Files Here !/11 - RPC, Graceful Shutdown, and additional changes/002 Getting started with Maintenance Mode functionality using RPC.mp452.41MB
  • ~Get Your Files Here !/11 - RPC, Graceful Shutdown, and additional changes/003 Starting RPC.mp47.94MB
  • ~Get Your Files Here !/11 - RPC, Graceful Shutdown, and additional changes/004 Adding maintenance mode middleware.mp445.23MB
  • ~Get Your Files Here !/11 - RPC, Graceful Shutdown, and additional changes/005 Updating the CLI for maintenance mode.mp423.28MB
  • ~Get Your Files Here !/11 - RPC, Graceful Shutdown, and additional changes/006 Testing the maintenance mode functionality.mp422.16MB
  • ~Get Your Files Here !/11 - RPC, Graceful Shutdown, and additional changes/007 Graceful Shutdown.mp443.32MB
  • ~Get Your Files Here !/12 - Testing/001 Adding a simple setup_test.go file to handlers.mp446.34MB
  • ~Get Your Files Here !/12 - Testing/002 Adding two functions to our setup_test.go file.mp415.5MB
  • ~Get Your Files Here !/12 - Testing/003 Adding and running a sample test.mp419.59MB
  • ~Get Your Files Here !/12 - Testing/004 Adding some additional tests.mp426.72MB
  • ~Get Your Files Here !/12 - Testing/005 Implementing Laravel Dusk like screen captures.mp414.27MB
  • ~Get Your Files Here !/12 - Testing/006 Writing the screen capture function.mp438.13MB
  • ~Get Your Files Here !/12 - Testing/007 Trying out the screen capture function.mp427.64MB
  • ~Get Your Files Here !/12 - Testing/008 Writing additional helper functions for testing.mp495.23MB
  • ~Get Your Files Here !/12 - Testing/__MACOSX/source/celeritas/cmd/cli/templates/_data187B
  • ~Get Your Files Here !/12 - Testing/__MACOSX/source/celeritas/mailer/_testdata187B
  • ~Get Your Files Here !/12 - Testing/__MACOSX/source/celeritas/render/_testdata187B
  • ~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.mp459.81MB
  • ~Get Your Files Here !/13 - Final changes to the Celeritas CLI application/002 Creating our skeleton app.mp424.8MB
  • ~Get Your Files Here !/13 - Final changes to the Celeritas CLI application/003 Additional updates to the skeleton application and the celeritas project.mp429.97MB
  • ~Get Your Files Here !/13 - Final changes to the Celeritas CLI application/004 Trying out the celeritas new project command.mp48.26MB
  • ~Get Your Files Here !/13 - Final changes to the Celeritas CLI application/005 Trying things out.mp431.15MB
  • ~Get Your Files Here !/13 - Final changes to the Celeritas CLI application/__MACOSX/celeritas/cmd/cli/templates/_data187B
  • ~Get Your Files Here !/13 - Final changes to the Celeritas CLI application/__MACOSX/celeritas/mailer/_testdata187B
  • ~Get Your Files Here !/13 - Final changes to the Celeritas CLI application/__MACOSX/celeritas/render/_testdata187B
  • ~Get Your Files Here !/13 - Final changes to the Celeritas CLI application/__MACOSX/source/celeritas/cmd/cli/templates/_data187B
  • ~Get Your Files Here !/13 - Final changes to the Celeritas CLI application/__MACOSX/source/celeritas/mailer/_testdata187B
  • ~Get Your Files Here !/13 - Final changes to the Celeritas CLI application/__MACOSX/source/celeritas/render/_testdata187B