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 Dindigul

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

    • 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 Dindigul
    Mern Stack Development The two situations that it addresses specifically are indexes that don’t work into memory and write-heavy data. js has a huge opportunity today and tomorrow. Thus the basic syntax and specifications are of JavaScript only. js concepts in an easy manner? Enrolling the Node. ReactJS contains a reputation for being a robust tool for making user interfaces. Be it web development or mobile application development, developers intimate with JavaScript can effortlessly learn ReactJS. js for developing web applications. 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. React JS is formed via means of Facebook and is the most efficient solution for front-end developers of mobile and web apps. There are no tables in MongoDB.

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

    Rani

    Mobile: +91 89210 61945
    Location: Karnataka, Online (Dindigul)
    Qualification: The act of measuring or judging the size or ammount of something

    Experience: I completed degree in Karnataka My skills are python C programming Data Science Java Excl Powerponi and computer I experience  more..

    Divyansh

    Mobile: +91 9446600368
    Location: Uttar Pradesh, Online (Dindigul)
    Qualification: 12 pass

    Experience: logo design and normal invitation video  more..

    KEERTHI

    Mobile: +91 8301010866
    Location: Kochi, Online (Dindigul)
    Qualification: BTech Computer science

    Experience: I have an extensive background in software testing with 8 months of professional experience and 4 months of internship experience  more..

    VIKNESH

    Mobile: +91 9895490866
    Location: Tamil Nadu, Online (Dindigul)
    Qualification: BE CSE

    Experience: Python: Demonstrating strong programming skills and versatility Oracle 10g: Proficient in database management with Oracle Django: Skilled in developing robust  more..

    kuldeep

    Mobile: +91 9895490866
    Location: Madhya Pradesh, Online (Dindigul)
    Qualification: MCA

    Experience: Hello sir madam First of all thank you for giving me this opportunity I am Kuldeep Dubey from Indore (Madhya  more..

    Deepika

    Mobile: +91 9446600368
    Location: Karnataka, Online (Dindigul)
    Qualification: M.Sc in Multimedia

    Experience: ChatGPT I possess comprehensive UI UX design skills with proficiency in tools like Adobe XD and Figma My experience includes  more..

    Saurabh

    Mobile: +91 9446600368
    Location: Maharashtra, Online (Dindigul)
    Qualification: MSC IT

    Experience: SQL Python Ethical hacking Basic knowledge in networking  more..

    Vrushil

    Mobile: +91 9895490866
    Location: Gujarat, Online (Dindigul)
    Qualification: Bachelor's

    Experience: 1 year of experience at flutter development   more..

    Harish

    Mobile: +91 89210 61945
    Location: Dharwad Karnataka , Online (Dindigul)
    Qualification: BE

    Experience: Python programming   more..

    VISHNU

    Mobile: +91 91884 77559
    Location: Kerala, Online (Dindigul)
    Qualification: post graduation

    Experience: python django sql html css php jjava web development   more..

    Nazma

    Mobile: +91 9895490866
    Location: Telangana, Online (Dindigul)
    Qualification: M. Tech

    Experience: Manual testing+core java+selenium automation +cucumber +TestNG |   more..

    Minu

    Mobile: +91 9446600368
    Location: Uttar Pradesh, Online (Dindigul)
    Qualification: Btech cse

    Experience: I m fresher I have aware of manual testing Automation testing database testing |   more..

    Dipanshu

    Mobile: +91 9895490866
    Location: Rajasthan, Online (Dindigul)
    Qualification: B.Des M.Des and B.A

    Experience: Graphic Design Mastery: In my role I spearheaded numerous graphic design projects that ranged from creating compelling social media content  more..

    Ashwini

    Mobile: +91 89210 61945
    Location: Maharashtra, Online (Dindigul)
    Qualification: Be

    Experience: Manual testing Automation testing (Selenium) Postman API regression testing Java Testing maven framework  more..

    Ram

    Mobile: +91 8301010866
    Location: Madhya Pradesh, Online (Dindigul)
    Qualification: Master Of Computer Application

    Experience: python-1yr exp django-1yr exp React-1yr exp Mysql-1-yr node js-6months mongodb-6mnth exp express-6mnthexp Html css-2yr exp  more..

    Mahima

    Mobile: +91 9895490866
    Location: Uttar Pradesh, Online (Dindigul)
    Qualification: B.Tech

    Experience: I am writing to express my keen interest in this job As a final year B Tech student with a  more..

    Nikhil

    Mobile: +91 98474 90866
    Location: Jalgaon, Online (Dindigul)
    Qualification: BE-Computer

    Experience: I have 2 4 years experience in software testing Software testing SDLC STLC API Testing UI Testing  more..

    Manikandan

    Mobile: +91 91884 77559
    Location: Tamil Nadu, Online (Dindigul)
    Qualification: Btech

    Experience: Core java Manual testing Automation testing using selenium  more..

    Harshita

    Mobile: +91 98474 90866
    Location: Delhi, Online (Dindigul)
    Qualification: Graduate

    Experience: Excellence in Ms office python web designing html css javascript and angular js Iot application and embedded c or c  more..

    Subinay

    Mobile: +91 9446600368
    Location: Bokaro Jharkhand , Online (Dindigul)
    Qualification: MCA

    Experience: Experience in Web development   more..

    Jishnu

    Mobile: +91 98474 90866
    Location: Kochi, Online (Dindigul)
    Qualification: BCA

    Experience: Basic Testing SDLC Manual Testing Automation Testing Jira Java SQL 3 Months training in Software testing at luminar technolab kochiApplication  more..

    Padmini

    Mobile: +91 91884 77559
    Location: Odisha, Online (Dindigul)
    Qualification: btech

    Experience: My skills and experience primarily revolve around software testing which involves evaluating software to ensure it meets quality standards and  more..

    Md

    Mobile: +91 91884 77559
    Location: Kharagpur, Online (Dindigul)
    Qualification: B.tech

    Experience: Internship experience in software testing and work on the real time application and projects I am interested for this opportunity  more..

    Shrey

    Mobile: +91 98474 90866
    Location: Bihar, Online (Dindigul)
    Qualification: B com + IT Diploma

    Experience: Skills: Programming Languages: Java SQL (MySQL H2) MongoDB queries Frameworks & Technologies: Spring Boot (Version 2 6 6) Spring Security  more..

    Selvalakshmi

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

    Experience: Networking (ccna) SQL(Basic)  more..

    Kothiralla

    Mobile: +91 8301010866
    Location: Andhra Pradesh, Online (Dindigul)
    Qualification: Degree

    Experience: python Django SQL HTML CSS JavaScript  more..

    Rakesh

    Mobile: +91 91884 77559
    Location: Bhopal , Online (Dindigul)
    Qualification: B.Tect

    Experience: Core Java Manual testing SQL Software Testing Life Cycle Software Development Life Cycle   more..

    Namrata

    Mobile: +91 91884 77559
    Location: Maharashtra, Online (Dindigul)
    Qualification: Deploma in interiors

    Experience: I know all interior software and i have 5 yrs experience in design field  more..

    Siddharth

    Mobile: +91 8301010866
    Location: Kerala, Online (Dindigul)
    Qualification: Msc Microbiology

    Experience: 4 years of teaching experience in various coaching centre across Kerala and life skills development trainee  more..

    Athulya

    Mobile: +91 91884 77559
    Location: Thrissur , Online (Dindigul)
    Qualification: MCA

    Experience: I have theoretical knowledge in Software Testing and 6 months experience in software testing   more..

    Ankit

    Mobile: +91 9446600368
    Location: Noida, Online (Dindigul)
    Qualification: Diploma

    Experience: I have done a course of 6 months in which I have learnt to design a website how to make  more..

    MUKESH

    Mobile: +91 91884 77559
    Location: Tamil Nadu, Online (Dindigul)
    Qualification: BCA

    Experience: Adobe illustrator Adobe photoshop Figma Wireframing Broucher design Logo design Flyer Visiting card designs etc   more..

    Ashutosh

    Mobile: +91 9895490866
    Location: Lucknow, Online (Dindigul)
    Qualification: B.tech CSE

    Experience: Front end developer HTML CSS Javascript Bootstrap 1+ year experienced as a Web developer at Invisor Technologies   more..

    N

    Mobile: +91 91884 77559
    Location: Bangalore, Online (Dindigul)
    Qualification: BE

    Experience: Good foundation in programming languagesApplication for System Administration Server Admin  more..

    Shefali

    Mobile: +91 89210 61945
    Location: Kaithal , Online (Dindigul)
    Qualification: Mca

    Experience: I am a fresher I know c c++ java php and python Application for Python Django  more..

    Subhashree

    Mobile: +91 89210 61945
    Location: Odisha, Online (Dindigul)
    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..

    Renu

    Mobile: +91 89210 61945
    Location: Gujarat, Online (Dindigul)
    Qualification: MA, Bed

    Experience: My self Renu kaushik I'm trained hindi for last 14 years in reputed convent school and International school I have  more..

    Swagatika

    Mobile: +91 9895490866
    Location: Odisha, Online (Dindigul)
    Qualification: BSc

    Experience: I am having proficient knowledge on HTML CSS JavaScript and basics java Now am learning to know more about react  more..

    Aftab

    Mobile: +91 91884 77559
    Location: Maharashtra, Online (Dindigul)
    Qualification: BSc IT

    Experience: I have experience in html Css Javascript React Bootstrap JQUERY media query angular In 1 an half year And I  more..

    Lalith

    Mobile: +91 9446600368
    Location: Chittoor, Online (Dindigul)
    Qualification: BSc

    Experience: Manual testing regression testing cross browser testing selenium java cucumber BDD framework TestNG Maven Application for Software Testing  more..

    ANKUR

    Mobile: +91 91884 77559
    Location: varanasi, Online (Dindigul)
    Qualification: B tech

    Experience: python data science artificial intelligence machine learning| Application for Python Data Science Machine Learning Artificial Intelligence  more..

    Om

    Mobile: +91 9446600368
    Location: Haryana, Online (Dindigul)
    Qualification: bachelor in computer science

    Experience: I have over five years of experience as a graphic designer specializing in branding digital marketing and print design I've  more..

    Meenakshi

    Mobile: +91 9446600368
    Location: Rajasthan, Online (Dindigul)
    Qualification: btech

    Experience: version control - git github python ci cd- jenkins gitlab prometheus grafana kibana postgresql linux aws  more..

    PURUSHOTHAM

    Mobile: +91 98474 90866
    Location: Banglore, Online (Dindigul)
    Qualification: BE

    Experience: Manual testing oracle SQL selenium API (soapUI POSTMAN) | Resume for   more..

    Nithruja

    Mobile: +91 91884 77559
    Location: Tamil Nadu, Online (Dindigul)
    Qualification: MCA

    Experience: I Have live project experience in flutter I honed my skills in developing cross-platform mobile applications using Flutter During this  more..

    Rushikesh

    Mobile: +91 9446600368
    Location: Maharashtra, Online (Dindigul)
    Qualification: Mca

    Experience: Php developer with 3 years exp python fresher aas fresher  more..

    Syed

    Mobile: +91 98474 90866
    Location: Andhra Pradesh, Online (Dindigul)
    Qualification: MBA

    Experience: Python and django developer with sql and mysql knowledge along with agile methodologies   more..

    lalmohan

    Mobile: +91 8301010866
    Location: Bihar, Online (Dindigul)
    Qualification: BTech computer science

    Experience: Skills: have good in automation testing with selenium tool testng bdd cucumber ci cd pipelines also have experience in manual  more..

    Abhishek

    Mobile: +91 89210 61945
    Location: Uttar Pradesh, Online (Dindigul)
    Qualification: B.tech(computer science)

    Experience: I have knowledge of fullstack web development python and c language also in my work I have 1 year experience  more..

    Renuka

    Mobile: +91 89210 61945
    Location: Telangana, Online (Dindigul)
    Qualification: B.tech

    Experience: Software testing manual testing Functional Testing System testing regression testing retesting smoke testing sanity testing |   more..

    Chaitali

    Mobile: +91 89210 61945
    Location: Maharashtra, Online (Dindigul)
    Qualification: BE computer

    Experience: Having 5 3 years of experience in Manual testing which includes mobile app testing API testing web testing SQL |  more..

    AFSAR

    Mobile: +91 91884 77559
    Location: Coimbatore , Online (Dindigul)
    Qualification: Bachelors degree

    Experience: I did a software testing course with certification   more..

    sachin

    Mobile: +91 91884 77559
    Location: Karnataka, Online (Dindigul)
    Qualification: BCA

    Experience: Linux AWS Devops Jenkins Docker ansible kubernets python HTML CSS js  more..

    Bhavana

    Mobile: +91 91884 77559
    Location: Kerala, Online (Dindigul)
    Qualification: Mca

    Experience: Html5 Css3 Sass wordpress  more..

    Priya

    Mobile: +91 9895490866
    Location: Banglore, Online (Dindigul)
    Qualification: BTech IT

    Experience: C sharp asp Net mvc 2 5 yr experience  more..

    Preeti

    Mobile: +91 9895490866
    Location: Maharashtra, Online (Dindigul)
    Qualification: M.Sc. Textile & Clothing

    Experience: My 8 years teaching experience fashion design CAD Design all software Adobe Photoshop Adobe Illustrator Adobe InDesign Coral Draw  more..

    R

    Mobile: +91 8301010866
    Location: Tamil Nadu, Online (Dindigul)
    Qualification: B.Pharm

    Experience: Project making and team management good in manual testing  more..

    Manu

    Mobile: +91 91884 77559
    Location: Tamil Nadu, Online (Dindigul)
    Qualification: diploma

    Experience: Hi sir I have two years of experience in product design and 4 yeas of experience in graphic design and  more..

    Naresh

    Mobile: +91 9446600368
    Location: Chennai, Online (Dindigul)
    Qualification: BE

    Experience: Manual ETl Autimation testing | Resume for   more..

    Sri

    Mobile: +91 8301010866
    Location: Hyderabad , Online (Dindigul)
    Qualification: B.tech

    Experience: Django python java spring boot sql NET C#Application for Python Django  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 dindigul
    Internship/projects in dindigul
    Internship/projects in dindigul
    Internship/projects in dindigul
    Internship/projects in dindigul
    Internship/projects in dindigul
    Internship/projects in dindigul
    Internship/projects in dindigul
    Internship/projects in dindigul
    Internship/projects in dindigul
    Internship/projects in dindigul
    Internship/projects in dindigul

    Trained more than 10000+ students who trust Nestsoft TechnoMaster

    Get Your Personal Trainer