FileMood

Download [Udemy] Working with React and Go (Golang) (2021) [En]

Udemy Working with React and Go Golang 2021 En

Name

[Udemy] Working with React and Go (Golang) (2021) [En]

 DOWNLOAD Copy Link

Total Size

4.2 GB

Total Files

313

Last Seen

2024-11-13 23:58

Hash

17E1DD7C723129D3EAD019005B4A33CC5ACFBEDF

/01 Introduction/

001 Introduction.en.srt

6.4 KB

001 Introduction.mp4

78.9 MB

002 A bit about me.en.srt

1.4 KB

002 A bit about me.mp4

17.3 MB

003 How to ask for help.en.srt

2.7 KB

003 How to ask for help.mp4

34.2 MB

004 Useful Resources.html

3.0 KB

/02 Setting up our Development Environment/

001 Installing node.js and an IDE.en.srt

2.5 KB

001 Installing node.js and an IDE.mp4

18.1 MB

002 Installing Postgres.en.srt

5.5 KB

002 Installing Postgres.mp4

51.3 MB

003 Installing Go.en.srt

1.5 KB

003 Installing Go.mp4

8.4 MB

external-assets-links.txt

0.3 KB

/03 Getting started with React/

001 How React Works.en.srt

5.4 KB

001 How React Works.mp4

13.0 MB

002 How to use the downloadable code.en.srt

1.7 KB

002 How to use the downloadable code.mp4

5.4 MB

003 Our first React app.en.srt

3.9 KB

003 Our first React app.mp4

15.0 MB

004 The obligatory _Hello, world_ app.en.srt

16.7 KB

004 The obligatory _Hello, world_ app.mp4

54.8 MB

005 Working with components.en.srt

9.6 KB

005 Working with components.mp4

31.6 MB

006 Styling components.en.srt

7.5 KB

006 Styling components.mp4

23.5 MB

007 Using a CSS Framework.en.srt

5.5 KB

007 Using a CSS Framework.mp4

25.9 MB

008 More about the CSS Framework.en.srt

5.0 KB

008 More about the CSS Framework.mp4

24.9 MB

009 Components and props.en.srt

5.8 KB

009 Components and props.mp4

27.2 MB

010 More about props.en.srt

3.7 KB

010 More about props.mp4

16.5 MB

011 React Events.en.srt

8.8 KB

011 React Events.mp4

44.7 MB

011 React Events.mp4.vtx

434.3 KB

012 More events.en.srt

5.7 KB

012 More events.mp4

32.0 MB

012 source-code.zip

192.6 KB

013 Refs.en.srt

7.6 KB

013 Refs.mp4

33.6 MB

013 source-code-styling-components.zip

193.5 KB

014 Simplifying things with state.en.srt

12.2 KB

014 Simplifying things with state.mp4

55.1 MB

015 More about state_ lifting state to share data between components.en.srt

12.6 KB

015 More about state_ lifting state to share data between components.mp4

61.7 MB

015 source-code-more-css.zip

194.0 KB

016 Functional components.en.srt

9.5 KB

016 Functional components.mp4

37.3 MB

016 source-code-props.zip

194.3 KB

017 Cleaning things up.en.srt

3.0 KB

017 Cleaning things up.mp4

17.3 MB

018 source-code-events.zip

194.6 KB

019 source-code-more-events.zip

194.7 KB

020 source-code.zip

199.9 KB

021 source-code-simplifying-things-with-state.zip

194.8 KB

022 source-code-more-about-state.zip

195.6 KB

023 source.zip

201.6 KB

024 source-code-cleanup.zip

194.5 KB

external-assets-links.txt

0.2 KB

/04 Building the Front End/

001 What are we going to create_.en.srt

3.6 KB

001 What are we going to create_.mp4

6.9 MB

002 Creating our front end application and introducting the React Router.en.srt

19.8 KB

002 Creating our front end application and introducting the React Router.mp4

89.7 MB

003 Routing to a component.en.srt

3.0 KB

003 Routing to a component.mp4

15.5 MB

004 Challenge_ Route to components.en.srt

2.3 KB

004 Challenge_ Route to components.mp4

9.1 MB

005 Solution to Challenge.en.srt

4.1 KB

005 Solution to Challenge.mp4

18.7 MB

006 More about routing (and a bit about the React lifecycle).en.srt

11.7 KB

006 More about routing (and a bit about the React lifecycle).mp4

34.8 MB

007 More about routing Part II.en.srt

7.6 KB

007 More about routing Part II.mp4

27.4 MB

008 More about routing Part III.en.srt

15.3 KB

008 More about routing Part III.mp4

58.1 MB

