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 Raleigh

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

    • 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 Raleigh
    Mern Stack Development You can experiment with database structures that you just wouldn’t be able to attain in SQL and other relational options. It supports replication; if the primary server goes down during a transaction, then the secondary server handles the transaction without human interaction. The CRUD operations are associated with several additional options. The two situations that it addresses specifically are indexes that don’t work into memory and write-heavy data. Use Express, a lightweight HTTP server framework developed on top of Node. 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. Node. js concepts in an easy manner? Enrolling the Node. js is a straightforward programming language. .

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

    Anawar

    Mobile: +91 89210 61945
    Location: Noida, Online (Raleigh)
    Qualification: Polytechnic

    Experience: Hii I am a Web developer of Asp net and I have 1 6 years experience in Web development I  more..

    Daminee

    Mobile: +91 9446600368
    Location: Madhya Pradesh, Online (Raleigh)
    Qualification: Btech computer science and engineering

    Experience: Computer operator and programming assistant  more..

    Madhumitha

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

    Experience: I was completed the full stack python course And I have one year of experience as a system analyst   more..

    Tushar

    Mobile: +91 9446600368
    Location: Talaja, Online (Raleigh)
    Qualification: Bachelor of Computer Applications

    Experience: Python developer Django Application for Python Django  more..

    Bhavani

    Mobile: +91 9446600368
    Location: Mumbai, Online (Raleigh)
    Qualification: M.A.

    Experience: I am an independent documentation specialist writer and editor providing content across a range of specialities including information technology e-commerce  more..

    Anumol

    Mobile: +91 89210 61945
    Location: Kerala, Online (Raleigh)
    Qualification: Btech

    Experience: I have 1 year experience in fullstack developer Python django rest api html css bootstrap db  more..

    Lekshmi

    Mobile: +91 9446600368
    Location: Kerala, Online (Raleigh)
    Qualification: BTECH

    Experience: Throughout my software testing training I have gained a solid foundation in testing methodologies tools and best practices I am  more..

    Yogesh

    Mobile: +91 9895490866
    Location: Maharashtra, Online (Raleigh)
    Qualification: Be 2nd year

    Experience: Fronted developer Web developer  more..

    Minu

    Mobile: +91 9895490866
    Location: Kerala, Online (Raleigh)
    Qualification: Btech

    Experience: Manual testing in ui functionality and mobile application testing |   more..

    Neeraj

    Mobile: +91 9446600368
    Location: Uttarakhand, Online (Raleigh)
    Qualification: BA

    Experience: Computer hardware and networking  more..

    Rajani

    Mobile: +91 91884 77559
    Location: West Bengal, Online (Raleigh)
    Qualification: B.TECH

    Experience: Strong in design and integration with intuitive problem-solving skills Proficient in JAVA C++ PYTHON JAVASCRIPT and SQL Passionate about implementing  more..

    Tanika

    Mobile: +91 89210 61945
    Location: Pune, Online (Raleigh)
    Qualification: BE

    Experience: Software testing manual testing automation testing selenium | Resume for   more..

    Shone

    Mobile: +91 8301010866
    Location: Ernakulam, Online (Raleigh)
    Qualification: BCA

    Experience: Html CSS JavaScript Bootstrap Angular Flask SQlite XML Postgresql Python Django odoo python C C++Application for Python Django  more..

    Therus

    Mobile: +91 9895490866
    Location: Kalady, Online (Raleigh)
    Qualification: Btech

    Experience: 6 month experience in software testing Application for Software Testing  more..

    Prasad

    Mobile: +91 9895490866
    Location: Maharashtra, Online (Raleigh)
    Qualification: Bachelors of Engineering

    Experience: Proficient in manual as well as automation testing Knowledge of testing methodologies SDLC and STLC Selenium SQL TestNG  more..

    Ankita

    Mobile: +91 8301010866
    Location: Karnataka, Online (Raleigh)
    Qualification: MCA

    Experience: Experienced in web development with proficiency in HTML CSS Javascript PHP and Bootstrap Skilled inproject management problem - solving and  more..

    Sonika

    Mobile: +91 91884 77559
    Location: Dehradun, Online (Raleigh)
    Qualification: B.Tech CSE

    Experience: 2 5 years of experience in manual and automation testing Skills include Selenium java functional regression smoke retesting defect management  more..

    Divyanshu

    Mobile: +91 91884 77559
    Location: GHAZIABAD, Online (Raleigh)
    Qualification: MCA

    Experience: Manual testing test casesApplication for Software Testing  more..

    Suyash

    Mobile: +91 8301010866
    Location: Rajasthan, Online (Raleigh)
    Qualification: BCA in cyber security 2nd year

    Experience: Hello I'm Suyash Sharma an Ethical Hacker and Bug Bounty Hunter with a strong record of securing organizations through vulnerability  more..

    monalisa

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

    Experience: manual testing- 2+ years automation testing (selenium java)- 6 months but I have good command postman- 1 year sql- 1  more..

    Himanshu

    Mobile: +91 91884 77559
    Location: Madhya Pradesh, Online (Raleigh)
    Qualification: Post Graduate

    Experience: 1 8 years of experience in ASP Net MVC Development having proficient knowledge of C# programming ASP Net MVC Framework  more..

    Pavani

    Mobile: +91 98474 90866
    Location: Telangana, Online (Raleigh)
    Qualification: B.Tech

    Experience: I worked on planning design and MS office I have 3 years of experience   more..

    Alisha

    Mobile: +91 9446600368
    Location: Delhi, Online (Raleigh)
    Qualification: Btech

    Experience: I am good knowledge html css js react js my sql java with DSA I am working technology in react  more..

    Harish

    Mobile: +91 91884 77559
    Location: Jaipur, Online (Raleigh)
    Qualification: BFA graduate

    Experience: Hello I am harish yadav and i have 4 year experience in this field I am capable to design all  more..

    Sonam

    Mobile: +91 91884 77559
    Location: Madhya Pradesh, Online (Raleigh)
    Qualification: Undergraduate (b.tech)

    Experience: I have knowledge of some programming languages such as C Cpp Basics of Java and Python also i know HTML5  more..

    Kevin

    Mobile: +91 91884 77559
    Location: Kottayam, Online (Raleigh)
    Qualification: BTech computer science

    Experience: Java python Application for Java Spring  more..

    Amruta

    Mobile: +91 91884 77559
    Location: Maharashtra, Online (Raleigh)
    Qualification: BCS

    Experience: My skills are SQL Manual testing automation testing core java |   more..

    Santhiya

    Mobile: +91 98474 90866
    Location: Tamil Nadu, Online (Raleigh)
    Qualification: MCA

    Experience: EXPERIENCE Intern Java Master Class May 2023 - Sep 2023 Java Analyst Java Master Class Oct 2023 - Dec 2023  more..

    Tanusree

    Mobile: +91 8301010866
    Location: West Bengal, Online (Raleigh)
    Qualification: MCA

    Experience: 2 years rich experience in software testing |   more..

    Mahesh

    Mobile: +91 8301010866
    Location: Hyderabad , Online (Raleigh)
    Qualification: Bsc computer science

    Experience: HTML css javascript bootstrap react js next js node js mongo db wordpress seo  more..

    Deepti

    Mobile: +91 9895490866
    Location: Maharashtra, Online (Raleigh)
    Qualification: Commercial Art

    Experience: With 11 years of dedicated expertise in graphics UI and visual design I bring a wealth of experience to the  more..

    Madhuri

    Mobile: +91 98474 90866
    Location: Maharashtra, Online (Raleigh)
    Qualification: Be computer

    Experience: I have completed my graduation in 2012 n also completed softer testing course in 2016 i have no experience about  more..

    rajbir

    Mobile: +91 9895490866
    Location: Delhi, Online (Raleigh)
    Qualification: B.Tech in CSE

    Experience: I have worked for 2 company where i gained knowledge on asp net mvc along with Microsoft sql server sql  more..

    Kriti

    Mobile: +91 91884 77559
    Location: Udaipur , Online (Raleigh)
    Qualification: BTech in computer science and engineering

    Experience: Html css javascript react native bootstrap sass scss   more..

    Saritha

    Mobile: +91 98474 90866
    Location: Karnataka, Online (Raleigh)
    Qualification: MCA

    Experience: I have total 7 years if industry experience In that 2 + years in mobile app development using flutter framework  more..

    Vishnu

    Mobile: +91 98474 90866
    Location: Kerala, Online (Raleigh)
    Qualification: B tech

    Experience: I have 8 month internship experience in manual and automation testing   more..

    Vaidik

    Mobile: +91 98474 90866
    Location: Gujarat, Online (Raleigh)
    Qualification: B.E.

    Experience: Front end python+django  more..

    Prapanna

    Mobile: +91 98474 90866
    Location: Sikkim, Online (Raleigh)
    Qualification: Bachelor in Computer Science and Information Technology

    Experience: Django Development: Proficient in building and maintaining web applications using Django React Development: Skilled in creating interactive user interfaces with  more..

    Priti

    Mobile: +91 91884 77559
    Location: Pune, Online (Raleigh)
    Qualification: MTech

    Experience: one year of hands-on experience in manual software testing Proficient in executing test cases identifying defects and ensuring software product  more..

    Sudip

    Mobile: +91 8301010866
    Location: West Bengal, Online (Raleigh)
    Qualification: MCA

    Experience: I am a skilled Full Stack Developer with expertise in JavaScript React Next js Tailwind CSS and various web development  more..

    Fenilsonani

    Mobile: +91 91884 77559
    Location: surat, Online (Raleigh)
    Qualification: Bca

    Experience: Logo design Photoshop Illustrator XD Figma   more..

    Arun

    Mobile: +91 9446600368
    Location: Uttarakhand, Online (Raleigh)
    Qualification: Btech

    Experience: I have exp in data science machine learning data analytics tools web scrapping Till now i have tought more than  more..

    DRISHYA

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

    Experience: Having experience in doing programming skills as well as teaching experience The teaching method of triggering the basic will in  more..

    Vineeth

    Mobile: +91 89210 61945
    Location: Kerala, Online (Raleigh)
    Qualification: Diploma in mechanical engg.

    Experience: Autocad Catia Ansys ms office data science python artificial intelligence and machine learning   more..

    Bhagyashree

    Mobile: +91 89210 61945
    Location: Bangalore, Online (Raleigh)
    Qualification: Master of computer Applications MCA

    Experience: I have trained for six months in java full stack developer skills  more..

    Akshay

    Mobile: +91 9446600368
    Location: Tamil Nadu, Online (Raleigh)
    Qualification: BE Mechanical Engineering

    Experience: I had completed Core Java and python programming courses Also completed web development technologies such as Html Css Javascript jQuery  more..

    Anakha

    Mobile: +91 91884 77559
    Location: Kerala, Online (Raleigh)
    Qualification: mca

    Experience: python js html css restapi  more..

    Priyanshu

    Mobile: +91 8301010866
    Location: Uttar Pradesh, Online (Raleigh)
    Qualification: Polytechnic

    Experience: I am Priyanshu Sharma My skills HTML and CSS JavaScript wordpress My project is Hospital management system in web sites  more..

    Anjali

    Mobile: +91 91884 77559
    Location: Chhattisgarh, Online (Raleigh)
    Qualification: B.tech in computer science and engineering

    Experience: A software developer with two years of experience and one year as a computer science teacher specializing in Java SQL  more..

    Mani

    Mobile: +91 9446600368
    Location: Tamil Nadu, Online (Raleigh)
    Qualification: b.tech

    Experience: IT Specialist ccna Mcse Remote support Network engineer  more..

    MOHD

    Mobile: +91 9446600368
    Location: Uttar Pradesh, Online (Raleigh)
    Qualification: B.Tech

    Experience: I have more than 1 5 years experience in flutter development I have knowledge about Flutter Dart Getx Hive and  more..

    Bagesree

    Mobile: +91 91884 77559
    Location: Kannur, Online (Raleigh)
    Qualification: Btech

    Experience: I had completed btech in Electronics and communication engineering Now i am doing a course in python django which is  more..

    sarika

    Mobile: +91 9446600368
    Location: Maharashtra, Online (Raleigh)
    Qualification: B. Sc

    Experience: 4 yrs experience including graphic design faculty |   more..

    kamal

    Mobile: +91 91884 77559
    Location: Maharashtra, Online (Raleigh)
    Qualification: Graduation

    Experience: I have knowledge of test cases unit testing performance testing integration testing system testing regression testing sdlc stlc software testing  more..

    Harishini

    Mobile: +91 9446600368
    Location: Maharashtra, Online (Raleigh)
    Qualification: B.Sc-IT

    Experience: I know basics in python and power BI I had a subject datascience so I know some basic theory concept  more..

    vandna

    Mobile: +91 9446600368
    Location: Uttar Pradesh, Online (Raleigh)
    Qualification: m.tech

    Experience: Test Planning Test designing Test Reporting and Defect Mangement Functional testing Performance testing on loaded server F-decision Test Management System  more..

    Shruthi

    Mobile: +91 9446600368
    Location: Guruvayur, Online (Raleigh)
    Qualification: MTech CSE

    Experience: Manual Testing Automation testing using selenium java Basics of performance testing using JMeterApplication for Software Testing  more..

    Yash

    Mobile: +91 91884 77559
    Location: Delhi, Online (Raleigh)
    Qualification: Diploma

    Experience: Html css javascript react mongodb expressjs nodejs bootstrap wordpress woocommerce |   more..

    Suresh

    Mobile: +91 89210 61945
    Location: Indore, Online (Raleigh)
    Qualification: B.E. (ECE) & M.A. (English)

    Experience: I have sound knowledge of Python programming language with its framework Django I have completed a project of an e-commerce  more..

    Kathiravan

    Mobile: +91 98474 90866
    Location: Tamil Nadu, Online (Raleigh)
    Qualification: BTech CSE CYBER SECURITY

    Experience: Nmap linux Shell AWS EC2 RDS S3 IAM Amazon Lambda Amazon CloudFront Amazon SNS Amazon Auto-Scaling Amazon VPC Flutter Android  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 raleigh
    Internship/projects in raleigh
    Internship/projects in raleigh
    Internship/projects in raleigh
    Internship/projects in raleigh
    Internship/projects in raleigh
    Internship/projects in raleigh
    Internship/projects in raleigh
    Internship/projects in raleigh
    Internship/projects in raleigh
    Internship/projects in raleigh
    Internship/projects in raleigh

    Trained more than 10000+ students who trust Nestsoft TechnoMaster

    Get Your Personal Trainer