589689.xyz

[Usegolang] Web Development with Go (2022) [EN]

  • 收录时间:2022-08-03 17:07:48
  • 文件大小:6GB
  • 下载次数:1
  • 最近下载:2022-08-03 17:07:48
  • 磁力链接:

文件列表

  1. Section 4 - Templates/33 - Home Page via Template.mp4 139MB
  2. Section 8 - The Signup Page/60 - Parsing the Signup Form.mp4 129MB
  3. Section 9 - Databases and PostgreSQL/64 - Installing Postgres.mp4 123MB
  4. Section 8 - The Signup Page/57 - Intro to REST.mp4 109MB
  5. Section 1 - Getting Started/01 - A basic web application.mp4 106MB
  6. Section 1 - Getting Started/02 - Troubleshooting and Slack.mp4 104MB
  7. Section 6 - Starting to Apply MVC/43 - Validating Templates at Startup.mp4 101MB
  8. Section 4 - Templates/29 - Creating Our First Template.mp4 101MB
  9. Section 7 - Enhancing our Views/53 - Adding a Navigation Bar.mp4 98MB
  10. Section 1 - Getting Started/10 - Go Modules.mp4 97MB
  11. Section 9 - Databases and PostgreSQL/63 - Intro to Databases.mp4 97MB
  12. Section 8 - The Signup Page/56 - Styling the Signup Page.mp4 97MB
  13. Section 5 - Structuring & Organizing Code/37 - Code Organization.mp4 97MB
  14. Section 1 - Getting Started/08 - The Handler Function.mp4 97MB
  15. Section 7 - Enhancing our Views/52 - Utility-first CSS.mp4 94MB
  16. Section 7 - Enhancing our Views/46 - Embedding Template Files.mp4 94MB
  17. Section 4 - Templates/34 - Contact Page via Template.mp4 91MB
  18. Section 10 - Using Postgres with Go/76 - Connecting to Postgres.mp4 89MB
  19. Section 4 - Templates/28 - Why Do We Use Server Side Rendering.mp4 86MB
  20. Section 8 - The Signup Page/61 - URL Query Params.mp4 85MB
  21. Section 6 - Starting to Apply MVC/41 - Creating the Views Package.mp4 85MB
  22. Section 6 - Starting to Apply MVC/44 - Must Functions.mp4 84MB
  23. Section 1 - Getting Started/06 - Web Requests.mp4 81MB
  24. Section 2 - Adding New Pages/19 - httpHandlerFunc type.mp4 81MB
  25. Section 7 - Enhancing our Views/49 - Dynamic FAQ Page.mp4 80MB
  26. Section 13 - Remembering Users with Cookies/0113_CSRF_Middleware.mp4 79MB
  27. Section 8 - The Signup Page/55 - Creating the Signup Page.mp4 78MB
  28. Section 7 - Enhancing our Views/50 - Reusable Layouts.mp4 75MB
  29. Section 2 - Adding New Pages/17 - Not found page.mp4 75MB
  30. Section 3 - Routers and 3rd Party Libraries/25 - Using Chi.mp4 73MB
  31. Section 12 - Adding Users to our App/0099_Create_User_Method.mp4 71MB
  32. Section 8 - The Signup Page/58 - Users Controller.mp4 71MB
  33. Section 2 - Adding New Pages/18 - httpHandler type.mp4 69MB
  34. Section 2 - Adding New Pages/11 - Dynamic Reloading.mp4 68MB
  35. Section 11 - Securing Passwords/91_What_is_a_Hash_Function.mp4 66MB
  36. Section 9 - Databases and PostgreSQL/68 - Postgres Constraints.mp4 64MB
  37. Section 5 - Structuring & Organizing Code/38 - MVC Overview.mp4 64MB
  38. Section 4 - Templates/30 - Cross Site Scripting (XSS).mp4 63MB
  39. Section 10 - Using Postgres with Go/79 - Executing SQL with Go.mp4 62MB
  40. Section 6 - Starting to Apply MVC/42 - fmtErrorf.mp4 61MB
  41. Section 2 - Adding New Pages/20 - Exploring handler conversions.mp4 60MB
  42. Section 13 - Remembering Users with Cookies/0106_Stateless_Servers.mp4 60MB
  43. Section 2 - Adding New Pages/12 - Setting a Header.mp4 59MB
  44. Section 7 - Enhancing our Views/51 - Tailwind CSS.mp4 58MB
  45. Section 3 - Routers and 3rd Party Libraries/22 - Router Requirements.mp4 56MB
  46. Section 10 - Using Postgres with Go/77 - Imports with Side Effects.mp4 55MB
  47. Section 9 - Databases and PostgreSQL/65 - Connecting to Postgres.mp4 55MB
  48. Section 1 - Getting Started/09 - Registering our Handler Function and Starting the Web Server.mp4 54MB
  49. Section 11 - Securing Passwords/95_Hashing_Passwords_with_bcrypt.mp4 53MB
  50. Section 7 - Enhancing our Views/47 - Variadic Parameters.mp4 53MB
  51. Section 13 - Remembering Users with Cookies/0112_CSRF_Attacks.mp4 51MB
  52. Section 2 - Adding New Pages/13 - Contact Page.mp4 51MB
  53. Section 8 - The Signup Page/59 - Decouple with Interfaces.mp4 51MB
  54. Section 10 - Using Postgres with Go/82_Acquire_a_new_Record_s_ID.mp4 50MB
  55. Section 9 - Databases and PostgreSQL/66 - Creating SQL Tables.mp4 50MB
  56. Section 11 - Securing Passwords/93_Salt_Passwords.mp4 49MB
  57. Section 1 - Getting Started/07 - HTTP Methods.mp4 48MB
  58. Section 13 - Remembering Users with Cookies/0107_Creating_Cookies.mp4 48MB
  59. Section 4 - Templates/36 - Template Exercises.mp4 47MB
  60. Section 9 - Databases and PostgreSQL/70 - Inserting Records.mp4 47MB
  61. Section 2 - Adding New Pages/21 - FAQ Exercise.mp4 46MB
  62. Section 1 - Getting Started/04 - Editors and Automatic Imports.mp4 46MB
  63. Section 13 - Remembering Users with Cookies/0109_Viewing_Cookies_with_Go.mp4 45MB
  64. Section 9 - Databases and PostgreSQL/67 - Postgres Data Types.mp4 44MB
  65. Section 2 - Adding New Pages/14 - Examining the httpRequest type.mp4 43MB
  66. Section 3 - Routers and 3rd Party Libraries/23 - Using Git.mp4 43MB
  67. Section 5 - Structuring & Organizing Code/39 - Walking Through a Web Request with MVC.mp4 42MB
  68. Section 7 - Enhancing our Views/48 - Named Templates.mp4 42MB
  69. Section 11 - Securing Passwords/94_Learning_bcrypt_with_a_CLI.mp4 42MB
  70. Section 1 - Getting Started/03 - Packages and Imports.mp4 41MB
  71. Section 2 - Adding New Pages/16 - Path vs RawPath.mp4 41MB
  72. Section 13 - Remembering Users with Cookies/0111_Cookie_Theft.mp4 39MB
  73. Section 10 - Using Postgres with Go/83_Querying_a_Single_Record.mp4 38MB
  74. Section 10 - Using Postgres with Go/85_Querying_Multiple_Records.mp4 38MB
  75. Section 12 - Adding Users to our App/0100_Postgres_Config_for_the_Models_Package.mp4 37MB
  76. Section 10 - Using Postgres with Go/81_SQL_Injection.mp4 37MB
  77. Section 11 - Securing Passwords/89_Steps_for_Securing_Passwords.mp4 36MB
  78. Section 9 - Databases and PostgreSQL/75 - Additional SQL Resources.mp4 35MB
  79. Section 1 - Getting Started/05 - The Hello World Part of our Code.mp4 34MB
  80. Section 10 - Using Postgres with Go/78 - Postgres Config Type.mp4 34MB
  81. Section 5 - Structuring & Organizing Code/40 - MVC Exercises.mp4 34MB
  82. Section 4 - Templates/32 - Contextual Encoding.mp4 34MB
  83. Section 6 - Starting to Apply MVC/45 - Section 6 Exercises.mp4 33MB
  84. Section 11 - Securing Passwords/92_Store_Password_Hashes_Not_Encrypted_or_Plaintext_Values.mp4 33MB
  85. Section 4 - Templates/27 - What are Templates.mp4 33MB
  86. Section 2 - Adding New Pages/15 - Custom Routing.mp4 33MB
  87. Section 12 - Adding Users to our App/0102_Create_Users_on_Signup.mp4 33MB
  88. Section 13 - Remembering Users with Cookies/0110_Securing_Cookies_from_XSS.mp4 32MB
  89. Section 12 - Adding Users to our App/0097_Defining_the_User_Model.mp4 32MB
  90. Section 12 - Adding Users to our App/0104_Authenticate_Users.mp4 32MB
  91. Section 8 - The Signup Page/62 - Section 8 Exercises.mp4 31MB
  92. Section 4 - Templates/35 - FAQ Page via Template.mp4 30MB
  93. Section 11 - Securing Passwords/96_Comparing_a_Password_with_a_bcrypt_Hash.mp4 29MB
  94. Section 4 - Templates/31 - Alternative Template Libraries.mp4 28MB
  95. Section 12 - Adding Users to our App/0103_Sign_In_View.mp4 27MB
  96. Section 10 - Using Postgres with Go/80 - Inserting Records.mp4 27MB
  97. Section 3 - Routers and 3rd Party Libraries/24 - Installing Chi.mp4 26MB
  98. Section 12 - Adding Users to our App/0098_Creating_the_UserService.mp4 25MB
  99. Section 7 - Enhancing our Views/54 - Section 7 Exercises.mp4 25MB
  100. Section 12 - Adding Users to our App/0105_Process_Sign_In_Attempts.mp4 23MB
  101. Section 10 - Using Postgres with Go/86_ORMs_vs_SQL.mp4 23MB
  102. Section 9 - Databases and PostgreSQL/73 - Updating Records.mp4 22MB
  103. Section 13 - Remembering Users with Cookies/0108_Viewing_Cookies_with_Chrome.mp4 21MB
  104. Section 9 - Databases and PostgreSQL/72 - Filtering Queries.mp4 21MB
  105. Section 12 - Adding Users to our App/0101_UserService_in_the_Users_Controller.mp4 21MB
  106. Section 9 - Databases and PostgreSQL/69 - Creating a Users Table.mp4 19MB
  107. Section 10 - Using Postgres with Go/84_Creating_Sample_Orders.mp4 18MB
  108. Section 11 - Securing Passwords/90_Third_Party_Authentication_Options.mp4 18MB
  109. Section 9 - Databases and PostgreSQL/71 - Querying Records.mp4 16MB
  110. Section 9 - Databases and PostgreSQL/74 - Deleting Records.mp4 13MB
  111. Section 3 - Routers and 3rd Party Libraries/26 - Chi Exercises.mp4 12MB
  112. Web Development With Go (Jon Calhoun) (2016).pdf 8MB
  113. Section 10 - Using Postgres with Go/88_Syncing_the_Book_and_Screencasts_Source_Code.mp4 7MB
  114. Section 10 - Using Postgres with Go/87_Exercises.mp4 5MB
  115. Code/web_development_with_go.pdf 438KB
  116. Code/lenslocked-mvc_web_request.zip 287KB
  117. Code/web_development_with_go.mobi 276KB
  118. Code/web_development_with_go.epub 249KB
  119. Code/lenslocked-main.zip 64KB
  120. Code/lenslocked-connect_to_psql_with_go.zip 63KB
  121. Code/lenslocked-creating_sql_tables.zip 56KB
  122. Code/lenslocked-installing_postgres.zip 25KB
  123. Code/lenslocked-intro_to_databases.zip 22KB
  124. Code/lenslocked-signup_exercises.zip 21KB
  125. Code/lenslocked-url_query_params.zip 20KB
  126. Code/lenslocked-decouple_with_interfaces.zip 20KB
  127. Code/lenslocked-parsing_signup_form.zip 20KB
  128. Code/lenslocked-users_controller.zip 19KB
  129. Code/lenslocked-intro_to_rest.zip 18KB
  130. Code/lenslocked-styling_signup_page.zip 18KB
  131. Code/lenslocked-creating_signup_page.zip 17KB
  132. Code/lenslocked-enhancing_exercises.zip 17KB
  133. Code/lenslocked-reusable_layouts.zip 16KB
  134. Code/lenslocked-navigation_bar.zip 16KB
  135. Code/lenslocked-utility_first_css.zip 16KB
  136. Code/lenslocked-tailwind_css.zip 15KB
  137. Code/lenslocked-named_templates.zip 15KB
  138. Code/lenslocked-dynamic_faq.zip 15KB
  139. Code/lenslocked-variadic_params.zip 15KB
  140. Code/lenslocked-embedding_templates.zip 13KB
  141. Code/lenslocked-apply_mvc_exercises.zip 12KB
  142. Code/lenslocked-validating_templates.zip 12KB
  143. Code/lenslocked-must_functions.zip 11KB
  144. Code/lenslocked-views_package.zip 11KB
  145. Code/lenslocked-fmt_errorf.zip 11KB
  146. Code/lenslocked-mvc_exercises.zip 10KB
  147. Code/lenslocked-mvc_overview.zip 9KB
  148. Code/lenslocked-code_organization.zip 8KB
  149. Code/lenslocked-faq_page_tpl.zip 6KB
  150. Code/lenslocked-contact_page_tpl.zip 6KB
  151. Code/lenslocked-home_page_tpl.zip 6KB
  152. Code/lenslocked-contextual_encoding.zip 5KB
  153. Code/lenslocked-first_template.zip 5KB
  154. Code/lenslocked-xss.zip 5KB
  155. Code/lenslocked-installing_chi.zip 4KB
  156. Code/lenslocked-using_chi.zip 4KB
  157. Code/lenslocked-faq_exercise.zip 4KB
  158. Code/lenslocked-http_handler_func_type.zip 4KB
  159. Code/lenslocked-handler_conversions.zip 4KB
  160. Code/lenslocked-http_handler_type.zip 4KB
  161. Code/lenslocked-not_found_page.zip 4KB
  162. Code/lenslocked-custom_routing.zip 4KB
  163. Code/lenslocked-examine_http_req.zip 4KB
  164. Code/lenslocked-setting_header_values.zip 4KB
  165. Code/lenslocked-contact_page.zip 4KB
  166. Code/lenslocked-dynamic_reloading.zip 3KB
  167. Code/lenslocked-casts-master.zip 2KB
  168. Code/lenslocked-go_modules.zip 1KB
  169. Code/lenslocked-basic_web_app.zip 966B