Mern Stack Development Training by Experts

;

Our Training Process

Mern Stack Development - Syllabus, Fees & Duration

Module 1: Introduction to React

  • What is React?
  • Why React?
  • React version history
  • React 16 vs React 15
  • Just React – Hello World
  • Using create-react-app
  • Anatomy of react project
  • Running the app
  • Debugging first react app

Module 2: Templating using JSX

  • Working with React. create Element
  • Expressions
  • Using logical operators
  • Specifying attributes
  • Specifying children
  • Fragments

Module 3: About Components

  • Significance of component architecture
  • Types of components
  • Functional
  • Class based
  • Pure
  • Component Composition

Module 4: Working with state and props

  • What is state and it significance
  • Read state and set state
  • Passing data to component using props
  • Validating props using prop Types
  • Supplying default values to props using default Props

Module 5: Rendering lists

  • Using react key prop
  • Using map function to iterate on arrays to generate elements

Module 6: Event handling in React

  • Understanding React event system
  • Understanding Synthetic event
  • Passing arguments to event handlers

Module 7: Understanding component lifecycle and  handling errors

  • Understand the lifecycle methods
  • Handle errors using error boundaries

Module 8: Working with forms

  • Controlled components
  • Uncontrolled components
  • Understand the significance to default Value prop
  • Using react ref prop to get access to DOM element

Module 9: Context

  • What is context
  • When to use context
  • Create Context
  • Context Provider
  • Context Consumer
  • Reading context in class

Module 10: Code-Splitting

  • What is code splitting
  • Why do you need code splitting
  • React lazy
  • Suspense
  • Route-based code splitting

Module 11: hooks

  • What are hooks
  • Why do you need hooks
  • Different types of hooks
  • Using state and effect hooks
  • Rules of hooks

Module 12: Routing with react router

  • Setting up react router
  • Understand routing in single page applications
  • Working with Browser Router and Hash Router components
  • Configuring route with Route component
  • Using Switch component to define routing rules
  • Making routes dynamic using route params
  • Working with nested routes
  • Navigating to pages using Link and NavLink component
  • Redirect routes using Redirect Component
  • Using Prompt component to get consent of user for navigation
  • Path less Route to handle failed matches

Module 14: Immutable.js

  • What is Immutable.js?
  • Immutable collections
  • Lists
  • Maps
  • Sets

Module 17: Unit Testing

  • Understand the significance of unit testing
  • Understand unit testing jargon and tools
  • Unit testing react components with Jest
  • Unit testing react components with enzyme

Module 18: Web pack Primer

  • What is web pack
  • Why web pack
  • Install and setup web pack
  • Working with web pack configuration file
  • Working with loaders
  • Working with plugins
  • Setting up Hot Module Replacement

Module 19: Isomorphic React

  • What is server-side rendering (SSR)?
  • Why SSR
  • Working with render To String and render To Static Markup methods

Syllabus -> React JS
This syllabus is not final and can be customized as per needs/updates
IT Courses / Internship

Module 1: Introduction to Node.js

  • What is Node.js
  • Features of Node.js
  • Concept
  • Where to fit and not fit
  • Event-Driven programming style
  • What is Asynchronous

Module 2: Installation / Setup

  • Local environment setup
  • Node.js runtime
  • Download source code
  • Installation on OS
  • Verify

Module 3: Node Package Manager

  • Install module by NPM
  • Global vs Local setup
  • Update Module
  • CRUD Module

Module 4: Express Framework

  • What is Express
  • Setup Express
  • Request And Response
  • Handling Routes
  • Route Middleware
  • Objects
  • Cookies Management
  • File upload
  • HTTP methods

Module 5: Buffers and Streams

  • What is buffers and Streams
  • Benefit of Streams over buffers
  • Create / Write / Read operation on Buffers
  • Process on Buffers
  • Read / Write data by Streams
  • Pipeline
  • Chaining Stream

Module 7: REST API

  • RESTful Architecture
  • HTTP URI and Methods
  • RESTful web services
  • Expose solution as API
  • Best practice for REST API solution

Module 8: Callback

  • What is Callback
  • Benefit of Callback
  • Asynchronous communications
  • Block and Non-Blocking
  • Standard Callback pattern
  • Async Flow control Library
  • Executing in parallel

