zhongziso
搜索
zhongziso
首页
首页
功能
磁力转BT
BT转磁力
关于
使用教程
免责声明
磁力助手
[FreeCourseSite.com] Udemy - Learn to build an e-commerce store with .Net, React & Redux
magnet:?xt=urn:btih:8a8dd2eab502e00d5247a0552fa9f8ed2bf50645&dn=[FreeCourseSite.com] Udemy - Learn to build an e-commerce store with .Net, React & Redux
磁力链接详情
文件列表详情
8a8dd2eab502e00d5247a0552fa9f8ed2bf50645
infohash:
224
文件数量
9.94 GB
文件大小
2023-6-28 19:11
创建日期
2024-11-11 22:40
最后访问
相关分词
FreeCourseSite
com
Udemy
-
Learn
to
build
an
e-commerce
store
with
Net
React
&
Redux
01 - Introduction/001 Introduction.mp4 16.19 MB
01 - Introduction/002 Setting up the dev environment.mp4 50.09 MB
01 - Introduction/003 Course assets and source code.mp4 6.5 MB
01 - Introduction/004 Getting help.mp4 7.83 MB
02 - API Basics/001 Section 2 Introduction.mp4 41.27 MB
02 - API Basics/002 Creating the .Net solution and API project.mp4 37.43 MB
02 - API Basics/003 Adding VS Code extensions.mp4 22.17 MB
02 - API Basics/004 What’s in the Web API template.mp4 80.74 MB
02 - API Basics/005 Creating a new C# class for the Product.mp4 13.35 MB
02 - API Basics/006 What is Entity Framework.mp4 7.32 MB
02 - API Basics/007 Adding the DbContext class.mp4 81.87 MB
02 - API Basics/008 Creating an Entity Framework Migration.mp4 38.09 MB
02 - API Basics/009 Creating a class to seed data into the database.mp4 21.96 MB
02 - API Basics/010 Using the Program.cs class to migrate and seed the data on app startup.mp4 50.92 MB
02 - API Basics/011 Creating an API controller to return a list of products.mp4 49.73 MB
02 - API Basics/012 Using async methods when querying a database.mp4 23.6 MB
02 - API Basics/013 Saving our code into source control.mp4 46.35 MB
02 - API Basics/014 Summary of section 2.mp4 2.84 MB
03 - React Basics/001 Section 3 Introduction.mp4 18.43 MB
03 - React Basics/002 Creating the react application.mp4 10.75 MB
03 - React Basics/003 What's in the React template.mp4 43.62 MB
03 - React Basics/004 React component basics.mp4 35.99 MB
03 - React Basics/005 Using react hooks - useState.mp4 24.92 MB
03 - React Basics/006 Using react hooks - useEffect.mp4 15.65 MB
03 - React Basics/007 Adding CORS configuration to the API.mp4 26.78 MB
03 - React Basics/008 Typescript vs javascript in React.mp4 24.45 MB
03 - React Basics/009 Adding a Typescript interface for the product.mp4 54.9 MB
03 - React Basics/010 File and folder organisation.mp4 48.29 MB
03 - React Basics/011 Adding React components.mp4 43.59 MB
03 - React Basics/012 Adding the Material UI styling framework.mp4 96.26 MB
03 - React Basics/013 Adding components for the ProductList and Card.mp4 19.23 MB
03 - React Basics/014 Installing and using React dev tools.mp4 11.22 MB
03 - React Basics/015 Adding an AppBar.mp4 14.68 MB
03 - React Basics/016 Adding cards for our individual products.mp4 60.25 MB
03 - React Basics/017 Styling the product card.mp4 71.9 MB
03 - React Basics/018 Using Material UI Theme.mp4 61 MB
03 - React Basics/019 Challenge solution and setting bg color.mp4 51.21 MB
03 - React Basics/020 Section 3 Summary.mp4 980.03 KB
04 - React Router/001 Section 4 Introduction.mp4 7.83 MB
04 - React Router/002 Setting up React Router.mp4 30.71 MB
04 - React Router/003 Adding Nav Links to the AppBar.mp4 49.77 MB
04 - React Router/004 Stying the nav bar.mp4 71.69 MB
04 - React Router/005 Fetching a product on component load.mp4 78.87 MB
04 - React Router/006 Adding the product detail page content.mp4 44.21 MB
04 - React Router/007 Summary of section 4.mp4 999.66 KB
05 - Error handling/001 Section 5 Introduction.mp4 23.3 MB
05 - Error handling/002 Setting up an error controller.mp4 39.54 MB
05 - Error handling/003 Adding exception handling middleware.mp4 56.98 MB
05 - Error handling/004 Centralising the axios requests.mp4 57.66 MB
05 - Error handling/005 Creating a react component to test the error responses.mp4 30.16 MB
05 - Error handling/006 Using Axios interceptors.mp4 26.79 MB
05 - Error handling/007 Adding toast notifications.mp4 19.96 MB
05 - Error handling/008 Handling validation errors.mp4 32.99 MB
05 - Error handling/009 Creating a server error component.mp4 25.6 MB
05 - Error handling/010 Creating a not found component.mp4 29.39 MB
05 - Error handling/011 Adding a delay and loading indicators to the app.mp4 35.31 MB
05 - Error handling/012 Using the dotnet debugging tool.mp4 25.55 MB
05 - Error handling/013 Using the react debugger.mp4 36.56 MB
05 - Error handling/014 Section 5 summary.mp4 4.19 MB
06 - Adding the shopping cart feature/001 Section 6 introduction.mp4 14.34 MB
06 - Adding the shopping cart feature/002 Creating the basket entity.mp4 23.61 MB
06 - Adding the shopping cart feature/003 EF Relationships.mp4 72.1 MB
06 - Adding the shopping cart feature/004 Create a basket controller.mp4 17.22 MB
06 - Adding the shopping cart feature/005 Add basket item endpoint logic.mp4 39.06 MB
06 - Adding the shopping cart feature/006 Using the debugger to check the add item logic.mp4 56.43 MB
06 - Adding the shopping cart feature/007 Shaping the data to return.mp4 45.48 MB
06 - Adding the shopping cart feature/008 Removing an item from the basket.mp4 11.16 MB
06 - Adding the shopping cart feature/009 Using CreatedAtRoute.mp4 41.41 MB
06 - Adding the shopping cart feature/010 Adding the axios methods for the basket.mp4 100.99 MB
06 - Adding the shopping cart feature/011 Creating a basket component.mp4 26.4 MB
06 - Adding the shopping cart feature/012 Styling the basket page with a table.mp4 23.6 MB
06 - Adding the shopping cart feature/013 Using React context to centralise state.mp4 42.1 MB
06 - Adding the shopping cart feature/014 App initialisation - fetching the basket on app start.mp4 50.42 MB
06 - Adding the shopping cart feature/015 Updating the header with the basket item count.mp4 29.19 MB
06 - Adding the shopping cart feature/016 Adding the remove item functionality.mp4 64.62 MB
06 - Adding the shopping cart feature/017 Adding specific loading indicators for the buttons.mp4 23.26 MB
06 - Adding the shopping cart feature/018 Challenge - Basket Summary.mp4 27.97 MB
06 - Adding the shopping cart feature/019 Challenge - Solution.mp4 24.84 MB
06 - Adding the shopping cart feature/020 Updating the product detail component to add items to cart part 1.mp4 52.56 MB
06 - Adding the shopping cart feature/021 Updating the product detail component to add items to cart part 2.mp4 97.84 MB
06 - Adding the shopping cart feature/022 Adding a checkout page.mp4 11.11 MB
06 - Adding the shopping cart feature/023 Section 6 Summary.mp4 4.15 MB
07 - Redux/001 Section 7 Introduction.mp4 11.45 MB
07 - Redux/002 Installing and using Redux.mp4 63.54 MB
07 - Redux/003 Redux actions.mp4 23.73 MB
07 - Redux/004 Action Creators.mp4 12.82 MB
07 - Redux/005 Using Redux Toolkit.mp4 101.32 MB
07 - Redux/006 Using redux dev tools.mp4 20.31 MB
07 - Redux/007 Creating a basket slice.mp4 53.83 MB
07 - Redux/008 Refactoring the app to use the redux store.mp4 62.79 MB
07 - Redux/009 Using async functions in redux part 1.mp4 66.04 MB
07 - Redux/010 Using async functions in redux part 2.mp4 48.79 MB
07 - Redux/011 Using async functions in redux part 3.mp4 132.51 MB
07 - Redux/012 Challenge - Solution.mp4 88.81 MB
07 - Redux/013 Using Entity Adapters.mp4 78.36 MB
07 - Redux/014 Using entity adapter selectors.mp4 37.07 MB
07 - Redux/015 Fetching a single product.mp4 78.09 MB
07 - Redux/016 Error handling in the reducers.mp4 70.89 MB
07 - Redux/017 Error handling in the basket slice.mp4 64.83 MB
07 - Redux/018 Section 7 summary.mp4 1.68 MB
08 - Paging, Sorting, Filtering/001 Section 8 Introduction.mp4 19.12 MB
08 - Paging, Sorting, Filtering/002 Adding sorting to the API.mp4 57.91 MB
08 - Paging, Sorting, Filtering/003 Adding search functionality to the API.mp4 9.75 MB
08 - Paging, Sorting, Filtering/004 Adding filters to the API.mp4 37.73 MB
08 - Paging, Sorting, Filtering/005 Adding a pagination helper classes.mp4 22.16 MB
08 - Paging, Sorting, Filtering/006 Creating a class that extends our List into a PagedList.mp4 79 MB
08 - Paging, Sorting, Filtering/007 Testing our pagination in swagger.mp4 34.69 MB
08 - Paging, Sorting, Filtering/008 Getting the unique brands and filters as lists from the API.mp4 19.25 MB
08 - Paging, Sorting, Filtering/009 Getting the filter lists from the API and storing in Redux state.mp4 63.28 MB
08 - Paging, Sorting, Filtering/010 Catalog page design.mp4 92.08 MB
08 - Paging, Sorting, Filtering/011 Adding the product params to redux state.mp4 44.36 MB
08 - Paging, Sorting, Filtering/012 Setting up the axios get request to use our params.mp4 62.03 MB
08 - Paging, Sorting, Filtering/013 Adding the search functionality to the client.mp4 59.04 MB
08 - Paging, Sorting, Filtering/014 Adding sort to the client.mp4 22.26 MB
08 - Paging, Sorting, Filtering/015 Adding filtering to the client.mp4 44.98 MB
08 - Paging, Sorting, Filtering/016 Setting up pagination on the client.mp4 71.78 MB
08 - Paging, Sorting, Filtering/017 Adding a pagination component.mp4 83.27 MB
08 - Paging, Sorting, Filtering/018 Challenge solution.mp4 75.6 MB
08 - Paging, Sorting, Filtering/019 Cleaning up the loading indicators in the catalog.mp4 62.01 MB
08 - Paging, Sorting, Filtering/020 Section 8 Summary.mp4 990.05 KB
09 - Identity/001 Section 9 Introduction.mp4 11.72 MB
09 - Identity/002 Setting up identity.mp4 38.87 MB
09 - Identity/003 Adding the entity configuration and migration.mp4 97.95 MB
09 - Identity/004 Adding an account controller.mp4 27.13 MB
09 - Identity/005 Testing the login and register methods.mp4 17.52 MB
09 - Identity/006 JWT Tokens.mp4 11.78 MB
09 - Identity/007 Creating a token service.mp4 28.82 MB
09 - Identity/008 Using the token service.mp4 65.8 MB
09 - Identity/009 Validating the token on the server.mp4 34.03 MB
09 - Identity/010 Configuring swagger to send the auth token.mp4 66.59 MB
09 - Identity/011 Creating Login and Register components.mp4 13.74 MB
09 - Identity/012 Create a login form.mp4 36.5 MB
09 - Identity/013 Using controlled component.mp4 32.27 MB
09 - Identity/014 Adding React hook form.mp4 54.89 MB
09 - Identity/015 Using React hook form validators.mp4 31.95 MB
09 - Identity/016 Adding an account slice.mp4 90.87 MB
09 - Identity/017 Creating a dropdown menu.mp4 37.81 MB
09 - Identity/018 Persisting the login.mp4 93.54 MB
09 - Identity/019 Cleaning up the app init code.mp4 61.01 MB
09 - Identity/020 Adding a register form.mp4 54.93 MB
09 - Identity/021 Adding the registration validators.mp4 74.9 MB
09 - Identity/022 Transfer the basket to logged in user.mp4 120.48 MB
09 - Identity/023 Client side testing and code for basket transfer.mp4 40.83 MB
09 - Identity/024 Challenge solution.mp4 39.02 MB
09 - Identity/025 Adding a private route component.mp4 23.58 MB
09 - Identity/026 Section 9 Summary.mp4 6.81 MB
10 - Adding the checkout feature/001 Section 10 Introduction.mp4 5.83 MB
10 - Adding the checkout feature/002 Creating the order entities.mp4 28.2 MB
10 - Adding the checkout feature/003 Refactoring identity to use an int.mp4 89.54 MB
10 - Adding the checkout feature/004 Creating an orders controller.mp4 10.49 MB
10 - Adding the checkout feature/005 Adding the create order method.mp4 89 MB
10 - Adding the checkout feature/006 Testing the order creation.mp4 36.72 MB
10 - Adding the checkout feature/007 Shaping the order data.mp4 61.82 MB
10 - Adding the checkout feature/008 Creating the checkout component.mp4 33.81 MB
10 - Adding the checkout feature/009 Adding a custom text input.mp4 41.53 MB
10 - Adding the checkout feature/010 Using react hook form context.mp4 34.79 MB
10 - Adding the checkout feature/011 Creating a reusable check box.mp4 11.26 MB
10 - Adding the checkout feature/012 Adding a validation library.mp4 56.25 MB
10 - Adding the checkout feature/013 Updating the review component.mp4 49.94 MB
10 - Adding the checkout feature/014 Updating the payment form.mp4 44.53 MB
10 - Adding the checkout feature/015 Submitting the order.mp4 55.55 MB
10 - Adding the checkout feature/016 Fetching a saved address for the form.mp4 111.31 MB
10 - Adding the checkout feature/017 Creating the orders page.mp4 66.16 MB
10 - Adding the checkout feature/018 Challenge - Order detail.mp4 20.83 MB
10 - Adding the checkout feature/019 Challenge - Solution.mp4 47.26 MB
10 - Adding the checkout feature/020 Section 10 Summary.mp4 2.22 MB
11 - Payments/001 Section 11 Introduction.mp4 24.59 MB
11 - Payments/002 Setting up stripe.mp4 34.69 MB
11 - Payments/003 Creating a payment service.mp4 51.03 MB
11 - Payments/004 Creating a payments controller.mp4 36 MB
11 - Payments/005 Testing the payment intents using swagger.mp4 17.12 MB
11 - Payments/006 Adding stripe to the client.mp4 41.06 MB
11 - Payments/007 Using stripe payment inputs.mp4 41.95 MB
11 - Payments/008 Validating the stripe inputs part 1.mp4 36.67 MB
11 - Payments/009 Validating the stripe inputs part 2.mp4 50.68 MB
11 - Payments/010 Adding the payment intent function.mp4 31.27 MB
11 - Payments/011 Adding the submit payment function.mp4 88.88 MB
11 - Payments/012 Testing card payments.mp4 38.7 MB
11 - Payments/013 Adding a webhook.mp4 85.05 MB
11 - Payments/014 User secrets.mp4 77.34 MB
11 - Payments/015 Section 11 Summary.mp4 1.87 MB
12 - Publishing/001 Section 12 Introduction.mp4 6.75 MB
12 - Publishing/002 Home page design.mp4 22.46 MB
12 - Publishing/003 Creating a react production build.mp4 86.96 MB
12 - Publishing/004 Serving the client app from the API.mp4 42.69 MB
12 - Publishing/005 Switching to a production DB Server.mp4 106.4 MB
12 - Publishing/006 Deployment - Dockerising our app.mp4 55.91 MB
12 - Publishing/007 Deployment - connecting to the postgres in docker.mp4 42.2 MB
12 - Publishing/008 Deployment - Creating fly io launch config.mp4 23.96 MB
12 - Publishing/009 Deployment - Adding the fly io secrets.mp4 55.67 MB
12 - Publishing/010 Deployment - Adding a github action.mp4 75.14 MB
12 - Publishing/011 Deployment - Automated deployment with github action and fly io.mp4 88.86 MB
12 - Publishing/013 Setting up heroku.mp4 18.67 MB
12 - Publishing/014 Deploying to Heroku.mp4 91.68 MB
12 - Publishing/015 Heroku troubleshooting.mp4 61.36 MB
12 - Publishing/016 Section 12 Summary.mp4 5.77 MB
13 - Roles and CRUD operations/001 Section 13 Introduction.mp4 8.1 MB
13 - Roles and CRUD operations/002 Connecting Github to Heroku.mp4 14.94 MB
13 - Roles and CRUD operations/003 Adding a create product endpoint.mp4 26.22 MB
13 - Roles and CRUD operations/004 Adding automapper.mp4 64.46 MB
13 - Roles and CRUD operations/005 Editing a product.mp4 40.92 MB
13 - Roles and CRUD operations/006 Adding a delete endpoint.mp4 20.74 MB
13 - Roles and CRUD operations/007 Adding an image service.mp4 76.09 MB
13 - Roles and CRUD operations/008 Using the image service.mp4 59.47 MB
13 - Roles and CRUD operations/009 Updating and deleting images.mp4 51.29 MB
13 - Roles and CRUD operations/010 Adding an inventory page.mp4 126.24 MB
13 - Roles and CRUD operations/011 Adding a product form.mp4 74.07 MB
13 - Roles and CRUD operations/012 Creating a reusable select list.mp4 22.6 MB
13 - Roles and CRUD operations/013 Reusable textarea and number inputs.mp4 8.7 MB
13 - Roles and CRUD operations/014 Adding a drop zone.mp4 67.16 MB
13 - Roles and CRUD operations/015 Styling the drop zone.mp4 38 MB
13 - Roles and CRUD operations/016 Validating the product form.mp4 38.28 MB
13 - Roles and CRUD operations/017 Submitting the form data.mp4 97.66 MB
13 - Roles and CRUD operations/018 Deleting a product from the list.mp4 42.85 MB
13 - Roles and CRUD operations/019 Extracting the roles from the token.mp4 54.79 MB
13 - Roles and CRUD operations/020 Using roles in the client app.mp4 36.39 MB
13 - Roles and CRUD operations/021 Publishing changes to FlyIO.mp4 46.31 MB
13 - Roles and CRUD operations/022 End of course summary.mp4 6.18 MB
14 - Updating to .Net 6/001 Update the project from .Net 5 to .Net 6.mp4 52.62 MB
14 - Updating to .Net 6/002 .Net 6 new project features.mp4 199.16 MB
15 - Updating to .Net 7, React 18 and React Router 6/001 Updating to .Net 7.mp4 88.33 MB
15 - Updating to .Net 7, React 18 and React Router 6/002 Updating the .Net project to use the minimal hosting model.mp4 45.44 MB
15 - Updating to .Net 7, React 18 and React Router 6/003 Updating to React Router v6.mp4 204.38 MB
15 - Updating to .Net 7, React 18 and React Router 6/004 Updating to React 18.mp4 81.99 MB
其他位置