009 Displaying one movie.en.srt

7.7 KB

009 Displaying one movie.mp4

37.4 MB

026 source-code-intro.zip

193.7 KB

027 source-code-routing-to-component.zip

194.3 KB

029 source-code-solution.zip

195.0 KB

030 source-code-nested-links-1.zip

195.9 KB

031 source-code-nested-routing-2.zip

196.0 KB

032 source-code-nested-routing-3.zip

196.6 KB

033 source-code-nested-routing-4.zip

197.2 KB

external-assets-links.txt

0.1 KB

/05 Setting up our Go Back end as a REST API/

001 Installing the necessary software.en.srt

3.3 KB

001 Installing the necessary software.mp4

17.4 MB

002 Setting up the Go project.en.srt

17.3 KB

002 Setting up the Go project.mp4

71.1 MB

003 Installing a router and creating better handlers.en.srt

22.1 KB

003 Installing a router and creating better handlers.mp4

82.4 MB

004 Models.en.srt

7.0 KB

004 Models.mp4

32.5 MB

005 Setting up a simple API route.en.srt

15.9 KB

005 Setting up a simple API route.mp4

64.9 MB

006 Improved error handling.en.srt

4.6 KB

006 Improved error handling.mp4

20.7 MB

007 Creating the database.en.srt

2.6 KB

007 Creating the database.mp4

16.3 MB

008 Creating our connection pool and connecting to the database.en.srt

11.1 KB

008 Creating our connection pool and connecting to the database.mp4

48.5 MB

009 Database functions & a challenge.en.srt

15.9 KB

009 Database functions & a challenge.mp4

77.9 MB

010 Solution to challenge.en.srt

10.8 KB

010 Solution to challenge.mp4

50.9 MB

011 An aside_ cleaning up our JSON feed.en.srt

3.0 KB

011 An aside_ cleaning up our JSON feed.mp4

14.9 MB

012 Getting all movies as JSON.en.srt

12.8 KB

012 Getting all movies as JSON.mp4

62.5 MB

013 Next Steps.en.srt

3.0 KB

013 Next Steps.mp4

14.2 MB

035 source-code-setting-up-app.zip

2.2 KB

036 source-code-installing-router.zip

3.4 KB

037 source-code-models.zip

4.1 KB

038 source-code-one-route.zip

6.0 KB

039 source-code-improved-error-handling.zip

6.1 KB

040 go_movies.sql

6.1 KB

041 source-code-connecting-to-db.zip

6.5 KB

042 source-code-database-functions.zip

7.3 KB

043 source-code-solution-db-functions.zip

7.5 KB

044 source-code-db-functions-2.zip

7.5 KB

045 source-code-get-all-movies.zip

7.5 KB

046 source-code-next-steps.zip

7.6 KB

external-assets-links.txt

0.1 KB

/06 Connecting to our REST API/

001 Setting up CORS middleware.en.srt

5.1 KB

001 Setting up CORS middleware.mp4

17.4 MB

002 Getting the list of movies.en.srt

7.5 KB

002 Getting the list of movies.mp4

33.6 MB

003 Checking for errors.en.srt

8.1 KB

003 Checking for errors.mp4

39.9 MB

004 Displaying one movie.en.srt

11.7 KB

004 Displaying one movie.mp4

51.1 MB

005 Getting started with Movies by Genre.en.srt

10.3 KB

005 Getting started with Movies by Genre.mp4

55.4 MB

006 Getting Genres from back end.en.srt

6.4 KB

006 Getting Genres from back end.mp4

38.4 MB

007 Displaying the list of Genres.en.srt

4.8 KB

007 Displaying the list of Genres.mp4

19.5 MB

008 Getting movies by Genre.en.srt

7.0 KB

008 Getting movies by Genre.mp4

43.4 MB

009 Displaying movies by Genre.en.srt

8.5 KB

009 Displaying movies by Genre.mp4

35.8 MB

010 Showing Genre name - an alternative to lifting state.en.srt

5.8 KB

010 Showing Genre name - an alternative to lifting state.mp4

18.7 MB

011 Code clean up.en.srt

4.2 KB

011 Code clean up.mp4

15.0 MB

047 source-code-cors.zip

8.0 KB

048 source-code-list-all-movies-react.zip

197.2 KB

049 source-code-error-checking.zip

197.3 KB

050 source-code-display-one-movie-front-end.zip

197.8 KB

051 source-code-genres-part-1.zip

197.1 KB

052 source-code-genres-part-2.zip

8.1 KB

053 source-backend-app.zip

8.1 KB

053 source-front-end.zip

197.8 KB

