589689.xyz

[] Udemy - Let's Build a Go version of Laravel

  • 收录时间:2022-08-04 16:02:47
  • 文件大小:6GB
  • 下载次数:1
  • 最近下载:2022-08-04 16:02:47
  • 磁力链接:

文件列表

  1. 8. Testing Models/5. Finishing up our integration tests.mp4 172MB
  2. 16. Sending Email/8. Testing mail.mp4 146MB
  3. 15. Implementing a BadgerDB cache/1. Installing the necessary package and implementing necessary functions.mp4 143MB
  4. 17. Remember me & Password Resets/2.1 go-laravel-2120-remember-2.mp4 142MB
  5. 1. Introduction/1. Introduction.mp4 140MB
  6. 7. Adding support for Postgres to Celeritas/12. Adding functions to the Tokens model.mp4 129MB
  7. 17. Remember me & Password Resets/1. Setting up models and middleware for remember me functionality.mp4 127MB
  8. 7. Adding support for Postgres to Celeritas/11. Creating the post handler for logging in.mp4 119MB
  9. 8. Testing Models/4. Continuing to write integration tests.mp4 107MB
  10. 14. An Aside Redis sessions, CSRF, and disabling debugging info/2. CSRF Protection.mp4 106MB
  11. 17. Remember me & Password Resets/6. Sending a password reset link via email.mp4 105MB
  12. 5. Sessions/2. Choosing and Installing a session package.mp4 102MB
  13. 16. Sending Email/2. Adding the necessary packages, and completing sending email via SMTP.mp4 101MB
  14. 13. Implementing a Redis cache/3. Completing the rest of the cache functions.mp4 100MB
  15. 13. Implementing a Redis cache/4. Testing the cache package.mp4 93MB
  16. 17. Remember me & Password Resets/9. Updating the make auth functionality in the Celeritas CLI.mp4 93MB
  17. 13. Implementing a Redis cache/2. Connecting to Redis.mp4 91MB
  18. 16. Sending Email/3. Sending email using Mailgun, SparkPost and more.mp4 89MB
  19. 7. Adding support for Postgres to Celeritas/5. Creating a real users table and a user model.mp4 88MB
  20. 8. Testing Models/3. Creating tables in our test docker image, and running some tests.mp4 86MB
  21. 7. Adding support for Postgres to Celeritas/6. Additional database functions for the User type.mp4 84MB
  22. 17. Remember me & Password Resets/2. Updating the auth handlers for remember me functionality.mp4 81MB
  23. 13. Implementing a Redis cache/5. Trying out the cache in myapp.mp4 80MB
  24. 7. Adding support for Postgres to Celeritas/9. Testing other database functions on the User model.mp4 79MB
  25. 9. Starting work on the Celeritas Command Line application/8.1 go-laravel-1180-make-auth-1.mp4 79MB
  26. 16. Sending Email/5. Trying out or mailer package.mp4 74MB
  27. 8. Testing Models/2. Getting started with our integration tests.mp4 72MB
  28. 15. Implementing a BadgerDB cache/3. Writing and running tests for our Badger cache.mp4 71MB
  29. 9. Starting work on the Celeritas Command Line application/16. Adding database stores to our sessions package.mp4 70MB
  30. 7. Adding support for Postgres to Celeritas/10. Creating a login page and handler.mp4 70MB
  31. 9. Starting work on the Celeritas Command Line application/1. Setting up a simple CLI package in Celeritas.mp4 69MB
  32. 16. Sending Email/1. Getting started sending email using SMTP.mp4 68MB
  33. 13. Implementing a Redis cache/6. Finishing up our cache page in myapp.mp4 64MB
  34. 9. Starting work on the Celeritas Command Line application/15. Implementing make model functionality.mp4 63MB
  35. 3. Rendering Pages/1. Implementing a page renderer in the Celeritas package (for Go templates).mp4 63MB
  36. 9. Starting work on the Celeritas Command Line application/11. Creating simple auth middleware, and adding it to the make auth command.mp4 62MB
  37. 9. Starting work on the Celeritas Command Line application/6. Running migrations.mp4 60MB
  38. 12. Response Utilities, Encryption, and More/4. EcryptionDecryption.mp4 59MB
  39. 10. Validation/1. Creating a validation package.mp4 59MB
  40. 15. Implementing a BadgerDB cache/4. Connecting to Badger.mp4 58MB
  41. 7. Adding support for Postgres to Celeritas/2. Building a Postgres connection string and connecting to the database.mp4 57MB
  42. 4. Testing/2. Writing more tests for the render package.mp4 57MB
  43. 2. Getting Started with the Celeritas Module/8. Getting a simple web server up and running.mp4 56MB
  44. 10. Validation/5. Building a simple form and performing validation on it.mp4 54MB
  45. 12. Response Utilities, Encryption, and More/1. JSON, XML, and other response types.mp4 53MB
  46. 14. An Aside Redis sessions, CSRF, and disabling debugging info/3. Speeding up templates.mp4 53MB
  47. 3. Rendering Pages/2. Trying out the Go render functionality.mp4 52MB
  48. 9. Starting work on the Celeritas Command Line application/14. Implementing make handler functionality.mp4 51MB
  49. 18. Implementing celeritas new myapp/13. Trying out our make new functionality.mp4 51MB
  50. 14. An Aside Redis sessions, CSRF, and disabling debugging info/1. Adding a Redis store to our sessions package.mp4 50MB
  51. 3. Rendering Pages/4. Adding Jet support to our page rendering package.mp4 50MB
  52. 9. Starting work on the Celeritas Command Line application/4. Using templates in our CLI.mp4 49MB
  53. 4. Testing/3. Simplifying our tests using Table Tests.mp4 49MB
  54. 8. Testing Models/1. Writing tests for models.go.mp4 48MB
  55. 2. Getting Started with the Celeritas Module/5. Creating and reading the .env file.mp4 48MB
  56. 17. Remember me & Password Resets/8. Resetting the user's password.mp4 48MB
  57. 18. Implementing celeritas new myapp/7. Removing the .git directory and creating a .env file.mp4 47MB
  58. 6. Installing MariaDB, Postgres, and Redis using Docker/2. Bringing up and tearing down a development environment using docker-compose.mp4 46MB
  59. 17. Remember me & Password Resets/7. Validating our signed link, and displaying the password reset form.mp4 46MB
  60. 18. Implementing celeritas new myapp/4. Creating a skeleton application.mp4 46MB
  61. 17. Remember me & Password Resets/5. Handling a password reset request.mp4 45MB
  62. 12. Response Utilities, Encryption, and More/6. Trying out our encryption functionality.mp4 45MB
  63. 9. Starting work on the Celeritas Command Line application/10. Continuing with the make auth functionality in our command line program.mp4 45MB
  64. 9. Starting work on the Celeritas Command Line application/17. Adding support for database session store to the celeritas project.mp4 43MB
  65. 3. Rendering Pages/6. Working with Jet Templates.mp4 43MB
  66. 9. Starting work on the Celeritas Command Line application/8. Getting started with Implementing make auth functionality.mp4 42MB
  67. 5. Sessions/6. Writing tests for the session package.mp4 42MB
  68. 15. Implementing a BadgerDB cache/5. Trying out the Badger cache.mp4 42MB
  69. 9. Starting work on the Celeritas Command Line application/7. Trying out our make migrate commands with the Celeritas CLI.mp4 42MB
  70. 9. Starting work on the Celeritas Command Line application/2. Adding support for migrations to the Celeritas package.mp4 41MB
  71. 13. Implementing a Redis cache/1. Installing the necessary package and getting started.mp4 41MB
  72. 10. Validation/6. Building our PostForm handler with validation.mp4 41MB
  73. 4. Testing/1. Testing the render package.mp4 40MB
  74. 7. Adding support for Postgres to Celeritas/8. Inserting a user.mp4 39MB
  75. 7. Adding support for Postgres to Celeritas/4. Adding ORM like functionality to our application with upperdb.mp4 39MB
  76. 18. Implementing celeritas new myapp/10. Update imports in .go files.mp4 38MB
  77. 11. Helper utilities/2. Helper functions for handlers.mp4 38MB
  78. 16. Sending Email/7. Adding make mail to the CLI.mp4 37MB
  79. 2. Getting Started with the Celeritas Module/6. Creating logs.mp4 37MB
  80. 17. Remember me & Password Resets/4. Password resets.mp4 35MB
  81. 9. Starting work on the Celeritas Command Line application/3. Starting work on make migration in our CLI application.mp4 34MB
  82. 5. Sessions/4. Verifying that sessions work with myapp.mp4 34MB
  83. 12. Response Utilities, Encryption, and More/2. Creating handlers for our response types.mp4 33MB
  84. 2. Getting Started with the Celeritas Module/3. Starting work on Celeritas.mp4 33MB
  85. 12. Response Utilities, Encryption, and More/5. Generating and getting our encryption key.mp4 33MB
  86. 18. Implementing celeritas new myapp/9. Update go.mod.mp4 32MB
  87. 5. Sessions/1. Implementing Sessions in Celeritas.mp4 32MB
  88. 7. Adding support for Postgres to Celeritas/1. Getting started with Postgres.mp4 32MB
  89. 9. Starting work on the Celeritas Command Line application/13. Trying out our improved make auth functionality.mp4 31MB
  90. 8. Testing Models/6. Cleaning up our tests.mp4 30MB
  91. 18. Implementing celeritas new myapp/3. Cloning a (currently non-existent) repository right in Go.mp4 30MB
  92. 18. Implementing celeritas new myapp/6. Trying out the code that clones a remote GitHub repository.mp4 29MB
  93. 18. Implementing celeritas new myapp/11. Running go mod tidy.mp4 29MB
  94. 16. Sending Email/6. Sending mail using an API.mp4 27MB
  95. 9. Starting work on the Celeritas Command Line application/5. Trying out our make migration functionality.mp4 26MB
  96. 2. Getting Started with the Celeritas Module/1. Setting up project structure.mp4 26MB
  97. 15. Implementing a BadgerDB cache/2. Updating setup_test.go to create a Badger database for our tests.mp4 25MB
  98. 10. Validation/2. Trying out our validation.mp4 24MB
  99. 1. Introduction/3. How to ask for help.mp4 23MB
  100. 18. Implementing celeritas new myapp/8. Creating the correct Makefile.mp4 23MB
  101. 16. Sending Email/4. Connecting Celeritas to our mailer package.mp4 23MB
  102. 2. Getting Started with the Celeritas Module/7. Setting up Celeritas configuration.mp4 22MB
  103. 7. Adding support for Postgres to Celeritas/3. Trying out our database connection.mp4 21MB
  104. 18. Implementing celeritas new myapp/1. Starting work on celeritas new in the CLI.mp4 21MB
  105. 11. Helper utilities/1. Helper functions for the routes file.mp4 20MB
  106. 9. Starting work on the Celeritas Command Line application/9. Trying out the make auth functionality.mp4 19MB
  107. 1. Introduction/2. A bit about me.mp4 19MB
  108. 9. Starting work on the Celeritas Command Line application/12. Installing our auth middleware with the celeritas command line utility.mp4 19MB
  109. 2. Getting Started with the Celeritas Module/4. Creating application folders.mp4 19MB
  110. 17. Remember me & Password Resets/3. Trying out the remember me functionality.mp4 19MB
  111. 18. Implementing celeritas new myapp/5. Pushing our skeleton application to GitHub.mp4 18MB
  112. 2. Getting Started with the Celeritas Module/2. Keeping our application and package in sync with Make.mp4 18MB
  113. 10. Validation/3. Adding validation to models.mp4 17MB
  114. 5. Sessions/3. Adding session middleware.mp4 17MB
  115. 18. Implementing celeritas new myapp/2. Sanitizing the project name.mp4 17MB
  116. 19. Where to go from here/1. Where to go from here.mp4 16MB
  117. 5. Sessions/5. Reading data from the session and passing it to the Jet template.mp4 16MB
  118. 12. Response Utilities, Encryption, and More/3. Creating the routes and links for our response types.mp4 15MB
  119. 1. Introduction/4. Install Go.mp4 15MB
  120. 5. Sessions/7. Checking our Coverage.mp4 15MB
  121. 7. Adding support for Postgres to Celeritas/7. Finishing up the database functions for the User model.mp4 15MB
  122. 9. Starting work on the Celeritas Command Line application/18. Supporting MySQLMariaDB withmake auth.mp4 14MB
  123. 10. Validation/4. Trying out our model validation.mp4 13MB
  124. 3. Rendering Pages/5. Rendering a Jet Template.mp4 13MB
  125. 18. Implementing celeritas new myapp/12. Pushing our Celeritas project to GitHub.mp4 13MB
  126. 17. Remember me & Password Resets/3.1 source.zip 13MB
  127. 6. Installing MariaDB, Postgres, and Redis using Docker/1. Installing Docker.mp4 11MB
  128. 1. Introduction/6. Install Make.mp4 11MB
  129. 1. Introduction/5. Install VS Code.mp4 10MB
  130. 3. Rendering Pages/3. Cleaning up Celeritas.mp4 8MB
  131. 8. Testing Models/4.1 source.zip 4MB
  132. 8. Testing Models/3.1 source.zip 4MB
  133. 2. Getting Started with the Celeritas Module/2.3 source-code.zip 1MB
  134. 18. Implementing celeritas new myapp/13.2 source.zip 511KB
  135. 18. Implementing celeritas new myapp/13.1 bare.zip 375KB
  136. 18. Implementing celeritas new myapp/11.1 source.zip 353KB
  137. 18. Implementing celeritas new myapp/10.1 source.zip 353KB
  138. 18. Implementing celeritas new myapp/9.1 source.zip 353KB
  139. 18. Implementing celeritas new myapp/8.1 source.zip 351KB
  140. 18. Implementing celeritas new myapp/6.1 source.zip 351KB
  141. 18. Implementing celeritas new myapp/7.1 source.zip 351KB
  142. 18. Implementing celeritas new myapp/3.2 source.zip 348KB
  143. 17. Remember me & Password Resets/9.1 source.zip 346KB
  144. 18. Implementing celeritas new myapp/2.1 source.zip 345KB
  145. 18. Implementing celeritas new myapp/1.1 source.zip 345KB
  146. 17. Remember me & Password Resets/8.1 source.zip 337KB
  147. 17. Remember me & Password Resets/7.1 source.zip 336KB
  148. 17. Remember me & Password Resets/6.1 source.zip 335KB
  149. 17. Remember me & Password Resets/5.2 source.zip 332KB
  150. 17. Remember me & Password Resets/4.2 source.zip 332KB
  151. 17. Remember me & Password Resets/2.2 source.zip 325KB
  152. 16. Sending Email/8.1 source.zip 325KB
  153. 17. Remember me & Password Resets/1.1 source.zip 325KB
  154. 16. Sending Email/7.1 source.zip 308KB
  155. 16. Sending Email/6.1 source.zip 307KB
  156. 16. Sending Email/5.4 source.zip 306KB
  157. 16. Sending Email/4.1 source.zip 303KB
  158. 16. Sending Email/3.1 source.zip 303KB
  159. 16. Sending Email/2.4 source.zip 302KB
  160. 16. Sending Email/1.1 source.zip 298KB
  161. 15. Implementing a BadgerDB cache/5.1 source.zip 297KB
  162. 15. Implementing a BadgerDB cache/4.2 source.zip 295KB
  163. 15. Implementing a BadgerDB cache/3.1 source.zip 295KB
  164. 15. Implementing a BadgerDB cache/2.1 source.zip 292KB
  165. 15. Implementing a BadgerDB cache/1.2 source.zip 291KB
  166. 14. An Aside Redis sessions, CSRF, and disabling debugging info/3.1 source.zip 287KB
  167. 13. Implementing a Redis cache/6.1 source.zip 286KB
  168. 14. An Aside Redis sessions, CSRF, and disabling debugging info/1.1 source.zip 286KB
  169. 14. An Aside Redis sessions, CSRF, and disabling debugging info/2.1 source.zip 286KB
  170. 13. Implementing a Redis cache/5.2 source.zip 284KB
  171. 13. Implementing a Redis cache/4.1 source.zip 283KB
  172. 13. Implementing a Redis cache/3.1 source.zip 281KB
  173. 13. Implementing a Redis cache/2.1 source.zip 280KB
  174. 12. Response Utilities, Encryption, and More/4.1 source.zip 279KB
  175. 13. Implementing a Redis cache/1.2 source.zip 279KB
  176. 12. Response Utilities, Encryption, and More/3.1 source.zip 279KB
  177. 12. Response Utilities, Encryption, and More/2.1 source.zip 279KB
  178. 12. Response Utilities, Encryption, and More/5.1 source.zip 279KB
  179. 12. Response Utilities, Encryption, and More/6.1 source.zip 278KB
  180. 12. Response Utilities, Encryption, and More/1.1 source.zip 278KB
  181. 11. Helper utilities/2.1 source.zip 278KB
  182. 11. Helper utilities/1.1 source.zip 277KB
  183. 10. Validation/6.1 source.zip 277KB
  184. 10. Validation/5.2 source.zip 277KB
  185. 10. Validation/3.1 source.zip 274KB
  186. 10. Validation/4.1 source.zip 274KB
  187. 10. Validation/2.1 source.zip 274KB
  188. 10. Validation/1.2 source.zip 274KB
  189. 9. Starting work on the Celeritas Command Line application/18.2 source.zip 273KB
  190. 9. Starting work on the Celeritas Command Line application/16.3 source.zip 272KB
  191. 9. Starting work on the Celeritas Command Line application/17.1 source.zip 272KB
  192. 9. Starting work on the Celeritas Command Line application/15.3 source.zip 270KB
  193. 9. Starting work on the Celeritas Command Line application/14.1 source.zip 268KB
  194. 9. Starting work on the Celeritas Command Line application/12.1 source.zip 266KB
  195. 9. Starting work on the Celeritas Command Line application/13.1 source.zip 266KB
  196. 9. Starting work on the Celeritas Command Line application/11.1 source.zip 264KB
  197. 9. Starting work on the Celeritas Command Line application/10.1 source.zip 248KB
  198. 3. Rendering Pages/2.3 source-code.zip 247KB
  199. 3. Rendering Pages/3.1 source-code.zip 247KB
  200. 9. Starting work on the Celeritas Command Line application/8.2 source.zip 246KB
  201. 9. Starting work on the Celeritas Command Line application/7.1 source.zip 243KB
  202. 9. Starting work on the Celeritas Command Line application/6.1 source.zip 243KB
  203. 9. Starting work on the Celeritas Command Line application/4.3 source.zip 243KB
  204. 9. Starting work on the Celeritas Command Line application/5.1 source.zip 240KB
  205. 9. Starting work on the Celeritas Command Line application/3.1 source.zip 238KB
  206. 9. Starting work on the Celeritas Command Line application/2.1 source.zip 237KB
  207. 9. Starting work on the Celeritas Command Line application/1.1 source.zip 221KB
  208. 8. Testing Models/6.1 source.zip 220KB
  209. 8. Testing Models/5.1 source.zip 220KB
  210. 8. Testing Models/2.1 source.zip 216KB
  211. 8. Testing Models/1.1 source.zip 211KB
  212. 7. Adding support for Postgres to Celeritas/12.2 source.zip 210KB
  213. 7. Adding support for Postgres to Celeritas/11.1 source.zip 210KB
  214. 7. Adding support for Postgres to Celeritas/10.1 source.zip 209KB
  215. 7. Adding support for Postgres to Celeritas/9.1 source.zip 208KB
  216. 7. Adding support for Postgres to Celeritas/7.1 source.zip 207KB
  217. 7. Adding support for Postgres to Celeritas/6.1 source.zip 207KB
  218. 7. Adding support for Postgres to Celeritas/8.1 source.zip 207KB
  219. 7. Adding support for Postgres to Celeritas/5.1 source.zip 206KB
  220. 7. Adding support for Postgres to Celeritas/4.1 source.zip 204KB
  221. 7. Adding support for Postgres to Celeritas/3.1 source.zip 203KB
  222. 7. Adding support for Postgres to Celeritas/2.1 source.zip 203KB
  223. 7. Adding support for Postgres to Celeritas/1.2 source.zip 196KB
  224. 5. Sessions/7.1 source.zip 188KB
  225. 5. Sessions/6.1 source.zip 187KB
  226. 5. Sessions/5.1 source.zip 187KB
  227. 5. Sessions/4.1 source.zip 186KB
  228. 5. Sessions/3.1 source.zip 186KB
  229. 5. Sessions/2.1 source.zip 185KB
  230. 5. Sessions/1.1 source.zip 184KB
  231. 4. Testing/2.2 source.zip 184KB
  232. 4. Testing/3.1 source.zip 183KB
  233. 4. Testing/1.1 source.zip 182KB
  234. 3. Rendering Pages/6.2 source.zip 179KB
  235. 3. Rendering Pages/4.2 source.zip 178KB
  236. 18. Implementing celeritas new myapp/4.1 bare.zip 174KB
  237. 3. Rendering Pages/2.2 images.zip 150KB
  238. 3. Rendering Pages/1.1 source-code.zip 86KB
  239. 2. Getting Started with the Celeritas Module/8.1 source-code.zip 85KB
  240. 8. Testing Models/5. Finishing up our integration tests.srt 38KB
  241. 16. Sending Email/8. Testing mail.srt 35KB
  242. 7. Adding support for Postgres to Celeritas/12. Adding functions to the Tokens model.srt 34KB
  243. 15. Implementing a BadgerDB cache/1. Installing the necessary package and implementing necessary functions.srt 32KB
  244. 17. Remember me & Password Resets/1. Setting up models and middleware for remember me functionality.srt 30KB
  245. 7. Adding support for Postgres to Celeritas/5. Creating a real users table and a user model.srt 28KB
  246. 8. Testing Models/4. Continuing to write integration tests.srt 26KB
  247. 13. Implementing a Redis cache/3. Completing the rest of the cache functions.srt 24KB
  248. 8. Testing Models/2. Getting started with our integration tests.srt 24KB
  249. 17. Remember me & Password Resets/6. Sending a password reset link via email.srt 24KB
  250. 5. Sessions/2. Choosing and Installing a session package.srt 24KB
  251. 13. Implementing a Redis cache/4. Testing the cache package.srt 23KB
  252. 8. Testing Models/3. Creating tables in our test docker image, and running some tests.srt 23KB
  253. 16. Sending Email/1. Getting started sending email using SMTP.srt 23KB
  254. 7. Adding support for Postgres to Celeritas/11. Creating the post handler for logging in.srt 23KB
  255. 14. An Aside Redis sessions, CSRF, and disabling debugging info/2. CSRF Protection.srt 22KB
  256. 16. Sending Email/2. Adding the necessary packages, and completing sending email via SMTP.srt 21KB
  257. 7. Adding support for Postgres to Celeritas/6. Additional database functions for the User type.srt 21KB
  258. 9. Starting work on the Celeritas Command Line application/1. Setting up a simple CLI package in Celeritas.srt 21KB
  259. 2. Getting Started with the Celeritas Module/7.1 source-code.zip 21KB
  260. 2. Getting Started with the Celeritas Module/6.1 source-code.zip 21KB
  261. 3. Rendering Pages/1. Implementing a page renderer in the Celeritas package (for Go templates).srt 18KB
  262. 13. Implementing a Redis cache/2. Connecting to Redis.srt 17KB
  263. 16. Sending Email/3. Sending email using Mailgun, SparkPost and more.srt 17KB
  264. 9. Starting work on the Celeritas Command Line application/6. Running migrations.srt 17KB
  265. 10. Validation/1. Creating a validation package.srt 17KB
  266. 13. Implementing a Redis cache/5. Trying out the cache in myapp.srt 17KB
  267. 3. Rendering Pages/2. Trying out the Go render functionality.srt 17KB
  268. 12. Response Utilities, Encryption, and More/4. EcryptionDecryption.srt 17KB
  269. 7. Adding support for Postgres to Celeritas/9. Testing other database functions on the User model.srt 16KB
  270. 13. Implementing a Redis cache/1. Installing the necessary package and getting started.srt 16KB
  271. 9. Starting work on the Celeritas Command Line application/11. Creating simple auth middleware, and adding it to the make auth command.srt 15KB
  272. 17. Remember me & Password Resets/2. Updating the auth handlers for remember me functionality.srt 15KB
  273. 7. Adding support for Postgres to Celeritas/10. Creating a login page and handler.srt 15KB
  274. 14. An Aside Redis sessions, CSRF, and disabling debugging info/3. Speeding up templates.srt 15KB
  275. 2. Getting Started with the Celeritas Module/8. Getting a simple web server up and running.srt 15KB
  276. 9. Starting work on the Celeritas Command Line application/16. Adding database stores to our sessions package.srt 15KB
  277. 17. Remember me & Password Resets/5. Handling a password reset request.srt 15KB
  278. 8. Testing Models/1. Writing tests for models.go.srt 14KB
  279. 9. Starting work on the Celeritas Command Line application/15. Implementing make model functionality.srt 14KB
  280. 7. Adding support for Postgres to Celeritas/2. Building a Postgres connection string and connecting to the database.srt 14KB
  281. 9. Starting work on the Celeritas Command Line application/2. Adding support for migrations to the Celeritas package.srt 14KB
  282. 16. Sending Email/5. Trying out or mailer package.srt 14KB
  283. 15. Implementing a BadgerDB cache/3. Writing and running tests for our Badger cache.srt 13KB
  284. 13. Implementing a Redis cache/6. Finishing up our cache page in myapp.srt 13KB
  285. 2. Getting Started with the Celeritas Module/3. Starting work on Celeritas.srt 13KB
  286. 2. Getting Started with the Celeritas Module/5.3 source-code.zip 12KB
  287. 1. Introduction/1. Introduction.srt 12KB
  288. 4. Testing/2. Writing more tests for the render package.srt 12KB
  289. 2. Getting Started with the Celeritas Module/5. Creating and reading the .env file.srt 12KB
  290. 12. Response Utilities, Encryption, and More/1. JSON, XML, and other response types.srt 12KB
  291. 3. Rendering Pages/4. Adding Jet support to our page rendering package.srt 12KB
  292. 4. Testing/1. Testing the render package.srt 12KB
  293. 9. Starting work on the Celeritas Command Line application/14. Implementing make handler functionality.srt 12KB
  294. 9. Starting work on the Celeritas Command Line application/4. Using templates in our CLI.srt 12KB
  295. 10. Validation/5. Building a simple form and performing validation on it.srt 12KB
  296. 4. Testing/3. Simplifying our tests using Table Tests.srt 11KB
  297. 17. Remember me & Password Resets/8. Resetting the user's password.srt 11KB
  298. 9. Starting work on the Celeritas Command Line application/10. Continuing with the make auth functionality in our command line program.srt 11KB
  299. 17. Remember me & Password Resets/7. Validating our signed link, and displaying the password reset form.srt 11KB
  300. 18. Implementing celeritas new myapp/13. Trying out our make new functionality.srt 11KB
  301. 9. Starting work on the Celeritas Command Line application/8. Getting started with Implementing make auth functionality.srt 11KB
  302. 7. Adding support for Postgres to Celeritas/3. Trying out our database connection.srt 10KB
  303. 2. Getting Started with the Celeritas Module/1. Setting up project structure.srt 10KB
  304. 15. Implementing a BadgerDB cache/4. Connecting to Badger.srt 10KB
  305. 7. Adding support for Postgres to Celeritas/4. Adding ORM like functionality to our application with upperdb.srt 10KB
  306. 9. Starting work on the Celeritas Command Line application/3. Starting work on make migration in our CLI application.srt 10KB
  307. 14. An Aside Redis sessions, CSRF, and disabling debugging info/1. Adding a Redis store to our sessions package.srt 10KB
  308. 17. Remember me & Password Resets/9. Updating the make auth functionality in the Celeritas CLI.srt 10KB
  309. 5. Sessions/6. Writing tests for the session package.srt 9KB
  310. 9. Starting work on the Celeritas Command Line application/7. Trying out our make migrate commands with the Celeritas CLI.srt 9KB
  311. 3. Rendering Pages/6. Working with Jet Templates.srt 9KB
  312. 18. Implementing celeritas new myapp/10. Update imports in .go files.srt 9KB
  313. 6. Installing MariaDB, Postgres, and Redis using Docker/2. Bringing up and tearing down a development environment using docker-compose.srt 9KB
  314. 2. Getting Started with the Celeritas Module/6. Creating logs.srt 9KB
  315. 12. Response Utilities, Encryption, and More/6. Trying out our encryption functionality.srt 9KB
  316. 18. Implementing celeritas new myapp/7. Removing the .git directory and creating a .env file.srt 9KB
  317. 11. Helper utilities/2. Helper functions for handlers.srt 9KB
  318. 16. Sending Email/4. Connecting Celeritas to our mailer package.srt 9KB
  319. 7. Adding support for Postgres to Celeritas/1. Getting started with Postgres.srt 9KB
  320. 18. Implementing celeritas new myapp/4. Creating a skeleton application.srt 9KB
  321. 9. Starting work on the Celeritas Command Line application/17. Adding support for database session store to the celeritas project.srt 8KB
  322. 10. Validation/6. Building our PostForm handler with validation.srt 8KB
  323. 2. Getting Started with the Celeritas Module/4.1 source-code.zip 8KB
  324. 5. Sessions/4. Verifying that sessions work with myapp.srt 8KB
  325. 5. Sessions/1. Implementing Sessions in Celeritas.srt 8KB
  326. 18. Implementing celeritas new myapp/3. Cloning a (currently non-existent) repository right in Go.srt 8KB
  327. 2. Getting Started with the Celeritas Module/4. Creating application folders.srt 8KB
  328. 12. Response Utilities, Encryption, and More/2. Creating handlers for our response types.srt 8KB
  329. 16. Sending Email/7. Adding make mail to the CLI.srt 8KB
  330. 7. Adding support for Postgres to Celeritas/8. Inserting a user.srt 8KB
  331. 9. Starting work on the Celeritas Command Line application/5. Trying out our make migration functionality.srt 8KB
  332. 17. Remember me & Password Resets/4. Password resets.srt 7KB
  333. 18. Implementing celeritas new myapp/1. Starting work on celeritas new in the CLI.srt 7KB
  334. 13. Implementing a Redis cache/5.1 cache.jet 7KB
  335. 2. Getting Started with the Celeritas Module/3.1 source-code.zip 7KB
  336. 2. Getting Started with the Celeritas Module/2. Keeping our application and package in sync with Make.srt 6KB
  337. 16. Sending Email/6. Sending mail using an API.srt 6KB
  338. 9. Starting work on the Celeritas Command Line application/13. Trying out our improved make auth functionality.srt 6KB
  339. 18. Implementing celeritas new myapp/9. Update go.mod.srt 6KB
  340. 18. Implementing celeritas new myapp/6. Trying out the code that clones a remote GitHub repository.srt 6KB
  341. 15. Implementing a BadgerDB cache/5. Trying out the Badger cache.srt 6KB
  342. 18. Implementing celeritas new myapp/11. Running go mod tidy.srt 6KB
  343. 12. Response Utilities, Encryption, and More/3. Creating the routes and links for our response types.srt 6KB
  344. 12. Response Utilities, Encryption, and More/5. Generating and getting our encryption key.srt 6KB
  345. 10. Validation/2. Trying out our validation.srt 6KB
  346. 18. Implementing celeritas new myapp/8. Creating the correct Makefile.srt 6KB
  347. 8. Testing Models/6. Cleaning up our tests.srt 6KB
  348. 15. Implementing a BadgerDB cache/2. Updating setup_test.go to create a Badger database for our tests.srt 5KB
  349. 2. Getting Started with the Celeritas Module/7. Setting up Celeritas configuration.srt 5KB
  350. 11. Helper utilities/1. Helper functions for the routes file.srt 5KB
  351. 18. Implementing celeritas new myapp/5. Pushing our skeleton application to GitHub.srt 5KB
  352. 19. Where to go from here/1. Where to go from here.srt 5KB
  353. 9. Starting work on the Celeritas Command Line application/10.2 token.go.txt 4KB
  354. 18. Implementing celeritas new myapp/2. Sanitizing the project name.srt 4KB
  355. 9. Starting work on the Celeritas Command Line application/10.3 user.go.txt 4KB
  356. 9. Starting work on the Celeritas Command Line application/12. Installing our auth middleware with the celeritas command line utility.srt 4KB
  357. 9. Starting work on the Celeritas Command Line application/9. Trying out the make auth functionality.srt 4KB
  358. 17. Remember me & Password Resets/3. Trying out the remember me functionality.srt 4KB
  359. 5. Sessions/5. Reading data from the session and passing it to the Jet template.srt 4KB
  360. 7. Adding support for Postgres to Celeritas/7. Finishing up the database functions for the User model.srt 4KB
  361. 5. Sessions/3. Adding session middleware.srt 4KB
  362. 10. Validation/3. Adding validation to models.srt 3KB
  363. 5. Sessions/7. Checking our Coverage.srt 3KB
  364. 3. Rendering Pages/5. Rendering a Jet Template.srt 3KB
  365. 18. Implementing celeritas new myapp/12. Pushing our Celeritas project to GitHub.srt 3KB
  366. 10. Validation/4. Trying out our model validation.srt 3KB
  367. 1. Introduction/4. Install Go.srt 3KB
  368. 2. Getting Started with the Celeritas Module/1.1 source-code.zip 2KB
  369. 9. Starting work on the Celeritas Command Line application/15.2 model.go.txt 2KB
  370. 1. Introduction/6. Install Make.srt 2KB
  371. 6. Installing MariaDB, Postgres, and Redis using Docker/1. Installing Docker.srt 2KB
  372. 9. Starting work on the Celeritas Command Line application/18. Supporting MySQLMariaDB withmake auth.srt 2KB
  373. 17. Remember me & Password Resets/4.1 forgot-views.zip 2KB
  374. 1. Introduction/3. How to ask for help.srt 2KB
  375. 10. Validation/5.1 form.jet 2KB
  376. 9. Starting work on the Celeritas Command Line application/18.1 auth_tables.mysql.sql 2KB
  377. 1. Introduction/5. Install VS Code.srt 2KB
  378. 3. Rendering Pages/3. Cleaning up Celeritas.srt 2KB
  379. 7. Adding support for Postgres to Celeritas/12.1 auth_tables.sql 2KB
  380. 1. Introduction/2. A bit about me.srt 2KB
  381. 7. Adding support for Postgres to Celeritas/5.2 users.sql 1KB
  382. 3. Rendering Pages/6.1 base.jet 1KB
  383. 3. Rendering Pages/2.1 home.page.tmpl 1KB
  384. 2. Getting Started with the Celeritas Module/5.1 dotenv_sample.txt 1KB
  385. 6. Installing MariaDB, Postgres, and Redis using Docker/2.1 docker-compose.yml 932B
  386. 16. Sending Email/5.1 mail-templates.zip 634B
  387. 9. Starting work on the Celeritas Command Line application/4.2 migration.postgres.up.sql 570B
  388. 2. Getting Started with the Celeritas Module/2.2 Makefile.windows 533B
  389. 2. Getting Started with the Celeritas Module/2.1 Makefile.windows 514B
  390. 4. Testing/2.1 Makefile.original 372B
  391. 9. Starting work on the Celeritas Command Line application/16.1 mysql_session.sql 237B
  392. 9. Starting work on the Celeritas Command Line application/16.2 postgres_session.sql 233B
  393. 0. Websites you may like/[CourseClub.Me].url 122B
  394. 12. Response Utilities, Encryption, and More/0. Websites you may like/[CourseClub.Me].url 122B
  395. 12. Response Utilities, Encryption, and More/[CourseClub.Me].url 122B
  396. 17. Remember me & Password Resets/0. Websites you may like/[CourseClub.Me].url 122B
  397. 17. Remember me & Password Resets/[CourseClub.Me].url 122B
  398. 3. Rendering Pages/0. Websites you may like/[CourseClub.Me].url 122B
  399. 3. Rendering Pages/[CourseClub.Me].url 122B
  400. 7. Adding support for Postgres to Celeritas/0. Websites you may like/[CourseClub.Me].url 122B
  401. 7. Adding support for Postgres to Celeritas/[CourseClub.Me].url 122B
  402. [CourseClub.Me].url 122B
  403. 6. Installing MariaDB, Postgres, and Redis using Docker/1.3 Docker for Windows.html 109B
  404. 6. Installing MariaDB, Postgres, and Redis using Docker/1.2 Docker for Ubuntu.html 107B
  405. 6. Installing MariaDB, Postgres, and Redis using Docker/1.1 Docker for Mac.html 105B
  406. 1. Introduction/6.2 GNU Make.html 102B
  407. 10. Validation/1.1 GoValidator.html 102B
  408. 16. Sending Email/2.2 Go Premailer (to inline CSS).html 101B
  409. 16. Sending Email/2.1 Go Mail (for sending via an API).html 100B
  410. 1. Introduction/5.1 VS Code.html 99B
  411. 16. Sending Email/2.3 Go Simple Mail (for SMTP).html 99B
  412. 9. Starting work on the Celeritas Command Line application/15.1 go-pluralize on github.html 98B
  413. 17. Remember me & Password Resets/5.1 go-alone on GitHub.html 97B
  414. 15. Implementing a BadgerDB cache/1.1 Badger.html 96B
  415. 13. Implementing a Redis cache/1.1 redigo on GitHub.html 95B
  416. 16. Sending Email/5.2 MailHog.html 95B
  417. 18. Implementing celeritas new myapp/3.1 go-git on GitHub.html 93B
  418. 2. Getting Started with the Celeritas Module/5.2 godotenv on GitHub.html 93B
  419. 3. Rendering Pages/4.1 CloudyKitjet on GitHub.html 93B
  420. 15. Implementing a BadgerDB cache/4.1 cron.html 91B
  421. 1. Introduction/6.1 Choclatey.html 90B
  422. 2. Getting Started with the Celeritas Module/8.2 The Chi Router.html 90B
  423. 7. Adding support for Postgres to Celeritas/1.1 jackpgx.html 89B
  424. 16. Sending Email/5.3 Mailtrap.html 81B
  425. 1. Introduction/4.2 Go on golang.org.html 79B
  426. 7. Adding support for Postgres to Celeritas/4.2 upper.io.html 77B
  427. 1. Introduction/6.3 Homebrew (for Mac).html 76B
  428. 1. Introduction/4.1 Go on go.dev.html 75B
  429. 0. Websites you may like/[GigaCourse.Com].url 49B
  430. 12. Response Utilities, Encryption, and More/0. Websites you may like/[GigaCourse.Com].url 49B
  431. 12. Response Utilities, Encryption, and More/[GigaCourse.Com].url 49B
  432. 17. Remember me & Password Resets/0. Websites you may like/[GigaCourse.Com].url 49B
  433. 17. Remember me & Password Resets/[GigaCourse.Com].url 49B
  434. 3. Rendering Pages/0. Websites you may like/[GigaCourse.Com].url 49B
  435. 3. Rendering Pages/[GigaCourse.Com].url 49B
  436. 7. Adding support for Postgres to Celeritas/0. Websites you may like/[GigaCourse.Com].url 49B
  437. 7. Adding support for Postgres to Celeritas/[GigaCourse.Com].url 49B
  438. [GigaCourse.Com].url 49B
  439. 9. Starting work on the Celeritas Command Line application/4.1 migration.postgres.down.sql 25B