BT种子基本信息
- 种子哈希:243eb65d24b688b52caea138fcf20cf24390556f
- 文档大小:6.9 GB
- 文档个数:422个文档
- 下载次数:1847次
- 下载速度:极快
- 收录时间:2022-09-30
- 最近下载:2024-11-06
- DMCA/屏蔽:DMCA/屏蔽
文档列表
- 8. Testing Models/5. Finishing up our integration tests.mp4 180.8 MB
- 16. Sending Email/8. Testing mail.mp4 153.2 MB
- 15. Implementing a BadgerDB cache/1. Installing the necessary package and implementing necessary functions.mp4 150.3 MB
- 17. Remember me & Password Resets/2.1 go-laravel-2120-remember-2.mp4 149.3 MB
- 1. Introduction/1. Introduction.mp4 146.3 MB
- 7. Adding support for Postgres to Celeritas/12. Adding functions to the Tokens model.mp4 135.8 MB
- 17. Remember me & Password Resets/1. Setting up models and middleware for remember me functionality.mp4 132.8 MB
- 7. Adding support for Postgres to Celeritas/11. Creating the post handler for logging in.mp4 125.1 MB
- 8. Testing Models/4. Continuing to write integration tests.mp4 111.9 MB
- 14. An Aside Redis sessions, CSRF, and disabling debugging info/2. CSRF Protection.mp4 111.1 MB
- 17. Remember me & Password Resets/6. Sending a password reset link via email.mp4 110.4 MB
- 5. Sessions/2. Choosing and Installing a session package.mp4 106.7 MB
- 16. Sending Email/2. Adding the necessary packages, and completing sending email via SMTP.mp4 106.1 MB
- 13. Implementing a Redis cache/3. Completing the rest of the cache functions.mp4 104.7 MB
- 13. Implementing a Redis cache/4. Testing the cache package.mp4 97.9 MB
- 17. Remember me & Password Resets/9. Updating the make auth functionality in the Celeritas CLI.mp4 97.4 MB
- 13. Implementing a Redis cache/2. Connecting to Redis.mp4 95.0 MB
- 16. Sending Email/3. Sending email using Mailgun, SparkPost and more.mp4 92.9 MB
- 7. Adding support for Postgres to Celeritas/5. Creating a real users table and a user model.mp4 92.2 MB
- 8. Testing Models/3. Creating tables in our test docker image, and running some tests.mp4 90.0 MB
- 7. Adding support for Postgres to Celeritas/6. Additional database functions for the User type.mp4 87.8 MB
- 17. Remember me & Password Resets/2. Updating the auth handlers for remember me functionality.mp4 84.6 MB
- 13. Implementing a Redis cache/5. Trying out the cache in myapp.mp4 83.6 MB
- 7. Adding support for Postgres to Celeritas/9. Testing other database functions on the User model.mp4 83.2 MB
- 9. Starting work on the Celeritas Command Line application/8.1 go-laravel-1180-make-auth-1.mp4 82.5 MB
- 16. Sending Email/5. Trying out or mailer package.mp4 77.8 MB
- 8. Testing Models/2. Getting started with our integration tests.mp4 75.9 MB
- 15. Implementing a BadgerDB cache/3. Writing and running tests for our Badger cache.mp4 74.9 MB
- 9. Starting work on the Celeritas Command Line application/16. Adding database stores to our sessions package.mp4 73.8 MB
- 7. Adding support for Postgres to Celeritas/10. Creating a login page and handler.mp4 73.0 MB
- 9. Starting work on the Celeritas Command Line application/1. Setting up a simple CLI package in Celeritas.mp4 71.9 MB
- 16. Sending Email/1. Getting started sending email using SMTP.mp4 70.8 MB
- 13. Implementing a Redis cache/6. Finishing up our cache page in myapp.mp4 66.9 MB
- 9. Starting work on the Celeritas Command Line application/15. Implementing make model functionality.mp4 66.4 MB
- 3. Rendering Pages/1. Implementing a page renderer in the Celeritas package (for Go templates).mp4 65.6 MB
- 9. Starting work on the Celeritas Command Line application/11. Creating simple auth middleware, and adding it to the make auth command.mp4 65.1 MB
- 9. Starting work on the Celeritas Command Line application/6. Running migrations.mp4 62.7 MB
- 12. Response Utilities, Encryption, and More/4. EcryptionDecryption.mp4 62.1 MB
- 10. Validation/1. Creating a validation package.mp4 61.6 MB
- 15. Implementing a BadgerDB cache/4. Connecting to Badger.mp4 60.4 MB
- 7. Adding support for Postgres to Celeritas/2. Building a Postgres connection string and connecting to the database.mp4 60.3 MB
- 4. Testing/2. Writing more tests for the render package.mp4 59.6 MB
- 2. Getting Started with the Celeritas Module/8. Getting a simple web server up and running.mp4 58.9 MB
- 10. Validation/5. Building a simple form and performing validation on it.mp4 56.8 MB
- 12. Response Utilities, Encryption, and More/1. JSON, XML, and other response types.mp4 55.5 MB
- 14. An Aside Redis sessions, CSRF, and disabling debugging info/3. Speeding up templates.mp4 55.2 MB
- 3. Rendering Pages/2. Trying out the Go render functionality.mp4 54.1 MB
- 9. Starting work on the Celeritas Command Line application/14. Implementing make handler functionality.mp4 53.8 MB
- 18. Implementing celeritas new myapp/13. Trying out our make new functionality.mp4 53.6 MB
- 14. An Aside Redis sessions, CSRF, and disabling debugging info/1. Adding a Redis store to our sessions package.mp4 52.8 MB
- 3. Rendering Pages/4. Adding Jet support to our page rendering package.mp4 52.4 MB
- 9. Starting work on the Celeritas Command Line application/4. Using templates in our CLI.mp4 51.9 MB
- 4. Testing/3. Simplifying our tests using Table Tests.mp4 51.7 MB
- 8. Testing Models/1. Writing tests for models.go.mp4 50.7 MB
- 2. Getting Started with the Celeritas Module/5. Creating and reading the .env file.mp4 50.4 MB
- 17. Remember me & Password Resets/8. Resetting the user's password.mp4 49.8 MB
- 18. Implementing celeritas new myapp/7. Removing the .git directory and creating a .env file.mp4 48.9 MB
- 6. Installing MariaDB, Postgres, and Redis using Docker/2. Bringing up and tearing down a development environment using docker-compose.mp4 48.3 MB
- 17. Remember me & Password Resets/7. Validating our signed link, and displaying the password reset form.mp4 48.1 MB
- 18. Implementing celeritas new myapp/4. Creating a skeleton application.mp4 48.0 MB
- 17. Remember me & Password Resets/5. Handling a password reset request.mp4 47.7 MB
- 12. Response Utilities, Encryption, and More/6. Trying out our encryption functionality.mp4 47.2 MB
- 9. Starting work on the Celeritas Command Line application/10. Continuing with the make auth functionality in our command line program.mp4 46.7 MB
- 9. Starting work on the Celeritas Command Line application/17. Adding support for database session store to the celeritas project.mp4 45.1 MB
- 3. Rendering Pages/6. Working with Jet Templates.mp4 44.7 MB
- 9. Starting work on the Celeritas Command Line application/8. Getting started with Implementing make auth functionality.mp4 44.4 MB
- 5. Sessions/6. Writing tests for the session package.mp4 43.7 MB
- 15. Implementing a BadgerDB cache/5. Trying out the Badger cache.mp4 43.5 MB
- 9. Starting work on the Celeritas Command Line application/7. Trying out our make migrate commands with the Celeritas CLI.mp4 43.5 MB
- 9. Starting work on the Celeritas Command Line application/2. Adding support for migrations to the Celeritas package.mp4 43.1 MB
- 13. Implementing a Redis cache/1. Installing the necessary package and getting started.mp4 43.1 MB
- 10. Validation/6. Building our PostForm handler with validation.mp4 42.6 MB
- 4. Testing/1. Testing the render package.mp4 41.8 MB
- 7. Adding support for Postgres to Celeritas/8. Inserting a user.mp4 41.3 MB
- 7. Adding support for Postgres to Celeritas/4. Adding ORM like functionality to our application with upperdb.mp4 40.8 MB
- 18. Implementing celeritas new myapp/10. Update imports in .go files.mp4 40.0 MB
- 11. Helper utilities/2. Helper functions for handlers.mp4 39.5 MB
- 16. Sending Email/7. Adding make mail to the CLI.mp4 39.1 MB
- 2. Getting Started with the Celeritas Module/6. Creating logs.mp4 39.0 MB
- 17. Remember me & Password Resets/4. Password resets.mp4 37.2 MB
- 9. Starting work on the Celeritas Command Line application/3. Starting work on make migration in our CLI application.mp4 35.4 MB
- 5. Sessions/4. Verifying that sessions work with myapp.mp4 35.2 MB
- 12. Response Utilities, Encryption, and More/2. Creating handlers for our response types.mp4 34.9 MB
- 2. Getting Started with the Celeritas Module/3. Starting work on Celeritas.mp4 34.5 MB
- 12. Response Utilities, Encryption, and More/5. Generating and getting our encryption key.mp4 34.3 MB
- 18. Implementing celeritas new myapp/9. Update go.mod.mp4 34.0 MB
- 5. Sessions/1. Implementing Sessions in Celeritas.mp4 33.6 MB
- 7. Adding support for Postgres to Celeritas/1. Getting started with Postgres.mp4 33.3 MB
- 9. Starting work on the Celeritas Command Line application/13. Trying out our improved make auth functionality.mp4 32.4 MB
- 8. Testing Models/6. Cleaning up our tests.mp4 31.5 MB
- 18. Implementing celeritas new myapp/3. Cloning a (currently non-existent) repository right in Go.mp4 31.4 MB
- 18. Implementing celeritas new myapp/6. Trying out the code that clones a remote GitHub repository.mp4 30.6 MB
- 18. Implementing celeritas new myapp/11. Running go mod tidy.mp4 30.4 MB
- 16. Sending Email/6. Sending mail using an API.mp4 28.6 MB
- 9. Starting work on the Celeritas Command Line application/5. Trying out our make migration functionality.mp4 27.3 MB
- 2. Getting Started with the Celeritas Module/1. Setting up project structure.mp4 26.8 MB
- 15. Implementing a BadgerDB cache/2. Updating setup_test.go to create a Badger database for our tests.mp4 26.1 MB
- 10. Validation/2. Trying out our validation.mp4 25.5 MB
- 1. Introduction/3. How to ask for help.mp4 24.4 MB
- 18. Implementing celeritas new myapp/8. Creating the correct Makefile.mp4 24.2 MB
- 16. Sending Email/4. Connecting Celeritas to our mailer package.mp4 23.7 MB
- 2. Getting Started with the Celeritas Module/7. Setting up Celeritas configuration.mp4 23.3 MB
- 7. Adding support for Postgres to Celeritas/3. Trying out our database connection.mp4 22.1 MB
- 18. Implementing celeritas new myapp/1. Starting work on celeritas new in the CLI.mp4 22.1 MB
- 11. Helper utilities/1. Helper functions for the routes file.mp4 21.5 MB
- 9. Starting work on the Celeritas Command Line application/9. Trying out the make auth functionality.mp4 20.4 MB
- 1. Introduction/2. A bit about me.mp4 19.9 MB
- 9. Starting work on the Celeritas Command Line application/12. Installing our auth middleware with the celeritas command line utility.mp4 19.7 MB
- 2. Getting Started with the Celeritas Module/4. Creating application folders.mp4 19.7 MB
- 17. Remember me & Password Resets/3. Trying out the remember me functionality.mp4 19.6 MB
- 18. Implementing celeritas new myapp/5. Pushing our skeleton application to GitHub.mp4 18.7 MB
- 2. Getting Started with the Celeritas Module/2. Keeping our application and package in sync with Make.mp4 18.6 MB
- 10. Validation/3. Adding validation to models.mp4 17.9 MB
- 5. Sessions/3. Adding session middleware.mp4 17.5 MB
- 18. Implementing celeritas new myapp/2. Sanitizing the project name.mp4 17.3 MB
- 19. Where to go from here/1. Where to go from here.mp4 16.7 MB
- 5. Sessions/5. Reading data from the session and passing it to the Jet template.mp4 16.6 MB
- 12. Response Utilities, Encryption, and More/3. Creating the routes and links for our response types.mp4 15.8 MB
- 1. Introduction/4. Install Go.mp4 15.5 MB
- 5. Sessions/7. Checking our Coverage.mp4 15.4 MB
- 7. Adding support for Postgres to Celeritas/7. Finishing up the database functions for the User model.mp4 15.3 MB
- 9. Starting work on the Celeritas Command Line application/18. Supporting MySQLMariaDB withmake auth.mp4 15.0 MB
- 10. Validation/4. Trying out our model validation.mp4 14.1 MB
- 3. Rendering Pages/5. Rendering a Jet Template.mp4 13.7 MB
- 18. Implementing celeritas new myapp/12. Pushing our Celeritas project to GitHub.mp4 13.6 MB
- 17. Remember me & Password Resets/3.1 source.zip 13.4 MB
- 6. Installing MariaDB, Postgres, and Redis using Docker/1. Installing Docker.mp4 11.7 MB
- 1. Introduction/6. Install Make.mp4 11.2 MB
- 1. Introduction/5. Install VS Code.mp4 10.0 MB
- 3. Rendering Pages/3. Cleaning up Celeritas.mp4 8.7 MB
- 8. Testing Models/4.1 source.zip 4.6 MB
- 8. Testing Models/3.1 source.zip 4.6 MB
- 2. Getting Started with the Celeritas Module/2.3 source-code.zip 1.1 MB
- 18. Implementing celeritas new myapp/13.2 source.zip 522.8 kB
- 18. Implementing celeritas new myapp/13.1 bare.zip 384.0 kB
- 18. Implementing celeritas new myapp/11.1 source.zip 361.9 kB
- 18. Implementing celeritas new myapp/10.1 source.zip 361.9 kB
- 18. Implementing celeritas new myapp/9.1 source.zip 361.5 kB
- 18. Implementing celeritas new myapp/8.1 source.zip 359.7 kB
- 18. Implementing celeritas new myapp/6.1 source.zip 359.6 kB
- 18. Implementing celeritas new myapp/7.1 source.zip 359.5 kB
- 18. Implementing celeritas new myapp/3.2 source.zip 355.9 kB
- 17. Remember me & Password Resets/9.1 source.zip 354.1 kB
- 18. Implementing celeritas new myapp/2.1 source.zip 353.5 kB
- 18. Implementing celeritas new myapp/1.1 source.zip 353.4 kB
- 17. Remember me & Password Resets/8.1 source.zip 345.1 kB
- 17. Remember me & Password Resets/7.1 source.zip 343.7 kB
- 17. Remember me & Password Resets/6.1 source.zip 343.5 kB
- 17. Remember me & Password Resets/5.2 source.zip 340.5 kB
- 17. Remember me & Password Resets/4.2 source.zip 339.6 kB
- 17. Remember me & Password Resets/2.2 source.zip 333.0 kB
- 16. Sending Email/8.1 source.zip 332.4 kB
- 17. Remember me & Password Resets/1.1 source.zip 332.4 kB
- 16. Sending Email/7.1 source.zip 315.6 kB
- 16. Sending Email/6.1 source.zip 314.5 kB
- 16. Sending Email/5.4 source.zip 313.4 kB
- 16. Sending Email/4.1 source.zip 310.4 kB
- 16. Sending Email/3.1 source.zip 310.0 kB
- 16. Sending Email/2.4 source.zip 309.5 kB
- 16. Sending Email/1.1 source.zip 305.6 kB
- 15. Implementing a BadgerDB cache/5.1 source.zip 304.6 kB
- 15. Implementing a BadgerDB cache/4.2 source.zip 301.9 kB
- 15. Implementing a BadgerDB cache/3.1 source.zip 301.6 kB
- 15. Implementing a BadgerDB cache/2.1 source.zip 298.7 kB
- 15. Implementing a BadgerDB cache/1.2 source.zip 298.1 kB
- 14. An Aside Redis sessions, CSRF, and disabling debugging info/3.1 source.zip 294.4 kB
- 13. Implementing a Redis cache/6.1 source.zip 293.3 kB
- 14. An Aside Redis sessions, CSRF, and disabling debugging info/1.1 source.zip 293.1 kB
- 14. An Aside Redis sessions, CSRF, and disabling debugging info/2.1 source.zip 293.0 kB
- 13. Implementing a Redis cache/5.2 source.zip 291.2 kB
- 13. Implementing a Redis cache/4.1 source.zip 289.5 kB
- 13. Implementing a Redis cache/3.1 source.zip 287.8 kB
- 13. Implementing a Redis cache/2.1 source.zip 287.0 kB
- 12. Response Utilities, Encryption, and More/4.1 source.zip 285.7 kB
- 13. Implementing a Redis cache/1.2 source.zip 285.6 kB
- 12. Response Utilities, Encryption, and More/3.1 source.zip 285.4 kB
- 12. Response Utilities, Encryption, and More/2.1 source.zip 285.4 kB
- 12. Response Utilities, Encryption, and More/5.1 source.zip 285.3 kB
- 12. Response Utilities, Encryption, and More/6.1 source.zip 285.1 kB
- 12. Response Utilities, Encryption, and More/1.1 source.zip 285.0 kB
- 11. Helper utilities/2.1 source.zip 284.6 kB
- 11. Helper utilities/1.1 source.zip 284.0 kB
- 10. Validation/6.1 source.zip 283.7 kB
- 10. Validation/5.2 source.zip 283.5 kB
- 10. Validation/3.1 source.zip 280.7 kB
- 10. Validation/4.1 source.zip 280.6 kB
- 10. Validation/2.1 source.zip 280.6 kB
- 10. Validation/1.2 source.zip 280.5 kB
- 9. Starting work on the Celeritas Command Line application/18.2 source.zip 279.5 kB
- 9. Starting work on the Celeritas Command Line application/16.3 source.zip 278.5 kB
- 9. Starting work on the Celeritas Command Line application/17.1 source.zip 278.4 kB
- 9. Starting work on the Celeritas Command Line application/15.3 source.zip 276.3 kB
- 9. Starting work on the Celeritas Command Line application/14.1 source.zip 274.0 kB
- 9. Starting work on the Celeritas Command Line application/12.1 source.zip 272.7 kB
- 9. Starting work on the Celeritas Command Line application/13.1 source.zip 271.9 kB
- 9. Starting work on the Celeritas Command Line application/11.1 source.zip 270.7 kB
- 9. Starting work on the Celeritas Command Line application/10.1 source.zip 254.3 kB
- 3. Rendering Pages/2.3 source-code.zip 253.4 kB
- 3. Rendering Pages/3.1 source-code.zip 253.4 kB
- 9. Starting work on the Celeritas Command Line application/8.2 source.zip 251.4 kB
- 9. Starting work on the Celeritas Command Line application/7.1 source.zip 249.3 kB
- 9. Starting work on the Celeritas Command Line application/6.1 source.zip 249.2 kB
- 9. Starting work on the Celeritas Command Line application/4.3 source.zip 249.1 kB
- 9. Starting work on the Celeritas Command Line application/5.1 source.zip 245.9 kB
- 9. Starting work on the Celeritas Command Line application/3.1 source.zip 243.4 kB
- 9. Starting work on the Celeritas Command Line application/2.1 source.zip 242.7 kB
- 9. Starting work on the Celeritas Command Line application/1.1 source.zip 226.5 kB
- 8. Testing Models/6.1 source.zip 225.2 kB
- 8. Testing Models/5.1 source.zip 225.2 kB
- 8. Testing Models/2.1 source.zip 221.2 kB
- 8. Testing Models/1.1 source.zip 215.7 kB
- 7. Adding support for Postgres to Celeritas/12.2 source.zip 215.5 kB
- 7. Adding support for Postgres to Celeritas/11.1 source.zip 214.7 kB
- 7. Adding support for Postgres to Celeritas/10.1 source.zip 214.2 kB
- 7. Adding support for Postgres to Celeritas/9.1 source.zip 212.8 kB
- 7. Adding support for Postgres to Celeritas/7.1 source.zip 212.0 kB
- 7. Adding support for Postgres to Celeritas/6.1 source.zip 211.8 kB
- 7. Adding support for Postgres to Celeritas/8.1 source.zip 211.6 kB
- 7. Adding support for Postgres to Celeritas/5.1 source.zip 210.7 kB
- 7. Adding support for Postgres to Celeritas/4.1 source.zip 209.4 kB
- 7. Adding support for Postgres to Celeritas/3.1 source.zip 207.9 kB
- 7. Adding support for Postgres to Celeritas/2.1 source.zip 207.6 kB
- 7. Adding support for Postgres to Celeritas/1.2 source.zip 200.2 kB
- 5. Sessions/7.1 source.zip 192.2 kB
- 5. Sessions/6.1 source.zip 191.6 kB
- 5. Sessions/5.1 source.zip 191.1 kB
- 5. Sessions/4.1 source.zip 190.9 kB
- 5. Sessions/3.1 source.zip 190.5 kB
- 5. Sessions/2.1 source.zip 189.5 kB
- 5. Sessions/1.1 source.zip 188.6 kB
- 4. Testing/2.2 source.zip 187.9 kB
- 4. Testing/3.1 source.zip 187.7 kB
- 4. Testing/1.1 source.zip 186.2 kB
- 3. Rendering Pages/6.2 source.zip 183.6 kB
- 3. Rendering Pages/4.2 source.zip 182.3 kB
- 18. Implementing celeritas new myapp/4.1 bare.zip 178.1 kB
- 3. Rendering Pages/2.2 images.zip 153.9 kB
- 3. Rendering Pages/1.1 source-code.zip 88.4 kB
- 2. Getting Started with the Celeritas Module/8.1 source-code.zip 86.6 kB
- 8. Testing Models/5. Finishing up our integration tests.srt 39.4 kB
- 16. Sending Email/8. Testing mail.srt 35.3 kB
- 7. Adding support for Postgres to Celeritas/12. Adding functions to the Tokens model.srt 34.9 kB
- 15. Implementing a BadgerDB cache/1. Installing the necessary package and implementing necessary functions.srt 32.5 kB
- 17. Remember me & Password Resets/1. Setting up models and middleware for remember me functionality.srt 30.9 kB
- 7. Adding support for Postgres to Celeritas/5. Creating a real users table and a user model.srt 29.1 kB
- 8. Testing Models/4. Continuing to write integration tests.srt 26.3 kB
- 13. Implementing a Redis cache/3. Completing the rest of the cache functions.srt 24.8 kB
- 8. Testing Models/2. Getting started with our integration tests.srt 24.7 kB
- 17. Remember me & Password Resets/6. Sending a password reset link via email.srt 24.6 kB
- 5. Sessions/2. Choosing and Installing a session package.srt 24.4 kB
- 13. Implementing a Redis cache/4. Testing the cache package.srt 23.9 kB
- 8. Testing Models/3. Creating tables in our test docker image, and running some tests.srt 23.6 kB
- 16. Sending Email/1. Getting started sending email using SMTP.srt 23.5 kB
- 7. Adding support for Postgres to Celeritas/11. Creating the post handler for logging in.srt 23.4 kB
- 14. An Aside Redis sessions, CSRF, and disabling debugging info/2. CSRF Protection.srt 22.8 kB
- 16. Sending Email/2. Adding the necessary packages, and completing sending email via SMTP.srt 21.9 kB
- 7. Adding support for Postgres to Celeritas/6. Additional database functions for the User type.srt 21.9 kB
- 9. Starting work on the Celeritas Command Line application/1. Setting up a simple CLI package in Celeritas.srt 21.8 kB
- 2. Getting Started with the Celeritas Module/7.1 source-code.zip 21.7 kB
- 2. Getting Started with the Celeritas Module/6.1 source-code.zip 21.4 kB
- 3. Rendering Pages/1. Implementing a page renderer in the Celeritas package (for Go templates).srt 18.1 kB
- 13. Implementing a Redis cache/2. Connecting to Redis.srt 17.9 kB
- 16. Sending Email/3. Sending email using Mailgun, SparkPost and more.srt 17.5 kB
- 9. Starting work on the Celeritas Command Line application/6. Running migrations.srt 17.5 kB
- 10. Validation/1. Creating a validation package.srt 17.2 kB
- 13. Implementing a Redis cache/5. Trying out the cache in myapp.srt 17.0 kB
- 3. Rendering Pages/2. Trying out the Go render functionality.srt 16.9 kB
- 12. Response Utilities, Encryption, and More/4. EcryptionDecryption.srt 16.9 kB
- 7. Adding support for Postgres to Celeritas/9. Testing other database functions on the User model.srt 16.6 kB
- 13. Implementing a Redis cache/1. Installing the necessary package and getting started.srt 16.2 kB
- 9. Starting work on the Celeritas Command Line application/11. Creating simple auth middleware, and adding it to the make auth command.srt 15.8 kB
- 17. Remember me & Password Resets/2. Updating the auth handlers for remember me functionality.srt 15.5 kB
- 7. Adding support for Postgres to Celeritas/10. Creating a login page and handler.srt 15.2 kB
- 14. An Aside Redis sessions, CSRF, and disabling debugging info/3. Speeding up templates.srt 15.0 kB
- 2. Getting Started with the Celeritas Module/8. Getting a simple web server up and running.srt 15.0 kB
- 9. Starting work on the Celeritas Command Line application/16. Adding database stores to our sessions package.srt 15.0 kB
- 17. Remember me & Password Resets/5. Handling a password reset request.srt 14.9 kB
- 8. Testing Models/1. Writing tests for models.go.srt 14.8 kB
- 9. Starting work on the Celeritas Command Line application/15. Implementing make model functionality.srt 14.1 kB
- 7. Adding support for Postgres to Celeritas/2. Building a Postgres connection string and connecting to the database.srt 14.0 kB
- 9. Starting work on the Celeritas Command Line application/2. Adding support for migrations to the Celeritas package.srt 13.9 kB
- 16. Sending Email/5. Trying out or mailer package.srt 13.8 kB
- 15. Implementing a BadgerDB cache/3. Writing and running tests for our Badger cache.srt 13.1 kB
- 13. Implementing a Redis cache/6. Finishing up our cache page in myapp.srt 12.9 kB
- 2. Getting Started with the Celeritas Module/3. Starting work on Celeritas.srt 12.9 kB
- 2. Getting Started with the Celeritas Module/5.3 source-code.zip 12.8 kB
- 1. Introduction/1. Introduction.srt 12.7 kB
- 4. Testing/2. Writing more tests for the render package.srt 12.6 kB
- 2. Getting Started with the Celeritas Module/5. Creating and reading the .env file.srt 12.5 kB
- 12. Response Utilities, Encryption, and More/1. JSON, XML, and other response types.srt 12.4 kB
- 3. Rendering Pages/4. Adding Jet support to our page rendering package.srt 12.4 kB
- 4. Testing/1. Testing the render package.srt 12.1 kB
- 9. Starting work on the Celeritas Command Line application/14. Implementing make handler functionality.srt 12.1 kB
- 9. Starting work on the Celeritas Command Line application/4. Using templates in our CLI.srt 12.1 kB
- 10. Validation/5. Building a simple form and performing validation on it.srt 11.9 kB
- 4. Testing/3. Simplifying our tests using Table Tests.srt 11.5 kB
- 17. Remember me & Password Resets/8. Resetting the user's password.srt 11.3 kB
- 9. Starting work on the Celeritas Command Line application/10. Continuing with the make auth functionality in our command line program.srt 11.2 kB
- 17. Remember me & Password Resets/7. Validating our signed link, and displaying the password reset form.srt 11.2 kB
- 18. Implementing celeritas new myapp/13. Trying out our make new functionality.srt 11.1 kB
- 9. Starting work on the Celeritas Command Line application/8. Getting started with Implementing make auth functionality.srt 10.8 kB
- 7. Adding support for Postgres to Celeritas/3. Trying out our database connection.srt 10.7 kB
- 2. Getting Started with the Celeritas Module/1. Setting up project structure.srt 10.6 kB
- 15. Implementing a BadgerDB cache/4. Connecting to Badger.srt 10.5 kB
- 7. Adding support for Postgres to Celeritas/4. Adding ORM like functionality to our application with upperdb.srt 10.5 kB
- 9. Starting work on the Celeritas Command Line application/3. Starting work on make migration in our CLI application.srt 10.5 kB
- 14. An Aside Redis sessions, CSRF, and disabling debugging info/1. Adding a Redis store to our sessions package.srt 10.2 kB
- 17. Remember me & Password Resets/9. Updating the make auth functionality in the Celeritas CLI.srt 9.9 kB
- 5. Sessions/6. Writing tests for the session package.srt 9.7 kB
- 9. Starting work on the Celeritas Command Line application/7. Trying out our make migrate commands with the Celeritas CLI.srt 9.7 kB
- 3. Rendering Pages/6. Working with Jet Templates.srt 9.7 kB
- 18. Implementing celeritas new myapp/10. Update imports in .go files.srt 9.6 kB
- 6. Installing MariaDB, Postgres, and Redis using Docker/2. Bringing up and tearing down a development environment using docker-compose.srt 9.5 kB
- 2. Getting Started with the Celeritas Module/6. Creating logs.srt 9.5 kB
- 12. Response Utilities, Encryption, and More/6. Trying out our encryption functionality.srt 9.4 kB
- 18. Implementing celeritas new myapp/7. Removing the .git directory and creating a .env file.srt 9.4 kB
- 11. Helper utilities/2. Helper functions for handlers.srt 9.4 kB
- 16. Sending Email/4. Connecting Celeritas to our mailer package.srt 9.0 kB
- 7. Adding support for Postgres to Celeritas/1. Getting started with Postgres.srt 9.0 kB
- 18. Implementing celeritas new myapp/4. Creating a skeleton application.srt 8.7 kB
- 9. Starting work on the Celeritas Command Line application/17. Adding support for database session store to the celeritas project.srt 8.5 kB
- 10. Validation/6. Building our PostForm handler with validation.srt 8.4 kB
- 2. Getting Started with the Celeritas Module/4.1 source-code.zip 8.1 kB
- 5. Sessions/4. Verifying that sessions work with myapp.srt 8.1 kB
- 5. Sessions/1. Implementing Sessions in Celeritas.srt 8.0 kB
- 18. Implementing celeritas new myapp/3. Cloning a (currently non-existent) repository right in Go.srt 8.0 kB
- 2. Getting Started with the Celeritas Module/4. Creating application folders.srt 7.9 kB
- 12. Response Utilities, Encryption, and More/2. Creating handlers for our response types.srt 7.9 kB
- 16. Sending Email/7. Adding make mail to the CLI.srt 7.9 kB
- 7. Adding support for Postgres to Celeritas/8. Inserting a user.srt 7.8 kB
- 9. Starting work on the Celeritas Command Line application/5. Trying out our make migration functionality.srt 7.8 kB
- 17. Remember me & Password Resets/4. Password resets.srt 7.6 kB
- 18. Implementing celeritas new myapp/1. Starting work on celeritas new in the CLI.srt 7.2 kB
- 13. Implementing a Redis cache/5.1 cache.jet 7.1 kB
- 2. Getting Started with the Celeritas Module/3.1 source-code.zip 6.9 kB
- 2. Getting Started with the Celeritas Module/2. Keeping our application and package in sync with Make.srt 6.6 kB
- 16. Sending Email/6. Sending mail using an API.srt 6.6 kB
- 9. Starting work on the Celeritas Command Line application/13. Trying out our improved make auth functionality.srt 6.5 kB
- 18. Implementing celeritas new myapp/9. Update go.mod.srt 6.4 kB
- 18. Implementing celeritas new myapp/6. Trying out the code that clones a remote GitHub repository.srt 6.3 kB
- 15. Implementing a BadgerDB cache/5. Trying out the Badger cache.srt 6.2 kB
- 18. Implementing celeritas new myapp/11. Running go mod tidy.srt 6.1 kB
- 12. Response Utilities, Encryption, and More/3. Creating the routes and links for our response types.srt 6.0 kB
- 12. Response Utilities, Encryption, and More/5. Generating and getting our encryption key.srt 5.9 kB
- 10. Validation/2. Trying out our validation.srt 5.7 kB
- 18. Implementing celeritas new myapp/8. Creating the correct Makefile.srt 5.7 kB
- 8. Testing Models/6. Cleaning up our tests.srt 5.7 kB
- 15. Implementing a BadgerDB cache/2. Updating setup_test.go to create a Badger database for our tests.srt 5.5 kB
- 2. Getting Started with the Celeritas Module/7. Setting up Celeritas configuration.srt 5.4 kB
- 11. Helper utilities/1. Helper functions for the routes file.srt 5.4 kB
- 18. Implementing celeritas new myapp/5. Pushing our skeleton application to GitHub.srt 5.3 kB
- 19. Where to go from here/1. Where to go from here.srt 4.7 kB
- 9. Starting work on the Celeritas Command Line application/10.2 token.go.txt 4.4 kB
- 18. Implementing celeritas new myapp/2. Sanitizing the project name.srt 4.2 kB
- 9. Starting work on the Celeritas Command Line application/10.3 user.go.txt 4.2 kB
- 9. Starting work on the Celeritas Command Line application/12. Installing our auth middleware with the celeritas command line utility.srt 4.1 kB
- 9. Starting work on the Celeritas Command Line application/9. Trying out the make auth functionality.srt 4.1 kB
- 17. Remember me & Password Resets/3. Trying out the remember me functionality.srt 4.0 kB
- 5. Sessions/5. Reading data from the session and passing it to the Jet template.srt 3.9 kB
- 7. Adding support for Postgres to Celeritas/7. Finishing up the database functions for the User model.srt 3.6 kB
- 5. Sessions/3. Adding session middleware.srt 3.6 kB
- 10. Validation/3. Adding validation to models.srt 3.5 kB
- 5. Sessions/7. Checking our Coverage.srt 3.4 kB
- 3. Rendering Pages/5. Rendering a Jet Template.srt 3.3 kB
- 18. Implementing celeritas new myapp/12. Pushing our Celeritas project to GitHub.srt 3.1 kB
- 10. Validation/4. Trying out our model validation.srt 3.1 kB
- 1. Introduction/4. Install Go.srt 2.6 kB
- 2. Getting Started with the Celeritas Module/1.1 source-code.zip 2.4 kB
- 9. Starting work on the Celeritas Command Line application/15.2 model.go.txt 2.4 kB
- 1. Introduction/6. Install Make.srt 2.4 kB
- 6. Installing MariaDB, Postgres, and Redis using Docker/1. Installing Docker.srt 2.3 kB
- 9. Starting work on the Celeritas Command Line application/18. Supporting MySQLMariaDB withmake auth.srt 2.2 kB
- 17. Remember me & Password Resets/4.1 forgot-views.zip 2.2 kB
- 1. Introduction/3. How to ask for help.srt 2.1 kB
- 10. Validation/5.1 form.jet 2.1 kB
- 9. Starting work on the Celeritas Command Line application/18.1 auth_tables.mysql.sql 2.1 kB
- 1. Introduction/5. Install VS Code.srt 2.0 kB
- 3. Rendering Pages/3. Cleaning up Celeritas.srt 2.0 kB
- 7. Adding support for Postgres to Celeritas/12.1 auth_tables.sql 1.9 kB
- 1. Introduction/2. A bit about me.srt 1.6 kB
- 7. Adding support for Postgres to Celeritas/5.2 users.sql 1.3 kB
- 3. Rendering Pages/6.1 base.jet 1.2 kB
- 3. Rendering Pages/2.1 home.page.tmpl 1.2 kB
- 2. Getting Started with the Celeritas Module/5.1 dotenv_sample.txt 1.1 kB
- 6. Installing MariaDB, Postgres, and Redis using Docker/2.1 docker-compose.yml 932 Bytes
- 16. Sending Email/5.1 mail-templates.zip 634 Bytes
- 9. Starting work on the Celeritas Command Line application/4.2 migration.postgres.up.sql 570 Bytes
- 2. Getting Started with the Celeritas Module/2.2 Makefile.windows 533 Bytes
- 2. Getting Started with the Celeritas Module/2.1 Makefile.windows 514 Bytes
- 4. Testing/2.1 Makefile.original 372 Bytes
- 9. Starting work on the Celeritas Command Line application/16.1 mysql_session.sql 237 Bytes
- 9. Starting work on the Celeritas Command Line application/16.2 postgres_session.sql 233 Bytes
- 0. Websites you may like/[FreeCourseSite.com].url 127 Bytes
- 0. Websites you may like/[CourseClub.Me].url 122 Bytes
- 6. Installing MariaDB, Postgres, and Redis using Docker/1.3 Docker for Windows.html 109 Bytes
- 6. Installing MariaDB, Postgres, and Redis using Docker/1.2 Docker for Ubuntu.html 107 Bytes
- 6. Installing MariaDB, Postgres, and Redis using Docker/1.1 Docker for Mac.html 105 Bytes
- 1. Introduction/6.2 GNU Make.html 102 Bytes
- 10. Validation/1.1 GoValidator.html 102 Bytes
- 16. Sending Email/2.2 Go Premailer (to inline CSS).html 101 Bytes
- 16. Sending Email/2.1 Go Mail (for sending via an API).html 100 Bytes
- 1. Introduction/5.1 VS Code.html 99 Bytes
- 16. Sending Email/2.3 Go Simple Mail (for SMTP).html 99 Bytes
- 9. Starting work on the Celeritas Command Line application/15.1 go-pluralize on github.html 98 Bytes
- 17. Remember me & Password Resets/5.1 go-alone on GitHub.html 97 Bytes
- 15. Implementing a BadgerDB cache/1.1 Badger.html 96 Bytes
- 13. Implementing a Redis cache/1.1 redigo on GitHub.html 95 Bytes
- 16. Sending Email/5.2 MailHog.html 95 Bytes
- 18. Implementing celeritas new myapp/3.1 go-git on GitHub.html 93 Bytes
- 2. Getting Started with the Celeritas Module/5.2 godotenv on GitHub.html 93 Bytes
- 3. Rendering Pages/4.1 CloudyKitjet on GitHub.html 93 Bytes
- 15. Implementing a BadgerDB cache/4.1 cron.html 91 Bytes
- 1. Introduction/6.1 Choclatey.html 90 Bytes
- 2. Getting Started with the Celeritas Module/8.2 The Chi Router.html 90 Bytes
- 7. Adding support for Postgres to Celeritas/1.1 jackpgx.html 89 Bytes
- 16. Sending Email/5.3 Mailtrap.html 81 Bytes
- 1. Introduction/4.2 Go on golang.org.html 79 Bytes
- 7. Adding support for Postgres to Celeritas/4.2 upper.io.html 77 Bytes
- 1. Introduction/6.3 Homebrew (for Mac).html 76 Bytes
- 1. Introduction/4.1 Go on go.dev.html 75 Bytes
- 0. Websites you may like/[GigaCourse.Com].url 49 Bytes
- 9. Starting work on the Celeritas Command Line application/4.1 migration.postgres.down.sql 25 Bytes
==查看完整文档列表==