Module 9: Events

  • What is Events
  • Events types
  • Event Emitter API
  • Multiple event listeners
  • Event emitter pattern
  • Class methods
  • Event Loop
  • Blocking Event Loop
  • Escaping Event Loop

Module 10: Connecting with Database

  • Introduction of MySQL
  • Connect with MySQL
  • Introduction of MongoDB
  • Features of MongoDB
  • Connect with MongoDB
  • Defining a schema
  • Defining a Model

Module 11: External Processes and Services

  • What is processes
  • Spawning Child process
  • Create and kill processes
  • Building with HTTP Severs
  • HTTP requests
  • Secure HTTP Server

Module 12: External Processes and Services

  • Using Test Runner
  • Using Assertion Testing Module
  • Built-in Debugger
  • Console log
  • Node Inspector

Syllabus -> Node JS
This syllabus is not final and can be customized as per needs/updates
IT Courses / Internship

Module 1 : INTRODUCTION EXPRESS JS

  • The model-view-controller pattern
  • Defining Jade templates
  • Configuring Express
  • Postman configuration
  • Using REST
  • JSON Data
  • Reading POST data
  • CRUD operations
  • Adding middleware

Module 2 : EXPRESS JS WITH MONGODB AND SQLITE

  • Connecting to RDBMS and Mongodb databases
  • Performing CRUD operations
  • Module 3 : SOCKET.IO, THE FRONT-END, AND A CHAT APP

    • Getting Started
    • Adding Socket.io To Your App
    • Exploring The Front-end
    • Sending Live Data Back & Forth
    • Creating The Front-end UI
    • Showing Messages In App
    • Working With Time
    • Timestamps
    • Show Message Time In Chat App
    • Chat application Project

    Module 4 : INTRODUCTION TO TASK MANAGERS WITH UNIT TESTING

    • Working with gulp
    • Working with grunt
    • Working with unit and E2E testing

    Module 5: LEARNING EXPRESS ROUTES

    • starting a server
    • Writing your first route
    • Sending a response
    • Macthing route paths
    • Getting a single expression
    • Setting status codes
    • Macthing longer paths
    • Other HTTP methods

    Syllabus -> Express JS
    This syllabus is not final and can be customized as per needs/updates
    IT Courses / Internship

    Module 1: Introduction to NoSQL

    • What Is NoSQL?
    • Why NoSQL databases are required
    • Types of NoSQL Database
    • NoSQL vs SQL Comparison
    • ACID & BASE Property
    • CAP Theorem
    • Benefits of NoSQL databases
    • Installation
    • Start and Stop the MongoDB process

    Module 2: MongoDB Architecture

    • Document, Collection, Databases
    • JSON and BSON
    • Storage Engines
    • Read Path
    • Journaling
    • Write Path
    • Working Set
    • Capped Collection
    • Oplog collection
    • TTL Index
    • GridFS

    Module 3: CRUD Operations

    • MongoDB Data Types
    • Inserting, Update, Deleting the documents
    • Querying the documents
    • Bulk insert operation
    • Updating multiple document
    • Limiting documents
    • Filtering documents

    Module 4: Schema Design and Data modeling

    • Dynamic Schema
    • What is Data modeling?
    • RDBMS and MongoDB Data modeling difference
    • Embedding Document
    • Reference Document

    Module 5: Indexes

    • Index concepts in MongoDB
    • Types of indexes
    • Indexes and its use cases
    • Creating Indexes
    • Managing Indexes
    • Index strategies

    Module 6: Database Administration in MongoDB

    • Database status
    • Troubleshooting issues
    • Current Operations
    • Rotating log files
    • Users and Roles
    • Copy and Clone database
    • DB and Collection Stats
    • Explain plan
    • Profiling
    • Changing configuration files
    • Upgrading the database

    Module 7: MongoDB: Backup and Security

    • Concept of backups
    • mongoexport/mongoimport
    • mongodump/mongorestore
    • Oplog backups
    • LVM Backups
    • Backups using MMS/Ops Manager
    • Purpose of security
    • Authentication and authorization
    • Role based access control

    Module 8: Replication in MongoDB

    • Concept of replication
    • ReplicaSet member roles
    • Voting and Electing primary
    • Role of Oplog in replication
    • Read and Write Concern
    • Arbiter,Hidden and Delayed replica node
    • Priority settings
    • Replicaset nodes health check
    • Concept of resyncing the nodes
    • Rollbacks during failover
    • Keyfile authentication

    Module 9: MongoDB Scalability

    • Concept of Scalability
    • Sharding concept
    • Shardkey and Chunks
    • Choosing shardkey
    • Sharding components
    • Types of Sharding
    • Balanced data distribution
    • Sharded and Non-sharded collection
    • Sharded Replicaset
    • Tag aware sharding

    Module 10: MongoDB Monitoring and Other Tools

    • MMS Manager
    • Ops Manager
    • Mongo utility commands
    • Mongo developer tools
    • MongoDB Atlas
    • MongoDB client drivers

    Syllabus -> MongoDB
    This syllabus is not final and can be customized as per needs/updates
    IT Courses / Internship
     
    10000+
    20+
    50+
    25+

    Mern Stack Development Jobs in Bray

    Enjoy the demand

    Find jobs related to Mern Stack Development in search engines (Google, Bing, Yahoo) and recruitment websites (monsterindia, placementindia, naukri, jobsNEAR.in, indeed.co.in, shine.com etc.) based in Bray, chennai and europe countries. You can find many jobs for freshers related to the job positions in Bray.

    • mern stack developer
    • mern stack
    • mern stack programmer
    • reach js developer
    • node js developer
    • express js developer
    • mern stack expert
    • mern stack fresher
    • full stack developer
    • mongo db

    Mern Stack Development Internship/Course Details

    Mern Stack Development internship jobs in Bray
    Mern Stack Development js is an open-source platform as well, that will increase flexibility that helps in building real-time network applications. There are no tables in MongoDB. These operations when combined with additional options give nice results. React JS is formed via means of Facebook and is the most efficient solution for front-end developers of mobile and web apps. React(also referred to as React. How is it achievable that a simple library has gotten so popular? You may have caught on to ReactJS before, seeing a lot of people talking about it, a lot of people using it, and a bunch of products made by this technology. js you are ready to execute multiple actions at the same time. ReactJS contains a reputation for being a robust tool for making user interfaces. . With Node.

    Meet a Few of our Industry Experts 🚀 Your Pathway to IT Career

    Rahina.

    Mobile: +91 9895490866
    Location: Kerala, Online (Bray)
    Qualification: B.A, B. Ed. (Social science)

    Experience: Skills 👉 Class management 👉 Planning 👉 Curriculum knowledge 👉 Lesson delivery 👉 Evaluation Experience 👉 Teaching 5 classes of  more..

    Shikha

    Mobile: +91 98474 90866
    Location: Jabalpur, Online (Bray)
    Qualification: Be

    Experience: Manual testing Automation testing | Resume for   more..

    Omprakash

    Mobile: +91 89210 61945
    Location: Bangalore, Online (Bray)
    Qualification: Btech in Mechanical

    Experience: 9 plus years of experience in seo smo ppc  more..

    Rajeshwari

    Mobile: +91 98474 90866
    Location: Maharashtra, Online (Bray)
    Qualification: MscCS

    Experience: I have 2 years of work experience in Manual testing Android testing Ios testing Function testing web testing performance testing  more..

    Srikant

    Mobile: +91 89210 61945
    Location: Jharkhand, Online (Bray)
    Qualification: Diploma

    Experience: List of Your Skills & Experience:- A good knowledge of available technology which can be used in engineering design projects  more..

    Nilava

    Mobile: +91 91884 77559
    Location: Uttar Pradesh, Online (Bray)
    Qualification: Btech cse

    Experience: Programming Languages: C and C++ (Proficient) JavaScript (Intermediate) Python (Beginner) Database and Language: Experience in Mongo DB SQL {Intermediate) Frameworks:  more..

    Shubham

    Mobile: +91 89210 61945
    Location: Maharashtra, Online (Bray)
    Qualification: Msc CA

    Experience: I have 2 years of experience in flutter development with state management api integration clean code architecture firebase services null  more..

    Keerthana

    Mobile: +91 91884 77559
    Location: Coimbatore, Online (Bray)
    Qualification: BE.CSE

    Experience: Good skills in Manual testing SDLC and STLC Communication skillsApplication for Software Testing  more..

    Amit

    Mobile: +91 91884 77559
    Location: Maharashtra, Online (Bray)
    Qualification: Bsc.Hs

    Experience: Manual Testing ETL testing SDLC STLC   more..

    Akalya.A.R

    Mobile: +91 91884 77559
    Location: Tamil Nadu, Online (Bray)
    Qualification: BE

    Experience: Manual testing Interpersonal communication SDLC STLC problem solving  more..

    Arpita

    Mobile: +91 8301010866
    Location: Karnataka, Online (Bray)
    Qualification: BE

    Experience: C# Asp net core sql server html&css angular  more..

    Manikanta

    Mobile: +91 91884 77559
    Location: Andhra Pradesh, Online (Bray)
    Qualification: BTech

    Experience: I have an experience in flutter from last 1 year 6 months During this time period I have worked on  more..

    Deepesh

    Mobile: +91 98474 90866
    Location: Uttarakhand, Online (Bray)
    Qualification: BCA

    Experience: I am a dedicated BCA student with expertise in frontend development and SEO strategies Proficient in HTML CSS and JavaScript  more..

    Karthikeyan

    Mobile: +91 9895490866
    Location: Tamil Nadu, Online (Bray)
    Qualification: ME

    Experience: Html CSS JavaScript Bootstrap WordPress AutoCAD Pcb design  more..

    Chirag

    Mobile: +91 89210 61945
    Location: Surat, Online (Bray)
    Qualification: BE IT

    Experience: I have Networking knowledge about Forticlient fortinet Also I learned Cyber Security course I aware about networking and monitoring skill  more..

    Sonali

    Mobile: +91 9446600368
    Location: Maharashtra, Online (Bray)
    Qualification: Bsc

    Experience: Manual testing API testing jira jmeter writing test cases  more..

    Sasikumar

    Mobile: +91 91884 77559
    Location: Tamil Nadu, Online (Bray)
    Qualification: B.E

    Experience: I have completed software testing course and software testing intership in inmakes infotech |   more..

    Bhargav

    Mobile: +91 89210 61945
    Location: Hyderabad , Online (Bray)
    Qualification: MCA

    Experience: I am having 1 9 years of experience with python Django and RestApis Skills: Python django rest frame work MySQL  more..

    Ravi

    Mobile: +91 91884 77559
    Location: Andhra Pradesh, Online (Bray)
    Qualification: B.Tech

    Experience: I have a experience not specifically in teaching also a project design  more..

    Rohit

    Mobile: +91 9446600368
    Location: Pathanamthitta, Online (Bray)
    Qualification: BTech

    Experience: Fresher (2021 passout) Language-C C++ Python Have knowledge in HTML CSS JS Bootstrap Now im studying a web development course  more..

    B

    Mobile: +91 9446600368
    Location: Trivandrum , Online (Bray)
    Qualification: M.Tech

    Experience: Along with my masters I have done several courses in computer programming which provides me with the qualifications necessary for  more..

    Muhammad

    Mobile: +91 8301010866
    Location: Kozhikode , Online (Bray)
    Qualification: BBA

    Experience: Hi sir or madam I completed six month python trainee in quest innovative solutions also completed one project in django  more..

    Kavitha

    Mobile: +91 89210 61945
    Location: Tamil Nadu, Online (Bray)
    Qualification: BE

    Experience: I was 3years experience in manual testing currently pursuing automation testing in online platforms  more..

    Shubham

    Mobile: +91 9446600368
    Location: Uttar Pradesh, Online (Bray)
    Qualification: B.tech CSE

    Experience: I have done Internship in Cyber Security and ethical hacking where I have done practical tasks as using DVWA and  more..

    Chandhana

    Mobile: +91 98474 90866
    Location: Tamil Nadu, Online (Bray)
    Qualification: Bsc computer science

    Experience: I'm a immediate joiner I have 3 years of experience in python SQL pandas numpy flask etc  more..

    Mustafa

    Mobile: +91 91884 77559
    Location: Uttar Pradesh, Online (Bray)
    Qualification: B.tech

    Experience: WordPress developer seo |   more..

    Praveena

    Mobile: +91 9895490866
    Location: Kurnool , Online (Bray)
    Qualification: Mba

    Experience: Seo smo smm sem wordpress canva  more..

    Jitender

    Mobile: +91 8301010866
    Location: Punjab, Online (Bray)
    Qualification: MCA

    Experience: Html css php c c++ mysql | (Work from Home)  more..

    Akshada

    Mobile: +91 8301010866
    Location: Maharashtra, Online (Bray)
    Qualification: BE

    Experience: Manual testing Automation testing java selenium sql |   more..

    Lakhbir

    Mobile: +91 91884 77559
    Location: Punjab, Online (Bray)
    Qualification: b.tech cs

    Experience: I completed a six-month internship focusing on Python Django and related web technologies which significantly enhanced my skills in backend  more..

    Sakshi

    Mobile: +91 9895490866
    Location: Kerala, Online (Bray)
    Qualification: Masterdegree in Physics

    Experience: I have good communication skills as well as theoretical and practical knowledge in my expertise field I have teaching experience  more..

    Akshaya

    Mobile: +91 91884 77559
    Location: Palakkad, Online (Bray)
    Qualification: MCA

    Experience: I have already did a course in python django Iam also familiar with HTML CSS SQL JS I am confident  more..

    Rohit

    Mobile: +91 91884 77559
    Location: Uttar Pradesh, Online (Bray)
    Qualification: Btech

    Experience: Python django javascript html css react |   more..

    Jeevitha

    Mobile: +91 98474 90866
    Location: Telangana, Online (Bray)
    Qualification: Mtech

    Experience: SDLC STLC Software Functional testing api postman mobile testing ios Android devices knowledge on automation testing java with selenium |  more..

    gaurav

    Mobile: +91 98474 90866
    Location: gaya, Online (Bray)
    Qualification: BE

    Experience: python django mysqlApplication for Python Django  more..

    Preeti

    Mobile: +91 91884 77559
    Location: Karnataka, Online (Bray)
    Qualification: BE

    Experience: Manual and automation testing with 11 years of experience  more..

    Megha

    Mobile: +91 89210 61945
    Location: India, Online (Bray)
    Qualification: MCA

    Experience: Hi my name is Megha Agrawal I am from india Delhi I have done my masters in computer applications and  more..

    Prathamesh

    Mobile: +91 9895490866
    Location: Maharashtra, Online (Bray)
    Qualification: Master's

    Experience: Experienced Flutter and Android Developer with a proven record of launching 5+ successful projects totaling over 500 000 users Skilled  more..

    DHEERAJ

    Mobile: +91 9446600368
    Location: Kannur, Online (Bray)
    Qualification: Btech

    Experience: 1 5 year experience in full stack development Javascript Node js Epress js React js Git Gitlab GitHub Redux Sql  more..

    Anirban

    Mobile: +91 91884 77559
    Location: West Bengal, Online (Bray)
    Qualification: Master's student

    Experience: Hello sir I am a student in France working in python programming particularly in signal processing I am well versed  more..

    Afridha

    Mobile: +91 91884 77559
    Location: Chennai, Online (Bray)
    Qualification: M a fine art design

    Experience: I have a 2 years experience as a graphic designer and did some freelance designing job also My skills include  more..

    Rajkumar

    Mobile: +91 9895490866
    Location: Tamil Nadu, Online (Bray)
    Qualification: B E computer science

    Experience: Software development good communication skills phython JavaScript node JS AWS cloud  more..

    Ameen

    Mobile: +91 91884 77559
    Location: Maharashtra, Online (Bray)
    Qualification: 12th + Diploma

    Experience: I am professional graphic design in India I have specialized in Social Media advertisement manipulation UI UX posters typography corporate  more..

    Vivekananda

    Mobile: +91 9895490866
    Location: West Bengal, Online (Bray)
    Qualification: Diploma in civil engineering

    Experience: My self Vivekananda Chatterjee i have experience 3 years in site engineer at construction field and i know Auto cad  more..

    Dhiraj

    Mobile: +91 9446600368
    Location: Maharashtra, Online (Bray)
    Qualification: MSc Computer science

    Experience: I have a good knowledge in web development and coding language I worked on some college projects in my academic  more..

    Pavel

    Mobile: +91 91884 77559
    Location: mirpur, dhaka, bangladesh, Online (Bray)
    Qualification: Honors

    Experience: My name is Pavel Asad I am Bangladeshi I'm a Wix developer I have been working with Wix for 4  more..

    Sagufta

    Mobile: +91 91884 77559
    Location: Chhattisgarh, Online (Bray)
    Qualification: Bachelor's of technology ( computer science and engineering

    Experience: Technical Skills FRONT‑END: • Flutter (Responsive UI State Management (provider GETX Bloc) Routing) • Payment Integrations (Stripe RazorPay PayPal) •  more..

    Vijayakumar

    Mobile: +91 91884 77559
    Location: Tamil Nadu, Online (Bray)
    Qualification: Diploma electrical and electronics engineering and BE

    Experience: Currently work for home automation company position for design engineer |   more..

    Linu

    Mobile: +91 98474 90866
    Location: Ernakulam, Online (Bray)
    Qualification: Bsc it

    Experience: HTML CSS JAVASCRIPT jQuery bootstrap python djangoApplication for Python Django  more..

    Tushar

    Mobile: +91 89210 61945
    Location: Rajasthan, Online (Bray)
    Qualification: Graduate

    Experience: 2 year experience in teaching maths science and computer Scored 90 percentile in cat Can teach programming languages Like python  more..

    Kamalahasan

    Mobile: +91 9895490866
    Location: Andhra Pradesh, Online (Bray)
    Qualification: Bsc graduation

    Experience: Git GitHub Maven Jenkins Ansible Docker Kubernetes Aws Terraform shell script python(intermediate Level) Azure(intermediate level)  more..

    Rudraksh

    Mobile: +91 91884 77559
    Location: Jaipur, Online (Bray)
    Qualification: Bachelor of Computer Application, Masters of Science in Information Technology

    Experience: Skills : Python (Scikit - learn Pandas Numpy Seaborn Matplotlib Tensorflow Keras OpenCV) MySQL JavaScript HTML CSS PHP Web developer  more..

    Suraj

    Mobile: +91 8301010866
    Location: Telangana, Online (Bray)
    Qualification: B. Tech

    Experience: 2 months internship experience on automation using katalon studio and manual testing at smartinternz Implemented manual and automation testing on  more..

    Subhashree

    Mobile: +91 98474 90866
    Location: Odisha, Online (Bray)
    Qualification: Diploma in civil engg

    Experience: I'm Subhashree Sahoo from odisha I have Completed diploma in civil engg form Government polytechnic nayagarh and I want a  more..

    Rishab

    Mobile: +91 9895490866
    Location: Uttar Pradesh, Online (Bray)
    Qualification: Mca

    Experience: My name is rishabh bansal I have one year experience in Wordpress developer Theme customisation   more..

    Nandini

    Mobile: +91 89210 61945
    Location: Karnataka, Online (Bray)
    Qualification: BE in civil engg

    Experience: I AutoCAD is a computer-aided design (CAD) software used for creating precise 2D and 3D drawings Key skills for using  more..

    Kiran

    Mobile: +91 9446600368
    Location: Bhilai Chhattisgarh , Online (Bray)
    Qualification: B.com final year

    Experience: I have multiple skills like fast learner creative mind problem solving design communication content creator and smar worker and I  more..

    JOOBY

    Mobile: +91 98474 90866
    Location: Calicut, Online (Bray)
    Qualification: Btech

    Experience: I have 6 month experience on python fullstack developer from Quest Innovative Solutions Calicut Application for Python Django  more..

    Rupa

    Mobile: +91 91884 77559
    Location: Karnataka, Online (Bray)
    Qualification: Mtech

    Experience: Manual testing Automation testing Sql Api  more..

    SRI

    Mobile: +91 9895490866
    Location: chennai, Online (Bray)
    Qualification: b.tech

    Experience: ethical hacking web developement c c++Application for Ethical Hacking  more..

    Success Stories

    The enviable salary packages and track record of our previous students are the proof of our excellence. Please go through our students' reviews about our training methods and faculty and compare it to the recorded video classes that most of the other institutes offer. See for yourself how TechnoMaster is truly unique.

    Photos of Training / Internships

    Internship/projects in bray
    Internship/projects in bray
    Internship/projects in bray
    Internship/projects in bray
    Internship/projects in bray
    Internship/projects in bray
    Internship/projects in bray
    Internship/projects in bray
    Internship/projects in bray
    Internship/projects in bray
    Internship/projects in bray
    Internship/projects in bray

    Trained more than 10000+ students who trust Nestsoft TechnoMaster

    Get Your Personal Trainer