054 source-code-back-end-movies-by-genre.zip

8.2 KB

055 source-code-displaying-movies-by-genre-front-end.zip

198.6 KB

056 source-code-show-genre-name.zip

198.7 KB

057 source-code-clean-up.zip

198.7 KB

/07 Working with forms, React, and Go/

001 Building a form in React.en.srt

11.4 KB

001 Building a form in React.mp4

72.7 MB

002 Making our form a controlled component, and binding it to state.en.srt

14.3 KB

002 Making our form a controlled component, and binding it to state.mp4

73.5 MB

003 Making form inputs reusable components and a Challenge.en.srt

8.9 KB

003 Making form inputs reusable components and a Challenge.mp4

52.6 MB

004 Solution to Challenge.en.srt

1.7 KB

004 Solution to Challenge.mp4

12.3 MB

005 Creating a reusable select component.en.srt

7.4 KB

005 Creating a reusable select component.mp4

45.6 MB

006 Prepopulating the form with an existing movie.en.srt

9.3 KB

006 Prepopulating the form with an existing movie.mp4

57.8 MB

007 Sending data to the REST back end.en.srt

10.2 KB

007 Sending data to the REST back end.mp4

51.1 MB

008 Client side form validation.en.srt

9.6 KB

008 Client side form validation.mp4

49.1 MB

009 Receiving data on the REST back end.en.srt

20.1 KB

009 Receiving data on the REST back end.mp4

116.5 MB

010 Providing feedback with a reusable alert.en.srt

12.7 KB

010 Providing feedback with a reusable alert.mp4

63.7 MB

011 Editing an existing movie.en.srt

9.0 KB

011 Editing an existing movie.mp4

40.9 MB

012 Deleting a movie.en.srt

7.1 KB

012 Deleting a movie.mp4

27.1 MB

013 Adding a confirmation step when deleting movies.en.srt

9.6 KB

013 Adding a confirmation step when deleting movies.mp4

39.5 MB

014 Implementing delete on the back end.en.srt

4.4 KB

014 Implementing delete on the back end.mp4

23.7 MB

015 Connecting our delete button to the REST back end.en.srt

8.1 KB

015 Connecting our delete button to the REST back end.mp4

32.8 MB

016 Challenge_ displaying list of movies to edit.en.srt

4.0 KB

016 Challenge_ displaying list of movies to edit.mp4

15.1 MB

017 Solution to challenge.en.srt

1.7 KB

017 Solution to challenge.mp4

9.8 MB

058 source-form.zip

199.9 KB

059 source-form-2.zip

200.2 KB

060 source-forms-3.zip

201.0 KB

061 source-form-4.zip

201.4 KB

062 source-reusable-select.zip

202.0 KB

063 source-populating-form.zip

202.2 KB

064 source-back-end.zip

8.3 KB

064 source-front-end.zip

202.3 KB

065 source.zip

202.5 KB

066 source-back-end.zip

13.5 KB

067 source-back-end.zip

7.0 KB

067 source-front-end.zip

197.4 KB

068 source-back-end.zip

13.5 KB

069 source-front-end.zip

204.7 KB

070 source-front-end.zip

205.0 KB

071 source-back-end.zip

13.7 KB

072 source-front-end.zip

205.1 KB

074 source-front-end.zip

205.6 KB

external-assets-links.txt

0.2 KB

/08 Securing Routes in our REST API/

001 Generating JSON Web Tokens on the back end.en.srt

22.0 KB

001 Generating JSON Web Tokens on the back end.mp4

97.2 MB

002 Changing App to a component, and setting up state.en.srt

23.5 KB

002 Changing App to a component, and setting up state.mp4

113.3 MB

003 Getting the JSON Web Token from the back end.en.srt

7.5 KB

003 Getting the JSON Web Token from the back end.mp4

38.3 MB

004 Handling a successful login.en.srt

5.4 KB

004 Handling a successful login.mp4

21.6 MB

005 Adding middleware to check for a valid token.en.srt

24.0 KB

005 Adding middleware to check for a valid token.mp4

118.9 MB

006 Protecting the route on our front end.en.srt

10.1 KB

006 Protecting the route on our front end.mp4

47.8 MB

007 Adding redirects for protected components.en.srt

4.6 KB

007 Adding redirects for protected components.mp4

19.8 MB

008 Challenge.en.srt

2.8 KB

008 Challenge.mp4

4.9 MB

009 Solution to Challenge.en.srt

3.5 KB

009 Solution to Challenge.mp4

15.5 MB

010 Saving our token when the user leaves the site.en.srt

9.5 KB

010 Saving our token when the user leaves the site.mp4

38.5 MB

