FileMood

Download [FreeCourseSite.com] Udemy - Node with React Fullstack Web Development

FreeCourseSite com Udemy Node with React Fullstack Web Development

Name

[FreeCourseSite.com] Udemy - Node with React Fullstack Web Development

 DOWNLOAD Copy Link

Total Size

3.6 GB

Total Files

197

Hash

BDB0B1FCD8F6ACA3288604F9F3BA88342D84EC4B

/01 Course Overview - Start Here/

001 How to Get Help.mp4

15.4 MB

002 Course Resources Document.html

0.6 KB

003 Optional Prettier Setup.mp4

21.2 MB

004 App Overview.mp4

9.7 MB

005 App User Flow Walkthrough.mp4

10.8 MB

006 Tech Stack.mp4

14.5 MB

007 App Mockups.mp4

18.6 MB

/02 Server Side Architecture/

008 Application Architecture.mp4

10.6 MB

009 Relationship Between Node and Express.mp4

21.9 MB

010 Generating Express Apps.mp4

18.1 MB

011 Express Route Handlers.mp4

18.9 MB

012 Heroku Deployment Checklist.mp4

30.9 MB

013 Installing the Heroku CLI.mp4

21.7 MB

014 Verifying Heroku Deployment.mp4

22.6 MB

015 Followup Deployments.mp4

9.7 MB

/03 Authentication with Google OAuth/

016 Intro to Google OAuth.mp4

17.7 MB

017 The OAuth Flow.mp4

24.8 MB

018 Overview of Passport JS.mp4

28.7 MB

019 Passport Setup.mp4

18.9 MB

020 Enabling Google OAuth API.mp4

25.2 MB

021 Securing API Keys.mp4

14.0 MB

022 Google Strategy Options.mp4

19.1 MB

023 Testing OAuth.mp4

21.8 MB

024 Authorized Redirect URIs.mp4

21.7 MB

025 OAuth Callbacks.mp4

23.3 MB

026 Access and Refresh Tokens.mp4

26.9 MB

027 Nodemon Setup.mp4

12.2 MB

/04 Adding MongoDB/

028 Server Structure Refactor.mp4

33.4 MB

029 The Theory of Authentication.mp4

29.8 MB

030 Signing In Users with OAuth.mp4

44.1 MB

031 Introduction to MongoDB.mp4

21.6 MB

032 MongoDB Setup.mp4

21.7 MB

033 Connecting Mongoose to Mongo.mp4

18.3 MB

034 Breather and Review.mp4

7.5 MB

035 Mongoose Model Classes.mp4

20.1 MB

036 Saving Model Instances.mp4

33.6 MB

037 Mongoose Queries.mp4

22.8 MB

038 Passport Callbacks.mp4

20.7 MB

039 Encoding Users.mp4

42.2 MB

040 Deserialize User.mp4

11.1 MB

041 Enabling Cookies.mp4

20.2 MB

042 Testing Authentication.mp4

23.0 MB

043 Logging Out Users.mp4

11.0 MB

044 Optional A Deeper Dive.mp4

65.3 MB

/05 Dev vs Prod Environments/

045 Dev vs Prod Keys.mp4

14.2 MB

046 Generating Production Resources.mp4

26.3 MB

047 Determining Environment.mp4

16.3 MB

048 Version Control Scheme.mp4

18.8 MB

049 Heroku Env Variables.mp4

22.7 MB

050 Fixing Heroku Proxy Issues.mp4

31.9 MB

/06 Moving to the Client Side/

051 React App Generation.mp4

19.7 MB

052 A Separate Front End Server.mp4

20.9 MB

053 Running the Client and Server.mp4

23.8 MB

054 Routing Stumbling Block.mp4

47.7 MB

055 The Beauty of Create React Apps Proxy.mp4

37.2 MB

056 Optional Why This Architecture.mp4

82.0 MB

/07 Developing the Client Side/

057 AsyncAwait Syntax.mp4

35.0 MB

058 Refactoring with AsyncAwait.mp4

14.2 MB

059 Front End Tech.mp4

13.8 MB

