Other
Linkedin - Become a MERN Stack JavaScript Developer [AhLaN]
Torrent info
Name:Linkedin - Become a MERN Stack JavaScript Developer [AhLaN]
Infohash: F5831C11172ACE2F60B398827BCADF73AAB92E93
Total Size: 4.90 GB
Magnet: Magnet Download
Seeds: 0
Leechers: 4
Stream: Watch Full Movies @ LimeMovies
Last Updated: 2025-10-17 19:44:01 (Update Now)
Torrent added: 2022-04-24 20:00:13
Torrent Files List
13.Node.js - Testing and Code Quality (Size: 4.90 GB) (Files: 404)
13.Node.js - Testing and Code Quality
03-Finding Errors with Linting
10-Solution Create a shareable ESLint config.mp4
01-Standardizing with EditorConfig.mp4
02-Adding EditorConfig to a project and IDE.mp4
03-Comparing JavaScript linters.mp4
04-Installing ESLint.mp4
05-Configuring ESLint.mp4
06-Extending an ESLint shareable config.mp4
07-Linting your codebase.mp4
08-Fixing code in VSC with ESLint.mp4
09-Challenge Create a shareable ESLint config.mp4
06-Reporting on Your Entire Codebase
09-Solution Isolate routes for faster tests.mp4
01-Why code coverage matters.mp4
02-Measuring code coverage with Jest.mp4
03-Functional testing with Jest.mp4
04-Test doubles and Express apps.mp4
05-Form submissions with SuperTest.mp4
06-Fallacies of 100% test coverage.mp4
07-Coverage with continuous integration.mp4
08-Challenge Isolate routes for faster tests.mp4
Ex_Files_Node_js_Testing_and_Code_Quality.zip
01-Introduction
01-Cleaning your codebase.mp4
02-What you should know.mp4
03-Preparing for Nodejs development.mp4
04-Exercise files.mp4
05-Demo setup and tour.mp4
02-Testing and Code Quality Fundamentals
01-What is code quality.mp4
02-Coding conventions and standards.mp4
03-Creating and enforcing coding standards.mp4
04-Unit integration and functional testing.mp4
05-Testing frameworks.mp4
06-TDD and BDD test specifications.mp4
07-Assertions for correctness.mp4
08-Challenge Organize your tests.mp4
09-Solution Organize your tests.mp4
04-Validate Correctness with Unit Testing
01-Survey of Nodejs testing frameworks.mp4
02-Install Jest in a Nodejs project.mp4
03-What and where to unit test.mp4
04-Writing your first Jest unit test.mp4
05-Running a test suite with Jest.mp4
06-Testing asynchronous callbacks with Jest.mp4
07-Writing callback test suites with Jest.mp4
08-Testing promises with Jest.mp4
09-Challenge Test asyncawait with Jest.mp4
10-Solution Test asyncawait with Jest.mp4
05-Replacing and Inspecting Using Spies Stubs and Mocks
01-Replacing code with test doubles.mp4
02-Mocking functions for test code.mp4
03-Writing your first Jest mock.mp4
04-Mock an entire module with Jest.mp4
05-Mocking module dependencies.mp4
06-Spying to observe interactions.mp4
07-Challenge Mock a successful reservation creation.mp4
08-Solution Mock a successful reservation creation.mp4
07-Conclusion
01-Testing and code quality goals.mp4
02-Where to go from here.mp4
01.React.js Essential Training
01-Introduction
01-Learn the Nodejs fundamentals.mp4
02-What you should know.mp4
02-What Is Nodejs
01-Nodejs history.mp4
02-How Nodejs works.mp4
03-Set Up Your Environnment
01-Using VS Code.mp4
02-Install Nodejs.mp4
04-Node Globals
01-The global object.mp4
02-The require function.mp4
03-Argument variables with processargv.mp4
04-Standard output.mp4
05-Standard input.mp4
06-Creating a delay with setTimeout.mp4
07-Incorporate setInterval.mp4
08-Report progress with setInterval.mp4
05-Node Modules
01-Core modules.mp4
02-Collect information with readline.mp4
03-Use readline functions.mp4
04-Export custom modules.mp4
05-Create a module.mp4
06-Custom events with the EventEmitter.mp4
07-Improve a module with EventEmitter.mp4
06-File System Basics
01-List directory files.mp4
02-Read files.mp4
03-Write and append files.mp4
04-Directory creation.mp4
05-Append files.mp4
06-Rename and remove files.mp4
07-Rename and remove directories.mp4
07-Files and Streams
01-Readable file streams.mp4
02-Writable file streams.mp4
03-Create child process with exec.mp4
04-Create child process with spawn.mp4
08-Conclusion
01-Next steps.mp4
Ex_Files_NodeJS_EssT.zip
02.React - Design Patterns
01-Introduction
01-Take your React skills to the next level.mp4
02-What you should know.mp4
03-What are design patterns.mp4
02-Layout Components
01-What are layout components.mp4
02-Split-screen components.mp4
03-Split-screen component improvements.mp4
04-Lists and list items.mp4
05-Creating different list types.mp4
06-Modal components.mp4
03-Container Components
01-What are container components.mp4
02-Server instructions.mp4
03-CurrentUserLoader component.mp4
04-UserLoader component.mp4
05-ResourceLoader component.mp4
06-DataSource component.mp4
07-Loading data from localStorage.mp4
04-Controlled and Uncontrolled Components
01-Controlled vs uncontrolled components.mp4
02-Uncontrolled forms.mp4
03-Controlled forms.mp4
04-Controlled modals.mp4
05-Uncontrolled onboarding flows.mp4
06-Collecting onboarding data.mp4
07-Controlled onboarding flows.mp4
05-Higher-Order Components
01-What are higher-order components.mp4
02-Printing props with HOCs.mp4
03-Loading data with HOCs.mp4
04-Modifying data with HOCs.mp4
05-Creating forms with HOCs.mp4
06-Higher-order component improvements.mp4
06-Custom Hooks Patterns
01-What are custom Hooks.mp4
02-useCurrentUser Hook.mp4
03-useUser Hook.mp4
04-useResource Hook.mp4
05-useDataSource Hook.mp4
07-Functional Programming and React
01-What is functional programming.mp4
02-Recursive components.mp4
03-Component composition.mp4
04-Partially applied components.mp4
08-Conclusion
01-Next steps.mp4
03.Node.js Essential Training
Ex_Files_React_2020_EssT.zip
01-Introduction
01-Building modern user interfaces with React.mp4
02-What you should know before watching this course.mp4
02-What Is React
01-What is React.mp4
02-Setting up Chrome tools for React.mp4
03-Setting up Firefox developer tools for React.mp4
03-Intro to React Elements
01-Installing Create React App.mp4
02-Generating a project.mp4
03-Creating React elements.mp4
04-Refactoring elements using JSX.mp4
04-React Components
01-Creating a React component.mp4
02-Adding component properties.mp4
03-Working with lists.mp4
04-Adding keys to list items.mp4
05-Displaying images with React.mp4
06-Using fragments.mp4
05-React State in the Component Tree
01-Conditional rendering.mp4
02-Destructuring arrays and objects.mp4
03-Understanding the useState Hook.mp4
04-Working with useEffect.mp4
05-Incorporating useReducer.mp4
06-Asynchronous React
01-Fetching data with Hooks.mp4
02-Displaying data from an API.mp4
03-Handling loading states.mp4
07-React Testing
01-Using Create React App as a testing platform.mp4
02-Testing small functions with Jest.mp4
03-Introducing React testing library.mp4
04-Testing Hooks with React testing library.mp4
08-React Router
01-Installing React Router 6.mp4
02-Configuring the router.mp4
03-Incorporating the link component.mp4
04-Nesting links with React Router 6.mp4
09-Conclusion
01-Next steps.mp4
04.Learning npm the Node Package Manager
Ex_Files_Node_Pckg_Manager.zip
01-Introduction
01-Learning npm.mp4
02-What you should know.mp4
02-Introduction and Installation
01-What are packages and npm.mp4
02-Installing Nodenpm on Mac.mp4
03-Installing Nodenpm on Windows.mp4
04-Installing Nodenpm on Linux.mp4
03-Getting Started with npm
01-Initializing a packagejson file.mp4
02-Adding node packages.mp4
03-Managing global directory.mp4
04-Updating a package.mp4
05-Removing a package.mp4
06-Semantic versioning.mp4
07-Introduction to package-lockjson.mp4
04-Advanced Subjects
01-Working with a npm cache.mp4
02-Run an npm audit.mp4
03-Scripting in packagejson.mp4
04-Introduction to npx.mp4
05-Other alternatives to npm.mp4
05-Conclusion
01-Next steps.mp4
05.Building a Website with Node.js and Express.js
01-Introduction
01-Dynamic websites with Node and Express.mp4
02-What you should know.mp4
03-Using the exercise files and GitHub.mp4
04-Setting up your development environment.mp4
02-Building a Basic Express Application
01-Create an Express server in three minutes.mp4
02-Building from a HTML page or template.mp4
03-Serving HTML pages and static content.mp4
04-Setting up ESLint and Prettier.mp4
05-Setting up nodemon.mp4
03-Template Engines
01-Template engines and Express.mp4
02-Getting to know the EJS template engine.mp4
03-Rendering the index page with EJS.mp4
04-Express Routes and Middleware
01-Express middleware and routes.mp4
02-Modular routes with expressRouter.mp4
03-Creating routes for all subpages.mp4
04-Add business logic.mp4
05-Add a session management middleware.mp4
05-Professional Templating with Express
01-Create a site-wide layout.mp4
02-Using partials with EJS.mp4
03-Template variables in more detail.mp4
04-Looping through lists in templates.mp4
05-Creating a list page.mp4
06-Using parameter routes.mp4
07-Challenge Partials and lists.mp4
08-Solution Partials and lists.mp4
06-Handling Errors Gracefully
01-How to handle errors in express.mp4
02-Creating an error page.mp4
03-Populating the error page.mp4
07-Handling Form Data
01-Creating a form template.mp4
02-Handling POST requests.mp4
03-Validating and sanitizing user input.mp4
04-Storing data.mp4
08-Creating APIs with Express
01-A little intro to REST APIs.mp4
02-Creating and testing an API endpoint.mp4
03-Add client side JavaScript.mp4
04-Updating the page from REST.mp4
09-Conclusion
01-Build on what youve learned.mp4
06.Learning MongoDB (2020)
Ex_Files_Learning_MongoDB.zip
01-Introduction
01-Modern database and application design with MongoDB.mp4
02-Getting Started
01-Why MongoDB.mp4
02-Install MongoDB on Windows and import data.mp4
03-Install MongoDB on macOS and import data.mp4
03-Documents and Collections
01-Create a document.mp4
02-Using find to query documents.mp4
03-What can we store in a document.mp4
04-Collections.mp4
05-Challenge Create a recipe document.mp4
06-Solution How to create a recipe document.mp4
04-Querying
01-Sort limit and skip.mp4
02-Working with operators and arrays.mp4
03-Updating documents.mp4
04-Updating arrays.mp4
05-Deleting documents.mp4
06-Challenge Write a query.mp4
07-Solution How to write a query.mp4
05-Data and Schema Modeling
01-How we need to think differently.mp4
02-Basic indexes.mp4
03-How to use GridFS to store files.mp4
04-Challenge Avoiding joins.mp4
05-Solution Avoiding joins.mp4
06-Coding with MongoDB
01-Python.mp4
02-Nodejs.mp4
03-PHP.mp4
07-Server Administration
01-MongoDB config file.mp4
02-Replication.mp4
03-Sharding.mp4
04-Authentication and authorization.mp4
05-Backups.mp4
07.Express Essential Training (2018)
Ex_Files_Express_EssT.zip
01-Introduction
01-Welcome.mp4
02-What you should know.mp4
03-Using the exercise files.mp4
02-Setting Up Express
01-Introduction to Express.mp4
02-Install Nodenpm.mp4
03-Express application generator.mp4
03-Getting Started
01-Initial Node server setup with Express.mp4
02-Add data to the server.mp4
03-Create a basic route.mp4
04-Test endpoints with Postman.mp4
05-Create a basic data endpoint.mp4
06-Add a static route for file serving.mp4
04-Routing with Express
01-Routing Parameters.mp4
02-Routing Route handlers.mp4
03-Routing Common methods.mp4
04-Routing Chaining.mp4
05-Middleware with Express
01-Basic middleware with Express.mp4
02-Built-in middleware.mp4
03-Error-handling middleware.mp4
04-Third-party middleware.mp4
06-Advanced Topics in Express
01-Debugging in Express.mp4
02-Using Express behind a proxy.mp4
03-Security overview for Express.mp4
04-Real-time web with Express.mp4
07-Conclusion
01-Next steps.mp4
08.Building RESTful APIs with Node.js and Express
Ex_Files_RESTful_APIs_Nodejs_Express.zip
01-Introduction
01-Building a REST API with Node and Express.mp4
02-What you should know.mp4
02-Setting Up
01-Brief introduction of the libraries.mp4
02-Introduction to your project.mp4
03-Introduction to Postman.mp4
04-Install Node and Express.mp4
05-Install Mongo.mp4
06-Basic Babel ES6 setup.mp4
03-Initial Server Build
01-RESTful APIs refresher.mp4
02-Initial server setup.mp4
03-Initial server files and folders.mp4
04-Basic routing endpoints.mp4
05-Basics of middleware and uses.mp4
04-CRUD Operations
01-MongoDB basics refresher.mp4
02-Database setup.mp4
03-Schema setup.mp4
04-Create POST endpoint.mp4
05-Create all items GET endpoint.mp4
06-Create specific ID GET endpoint.mp4
07-Create PUT endpoint.mp4
08-Create DELETE endpoint.mp4
05-Other API Options
01-Static files serving.mp4
02-Other potential libraries for API.mp4
06-Conclusion
01-Next steps.mp4
09.Learning Full-Stack JavaScript Development - MongoDB, Node, and React
Ex_Files_Fullstack_Java_Dev.zip
01-Introduction
01-Course overview.mp4
02-What this course covers.mp4
02-Getting Started
01-Modern JavaScript.mp4
02-Setting up project dependencies.mp4
03-Project structure and configurations.mp4
03-Node as a Web Server
01-Node modules.mp4
02-The HTTPHTTPS modules.mp4
03-Creating an Express server.mp4
04-Using the EJS template language.mp4
04-React Basics
01-React elements and JSX.mp4
02-React components.mp4
03-Component composability.mp4
04-Components with modules.mp4
05-Component state.mp4
06-Component life cycle.mp4
05-Working with Data
01-Loading the test data.mp4
02-Displaying a list of objects.mp4
03-Using Sass with Node.mp4
04-Reading from the state.mp4
05-Fetching data from a remote API.mp4
06-Rendering on the Server
01-Fetching data from the server side.mp4
02-Server rendering with ReactDOMServer.mp4
03-Fix the checksum problem.mp4
07-Routing on Client and Server
01-Handling the contest click event.mp4
02-Navigating to a contest.mp4
03-Looking up the contest on route change.mp4
04-Fetching contest information from the API.mp4
05-A bit of refactoring.mp4
06-Server-side routing for a contest.mp4
07-Navigating to a list of contests.mp4
08-Handling the browsers back button.mp4
08-Working with MongoDB
01-Reading data from MongoDB.mp4
02-API to fetch a list of names.mp4
03-Displaying the list of names.mp4
04-Example script to update all data.mp4
05-Converting the application to use _id.mp4
06-Creating an API to propose a name.mp4
07-Wiring the proposed new name form.mp4
08-Challenges and QA.mp4
09-Alternatives MERN and Electrode.mp4
10.Node.js - Securing RESTful APIs
Ex_Files_NodeJS_Securing_RESTful_APIs.zip
01-Introduction
01-Securing Node RESTful APIs.mp4
02-What you should know.mp4
02-Setting Up
01-Overview of the security threats.mp4
02-Introduction to OWASP.mp4
03-Introduction to JWT.mp4
04-Introduction to Postman.mp4
03-Setting Up the Node API
01-Base project template intro.mp4
02-Finalize the setup for the project.mp4
03-Create the user model.mp4
04-Add bcrypt password hashing.mp4
04-Securing the Node API
01-Add the handlers for loginRequired.mp4
02-Add the handlers for registration.mp4
03-Add the handlers for login.mp4
04-Finalize secured endpoints.mp4
05-Add JWT setup into index.mp4
06-Test the API with Postman.mp4
05-Other Options
01-Alternatives for securing APIs.mp4
06-Conclusion
01-Explore and build your skills.mp4
11.Node.js - Security
Ex_Files_NodeJS_Security.zip
01-Introduction
01-Securing your Nodejs projects.mp4
02-What you should know.mp4
02-Security Overview
01-Introduction to OWASP and other sources.mp4
02-OWASP top 10 in Nodejs.mp4
03-Overview of cross-site scripting.mp4
04-Overview of denial of service.mp4
05-Overview of server-side injection.mp4
03-Best Practices Packages
01-Hands-on base template overview.mp4
02-Maintain package dependencies.mp4
03-Add two-factor and read-only tokens with npm.mp4
04-Best Practices Data
01-Data handling with type and validation.mp4
02-Use prepared statements for SQLNoSQL.mp4
03-Set proper HTTP headers with Helmet.mp4
04-Encrypt user data and session management.mp4
05-Best Practices Server Level
01-Use secure HTTPS protocol.mp4
02-Rate limiting against DoS attacks.mp4
03-Use csurf to prevent CSRF attacks.mp4
04-Use cookie attributes.mp4
06-Tools for Testing
01-Introduction to OWASP dependency check.mp4
02-Find vulnerabilities with Snyk.mp4
03-Penetration testing with Burp.mp4
07-Conclusion
01-Next steps.mp4
12.React - Securing Applications
Ex_Files_React_Secure_Apps.zip
01-Introduction
01-Securing React applications.mp4
02-What you should know.mp4
02-Setting Up
01-Initial setup.mp4
02-Set up flow.mp4
03-Set up ESLint.mp4
03-Overview of Security Threats
01-Introduction to OWASP.mp4
02-Cross-site scripting XSS attacks.mp4
03-Cross-site request forgery CSRF.mp4
04-Introduction to JSON Web Token JWT and what it solves.mp4
04-Authentication with Auth0
01-Initial setup of your server.mp4
02-Create your API endpoints.mp4
03-Initial Auth0 setup.mp4
04-Adding the files and code from Auth0.mp4
05-Update index for Auth0 integration.mp4
06-Add connections to server.mp4
07-Finalize menu with login.mp4
05-Other React Considerations
01-React considerations for security.mp4
02-Strict mode.mp4
06-Conclusion
01-Next steps.mp4
Become a MERN Stack JavaScript Developer.png
README.txt
tracker
leech seedsTorrent description
Feel free to post any comments about this torrent, including links to Subtitle, samples, screenshots, or any other relevant information, Watch Linkedin - Become a MERN Stack JavaScript Developer [AhLaN] Online Free Full Movies Like 123Movies, Putlockers, Fmovies, Netflix or Download Direct via Magnet Link in Torrent Details.
related torrents
Torrent name
health leech seeds Size