011 Making better error responses from our back end.en.srt

6.7 KB

011 Making better error responses from our back end.mp4

38.4 MB

012 Adding images.en.srt

7.3 KB

012 Adding images.mp4

22.7 MB

075 source-back-end.zip

15.7 KB

076 source-front.zip

215.9 KB

077 source-front.zip

216.9 KB

079 source-back-end.zip

16.5 KB

081 source-front.zip

217.1 KB

083 source-back-end.zip

16.5 KB

083 source-front.zip

218.3 KB

084 source-front.zip

217.3 KB

085 source-back-end.zip

16.6 KB

086 movie_tickets.jpg

32.5 KB

086 source-front.zip

251.9 KB

external-assets-links.txt

0.3 KB

/09 Adding GraphQL into the equation/

001 What is GraphQL_.en.srt

2.3 KB

001 What is GraphQL_.mp4

8.9 MB

002 Setting up a schema and REST endpoint for GraphQL.en.srt

20.9 KB

002 Setting up a schema and REST endpoint for GraphQL.mp4

86.6 MB

003 Handling the GraphQL request.en.srt

7.0 KB

003 Handling the GraphQL request.mp4

37.5 MB

004 Implementing GraphQL requests for all movies.en.srt

15.0 KB

004 Implementing GraphQL requests for all movies.mp4

78.6 MB

005 Adding a search endpoint.en.srt

7.4 KB

005 Adding a search endpoint.mp4

37.0 MB

006 Implementing GraphQL requests for search on front end.en.srt

12.6 KB

006 Implementing GraphQL requests for search on front end.mp4

62.8 MB

007 Displaying one movie using GraphQL.en.srt

4.7 KB

007 Displaying one movie using GraphQL.mp4

17.4 MB

008 Updating the front end.en.srt

9.7 KB

008 Updating the front end.mp4

57.6 MB

009 Modifying the back end to handle poster images.en.srt

16.9 KB

009 Modifying the back end to handle poster images.mp4

98.5 MB

010 Updating the front end to display the poster image.en.srt

7.4 KB

010 Updating the front end to display the poster image.mp4

29.7 MB

011 Cleaning things up.en.srt

4.6 KB

011 Cleaning things up.mp4

14.7 MB

088 source-back-end.zip

17.5 KB

089 source-back-end.zip

17.8 KB

090 source-front.zip

252.9 KB

091 source-back-end.zip

17.9 KB

092 source-front.zip

253.2 KB

094 source-front.zip

254.3 KB

095 source-back-end.zip

18.6 KB

096 source-back-end.zip

18.6 KB

096 source-front.zip

254.4 KB

097 source-back-end.zip

17.9 KB

097 source-front.zip

253.2 KB

external-assets-links.txt

0.4 KB

/10 Deploying our app to a server/

001 Getting the React application ready for deployment.en.srt

5.7 KB

001 Getting the React application ready for deployment.mp4

27.1 MB

002 Building the production ready React application.en.srt

3.5 KB

002 Building the production ready React application.mp4

16.9 MB

003 Getting the Go project ready for deployment.en.srt

4.2 KB

003 Getting the Go project ready for deployment.mp4

20.6 MB

004 Building the Go back end for our remote server.en.srt

2.2 KB

004 Building the Go back end for our remote server.mp4

6.5 MB

005 Copying files to the server.en.srt

3.6 KB

005 Copying files to the server.mp4

7.4 MB

006 Setting up the production database.en.srt

5.0 KB

006 Setting up the production database.mp4

16.2 MB

007 Setting up the web server.en.srt

13.2 KB

007 Setting up the web server.mp4

59.5 MB

008 Running the Go back end with supervisor.en.srt

6.9 KB

008 Running the Go back end with supervisor.mp4

19.5 MB

098 source-front.zip

257.4 KB

100 source-back-end.zip

18.5 KB

104 Caddyfile

0.6 KB

external-assets-links.txt

0.5 KB

/11 Where to go from here/

001 React Hooks_ useState().en.srt

9.6 KB

001 React Hooks_ useState().mp4

42.1 MB

002 React Hooks_ useEffect().en.srt

6.7 KB

002 React Hooks_ useEffect().mp4

27.7 MB

003 More about useEffect, and why we don't typically refer to things by ID in React.en.srt

9.4 KB

003 More about useEffect, and why we don't typically refer to things by ID in React.mp4

34.9 MB

004 React and Redux.en.srt

3.2 KB

004 React and Redux.mp4

11.2 MB

108 source-front.zip

257.8 KB

external-assets-links.txt

0.0 KB

 

Total files 313


Copyright © 2024 FileMood.com