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 Bellary

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

    • 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 Bellary
    Mern Stack Development js services are getting more popular, so that they have something new all the time. It stores data in document format to change any range of records, add or delete existing fields within the table. js is an open-source platform as well, that will increase flexibility that helps in building real-time network applications. React JS is formed via means of Facebook and is the most efficient solution for front-end developers of mobile and web apps. Complete, updated list. Students will be able to: Store data in NoSQL, develop a document-oriented MongoDB database that provides performance and scalability,. React web framework is currently being used by reputed companies including Netflix, NASA, BBC, Facebook, Paypal, etc. The modular design of ReactJS allows you to produce small fluctuations with ease. There are no tables in MongoDB. If you're familiar with JavaScript then you would realize Node.

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

    Sindhi

    Mobile: +91 89210 61945
    Location: Gujarat, Online (Bellary)
    Qualification: 12th pass

    Experience: Tally prime ccc graphic design  more..

    keerthi

    Mobile: +91 8301010866
    Location: Kerala, Online (Bellary)
    Qualification: Byech ece

    Experience: Php language basic knowledge about programming  more..

    Shubham

    Mobile: +91 98474 90866
    Location: Gujarat, Online (Bellary)
    Qualification: Graduation

    Experience: 2 years of experience in Illustrator and photoshop and graphic design |   more..

    Deepika

    Mobile: +91 91884 77559
    Location: Maharashtra, Online (Bellary)
    Qualification: B.E

    Experience: Dear HR I hope this email finds you well I am writing to express my interest in the Manual testing  more..

    Hariganesh

    Mobile: +91 9446600368
    Location: Tamil Nadu, Online (Bellary)
    Qualification: Mtech integrated software

    Experience: Completed selenium in manual and automation testing course with certification Worked as intern in manual testing at ATG Bangalore |  more..

    AMALJITH

    Mobile: +91 89210 61945
    Location: Ernakulam, Online (Bellary)
    Qualification: B-Tech

    Experience: working as an intern at pumex infotech completed python 2 month courseApplication for Python Django  more..

    Darshan

    Mobile: +91 91884 77559
    Location: Kerala, Online (Bellary)
    Qualification: B com

    Experience: Skills: Adobe illustrator Adobe photoshop Adobe InDesign Figma Experience: 3+ years in branding and graphic design  more..

    manish

    Mobile: +91 8301010866
    Location: Rajasthan, Online (Bellary)
    Qualification: MCA

    Experience: I have experience of 11 years in teaching I can teach c cpp HTML computer basic DBMS python etc   more..

    MUHAMED

    Mobile: +91 89210 61945
    Location: Malappuram, Online (Bellary)
    Qualification: BSc Computer Science

    Experience: Experience:- Six months of Experience as a Python Django full stack developer Intern from Maxlore Innovations LLP UL Cyberpark sez  more..

    parveen

    Mobile: +91 98474 90866
    Location: Hyderabad, Online (Bellary)
    Qualification: Diploma in animation & film Making

    Experience: Skills: Technical Skills: Proficient in Adobe Photoshop Indesign Illustrator Intermediary Skills: MS word Powerpoint & Excel Experience: Worked as an  more..

    Pokala

    Mobile: +91 8301010866
    Location: Bangalore, Online (Bellary)
    Qualification: Btech

    Experience: Manual testing testcases automation testing selenium javaApplication for Software Testing  more..

    Lokesh

    Mobile: +91 9895490866
    Location: Rajasthan, Online (Bellary)
    Qualification: Diploma

    Experience: I am a mechanical design engineer my experience in design engineer 5 years and Knowledge of me for software Autocad  more..

    Sumit

    Mobile: +91 91884 77559
    Location: Pune, Online (Bellary)
    Qualification: MCA

    Experience: I have two year experience in the manual testing in which I have responsible for the writing the test case  more..

    Anand

    Mobile: +91 91884 77559
    Location: Chandigarh, Online (Bellary)
    Qualification: Masters(Mathematics)

    Experience: Exceptionally talented educator with over 5 years of tutoring experience Passionate about working with youth and adult learners Strong commitment  more..

    Ahmed

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

    Experience: Manual testing Automation testing Test cases Selenium scripts |   more..

    Karishma

    Mobile: +91 91884 77559
    Location: Gujarat, Online (Bellary)
    Qualification: BCA

    Experience: Hello I am karishma daiya from Ahmedabad And recently graduated from Gujarat University I was completed 1 years front-end developer  more..

    Siva

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

    Experience: I have 4 years experience in non IT job IT job - Fresher I completed Python and SQL course with  more..

    Anaha

    Mobile: +91 89210 61945
    Location: Kottayam, Online (Bellary)
    Qualification: B Tech (CS)

    Experience: I have 7 month internship experience in software testing I have work with a project on manual testing and also  more..

    Namrata

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

    Experience: Java selenium automation testing manual testing sql api jira  more..

    Snehal

    Mobile: +91 98474 90866
    Location: Pune, Online (Bellary)
    Qualification: M.Sc computer science

    Experience: Experience - 3 years Skills-Basic Java manual testing SQL apiApplication for Software Testing  more..

    Akshay

    Mobile: +91 8301010866
    Location: Delhi, Online (Bellary)
    Qualification: y pursuing BCA , 3rd year at IGNOU

    Experience: Driven cybersecurity enthusiast with hands-on experience in penetration testing and vulnerability assessment I’ve worked on over 40 projects identifying and  more..

    Bhavitha

    Mobile: +91 98474 90866
    Location: Andhra Pradesh, Online (Bellary)
    Qualification: BTech

    Experience: Freelance Product Designer | Tassel Tales Conducted user research and crafted personas to inform design decisions boosting usability scores Designed  more..

    Aditi

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

    Experience: As a Flutter developer with over 1 year of experience I would describe myself as proficient in developing cross-platform mobile  more..

    Nirav

    Mobile: +91 89210 61945
    Location: Gujarat, Online (Bellary)
    Qualification: Btech CSE

    Experience: I am currently in the final year of my CSE program at Nirma University Throughout my academic career I have  more..

    Rahul

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

    Experience: I have 1 4 years of experience in QA testing at Ubisoft I am fluent in using JIRA Testrail Flare  more..

    Adarsh

    Mobile: +91 89210 61945
    Location: Kannur kerala, Online (Bellary)
    Qualification: Bsc computer science

    Experience: Writing test cases manual testing automation testing J meter API testing Postman bugzilla jira  more..

    Harish

    Mobile: +91 91884 77559
    Location: Haryana, Online (Bellary)
    Qualification: 12

    Experience: l have good hardware networking Configuration of IP services Configuration of Inter VLAN Routing Configuration of VLAN Crimping and connecting  more..

    Naveen

    Mobile: +91 91884 77559
    Location: Tamil Nadu, Online (Bellary)
    Qualification: Bsc (cs)

    Experience: 2 year 6 month of experience in flutter development  more..

    Himanshu

    Mobile: +91 91884 77559
    Location: Uttar Pradesh, Online (Bellary)
    Qualification: Graduate

    Experience: Adobe illustrator coreldraw Adobe InDesign and Adobe Photoshop and Adobe creative suit andI'm a creative person driven by my passion  more..

    Ujjwal

    Mobile: +91 9895490866
    Location: Uttar Pradesh, Online (Bellary)
    Qualification: Diploma

    Experience: I had done manual testing course from QSPIDERS noida |   more..

    Hemanath

    Mobile: +91 91884 77559
    Location: Tiruppur, Online (Bellary)
    Qualification: BE

    Experience: 10 months work experience in Kone elevator private limited as django developer Django Python Html Css Js Git Bootstrap Application  more..

    Hari

    Mobile: +91 89210 61945
    Location: Kerala, Online (Bellary)
    Qualification: diploma

    Experience: fProficient in HTML CSS and JavaScript for creating interactive and responsive websites Experienced in using Figma for UI UX design  more..

    kajal

    Mobile: +91 89210 61945
    Location: chennai, Online (Bellary)
    Qualification: M.Sc B.Sc B.Ed computers science

    Experience: 1 year worked as trainer c c++ java python data science artificial intelligence machine learning| Application for Python Data Science  more..

    Gopikumar

    Mobile: +91 9895490866
    Location: Tamil Nadu, Online (Bellary)
    Qualification: DCA

    Experience: Manual testing UI Testing Unit Testing Jira Story Test Case creation   more..

    Danish

    Mobile: +91 98474 90866
    Location: Mumbai, Online (Bellary)
    Qualification: Diploma in Computer Engineering

    Experience: I have been a solo Android developer in my current company This company focuses on digitalizing universities and schools I  more..

    Shadab

    Mobile: +91 9446600368
    Location: Noida, Online (Bellary)
    Qualification: BCA

    Experience: 4 Years exp and i am working but i want to work at night or weekend as a wordpress profile  more..

    Renjith.

    Mobile: +91 89210 61945
    Location: Kochi, Online (Bellary)
    Qualification: MBA

    Experience: More than 15 years of experience in banking and finance sector Good communication Problem solving analytical skills Have done a  more..

    PALAK

    Mobile: +91 98474 90866
    Location: Maharashtra, Online (Bellary)
    Qualification: BTech in computer science

    Experience: I have experience about C++ java python machine learning and more Critical thinking strong interaction with others   more..

    Subhamay

    Mobile: +91 91884 77559
    Location: Westbangal, Online (Bellary)
    Qualification: HS

    Experience: ALL design tools  more..

    Akash

    Mobile: +91 9446600368
    Location: Pune, Online (Bellary)
    Qualification: BTech

    Experience: Java selenium SQL automation testing manual testing   more..

    Muskan

    Mobile: +91 91884 77559
    Location: Bihar, Online (Bellary)
    Qualification: pursuing masters degree

    Experience: My skills include content writing SEO optimization graphic design and proficiency in video and voice editing I have over 3  more..

    Divya

    Mobile: +91 9895490866
    Location: Madhya Pradesh, Online (Bellary)
    Qualification: Bsc

    Experience: Have 1 year experience in canva Make eye catching post for social media accounts graphic design poster making  more..

    Sehal

    Mobile: +91 9446600368
    Location: Maharashtra, Online (Bellary)
    Qualification: BE

    Experience: Excel (basic advance) sql python power bi  more..

    Nikhil

    Mobile: +91 91884 77559
    Location: Maharashtra, Online (Bellary)
    Qualification: Diploma in mechanical engineering and Ethical hacking Course

    Experience: Virtualization- Hyper V ( On- Premises ) Monitoring Tool- Manage Engine Servers Installation- All server Windows And Linux DLP Monitoring  more..

    Malhotra

    Mobile: +91 8301010866
    Location: Gujarat, Online (Bellary)
    Qualification: MCA

    Experience: Android SDK kotlin java firebase flutter flutterflow   more..

    Shashikanth

    Mobile: +91 91884 77559
    Location: Telangana, Online (Bellary)
    Qualification: B.Tech

    Experience: Good knowledege in html ms excel sql manual testing SDLC STLC Core java automation testing using selenium |   more..

    D.

    Mobile: +91 89210 61945
    Location: Telangana, Online (Bellary)
    Qualification: B.Sc., B.Ed.,

    Experience: I strive hard for the positive development of academic excellence   more..

    Ritik

    Mobile: +91 91884 77559
    Location: Haryana, Online (Bellary)
    Qualification: B.tech

    Experience: Communication skill Logic bulding Critical thinking Linux Networking Window Ios Information gathering Penetration testing  more..

    Shiva

    Mobile: +91 9446600368
    Location: Karnataka, Online (Bellary)
    Qualification: BE

    Experience: Manual Testing - I have good experience in giving training to students on Manual and Automation I hold my expertise  more..

    Monika

    Mobile: +91 91884 77559
    Location: REWA, Online (Bellary)
    Qualification: Master of computer science

    Experience: 6 months training ( mern stack) and 6 months experience of WordPress developer   more..

    Clifford

    Mobile: +91 89210 61945
    Location: Goa, Online (Bellary)
    Qualification: b.com

    Experience: graphic web design video editing social media Ads   more..

    Abhijith

    Mobile: +91 98474 90866
    Location: Kerala, Online (Bellary)
    Qualification: BCA

    Experience: all attach in my resume dart flutter firebase networking html css  more..

    chirag

    Mobile: +91 89210 61945
    Location: Gujarat, Online (Bellary)
    Qualification: B.E.

    Experience: As a WordPress developer with a passion for creating dynamic responsive websites Experienced in both front-end and back-end development dedicated  more..

    Keerthana

    Mobile: +91 9446600368
    Location: Kerala, Online (Bellary)
    Qualification: Bsc

    Experience: As a recent graduate with a focus on cybersecurity I have foundational skills in network security threat analysis and ethical  more..

    Lakshith

    Mobile: +91 9895490866
    Location: Karnataka, Online (Bellary)
    Qualification: Bsc in visuals effects

    Experience: Myself Lakshith krishnamurthy i have a experience of 3 to 4 years in the graphic design field Where i can  more..

    Kanimozhi

    Mobile: +91 91884 77559
    Location: Chennai, Online (Bellary)
    Qualification: B.Com Bank Management

    Experience: Tally prime and erp9 Microsoft office Business development and customer support  more..

    anita

    Mobile: +91 89210 61945
    Location: Maharashtra, Online (Bellary)
    Qualification: bca

    Experience: functional testing manual testing basic knowledge in automation  more..

    Suranjana

    Mobile: +91 8301010866
    Location: kolkata, Online (Bellary)
    Qualification: MBA

    Experience: I have more than 9 years of experience in website layout design and Graphics design   more..

    Muskaan

    Mobile: +91 9446600368
    Location: Karnataka, Online (Bellary)
    Qualification: Masters in Science

    Experience: A highly competent and enthusiastic science major with good soft skills in research & development I intend to be a  more..

    Rajdeep

    Mobile: +91 9446600368
    Location: Hyderabad, Online (Bellary)
    Qualification: BTech in computer science

    Experience: Expert in flutter node js express js react js AWS Azure Magento Laravel  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 bellary
    Internship/projects in bellary
    Internship/projects in bellary
    Internship/projects in bellary
    Internship/projects in bellary
    Internship/projects in bellary
    Internship/projects in bellary
    Internship/projects in bellary
    Internship/projects in bellary
    Internship/projects in bellary
    Internship/projects in bellary
    Internship/projects in bellary

    Trained more than 10000+ students who trust Nestsoft TechnoMaster

    Get Your Personal Trainer