[FreeCoursesOnline.Me] [Packt] Hands-On MERN Stack Web Development [FCO]

Torrent Details


[FreeCoursesOnline.Me] [Packt] Hands-On MERN Stack Web Development [FCO]

NAME
[FreeCoursesOnline.Me] [Packt] Hands-On MERN Stack Web Development [FCO].torrent
CATEGORY
Other
INFOHASH
d60f61fa5bf3df190174671cef8715113830076b
SIZE
1.1 GB in 52 files
ADDED
Uploaded on 16-04-2019 by our crawler pet called "Spidey".
SWARM
0 seeders & 0 peers
RATING
No votes yet.

Please login to vote for this torrent.


Description





By: Filip Danic

Released: Thursday, March 28, 2019 [New Release!]

Torrent Contains: 53 Files, 8 Folders

Course Source: https://www.packtpub.com/web-development/hands-mern-stack-web-development-video



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/







Discussion

Comments 0

Post Your Comment

Files in this torrent

FILENAMESIZE
1.Welcome to the MERN Stack/01.The Course Overview.mp498.4 MB
1.Welcome to the MERN Stack/02.Using Package Managers and the Command Line.mp480.8 MB
1.Welcome to the MERN Stack/03.So, What’s MERN Anyway.mp47.8 MB
1.Welcome to the MERN Stack/04.A Brief Look at the Backend.mp410.9 MB
1.Welcome to the MERN Stack/05.The Frontend Architecture.mp410.2 MB
2.Learn Node.js and Express/06.Your First Steps with Node.js.mp418.7 MB
2.Learn Node.js and Express/07.Setting Up Express.mp421.3 MB
2.Learn Node.js and Express/08.An Intro to REST, RESTful Service, and Domain Data Modeling.mp421.5 MB
2.Learn Node.js and Express/09.Handling GET, POST, PUT, and DELETE Requests.mp419.5 MB
2.Learn Node.js and Express/10.Creating and Using Express Middleware.mp415.9 MB
2.Learn Node.js and Express/11.Setting Up Unit Tests with Jest.mp423.4 MB
2.Learn Node.js and Express/12.Using Postman to Develop APIs Faster.mp410.1 MB
3.Using MongoDB for the Database Layer/13.An Introduction to MongoDB and NoSQL Databases.mp411.3 MB
3.Using MongoDB for the Database Layer/14.Our New Project Structure and MongoDB Setup via Docker.mp424.3 MB
3.Using MongoDB for the Database Layer/15.Connecting MongoDB to Our Node_Express Backend.mp419.5 MB
3.Using MongoDB for the Database Layer/16.Reading Real Data from Our API.mp423.1 MB
3.Using MongoDB for the Database Layer/17.Creating, Updating, and Deleting Data.mp414.6 MB
3.Using MongoDB for the Database Layer/18.Filtering Data with MongoDB.mp415.9 MB
3.Using MongoDB for the Database Layer/19.Refactoring and Improving Our Code.mp419.9 MB
4.Building the Client with React/20.A Gentle Primer to the World of React.mp46.6 MB
4.Building the Client with React/21.Hit the Ground Running with Create React App.mp420.7 MB
4.Building the Client with React/22.Creating Your First UI Components with JSX.mp422.5 MB
4.Building the Client with React/23.Data Flow with State and Props.mp422 MB
4.Building the Client with React/24.Creating a Reusable Component for Our Web Store.mp418.7 MB
4.Building the Client with React/25.Dynamic List Components.mp420.5 MB
4.Building the Client with React/26.Creating and Controlling Input Fields.mp425.1 MB
4.Building the Client with React/27.Controlling Buttons and Forms.mp421.7 MB
5.React App Architecture/28.Routing with React Router.mp427.1 MB
5.React App Architecture/29.Configuring CORS in Express.mp46.9 MB
5.React App Architecture/30.Requesting Data from Our API.mp428.8 MB
5.React App Architecture/31.Creating the Category and Product View.mp414.9 MB
5.React App Architecture/32.Building a Persistent Shopping Cart.mp434.7 MB
5.React App Architecture/33.Protected Client-Side Admin User Routes.mp419.3 MB
6.Full Stack Web Development with the MERN Stack/34.JSON Web Tokens and the User Authentication Model.mp48.7 MB
6.Full Stack Web Development with the MERN Stack/35.Implementing Magic Links and Passwordless Login.mp436.7 MB
6.Full Stack Web Development with the MERN Stack/36.Implementing Passwordless Login on the Frontend.mp427.5 MB
6.Full Stack Web Development with the MERN Stack/37.Account Creation.mp423.2 MB
6.Full Stack Web Development with the MERN Stack/38.Designing the Orders Schema and User Flow.mp416.1 MB
6.Full Stack Web Development with the MERN Stack/39.Implementing the Orders Flow.mp433.6 MB
6.Full Stack Web Development with the MERN Stack/40.Error Handling and Loading States.mp437.3 MB
6.Full Stack Web Development with the MERN Stack/41.Building the Orders History Page.mp418.5 MB
7.Refactoring and Polishing Our Web Application/42.Typechecking React Components with PropTypes.mp424.9 MB
7.Refactoring and Polishing Our Web Application/43.Testing React Components.mp419.5 MB
7.Refactoring and Polishing Our Web Application/44.Jest Snapshot Tests.mp412.9 MB
7.Refactoring and Polishing Our Web Application/45.React Functional Components and Making Featured Products.mp421.5 MB
7.Refactoring and Polishing Our Web Application/46.Express Best Practices.mp461.2 MB
7.Refactoring and Polishing Our Web Application/47.Frameworks, Boilerplates, and What to Learn Next.mp467.1 MB
Discuss.FTUForum.com.html31.9 KB
Exercise Files/code_36825.zip293.2 KB
FreeCoursesOnline.Me.html108.3 KB
FTUForum.com.html100.4 KB
How you can help Team-FTU.txt235 B

Alternative Torrents for 'FreeCoursesOnline.Me Packt Hands MERN Stack Development FCO'.

There are no alternative torrents found.