060 Client React Setup.mp4

12.2 MB

061 Installing Root Modules.mp4

11.5 MB

062 Troubleshooting NPM.mp4

5.5 MB

063 Redux Review and Setup.mp4

18.0 MB

064 The Auth Reducer.mp4

7.8 MB

065 Finishing Reducer Setup.mp4

5.8 MB

066 Why We Care About Auth.mp4

8.7 MB

067 React Router Setup.mp4

9.9 MB

068 Route Configuration.mp4

10.1 MB

069 Always Visible Components.mp4

14.8 MB

070 Always Visible Components.mp4

10.8 MB

071 Materialize CSS.mp4

17.2 MB

072 Webpack with CSS.mp4

15.1 MB

073 Header Design.mp4

7.9 MB

074 Current User API.mp4

10.0 MB

075 Additional Proxy Rules.mp4

19.3 MB

076 Basics of Redux Thunk.mp4

17.4 MB

077 Refactoring the App.mp4

10.5 MB

078 Testing FetchUser.mp4

17.4 MB

079 Refactoring to AsyncAwait.mp4

14.3 MB

080 AuthReducer Return Values.mp4

18.6 MB

081 Accessing State in the Header.mp4

13.5 MB

082 Header Content.mp4

9.1 MB

083 Redirecting a User on Auth.mp4

13.1 MB

084 Redirect on Logout.mp4

13.3 MB

085 Landing Component.mp4

7.6 MB

086 Link Tags.mp4

14.3 MB

/08 Handling Payments/

087 Client Side Billing.mp4

5.5 MB

088 Billing Considerations.mp4

22.2 MB

089 Stripe Billing Process.mp4

9.6 MB

090 Exploring the Stripe API.mp4

15.3 MB

091 Stripe API Keys.mp4

18.7 MB

092 Env Variables with React.mp4

28.1 MB

093 The Payments Component.mp4

18.8 MB

094 Stripe Tokens.mp4

17.2 MB

095 Payment Fixes.mp4

11.9 MB

096 Reusing Action Types.mp4

15.9 MB

097 Positing the Stripe Token.mp4

6.2 MB

098 Post Request Handlers.mp4

7.2 MB

099 Creating Charges.mp4

11.2 MB

100 BodyParser Middleware.mp4

12.8 MB

101 Creating a Charge Object.mp4

12.6 MB

102 Finalizing a Charge.mp4

10.6 MB

103 Adding Credits to a User.mp4

12.9 MB

104 Requiring Authentication.mp4

11.6 MB

105 Route-Specific Middlewares.mp4

20.8 MB

106 Displaying Credit Quantity.mp4

7.5 MB

107 Updating Credits.mp4

9.6 MB

/09 Back End to Front End Routing in Production/

108 Express with Create-React-App in Production.mp4

21.4 MB

109 Routing in Production.mp4

15.5 MB

110 Deployment Options.mp4

17.5 MB

111 Adding in a Heroku Build Step.mp4

31.0 MB

112 Testing Deployment.mp4

6.7 MB

/10 Mongoose for Survey Creation/

113 Survey Overview.mp4

12.9 MB

114 Server Routes.mp4

9.7 MB

115 Survey Model.mp4

11.9 MB

116 Model Deficiencies.mp4

10.2 MB

117 Limitations of Subdocument Collections.mp4

14.2 MB

118 Setting up SubDocs.mp4

8.3 MB

119 Relationship Fields.mp4

9.1 MB

120 Survey Creation Route Handler.mp4

12.0 MB

121 Verifying Minimum Credits.mp4

11.9 MB

122 Creating Surveys.mp4

15.8 MB

123 Creating Subdoc Collections.mp4

15.4 MB

124 Oops A Little Tweak.html

1.0 KB

125 Creating Mailers.mp4

12.6 MB

126 Identifying Unique Users.mp4

27.2 MB

127 Sendgrid Setup.mp4

15.7 MB

128 Mailer Setup.mp4

15.2 MB

129 Mailer in Use.mp4

19.3 MB

130 Mailer Constructor.mp4

