17 OCT 2024 - Welcome Back to TorrentFunk! Get your pirate hat back out. Streaming is dying and torrents are the new trend. Account Registration works again and so do Torrent Uploads. We invite you all to start uploading torrents again!
TORRENT DETAILS
[FreeCoursesOnline.Me] [Packt] Hands-On MERN Stack Web Development [FCO]
TORRENT SUMMARY
Status:
All the torrents in this section have been verified by our verification system
Learn Node.js, Express, MongoDB, and React by building a web application from Scratch!
Video Details
ISBN 9781789346305
Course Length 4 hour 30 minutes
Table of Contents
• WELCOME TO THE MERN STACK
• LEARN NODE.JS AND EXPRESS
• USING MONGODB FOR THE DATABASE LAYER
• BUILDING THE CLIENT WITH REACT
• REACT APP ARCHITECTURE
• FULL STACK WEB DEVELOPMENT WITH THE MERN STACK
• REFACTORING AND POLISHING OUR WEB APPLICATION
Video Description
There's a growing demand for full-stack developers, but becoming one is not an easy task. A full-stack engineer is expected to have frontend and backend skills, as well as extensive knowledge of build tools and deployment workflow.
Building real-world projects and understanding the MERN stack is a great way to become a full-stack engineer. So, the journey starts by taking you through the MERN stack to explore Node.js and Express and set up the groundwork for the project. It's vital to store data safely hence we dive into the world of MongoDB and integrate it with our backend. Now, we build a client application that can consume API services. With React you'll be able to solve the two most daunting frontend problems and use JSON Web Tokens (JWTs) to integrate authentication and session management on both the client and the server. Finally, we review the skills that you've acquired throughout the course, look into the MERN boilerplate, and examine the application's architecture to build applications on it.
By the end of the course, you will not only have built a fully functional web application, but you'll also be well on your way to becoming a full-stack web developer. You'll be equipped with a deeper knowledge of the MERN stack, as well as general web development patterns and concepts.
The code bundle for this video course is available at https://github.com/PacktPublishing/Hands-on-MERN-Stack-Web-Development
Style and Approach
Through a series of videos, we explore MERN by dividing it into each of its components and then carefully tying it all together. There's a lot to learn, so there is no need to worry about the overhead of every concept before it's needed. We will unravel the complexity behind MERN stack layer by layer and at an easy-to-follow pace.
We will incrementally build the app by starting with small, self-contained RESTful services and then expanding them to build a full backend with MongoDB as the database layer. After that, we will work on understanding React and build UIs, before tying everything together into a fully functional web application.
By the time you've finished this course, you'll be more than ready to start your own MERN stack projects or jump into an existing one and contribute to it.
What You Will Learn
• Develop a project from scratch using the MERN stack
• Best practices for developing RESTful APIs with Node.js and Express
• A painless approach to writing integration tests for your backend
• The skills needed to configure, query, and interact with a Mongo database
• Work with React on the client and write declarative UI code
• Manage client state and asynchronous code with Redux
• Effectively debug client-side code with React Developer tools
• Pros and cons of scaffolding tools and how to get the most out of them.
• Deploy your application with Docker
Authors
Filip Danic
Filip Danic is a software engineer, JavaScript enthusiast, and tech speaker. He's worked on web applications—both on the frontend and backend—for enterprise clients as well as VC-backed startups. His code and architecture decisions are deployed at several Fortune 500 companies.
Filip is passionate about the JavaScript ecosystem and is constantly exploring new frameworks and tools. He is particularly enthusiastic about applying functional programming concepts, crafting good documentation, and providing a better development experience for others.
For More Udemy Free Courses >>> https://ftuforum.com/
For more Lynda and other Courses >>> https://www.freecoursesonline.me/
Our Forum for discussion >>> https://discuss.ftuforum.com/
VISITOR COMMENTS (0 )
FILE LIST
Filename
Size
1.Welcome to the MERN Stack/01.The Course Overview.mp4
98.4 MB
1.Welcome to the MERN Stack/02.Using Package Managers and the Command Line.mp4
80.8 MB
1.Welcome to the MERN Stack/03.So, What’s MERN Anyway.mp4
7.8 MB
1.Welcome to the MERN Stack/04.A Brief Look at the Backend.mp4
10.9 MB
1.Welcome to the MERN Stack/05.The Frontend Architecture.mp4
10.2 MB
2.Learn Node.js and Express/06.Your First Steps with Node.js.mp4
18.7 MB
2.Learn Node.js and Express/07.Setting Up Express.mp4
21.3 MB
2.Learn Node.js and Express/08.An Intro to REST, RESTful Service, and Domain Data Modeling.mp4
21.5 MB
2.Learn Node.js and Express/09.Handling GET, POST, PUT, and DELETE Requests.mp4
19.5 MB
2.Learn Node.js and Express/10.Creating and Using Express Middleware.mp4
15.9 MB
2.Learn Node.js and Express/11.Setting Up Unit Tests with Jest.mp4
23.4 MB
2.Learn Node.js and Express/12.Using Postman to Develop APIs Faster.mp4
10.1 MB
3.Using MongoDB for the Database Layer/13.An Introduction to MongoDB and NoSQL Databases.mp4
11.3 MB
3.Using MongoDB for the Database Layer/14.Our New Project Structure and MongoDB Setup via Docker.mp4
24.3 MB
3.Using MongoDB for the Database Layer/15.Connecting MongoDB to Our Node_Express Backend.mp4
19.5 MB
3.Using MongoDB for the Database Layer/16.Reading Real Data from Our API.mp4
23.1 MB
3.Using MongoDB for the Database Layer/17.Creating, Updating, and Deleting Data.mp4
14.6 MB
3.Using MongoDB for the Database Layer/18.Filtering Data with MongoDB.mp4
15.9 MB
3.Using MongoDB for the Database Layer/19.Refactoring and Improving Our Code.mp4
19.9 MB
4.Building the Client with React/20.A Gentle Primer to the World of React.mp4
6.6 MB
4.Building the Client with React/21.Hit the Ground Running with Create React App.mp4
20.7 MB
4.Building the Client with React/22.Creating Your First UI Components with JSX.mp4
22.5 MB
4.Building the Client with React/23.Data Flow with State and Props.mp4
22 MB
4.Building the Client with React/24.Creating a Reusable Component for Our Web Store.mp4
18.7 MB
4.Building the Client with React/25.Dynamic List Components.mp4
20.5 MB
4.Building the Client with React/26.Creating and Controlling Input Fields.mp4
25.1 MB
4.Building the Client with React/27.Controlling Buttons and Forms.mp4
21.7 MB
5.React App Architecture/28.Routing with React Router.mp4
27.1 MB
5.React App Architecture/29.Configuring CORS in Express.mp4
6.9 MB
5.React App Architecture/30.Requesting Data from Our API.mp4
28.8 MB
5.React App Architecture/31.Creating the Category and Product View.mp4
14.9 MB
5.React App Architecture/32.Building a Persistent Shopping Cart.mp4
34.7 MB
5.React App Architecture/33.Protected Client-Side Admin User Routes.mp4
19.3 MB
6.Full Stack Web Development with the MERN Stack/34.JSON Web Tokens and the User Authentication Model.mp4
8.7 MB
6.Full Stack Web Development with the MERN Stack/35.Implementing Magic Links and Passwordless Login.mp4
36.7 MB
6.Full Stack Web Development with the MERN Stack/36.Implementing Passwordless Login on the Frontend.mp4
27.5 MB
6.Full Stack Web Development with the MERN Stack/37.Account Creation.mp4
23.2 MB
6.Full Stack Web Development with the MERN Stack/38.Designing the Orders Schema and User Flow.mp4
16.1 MB
6.Full Stack Web Development with the MERN Stack/39.Implementing the Orders Flow.mp4
33.6 MB
6.Full Stack Web Development with the MERN Stack/40.Error Handling and Loading States.mp4
37.3 MB
6.Full Stack Web Development with the MERN Stack/41.Building the Orders History Page.mp4
18.5 MB
7.Refactoring and Polishing Our Web Application/42.Typechecking React Components with PropTypes.mp4
24.9 MB
7.Refactoring and Polishing Our Web Application/43.Testing React Components.mp4
19.5 MB
7.Refactoring and Polishing Our Web Application/44.Jest Snapshot Tests.mp4
12.9 MB
7.Refactoring and Polishing Our Web Application/45.React Functional Components and Making Featured Products.mp4
21.5 MB
7.Refactoring and Polishing Our Web Application/46.Express Best Practices.mp4
61.2 MB
7.Refactoring and Polishing Our Web Application/47.Frameworks, Boilerplates, and What to Learn Next.mp4