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 Gisborne

    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 Gisborne, chennai and europe countries. You can find many jobs for freshers related to the job positions in Gisborne.

    • 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 Gisborne
    Mern Stack Development It will store complicated structures easily, fetch the data more accurately. Learn the most effective skills from the best sources through the best trusty teachers. The two situations that it addresses specifically are indexes that don’t work into memory and write-heavy data. Actually, React has been formed to arrange the development, maintenance and updating of the UI with the goal of assisting the development groups operating on projects of average and extremely difficult. It stores data in document format to change any range of records, add or delete existing fields within the table. It isn't a surprise to say that React has gathered a lot of fashionability over the several times of its existence and that's gonna be in the eye of everyone for some other time. Complete, updated list. js is a straightforward programming language. js you are ready to execute multiple actions at the same time. js developers is less compared to other technologies as it has come to common in recent years.

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

    sandhya

    Mobile: +91 89210 61945
    Location: alappuzha, Online (Gisborne)
    Qualification: Msc computer science

    Experience: python django cs sql htmlApplication for Python Django  more..

    Chandrashekhar

    Mobile: +91 89210 61945
    Location: Thane, Online (Gisborne)
    Qualification: BE -AIML

    Experience: Development and Automation: Proficient in Python development with hands-on experience in web automation using Selenium Experience in web development with  more..

    Vivek

    Mobile: +91 8301010866
    Location: Uttar Pradesh, Online (Gisborne)
    Qualification: 3 years of experience as a freelance content writer

    Experience: Skills: content writing copywriting graphic design seo seo writing keyboard research and analysis market research   more..

    Smit

    Mobile: +91 9895490866
    Location: Gujarat, Online (Gisborne)
    Qualification: Bachelor of Engineering

    Experience: python machine learning data science problem solving web development |   more..

    TAMILARASAN

    Mobile: +91 89210 61945
    Location: Tamil Nadu, Online (Gisborne)
    Qualification: BE MECHANICAL ENGINEERING

    Experience: AutoCAD and solid works 2 years experience in fabrication industry as design Engineer |   more..

    Giteshwar

    Mobile: +91 98474 90866
    Location: Chhattisgarh, Online (Gisborne)
    Qualification: B.tech ET&T

    Experience: I have four years of experience as a Cluster Engineer in a government office where my responsibilities included: - Managing  more..

    Gargi

    Mobile: +91 89210 61945
    Location: Maharashtra, Online (Gisborne)
    Qualification: Msc(cs)

    Experience: I have certified in salesforce admin and testing course I have completed my post graduation in computer science My skills  more..

    Sahil

    Mobile: +91 9895490866
    Location: Punjab, Online (Gisborne)
    Qualification: bca

    Experience: Communication skiils Manual testing Automation testing Selenium Java Sdlc stlc Interpersonal skills  more..

    Vrutika

    Mobile: +91 98474 90866
    Location: Vadodara, Online (Gisborne)
    Qualification: BTech

    Experience: Manual testing automatic testing Core Java SQL Php Javascript 6 months of experience as software engineer test intern at Rishabh  more..

    Padma

    Mobile: +91 9446600368
    Location: Telangana, Online (Gisborne)
    Qualification: Post graduation

    Experience: Dear Sir Madam I am writing to apply for the position of DevOps Engineer I am a motivated and enthusiastic  more..

    Sirisha

    Mobile: +91 89210 61945
    Location: Andhra Pradesh, Online (Gisborne)
    Qualification: Btech

    Experience: Html AWS css SQL python  more..

    Vishnuram

    Mobile: +91 91884 77559
    Location: Tamil Nadu, Online (Gisborne)
    Qualification: BSC Information Technology

    Experience: Hi I have 1years and 2 months of experience in the manual and functional testing Insurance domain web application testing  more..

    Shiva

    Mobile: +91 9895490866
    Location: Maharashtra, Online (Gisborne)
    Qualification: Bachelor of Enginneing

    Experience: Java selenium jira bug tracking tool jmeter SQL Use of selenium webdrive to performed automatic testing and similarly perfom manual  more..

    Riyas

    Mobile: +91 9895490866
    Location: Kerala, Online (Gisborne)
    Qualification: BCA

    Experience: flutter dart firebase datastucture   more..

    Jagadeesh

    Mobile: +91 8301010866
    Location: Tamil Nadu, Online (Gisborne)
    Qualification: B.Tech

    Experience: Hi This is Jagadeesh Chandren having 2 5+ years experience in Manual and automation testing I have experience working in  more..

    sejal

    Mobile: +91 91884 77559
    Location: Maharashtra, Online (Gisborne)
    Qualification: Bsc cs

    Experience: Good knowledge of manual testing 8 month of experience in software development |   more..

    sonu

    Mobile: +91 98474 90866
    Location: idukki, Online (Gisborne)
    Qualification: Btech

    Experience: Currently I am working as an intern in Dubai based company I have 4 month experience in web development and  more..

    Yogeshwari

    Mobile: +91 98474 90866
    Location: Maharashtra, Online (Gisborne)
    Qualification: BE

    Experience: Html css css3 javascript jquery wordpress shopify mysql php  more..

    Rutudhvaj

    Mobile: +91 9446600368
    Location: Bangalore , Online (Gisborne)
    Qualification: BCA

    Experience: Dear Hiring Manager I am excited to express my interest in the Flutter Developer position at your company With over  more..

    Arpita

    Mobile: +91 91884 77559
    Location: GULBARGA, Online (Gisborne)
    Qualification: Engineering (computer science)

    Experience: C c++ java python HTML CSS PHP MySQL ms-office ms-word DBMS Oracle   more..

    Yaswanth

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

    Experience: Manual testing Automation testing Selenium IDE Selenium Webdriver Jira work management tool Black box testing debugging Bug Reporting |   more..

    Sparsh

    Mobile: +91 91884 77559
    Location: Uttar Pradesh, Online (Gisborne)
    Qualification: BTech

    Experience: I'd attained the skill sets of testing tools like the JIRA ASANA TRELLO AND AIRTABLE and hold a professional experience  more..

    Guru

    Mobile: +91 9446600368
    Location: Hyderabad, Online (Gisborne)
    Qualification: Bachelor of Computer Applications

    Experience: Basics of Java Manual testing SeleniumApplication for Software Testing  more..

    Abiramisri.J

    Mobile: +91 8301010866
    Location: Tamil Nadu, Online (Gisborne)
    Qualification: B.E - ECE

    Experience: I have 6 months of learning experience in ui ux design   more..

    Akram

    Mobile: +91 89210 61945
    Location: Andhra Pradesh, Online (Gisborne)
    Qualification: B.tech

    Experience: deveops python git aws   more..

    Jeseena

    Mobile: +91 9446600368
    Location: Kochi, Online (Gisborne)
    Qualification: BTech/IT

    Experience: With 1 3 years of experience as a Technical Analyst I am eager to transition into this dynamic field to  more..

    Arun

    Mobile: +91 9895490866
    Location: Tamil Nadu, Online (Gisborne)
    Qualification: Post diploma

    Experience: Drafting design engineer - mechanical  more..

    Jayant

    Mobile: +91 89210 61945
    Location: Delhi, Online (Gisborne)
    Qualification: B.Tech

    Experience: firewall network security threat intelligence CISCO packet tracer SIEM SOAR IDS  more..

    priti

    Mobile: +91 91884 77559
    Location: bangalore, Online (Gisborne)
    Qualification: diploma

    Experience: seo smm email marketing  more..

    Anubhuti

    Mobile: +91 9895490866
    Location: Chhattisgarh, Online (Gisborne)
    Qualification: BBA

    Experience: Graphic design Graphic Design  more..

    Ujjal

    Mobile: +91 98474 90866
    Location: Delhi, Online (Gisborne)
    Qualification: Post Graduate Diploma in DM

    Experience: SEO fundamental SEO advance Google PPC Meta Ads Content Writing Website development with Wordpress Google ads with AI Guest posting  more..

    monica

    Mobile: +91 91884 77559
    Location: bihar, Online (Gisborne)
    Qualification: graduate

    Experience: I was previously working as a Jr Graphic designer in skin elements I used to design social media posts banners  more..

    Vaishali

    Mobile: +91 89210 61945
    Location: Maharashtra, Online (Gisborne)
    Qualification: ITI Draughtsman Mechanical

    Experience: Responsible for the Design of various sites and estimates To optimize different system design and concept design Prepare 2D &  more..

    Tashvi

    Mobile: +91 9446600368
    Location: Maharashtra, Online (Gisborne)
    Qualification: Studying 2nd year bammc right now

    Experience: Website designing logo design brochure design banner 1 year experience in total  more..

    Priyanka

    Mobile: +91 8301010866
    Location: Haryana, Online (Gisborne)
    Qualification: Msc in physics

    Experience: Promote student development Behavior management Encourage Socio-emotoinal development  more..

    Ambati

    Mobile: +91 91884 77559
    Location: Hyderabad, Online (Gisborne)
    Qualification: MCA

    Experience: I have 2 years experience in web developer | Resume for   more..

    Kunal

    Mobile: +91 8301010866
    Location: Maharashtra, Online (Gisborne)
    Qualification: Bachelor's

    Experience: I am a Flutter Developer with 3 years of experience During this time I have developed Android apps handling UI  more..

    Prama

    Mobile: +91 9895490866
    Location: West Bengal, Online (Gisborne)
    Qualification: B tech

    Experience: Teaching academic maths mental maths team player content development trainer  more..

    Prajal

    Mobile: +91 9895490866
    Location: Maharashtra, Online (Gisborne)
    Qualification: MCS, NET, SET

    Experience: Dot Net C# C++ Java Android programming languages 3 years Teaching  more..

    Bhargav

    Mobile: +91 91884 77559
    Location: Hyderabad , Online (Gisborne)
    Qualification: MCA

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

    PRAGYA

    Mobile: +91 9895490866
    Location: DEVGAD, Online (Gisborne)
    Qualification: BTech

    Experience: have strong knowledge of Java Programming language (OOPS Concepts) C C++ MySQL HTML CSS also did project name student faculty  more..

    Prabhrati

    Mobile: +91 8301010866
    Location: Uttar Pradesh, Online (Gisborne)
    Qualification: Bachelor of technology

    Experience: Dear Hiring manager I am writing to express my strong interest in the Python Developer position at Nestsoft as advertised  more..

    surendarabalaji

    Mobile: +91 98474 90866
    Location: Tirupattur, Online (Gisborne)
    Qualification: BE.ECE

    Experience: I have zero experience And I know networking and hardware Now I am learning CCNAApplication for System Administration Server Admin  more..

    Yoshita

    Mobile: +91 8301010866
    Location: Delhi, Online (Gisborne)
    Qualification: Graduate

    Experience: Senior Graphic designer- (October 2022-Present) • Conceptualize and create visually appealing designs for print and digital media including brochures posters  more..

    Jyoti

    Mobile: +91 9446600368
    Location: Gujarat, Online (Gisborne)
    Qualification: Pursuing B.E

    Experience: I'm react js developer having 6 month training in html css and bootstrap as well   more..

    Raj

    Mobile: +91 91884 77559
    Location: Uttar Pradesh, Online (Gisborne)
    Qualification: Bsc-IT

    Experience: flutter Build Android iOS and web apps   more..

    Pawan

    Mobile: +91 91884 77559
    Location: lucknow, Online (Gisborne)
    Qualification: software engineering

    Experience: flutter dart java git firebase with 1 year above  more..

    KVS

    Mobile: +91 89210 61945
    Location: Andhra Pradesh, Online (Gisborne)
    Qualification: B tech

    Experience: SAP mmm python ms word   more..

    Saniya

    Mobile: +91 98474 90866
    Location: Rajasthan, Online (Gisborne)
    Qualification: Graphic design

    Experience: Good in photoshop and and illustrator I manage social media handles and i design banners website posts  more..

    Meesala

    Mobile: +91 91884 77559
    Location: Hyderabad, Online (Gisborne)
    Qualification: B.tech

    Experience: Manual testing automation testing c core java Experience:0 | Resume for   more..

    Nidhi

    Mobile: +91 89210 61945
    Location: Rajasthan, Online (Gisborne)
    Qualification: M.Sc

    Experience: Skills: Proficiency in high school math curriculum Classroom management Differentiated instruction Technology integration Communication skills Student support and mentoring Experience:  more..

    lokesh

    Mobile: +91 98474 90866
    Location: hyderbad, Online (Gisborne)
    Qualification: diploma VFX

    Experience: graphic design motion graphics video editing  more..

    Sreejith

    Mobile: +91 91884 77559
    Location: Kochi, Online (Gisborne)
    Qualification: BE Mechanical

    Experience: Manual testing Techsupport selenium ide  more..

    Divya

    Mobile: +91 9895490866
    Location: Kerala, Online (Gisborne)
    Qualification: Bsc in mathematics, B.Ed

    Experience: I have strong mathematical knowledge I'm a quick learner effective communication skills patience adaptability to different learning styles the ability  more..

    Nishika

    Mobile: +91 9446600368
    Location: Indore, Online (Gisborne)
    Qualification: Bsc(computer science)

    Experience: Python machine Learning deep learning artificial intelligence llm lstm sql mongodb power bi I have completed 2 internship 1st is  more..

    Priyanka

    Mobile: +91 98474 90866
    Location: Maharashtra, Online (Gisborne)
    Qualification: Bachelor

    Experience: Manual testing automation testing using selenium and java api testing postman gitlab core Java  more..

    Abrar

    Mobile: +91 8301010866
    Location: Delhi, Online (Gisborne)
    Qualification: Graduate

    Experience: Mechanical Drafting: Over 8 years of experience in creating detailed technical drawings and blueprints AutoCAD & Revit: Proficient in using  more..

    Vijaya

    Mobile: +91 98474 90866
    Location: Maharashtra, Online (Gisborne)
    Qualification: Bsc

    Experience: Experienced and result driven QA tester with a proven track record of success in improving software quality and efficiency Well  more..

    Dhaval

    Mobile: +91 91884 77559
    Location: rajkot, Online (Gisborne)
    Qualification: BE -EC

    Experience: Hello Sir Dhaval here Greetings for the day ! I am an Odoo developer I want to apply for the  more..

    Nalini

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

    Experience: Manual testing Automation testing  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 gisborne
    Internship/projects in gisborne
    Internship/projects in gisborne
    Internship/projects in gisborne
    Internship/projects in gisborne
    Internship/projects in gisborne
    Internship/projects in gisborne
    Internship/projects in gisborne
    Internship/projects in gisborne
    Internship/projects in gisborne
    Internship/projects in gisborne
    Internship/projects in gisborne

    Trained more than 10000+ students who trust Nestsoft TechnoMaster

    Get Your Personal Trainer