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 Kansas City

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

    • 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 Kansas City
    Mern Stack Development Complete, updated list. Build fast, scalable network applications using Node. js or ReactJS) is a free and open source front-end JavaScript Library for building user interface or UI components. React JS is formed via means of Facebook and is the most efficient solution for front-end developers of mobile and web apps. Learn the most effective skills from the best sources through the best trusty teachers. Node. All the info is kept in JSON format, i. Node Package Manager (NPM) is one of all the world’s prime package registries. js is a straightforward programming language. You can experiment with database structures that you just wouldn’t be able to attain in SQL and other relational options.

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

    Ankita

    Mobile: +91 91884 77559
    Location: Lucknow, Online (Kansas City)
    Qualification: Graduate

    Experience: I have total 3 year of experience in graphic design field and I have knowledge of Adobe software like Adobe  more..

    Deepika

    Mobile: +91 8301010866
    Location: Chennai, Online (Kansas City)
    Qualification: MBA -HRM

    Experience: Management training leadership development communication skills content writing | Resume for   more..

    Ashutosh

    Mobile: +91 89210 61945
    Location: Uttar Pradesh, Online (Kansas City)
    Qualification: B.Tech

    Experience: I hope this email finds you well My name is Ashutosh Tiwari and I am a passionate Python developer currently  more..

    Ruzain

    Mobile: +91 9446600368
    Location: Kannur, Online (Kansas City)
    Qualification: B.Sc Computer Science

    Experience: Skills : Python Django Html CSS Bootstrap JavaScript Angular MySQL Experience : Build two projects using python Django and Flask  more..

    K

    Mobile: +91 89210 61945
    Location: Karnataka, Online (Kansas City)
    Qualification: Bachelor of Technology in Information Technology

    Experience: Linux Unix Shell & Groovy Scripting: Proficiency in operating systems like Linux Unix and scripting languages such as Shell and  more..

    Ramesh

    Mobile: +91 91884 77559
    Location: Faridabad , Online (Kansas City)
    Qualification: Deploma mach

    Experience: Auto cad 16 year experience in design development   more..

    Pramod

    Mobile: +91 98474 90866
    Location: Etawah, Online (Kansas City)
    Qualification: Graduate (Humanity)

    Experience: Technical Content Writer (10 Years) Artificial Intelligence Machine Learning Big Data and analytics Mobile app development Software Development Web Cloud  more..

    Gautam

    Mobile: +91 9895490866
    Location: Gujarat, Online (Kansas City)
    Qualification: BCA

    Experience: Manual testing I have total 3 years of experience in Manual testing |   more..

    Harsh

    Mobile: +91 98474 90866
    Location: Faridabad, Online (Kansas City)
    Qualification: BTech

    Experience: I have 3 months of experience in a startup where i was working as a software developer in MERN stack  more..

    Kukku

    Mobile: +91 98474 90866
    Location: Kochi, Online (Kansas City)
    Qualification: Btech

    Experience: Myself Kukku Paul I recently completed my B-tech computer science at India Gandhi Institute of Engineering and Technology I also  more..

    Ritesh

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

    Experience: With 16 years of experience in the design industry I bring a wealth of knowledge and a proven ability to  more..

    Tanya

    Mobile: +91 98474 90866
    Location: Madhya Pradesh, Online (Kansas City)
    Qualification: MCA

    Experience: i have completed my MCA in 2022 i am a fresher worked as a teacher and accountant in 2 different  more..

    jyoti

    Mobile: +91 8301010866
    Location: Pune, Online (Kansas City)
    Qualification: Bcs

    Experience: HTML css javascript Bootstrap jQuery php MySQL and i have certified in ReactJs and knowledge for figma and 2 years  more..

    Kumar

    Mobile: +91 8301010866
    Location: Tamil Nadu, Online (Kansas City)
    Qualification: BE ECE

    Experience: I have a basic knowledge in Social media marketing and management I have a knowledge in Technical support role and  more..

    Vivek

    Mobile: +91 91884 77559
    Location: Delhi, Online (Kansas City)
    Qualification: Graduation

    Experience: I have done Java full stack developer from Ducat which is no 1 institute in India for it  more..

    Palash

    Mobile: +91 91884 77559
    Location: Rajarhat Kolkata, Online (Kansas City)
    Qualification: B Com

    Experience: Software installation firewall networking ad & server maintenanceApplication for System Administration Server Admin  more..

    Devendra

    Mobile: +91 9895490866
    Location: Maharashtra, Online (Kansas City)
    Qualification: BCA

    Experience: I have 3 years of experience in web design & development Skills like as a graphic designer Adobe Photoshop illustrator  more..

    Sahil

    Mobile: +91 9895490866
    Location: Haryana, Online (Kansas City)
    Qualification: B. Tech

    Experience: C C++ oops data structures & Algorithms HTML CSS Javascript python  more..

    vandana

    Mobile: +91 89210 61945
    Location: Haryana, Online (Kansas City)
    Qualification: Btech

    Experience: has been teaching web design and development with almost 9 years experience skills include photoshop illustrator html css js bootstrap  more..

    Pooja

    Mobile: +91 91884 77559
    Location: Madhya Pradesh, Online (Kansas City)
    Qualification: Msc cs

    Experience: Yes cc++ python developer django farmwork communication creativity  more..

    shubha

    Mobile: +91 98474 90866
    Location: Uttar Pradesh, Online (Kansas City)
    Qualification: M.Tech.

    Experience: 3+ years of experience working as flutter developer |   more..

    Shreya

    Mobile: +91 9895490866
    Location: Dist. SARAN JILA, Online (Kansas City)
    Qualification: BBA GRADUATE

    Experience: I have done diploma in digital marketing from Digital Academy 360 (banglore) I have knowledge of on-page SEO off page  more..

    Mohit

    Mobile: +91 89210 61945
    Location: Maharashtra, Online (Kansas City)
    Qualification: MA in Clinical Psychology

    Experience: Teaching experience in IGCSE based psychology of more than 2 years in private institute and 2 months in college for  more..

    Uznain

    Mobile: +91 91884 77559
    Location: Jammu and Kashmir, Online (Kansas City)
    Qualification: MCA

    Experience: 1 4 years of experience in QA and oracle 8 months experience in support  more..

    Divya

    Mobile: +91 91884 77559
    Location: Daman, Online (Kansas City)
    Qualification: Bsc computer science

    Experience: Can design posters logo resumes and graphics as directed Have started designing as a fresher but i am hard working  more..

    Priyanka

    Mobile: +91 98474 90866
    Location: Kochi, Online (Kansas City)
    Qualification: Mtech

    Experience: Windows server support Application testing   more..

    Vimalakumari

    Mobile: +91 9895490866
    Location: Tamil Nadu, Online (Kansas City)
    Qualification: Graduated

    Experience: I have an experience in Artificial intelligence nature of work Data annotation it's will be video moving for frame by  more..

    Sakshi

    Mobile: +91 98474 90866
    Location: Maharashtra, Online (Kansas City)
    Qualification: BTech in EC

    Experience: I am technically good at manual testing and writing test cases SDLC SDLC and agile methodology and i am also  more..

    Samuel

    Mobile: +91 89210 61945
    Location: Visakhapatnam, Online (Kansas City)
    Qualification: M.Tech

    Experience: Cybersecurity Python programming C++ Java  more..

    Suresh

    Mobile: +91 9446600368
    Location: Hyderabad, Online (Kansas City)
    Qualification: Btech( computer science and engineering)

    Experience: Skills:seo html js css and c lang Experience: now I'm working in government sector for developing website and one us  more..

    Bobby

    Mobile: +91 91884 77559
    Location: Bihar, Online (Kansas City)
    Qualification: Diploma

    Experience: Flutter developer dart kotlin php Android   more..

    Labina

    Mobile: +91 9895490866
    Location: Pune, Online (Kansas City)
    Qualification: Graduate

    Experience: In my 3-month training I soaked up everything about software testing I've got the skills the know-how and the enthusiasm  more..

    Aravindhan

    Mobile: +91 9446600368
    Location: Tamil Nadu, Online (Kansas City)
    Qualification: BE-CSE

    Experience: python java javascript html css react js angular js Tailwindcss Net Frameworks   more..

    SUMIT

    Mobile: +91 9446600368
    Location: Bihar, Online (Kansas City)
    Qualification: M.Sc. Computer Science

    Experience: Having 3 years of total experience as a QA Engineer in the Software field Knowledge of working with open-source tools  more..

    Krishna

    Mobile: +91 91884 77559
    Location: Chennai, Online (Kansas City)
    Qualification: B.Sc Computer Science

    Experience: Manual testing Selenium MySQL Java | Resume for   more..

    Paru

    Mobile: +91 89210 61945
    Location: Gujarat, Online (Kansas City)
    Qualification: BE(computer science & engineering)

    Experience: wordpress css java script jquery ajax html have experiance of all it field subjects as teaching purpose  more..

    Vaishnavi

    Mobile: +91 9895490866
    Location: Hubli, Online (Kansas City)
    Qualification: Bacholer of engineering

    Experience: Java python C# C++ oracle web CSS javascript Net  more..

    Nidhi

    Mobile: +91 91884 77559
    Location: Nagpur, Online (Kansas City)
    Qualification: BCCA

    Experience: Manual testing and automation testing Retest testing regression testing and smoke testing and sanity testing API testing postman tool Jira  more..

    Mayuri

    Mobile: +91 8301010866
    Location: Maharashtra, Online (Kansas City)
    Qualification: BCA

    Experience: I am a knowledgeable Front End Developer adept at creating successful websites that meet customer needs I have a total  more..

    Silpa

    Mobile: +91 8301010866
    Location: Perumbavoor, Online (Kansas City)
    Qualification: BTech

    Experience: Python Full stack development training and SAP CRM consultant Client Handling  more..

    Damini

    Mobile: +91 98474 90866
    Location: Bihar, Online (Kansas City)
    Qualification: B.Tech

    Experience: I have 6 years of experiance in software testing I have good knowledge of core Java Api and manual testing  more..

    Shruthi.

    Mobile: +91 89210 61945
    Location: Karnataka, Online (Kansas City)
    Qualification: BE

    Experience: Good in manual testing and writing test case  more..

    Riyasat

    Mobile: +91 91884 77559
    Location: Lucknow , Online (Kansas City)
    Qualification: Graduate

    Experience: IT hardware and networking  more..

    Greeshma

    Mobile: +91 91884 77559
    Location: Kerala, Online (Kansas City)
    Qualification: MCA

    Experience: Manual testing Automation Testing Jira Selenium Mantis BT TestNg Junit Cucumber SQL Vega Postman Jmeter Xampp Wordpress   more..

    Rahul

    Mobile: +91 9446600368
    Location: Madhya Pradesh, Online (Kansas City)
    Qualification: Mca

    Experience: Wordpress Developer with 1+ years of experience in Azure website using HTML CSS JavaScript PHP SQl MySQL Server and Azure  more..

    Swapnil

    Mobile: +91 91884 77559
    Location: Pune, Online (Kansas City)
    Qualification: Graduate

    Experience: Html CSS javascript bootstrap jQuery wordpress react js | Application for UI UX Designer  more..

    Syed

    Mobile: +91 89210 61945
    Location: Karnataka, Online (Kansas City)
    Qualification: Mtech

    Experience: I can work on technologies like python sql aws etc  more..

    sunil

    Mobile: +91 91884 77559
    Location: Karnataka, Online (Kansas City)
    Qualification: Bachelor's degree

    Experience: Hi I am sunil completed my front end developer trainee in AAVI LABS   more..

    Abhishek

    Mobile: +91 8301010866
    Location: Goa, Online (Kansas City)
    Qualification: Bca

    Experience: Html css basic knowledge of Javascript php Java python video editor like Filmora  more..

    Ayman

    Mobile: +91 9895490866
    Location: Maharashtra, Online (Kansas City)
    Qualification: BSc Computer Science

    Experience: UI UX design skills encompass a blend of creativity empathy and technical proficiency Designers must understand user behaviors preferences and  more..

    Vinod

    Mobile: +91 91884 77559
    Location: Jammu and Kashmir, Online (Kansas City)
    Qualification: B.tech

    Experience: CAD is one of my speciality I am also quite well in python as well as Excel   more..

    Khushi

    Mobile: +91 91884 77559
    Location: Uttar Pradesh, Online (Kansas City)
    Qualification: Polytechnic

    Experience: Python java sal css html php  more..

    Shubham

    Mobile: +91 89210 61945
    Location: Nagpur, Online (Kansas City)
    Qualification: B.E.

    Experience: 1 3 years experience in Python development skills - Html CSS Bootstrap  more..

    PALKARUPPUSAMY

    Mobile: +91 8301010866
    Location: Tamil Nadu, Online (Kansas City)
    Qualification: BE-MECHANICAL ENGINEERING

    Experience: 5 years experience in Foundry production now fresher for an design field also known AutoCAD & Solidworks  more..

    NEETA

    Mobile: +91 9446600368
    Location: Delhi, Online (Kansas City)
    Qualification: B.TECH

    Experience: I have 4 6 yrs experience as frontend developer and worked on skills like html css tailwind css javascript typescript  more..

    Parvathy

    Mobile: +91 9895490866
    Location: Ernakulam , Online (Kansas City)
    Qualification: Btech in electrical and electronics engineering

    Experience: Manual testing Automation testing selenium JMeter Jira postman SQL Java testcase preperation bug report   more..

    Chaitanya

    Mobile: +91 91884 77559
    Location: Maharashtra, Online (Kansas City)
    Qualification: BCA

    Experience: Flutter development React native development Android Kotlin + Java sql firebase payment integration api integration  more..

    Shubham

    Mobile: +91 8301010866
    Location: Punjab, Online (Kansas City)
    Qualification: Bachelor's in computer science

    Experience: Burpsuite nessus Cybersecurity penetrations tester Network penetration Host Discovery and enumeration python Bash assembly  more..

    Nimmy

    Mobile: +91 98474 90866
    Location: Thrissur , Online (Kansas City)
    Qualification: Mtech in Computer Science

    Experience: Have an experience of more than two years in training Python programming language Application for Python Django  more..

    Pranav

    Mobile: +91 8301010866
    Location: Kerala, Online (Kansas City)
    Qualification: BCA

    Experience: 1 year experience in Application Support And 1 one year experience in Software Testing Skills :- Java manual testing eclipse  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 kansas-city
    Internship/projects in kansas-city
    Internship/projects in kansas-city
    Internship/projects in kansas-city
    Internship/projects in kansas-city
    Internship/projects in kansas-city
    Internship/projects in kansas-city
    Internship/projects in kansas-city
    Internship/projects in kansas-city
    Internship/projects in kansas-city
    Internship/projects in kansas-city
    Internship/projects in kansas-city

    Trained more than 10000+ students who trust Nestsoft TechnoMaster

    Get Your Personal Trainer