zhongziso
搜索
zhongziso
首页
首页
功能
磁力转BT
BT转磁力
关于
使用教程
免责声明
磁力助手
Udemy - Let's Build a Go (Golang) version of Laravel
magnet:?xt=urn:btih:b4740c96c2298e4f439201cc05b5b4cb3b7bafd8&dn=Udemy - Let's Build a Go (Golang) version of Laravel
磁力链接详情
文件列表详情
b4740c96c2298e4f439201cc05b5b4cb3b7bafd8
infohash:
232
文件数量
9.27 GB
文件大小
2024-6-1 14:53
创建日期
2024-11-9 10:04
最后访问
相关分词
Udemy
-
Let's
Build
a
Go
Golang
version
of
Laravel
Udemy - Let's Build a Go version of Laravel 2021-10/1. Introduction/1. Introduction.mp4 139.54 MB
Udemy - Let's Build a Go version of Laravel 2021-10/1. Introduction/2. A bit about me.mp4 19.01 MB
Udemy - Let's Build a Go version of Laravel 2021-10/1. Introduction/3. How to ask for help.mp4 23.24 MB
Udemy - Let's Build a Go version of Laravel 2021-10/1. Introduction/4. Install Go.mp4 14.83 MB
Udemy - Let's Build a Go version of Laravel 2021-10/1. Introduction/5. Install VS Code.mp4 9.53 MB
Udemy - Let's Build a Go version of Laravel 2021-10/1. Introduction/6. Install Make.mp4 10.73 MB
Udemy - Let's Build a Go version of Laravel 2021-10/10. Validation/1. Creating a validation package.mp4 58.71 MB
Udemy - Let's Build a Go version of Laravel 2021-10/10. Validation/2. Trying out our validation.mp4 24.29 MB
Udemy - Let's Build a Go version of Laravel 2021-10/10. Validation/3. Adding validation to models.mp4 17.05 MB
Udemy - Let's Build a Go version of Laravel 2021-10/10. Validation/4. Trying out our model validation.mp4 13.43 MB
Udemy - Let's Build a Go version of Laravel 2021-10/10. Validation/5. Building a simple form and performing validation on it.mp4 54.17 MB
Udemy - Let's Build a Go version of Laravel 2021-10/10. Validation/6. Building our PostForm handler with validation.mp4 40.66 MB
Udemy - Let's Build a Go version of Laravel 2021-10/11. Helper utilities/1. Helper functions for the routes file.mp4 20.46 MB
Udemy - Let's Build a Go version of Laravel 2021-10/11. Helper utilities/2. Helper functions for handlers.mp4 37.65 MB
Udemy - Let's Build a Go version of Laravel 2021-10/12. Response Utilities, Encryption, and More/1. JSON, XML, and other response types.mp4 52.95 MB
Udemy - Let's Build a Go version of Laravel 2021-10/12. Response Utilities, Encryption, and More/2. Creating handlers for our response types.mp4 33.24 MB
Udemy - Let's Build a Go version of Laravel 2021-10/12. Response Utilities, Encryption, and More/3. Creating the routes and links for our response types.mp4 15.11 MB
Udemy - Let's Build a Go version of Laravel 2021-10/12. Response Utilities, Encryption, and More/4. EcryptionDecryption.mp4 59.25 MB
Udemy - Let's Build a Go version of Laravel 2021-10/12. Response Utilities, Encryption, and More/5. Generating and getting our encryption key.mp4 32.67 MB
Udemy - Let's Build a Go version of Laravel 2021-10/12. Response Utilities, Encryption, and More/6. Trying out our encryption functionality.mp4 45.01 MB
Udemy - Let's Build a Go version of Laravel 2021-10/13. Implementing a Redis cache/1. Installing the necessary package and getting started.mp4 41.11 MB
Udemy - Let's Build a Go version of Laravel 2021-10/13. Implementing a Redis cache/2. Connecting to Redis.mp4 90.62 MB
Udemy - Let's Build a Go version of Laravel 2021-10/13. Implementing a Redis cache/3. Completing the rest of the cache functions.mp4 99.83 MB
Udemy - Let's Build a Go version of Laravel 2021-10/13. Implementing a Redis cache/4. Testing the cache package.mp4 93.37 MB
Udemy - Let's Build a Go version of Laravel 2021-10/13. Implementing a Redis cache/5. Trying out the cache in myapp.mp4 79.7 MB
Udemy - Let's Build a Go version of Laravel 2021-10/13. Implementing a Redis cache/6. Finishing up our cache page in myapp.mp4 63.79 MB
Udemy - Let's Build a Go version of Laravel 2021-10/14. An Aside Redis sessions, CSRF, and disabling debugging info/1. Adding a Redis store to our sessions package.mp4 50.33 MB
Udemy - Let's Build a Go version of Laravel 2021-10/14. An Aside Redis sessions, CSRF, and disabling debugging info/2. CSRF Protection.mp4 105.99 MB
Udemy - Let's Build a Go version of Laravel 2021-10/14. An Aside Redis sessions, CSRF, and disabling debugging info/3. Speeding up templates.mp4 52.64 MB
Udemy - Let's Build a Go version of Laravel 2021-10/15. Implementing a BadgerDB cache/1. Installing the necessary package and implementing necessary functions.mp4 143.37 MB
Udemy - Let's Build a Go version of Laravel 2021-10/15. Implementing a BadgerDB cache/2. Updating setup_test.go to create a Badger database for our tests.mp4 24.84 MB
Udemy - Let's Build a Go version of Laravel 2021-10/15. Implementing a BadgerDB cache/3. Writing and running tests for our Badger cache.mp4 71.4 MB
Udemy - Let's Build a Go version of Laravel 2021-10/15. Implementing a BadgerDB cache/4. Connecting to Badger.mp4 57.57 MB
Udemy - Let's Build a Go version of Laravel 2021-10/15. Implementing a BadgerDB cache/5. Trying out the Badger cache.mp4 41.5 MB
Udemy - Let's Build a Go version of Laravel 2021-10/16. Sending Email/1. Getting started sending email using SMTP.mp4 67.54 MB
Udemy - Let's Build a Go version of Laravel 2021-10/16. Sending Email/2. Adding the necessary packages, and completing sending email via SMTP.mp4 101.21 MB
Udemy - Let's Build a Go version of Laravel 2021-10/16. Sending Email/3. Sending email using Mailgun, SparkPost and more.mp4 88.58 MB
Udemy - Let's Build a Go version of Laravel 2021-10/16. Sending Email/4. Connecting Celeritas to our mailer package.mp4 22.57 MB
Udemy - Let's Build a Go version of Laravel 2021-10/16. Sending Email/5. Trying out or mailer package.mp4 74.19 MB
Udemy - Let's Build a Go version of Laravel 2021-10/16. Sending Email/6. Sending mail using an API.mp4 27.29 MB
Udemy - Let's Build a Go version of Laravel 2021-10/16. Sending Email/7. Adding make mail to the CLI.mp4 37.33 MB
Udemy - Let's Build a Go version of Laravel 2021-10/16. Sending Email/8. Testing mail.mp4 146.15 MB
Udemy - Let's Build a Go version of Laravel 2021-10/17. Remember me & Password Resets/1. Setting up models and middleware for remember me functionality.mp4 126.63 MB
Udemy - Let's Build a Go version of Laravel 2021-10/17. Remember me & Password Resets/2. Updating the auth handlers for remember me functionality.mp4 80.69 MB
Udemy - Let's Build a Go version of Laravel 2021-10/17. Remember me & Password Resets/2.1 go-laravel-2120-remember-2.mp4 142.41 MB
Udemy - Let's Build a Go version of Laravel 2021-10/17. Remember me & Password Resets/3. Trying out the remember me functionality.mp4 18.66 MB
Udemy - Let's Build a Go version of Laravel 2021-10/17. Remember me & Password Resets/4. Password resets.mp4 35.48 MB
Udemy - Let's Build a Go version of Laravel 2021-10/17. Remember me & Password Resets/5. Handling a password reset request.mp4 45.48 MB
Udemy - Let's Build a Go version of Laravel 2021-10/17. Remember me & Password Resets/6. Sending a password reset link via email.mp4 105.26 MB
Udemy - Let's Build a Go version of Laravel 2021-10/17. Remember me & Password Resets/7. Validating our signed link, and displaying the password reset form.mp4 45.84 MB
Udemy - Let's Build a Go version of Laravel 2021-10/17. Remember me & Password Resets/8. Resetting the user's password.mp4 47.5 MB
Udemy - Let's Build a Go version of Laravel 2021-10/17. Remember me & Password Resets/9. Updating the make auth functionality in the Celeritas CLI.mp4 92.86 MB
Udemy - Let's Build a Go version of Laravel 2021-10/18. Implementing celeritas new myapp/1. Starting work on celeritas new in the CLI.mp4 21.07 MB
Udemy - Let's Build a Go version of Laravel 2021-10/18. Implementing celeritas new myapp/10. Update imports in .go files.mp4 38.18 MB
Udemy - Let's Build a Go version of Laravel 2021-10/18. Implementing celeritas new myapp/11. Running go mod tidy.mp4 29.03 MB
Udemy - Let's Build a Go version of Laravel 2021-10/18. Implementing celeritas new myapp/12. Pushing our Celeritas project to GitHub.mp4 12.96 MB
Udemy - Let's Build a Go version of Laravel 2021-10/18. Implementing celeritas new myapp/13. Trying out our make new functionality.mp4 51.15 MB
Udemy - Let's Build a Go version of Laravel 2021-10/18. Implementing celeritas new myapp/2. Sanitizing the project name.mp4 16.52 MB
Udemy - Let's Build a Go version of Laravel 2021-10/18. Implementing celeritas new myapp/3. Cloning a (currently non-existent) repository right in Go.mp4 29.98 MB
Udemy - Let's Build a Go version of Laravel 2021-10/18. Implementing celeritas new myapp/4. Creating a skeleton application.mp4 45.79 MB
Udemy - Let's Build a Go version of Laravel 2021-10/18. Implementing celeritas new myapp/5. Pushing our skeleton application to GitHub.mp4 17.81 MB
Udemy - Let's Build a Go version of Laravel 2021-10/18. Implementing celeritas new myapp/6. Trying out the code that clones a remote GitHub repository.mp4 29.19 MB
Udemy - Let's Build a Go version of Laravel 2021-10/18. Implementing celeritas new myapp/7. Removing the .git directory and creating a .env file.mp4 46.59 MB
Udemy - Let's Build a Go version of Laravel 2021-10/18. Implementing celeritas new myapp/8. Creating the correct Makefile.mp4 23.04 MB
Udemy - Let's Build a Go version of Laravel 2021-10/18. Implementing celeritas new myapp/9. Update go.mod.mp4 32.38 MB
Udemy - Let's Build a Go version of Laravel 2021-10/19. Where to go from here/1. Where to go from here.mp4 15.95 MB
Udemy - Let's Build a Go version of Laravel 2021-10/2. Getting Started with the Celeritas Module/1. Setting up project structure.mp4 25.54 MB
Udemy - Let's Build a Go version of Laravel 2021-10/2. Getting Started with the Celeritas Module/2. Keeping our application and package in sync with Make.mp4 17.75 MB
Udemy - Let's Build a Go version of Laravel 2021-10/2. Getting Started with the Celeritas Module/3. Starting work on Celeritas.mp4 32.89 MB
Udemy - Let's Build a Go version of Laravel 2021-10/2. Getting Started with the Celeritas Module/4. Creating application folders.mp4 18.76 MB
Udemy - Let's Build a Go version of Laravel 2021-10/2. Getting Started with the Celeritas Module/5. Creating and reading the .env file.mp4 48.1 MB
Udemy - Let's Build a Go version of Laravel 2021-10/2. Getting Started with the Celeritas Module/6. Creating logs.mp4 37.2 MB
Udemy - Let's Build a Go version of Laravel 2021-10/2. Getting Started with the Celeritas Module/7. Setting up Celeritas configuration.mp4 22.22 MB
Udemy - Let's Build a Go version of Laravel 2021-10/2. Getting Started with the Celeritas Module/8. Getting a simple web server up and running.mp4 56.16 MB
Udemy - Let's Build a Go version of Laravel 2021-10/3. Rendering Pages/1. Implementing a page renderer in the Celeritas package (for Go templates).mp4 62.58 MB
Udemy - Let's Build a Go version of Laravel 2021-10/3. Rendering Pages/2. Trying out the Go render functionality.mp4 51.58 MB
Udemy - Let's Build a Go version of Laravel 2021-10/3. Rendering Pages/3. Cleaning up Celeritas.mp4 8.32 MB
Udemy - Let's Build a Go version of Laravel 2021-10/3. Rendering Pages/4. Adding Jet support to our page rendering package.mp4 49.95 MB
Udemy - Let's Build a Go version of Laravel 2021-10/3. Rendering Pages/5. Rendering a Jet Template.mp4 13.04 MB
Udemy - Let's Build a Go version of Laravel 2021-10/3. Rendering Pages/6. Working with Jet Templates.mp4 42.65 MB
Udemy - Let's Build a Go version of Laravel 2021-10/4. Testing/1. Testing the render package.mp4 39.82 MB
Udemy - Let's Build a Go version of Laravel 2021-10/4. Testing/2. Writing more tests for the render package.mp4 56.84 MB
Udemy - Let's Build a Go version of Laravel 2021-10/4. Testing/3. Simplifying our tests using Table Tests.mp4 49.26 MB
Udemy - Let's Build a Go version of Laravel 2021-10/5. Sessions/1. Implementing Sessions in Celeritas.mp4 32.08 MB
Udemy - Let's Build a Go version of Laravel 2021-10/5. Sessions/2. Choosing and Installing a session package.mp4 101.76 MB
Udemy - Let's Build a Go version of Laravel 2021-10/5. Sessions/3. Adding session middleware.mp4 16.7 MB
Udemy - Let's Build a Go version of Laravel 2021-10/5. Sessions/4. Verifying that sessions work with myapp.mp4 33.56 MB
Udemy - Let's Build a Go version of Laravel 2021-10/5. Sessions/5. Reading data from the session and passing it to the Jet template.mp4 15.83 MB
Udemy - Let's Build a Go version of Laravel 2021-10/5. Sessions/6. Writing tests for the session package.mp4 41.63 MB
Udemy - Let's Build a Go version of Laravel 2021-10/5. Sessions/7. Checking our Coverage.mp4 14.72 MB
Udemy - Let's Build a Go version of Laravel 2021-10/6. Installing MariaDB, Postgres, and Redis using Docker/1. Installing Docker.mp4 11.16 MB
Udemy - Let's Build a Go version of Laravel 2021-10/6. Installing MariaDB, Postgres, and Redis using Docker/2. Bringing up and tearing down a development environment using docker-compose.mp4 46.1 MB
Udemy - Let's Build a Go version of Laravel 2021-10/7. Adding support for Postgres to Celeritas/1. Getting started with Postgres.mp4 31.77 MB
Udemy - Let's Build a Go version of Laravel 2021-10/7. Adding support for Postgres to Celeritas/10. Creating a login page and handler.mp4 69.6 MB
Udemy - Let's Build a Go version of Laravel 2021-10/7. Adding support for Postgres to Celeritas/11. Creating the post handler for logging in.mp4 119.33 MB
Udemy - Let's Build a Go version of Laravel 2021-10/7. Adding support for Postgres to Celeritas/12. Adding functions to the Tokens model.mp4 129.5 MB
Udemy - Let's Build a Go version of Laravel 2021-10/7. Adding support for Postgres to Celeritas/2. Building a Postgres connection string and connecting to the database.mp4 57.48 MB
Udemy - Let's Build a Go version of Laravel 2021-10/7. Adding support for Postgres to Celeritas/3. Trying out our database connection.mp4 21.08 MB
Udemy - Let's Build a Go version of Laravel 2021-10/7. Adding support for Postgres to Celeritas/4. Adding ORM like functionality to our application with upperdb.mp4 38.88 MB
Udemy - Let's Build a Go version of Laravel 2021-10/7. Adding support for Postgres to Celeritas/5. Creating a real users table and a user model.mp4 87.9 MB
Udemy - Let's Build a Go version of Laravel 2021-10/7. Adding support for Postgres to Celeritas/6. Additional database functions for the User type.mp4 83.75 MB
Udemy - Let's Build a Go version of Laravel 2021-10/7. Adding support for Postgres to Celeritas/7. Finishing up the database functions for the User model.mp4 14.61 MB
Udemy - Let's Build a Go version of Laravel 2021-10/7. Adding support for Postgres to Celeritas/8. Inserting a user.mp4 39.37 MB
Udemy - Let's Build a Go version of Laravel 2021-10/7. Adding support for Postgres to Celeritas/9. Testing other database functions on the User model.mp4 79.34 MB
Udemy - Let's Build a Go version of Laravel 2021-10/8. Testing Models/1. Writing tests for models.go.mp4 48.31 MB
Udemy - Let's Build a Go version of Laravel 2021-10/8. Testing Models/2. Getting started with our integration tests.mp4 72.42 MB
Udemy - Let's Build a Go version of Laravel 2021-10/8. Testing Models/3. Creating tables in our test docker image, and running some tests.mp4 85.81 MB
Udemy - Let's Build a Go version of Laravel 2021-10/8. Testing Models/4. Continuing to write integration tests.mp4 106.71 MB
Udemy - Let's Build a Go version of Laravel 2021-10/8. Testing Models/5. Finishing up our integration tests.mp4 172.45 MB
Udemy - Let's Build a Go version of Laravel 2021-10/8. Testing Models/6. Cleaning up our tests.mp4 30.06 MB
Udemy - Let's Build a Go version of Laravel 2021-10/9. Starting work on the Celeritas Command Line application/1. Setting up a simple CLI package in Celeritas.mp4 68.52 MB
Udemy - Let's Build a Go version of Laravel 2021-10/9. Starting work on the Celeritas Command Line application/10. Continuing with the make auth functionality in our command line program.mp4 44.56 MB
Udemy - Let's Build a Go version of Laravel 2021-10/9. Starting work on the Celeritas Command Line application/11. Creating simple auth middleware, and adding it to the make auth command.mp4 62.08 MB
Udemy - Let's Build a Go version of Laravel 2021-10/9. Starting work on the Celeritas Command Line application/12. Installing our auth middleware with the celeritas command line utility.mp4 18.79 MB
Udemy - Let's Build a Go version of Laravel 2021-10/9. Starting work on the Celeritas Command Line application/13. Trying out our improved make auth functionality.mp4 30.94 MB
Udemy - Let's Build a Go version of Laravel 2021-10/9. Starting work on the Celeritas Command Line application/14. Implementing make handler functionality.mp4 51.34 MB
Udemy - Let's Build a Go version of Laravel 2021-10/9. Starting work on the Celeritas Command Line application/15. Implementing make model functionality.mp4 63.34 MB
Udemy - Let's Build a Go version of Laravel 2021-10/9. Starting work on the Celeritas Command Line application/16. Adding database stores to our sessions package.mp4 70.34 MB
Udemy - Let's Build a Go version of Laravel 2021-10/9. Starting work on the Celeritas Command Line application/17. Adding support for database session store to the celeritas project.mp4 43 MB
Udemy - Let's Build a Go version of Laravel 2021-10/9. Starting work on the Celeritas Command Line application/18. Supporting MySQLMariaDB withmake auth.mp4 14.27 MB
Udemy - Let's Build a Go version of Laravel 2021-10/9. Starting work on the Celeritas Command Line application/2. Adding support for migrations to the Celeritas package.mp4 41.14 MB
Udemy - Let's Build a Go version of Laravel 2021-10/9. Starting work on the Celeritas Command Line application/3. Starting work on make migration in our CLI application.mp4 33.75 MB
Udemy - Let's Build a Go version of Laravel 2021-10/9. Starting work on the Celeritas Command Line application/4. Using templates in our CLI.mp4 49.46 MB
Udemy - Let's Build a Go version of Laravel 2021-10/9. Starting work on the Celeritas Command Line application/5. Trying out our make migration functionality.mp4 26 MB
Udemy - Let's Build a Go version of Laravel 2021-10/9. Starting work on the Celeritas Command Line application/6. Running migrations.mp4 59.83 MB
Udemy - Let's Build a Go version of Laravel 2021-10/9. Starting work on the Celeritas Command Line application/7. Trying out our make migrate commands with the Celeritas CLI.mp4 41.5 MB
Udemy - Let's Build a Go version of Laravel 2021-10/9. Starting work on the Celeritas Command Line application/8. Getting started with Implementing make auth functionality.mp4 42.38 MB
Udemy - Let's Build a Go version of Laravel 2021-10/9. Starting work on the Celeritas Command Line application/8.1 go-laravel-1180-make-auth-1.mp4 78.65 MB
Udemy - Let's Build a Go version of Laravel 2021-10/9. Starting work on the Celeritas Command Line application/9. Trying out the make auth functionality.mp4 19.42 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/01 - Introduction/001 Introduction.mp4 56.55 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/01 - Introduction/002 About me.mp4 19 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/01 - Introduction/003 Asking for help.mp4 23.17 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/01 - Introduction/004 Installing Go.mp4 14.79 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/01 - Introduction/005 Installing an IDE.mp4 9.54 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/02 - Project Setup/001 Setting up the project.mp4 34.44 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/02 - Project Setup/002 Making sure everything worked.mp4 22.06 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/03 - Setting up our remote file systems/001 What we're going to create.mp4 8.42 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/03 - Setting up our remote file systems/002 Setting up our remote file systems using Docker.mp4 37.86 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/03 - Setting up our remote file systems/003 Configuring Minio.mp4 15.89 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/03 - Setting up our remote file systems/004 Configuring sFTP.mp4 17.95 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/03 - Setting up our remote file systems/005 Setting up a type for file systems.mp4 24.32 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/04 - File systems Minio/001 Getting started with Minio connecting and the Put function.mp4 50.21 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/04 - File systems Minio/002 Implementing the List function in Minio.mp4 39.88 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/04 - File systems Minio/003 Implementing the Delete function in Minio.mp4 17.63 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/04 - File systems Minio/004 Implementing the Get function in Minio.mp4 20.79 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/04 - File systems Minio/005 Creating stub filesystems for the other three types.mp4 30.68 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/04 - File systems Minio/006 Adding filesystems to Celeritas.mp4 44.93 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/04 - File systems Minio/007 Trying out our Minio filesystem.mp4 24.92 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/04 - File systems Minio/008 Creating a handler to list the remote file system.mp4 62.49 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/04 - File systems Minio/009 Connecting the handler to a route and trying things out.mp4 8.8 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/04 - File systems Minio/010 Creating handlers to display the upload form.mp4 21.26 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/04 - File systems Minio/011 Creating the handler to process the file upload.mp4 63.85 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/04 - File systems Minio/012 Creating the delete handler.mp4 38.84 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/05 - File systems sFTP/001 Implementing the Put function for sFTP.mp4 53.64 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/05 - File systems sFTP/002 Implementing the List function for sFTP.mp4 20.84 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/05 - File systems sFTP/003 Implementing the Delete function for sFTP.mp4 12.6 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/05 - File systems sFTP/004 Implementing the Get function for sFTP.mp4 24.39 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/05 - File systems sFTP/005 Connecting Celeritas to our sFTP file system.mp4 18.08 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/05 - File systems sFTP/006 Updating our ListFS handler to support sFTP.mp4 13.72 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/05 - File systems sFTP/007 Updating our PostUploadToFS handler to support sFTP.mp4 26.77 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/05 - File systems sFTP/008 Updating our DeleteFromFS handler to support sFTP.mp4 7.47 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/05 - File systems sFTP/009 Cleaning up the Get function to avoid resource leaks.mp4 22.87 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/06 - File systems WebDAV/001 Implementing the Put function for WebDAV.mp4 34.33 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/06 - File systems WebDAV/002 Implementing the List function for WebDAV.mp4 18.91 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/06 - File systems WebDAV/003 Implementing the Delete function for WebDAV.mp4 16.52 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/06 - File systems WebDAV/004 Implementing the Get function for WebDAV.mp4 21.46 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/06 - File systems WebDAV/005 Testing things out.mp4 34.81 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/07 - File systems Amazon S3 Buckets/001 Implementing the List function for S3 file systems.mp4 60.29 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/07 - File systems Amazon S3 Buckets/002 Implementing the Put function for S3 file systems.mp4 41.98 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/07 - File systems Amazon S3 Buckets/003 Implementing the Delete function for S3 file systems.mp4 30.13 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/07 - File systems Amazon S3 Buckets/004 Implementing the Get function for S3 buckets.mp4 23.4 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/07 - File systems Amazon S3 Buckets/005 Connecting Celeritas to our S3 file system.mp4 15.25 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/07 - File systems Amazon S3 Buckets/006 Creating an S3 compatible bucket on Linode.mp4 24.34 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/07 - File systems Amazon S3 Buckets/007 Updating our handlers for S3 buckets.mp4 15.54 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/07 - File systems Amazon S3 Buckets/008 Trying things out.mp4 17.36 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/08 - Building a File System Agnostic File Uploader/001 What we'll build.mp4 9.86 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/08 - Building a File System Agnostic File Uploader/002 Adding file systems to the Celeritas type.mp4 17.03 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/08 - Building a File System Agnostic File Uploader/003 Creating the file uploader.mp4 37.83 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/08 - Building a File System Agnostic File Uploader/004 Limiting upload by mime type.mp4 35.32 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/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
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/08 - Building a File System Agnostic File Uploader/006 Setting up handlers and routes to try things out.mp4 41.71 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/08 - Building a File System Agnostic File Uploader/007 Trying things out.mp4 19.63 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/09 - Improving our Migrations package/001 Pop vs. SQL.mp4 25.69 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/09 - Improving our Migrations package/002 Getting started with Pop functions for our migrations code in Celeritas.mp4 27.22 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/09 - Improving our Migrations package/003 Implementing the CreatePopMigration() function to create up and down migrations.mp4 17.79 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/09 - Improving our Migrations package/004 Implementing the RunPopMigrations() function.mp4 17.67 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/09 - Improving our Migrations package/005 Implementing the PopMigrateDown() function.mp4 23.07 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/09 - Improving our Migrations package/006 Implementing the PopMigrateReset() function.mp4 9.95 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/09 - Improving our Migrations package/007 Making changes in the Celeritas CLI for our pop migrations.mp4 62.22 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/09 - Improving our Migrations package/008 Trying out our new make migration command.mp4 20.63 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/09 - Improving our Migrations package/009 Ensuring the database is connected before allowing people to make migrations.mp4 27.8 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/09 - Improving our Migrations package/010 Creating a database.yml file and running migrations.mp4 28.64 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/09 - Improving our Migrations package/011 Trying out the migrate command.mp4 13.51 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/09 - Improving our Migrations package/012 Updating the make auth command for our Pop integration.mp4 47.21 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/09 - Improving our Migrations package/013 Trying out make auth.mp4 20.33 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/10 - Social Authentication with OAuth2/001 Social Authentication or Single Sign On an Overview.mp4 14.01 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/10 - Social Authentication with OAuth2/002 Getting started with Goth and Social Authentication.mp4 29.98 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/10 - Social Authentication with OAuth2/003 Setting up authentication routes.mp4 28.88 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/10 - Social Authentication with OAuth2/004 Initializing social sign on.mp4 42.51 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/10 - Social Authentication with OAuth2/005 Implementing the SocialLogin handler.mp4 34.07 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/10 - Social Authentication with OAuth2/006 Implementing the SocialCallback handler.mp4 69.76 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/10 - Social Authentication with OAuth2/007 Connecting our social authentication handlers to routes.mp4 13.69 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/10 - Social Authentication with OAuth2/008 Setting up GitHub for social authentication.mp4 18.94 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/10 - Social Authentication with OAuth2/009 Trying out the GitHub login functionality.mp4 43.44 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/10 - Social Authentication with OAuth2/010 Logging out.mp4 34.08 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/10 - Social Authentication with OAuth2/011 Really logging out.mp4 65.37 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/10 - Social Authentication with OAuth2/012 Trying the socialLogout function.mp4 11.33 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/10 - Social Authentication with OAuth2/013 Adding support for Google login.mp4 24.19 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/10 - Social Authentication with OAuth2/014 Updating the auth-handlers.go file for Google to enable login.mp4 19.49 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/10 - Social Authentication with OAuth2/015 Trying out login with Google.mp4 10.1 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/10 - Social Authentication with OAuth2/016 Adding the case for logging out of Google in socialLogout().mp4 13.93 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/10 - Social Authentication with OAuth2/017 Trying things out.mp4 10.45 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/11 - RPC, Graceful Shutdown, and additional changes/001 Separating Web and API routes.mp4 25.22 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/11 - RPC, Graceful Shutdown, and additional changes/002 Getting started with Maintenance Mode functionality using RPC.mp4 52.41 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/11 - RPC, Graceful Shutdown, and additional changes/003 Starting RPC.mp4 7.94 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/11 - RPC, Graceful Shutdown, and additional changes/004 Adding maintenance mode middleware.mp4 45.23 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/11 - RPC, Graceful Shutdown, and additional changes/005 Updating the CLI for maintenance mode.mp4 23.28 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/11 - RPC, Graceful Shutdown, and additional changes/006 Testing the maintenance mode functionality.mp4 22.16 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/11 - RPC, Graceful Shutdown, and additional changes/007 Graceful Shutdown.mp4 43.32 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/12 - Testing/001 Adding a simple setup_test.go file to handlers.mp4 46.34 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/12 - Testing/002 Adding two functions to our setup_test.go file.mp4 15.5 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/12 - Testing/003 Adding and running a sample test.mp4 19.59 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/12 - Testing/004 Adding some additional tests.mp4 26.72 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/12 - Testing/005 Implementing Laravel Dusk like screen captures.mp4 14.27 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/12 - Testing/006 Writing the screen capture function.mp4 38.13 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/12 - Testing/007 Trying out the screen capture function.mp4 27.64 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/12 - Testing/008 Writing additional helper functions for testing.mp4 95.23 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/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
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/13 - Final changes to the Celeritas CLI application/002 Creating our skeleton app.mp4 24.8 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/13 - Final changes to the Celeritas CLI application/003 Additional updates to the skeleton application and the celeritas project.mp4 29.97 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/13 - Final changes to the Celeritas CLI application/004 Trying out the celeritas new project command.mp4 8.26 MB
Udemy - Let's Build a Go version of Laravel Part Two 2022-1/13 - Final changes to the Celeritas CLI application/005 Trying things out.mp4 31.15 MB
其他位置