13.6 MB

131 Boilerplate for Sending Emails.mp4

17.4 MB

132 More Mailer Properties.mp4

12.5 MB

133 Sending SendGrid Emails.mp4

11.6 MB

134 Testing Email Sending.mp4

18.9 MB

135 Improving the Email Template.mp4

16.9 MB

136 Polish in the Route Handler.mp4

18.6 MB

137 Verifying Sendgrid Click Tracking.mp4

3.9 MB

138 Feedback for User Feedback.mp4

22.0 MB

/11 Back to the Client/

139 Client Side Survey Creation.mp4

13.8 MB

140 Material Icons.mp4

29.0 MB

141 Navigation with the Link Tag.mp4

6.3 MB

142 SurveyNew Form.mp4

16.0 MB

143 Purpose of Redux Form.mp4

28.5 MB

144 Redux Form Setup.mp4

38.0 MB

145 The ReduxForm Helper.mp4

18.1 MB

146 Redux Form in Practice.mp4

28.3 MB

147 Custom Field Components.mp4

23.3 MB

148 Wiring up Custom Fields.mp4

13.3 MB

149 DRYing Up Fields.mp4

15.7 MB

150 Fields from Config.mp4

24.1 MB

151 Styling the Form.mp4

18.9 MB

152 Form Validation.mp4

15.1 MB

153 Showing Validation Errors.mp4

15.7 MB

154 Generalizing Field Validation.mp4

28.1 MB

155 Validating Emails.mp4

19.8 MB

156 Displaying Invalid Emails.mp4

24.8 MB

157 Toggling Visibility.mp4

31.6 MB

158 Advancing From SurveyForm.mp4

30.3 MB

159 Retreat to the Form.mp4

13.0 MB

160 Persisting Form Values.mp4

30.3 MB

161 Refactoring Form Fields.mp4

20.5 MB

162 Finalizing Review Fields.mp4

14.9 MB

163 Outstanding Form Work.mp4

30.7 MB

164 Dumping Form Values.mp4

17.8 MB

165 Fixing Property Names.mp4

7.7 MB

166 Posting to Surveys.mp4

13.3 MB

167 Redirect on Submit.mp4

27.4 MB

/12 Handling Webhook Data/

168 Feedback with Webhooks.mp4

6.1 MB

169 Webhooks in Development.mp4

23.7 MB

170 LocalTunnel Setup.mp4

18.6 MB

171 Testing Webhooks.mp4

18.0 MB

172 LocalTunnel Crash Fix.html

2.0 KB

173 Finalizing Webhook Setup.mp4

20.5 MB

174 Encoding Survey Data.mp4

21.9 MB

175 Dirty Data from Webhooks.mp4

20.7 MB

176 Processing Pipeline.mp4

30.1 MB

177 Parsing the Route.mp4

23.4 MB

178 Code Cleanup.mp4

15.9 MB

179 Unique Events.mp4

17.4 MB

180 Lodash Chain Helper.mp4

26.6 MB

181 Bad Mongoose Queries.mp4

23.1 MB

182 Finding the Exact Survey.mp4

37.1 MB

183 Updating Records.mp4

20.8 MB

184 Executing Queries.mp4

25.4 MB

185 Testing the Query.mp4

8.7 MB

186 Odds n Ends Around Surveys.mp4

12.6 MB

187 Mongoose Tips.mp4

20.7 MB

/13 The Home Stretch/

188 Fetching a List of Surveys.mp4

25.8 MB

189 Whitelisting Model Fields.mp4

30.2 MB

190 Testing Surveys Endpoint.mp4

6.1 MB

191 Wiring Surveys Up to Redux.mp4

14.5 MB

192 Wiring React to Redux.mp4

18.7 MB

193 Rendering a List of Surveys.mp4

24.4 MB

194 Reversing the Survey List.mp4

7.4 MB

195 Expanding the App.mp4

33.7 MB

/

[FreeCourseSite.com].txt

1.1 KB

[FreeCourseSite.com].url

0.1 KB

 

Total files 197


Copyright © 2024 FileMood.com