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 Loyang

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

    • 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 Loyang
    Mern Stack Development js services are getting more popular, so that they have something new all the time. Students will be able to: Store data in NoSQL, develop a document-oriented MongoDB database that provides performance and scalability,. Use the AngularJS framework, which allows web applications to have declarative, two-way data binding. js training at Nestsoft in Dubai may be a great stepping stone for your IT career. js, this cost is significantly low compared to others because Node. Working with MongoDB NoSQL information is much easier than operating with any relational database. js is a straightforward programming language. There are no tables in MongoDB. . Moreover, knowledge of HTML is preferred.

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

    Sinam

    Mobile: +91 91884 77559
    Location: Kerala, Online (Loyang)
    Qualification: Diploma in cyber security, degree

    Experience: Penetration testing ethical hacking advanced diploma in cyber defense android penetration ccna |   more..

    Lalit

    Mobile: +91 9446600368
    Location: Rajasthan, Online (Loyang)
    Qualification: graphic designer

    Experience: Hi there! I’m Lalit Jangid a budding motion graphic designer with a passion for creating engaging visuals that tell stories  more..

    Nandikonda

    Mobile: +91 89210 61945
    Location: Telangana, Online (Loyang)
    Qualification: Btech

    Experience: I have experience in both manual and automation testing and i have knowledge on selenium with Java testing maven frameworks  more..

    sangram

    Mobile: +91 8301010866
    Location: Maharashtra, Online (Loyang)
    Qualification: Btech

    Experience: I am a dedicated software manual tester with 6months of experience in creating effective test cases and ensuring the delivery  more..

    Bhanuprakash

    Mobile: +91 9446600368
    Location: Karnataka, Online (Loyang)
    Qualification: B.tech

    Experience: Dear HR My self Bhanuprakash I hope you’re doing well I’m interested in the role you posted: DevOps Engineer Based  more..

    Vishal

    Mobile: +91 98474 90866
    Location: Mohali, Online (Loyang)
    Qualification: Diploma

    Experience: Manual testing API testing through postman basic knowledge of DB SQL | Resume for   more..

    Akash

    Mobile: +91 89210 61945
    Location: Uttarakhand, Online (Loyang)
    Qualification: iti

    Experience: Plastic injection mould design auto mechanical |   more..

    vickraman

    Mobile: +91 91884 77559
    Location: coimbatore, Online (Loyang)
    Qualification: MBA

    Experience: i was completed python trainning with django falsk html css javascript thoese skills Application for Python Django  more..

    Shilpa

    Mobile: +91 8301010866
    Location: Karnataka, Online (Loyang)
    Qualification: Post Graduation

    Experience: In field of graphics my journey could be inertial with wall mural Signage field With projects production In design I  more..

    Akshay

    Mobile: +91 9895490866
    Location: Uttar Pradesh, Online (Loyang)
    Qualification: MCA

    Experience: My name is Akshay Kumar I am from Kashipur Uttarakhand I am currently persuing Master's in Computer Application at ABES  more..

    Mahima

    Mobile: +91 91884 77559
    Location: Uttar Pradesh, Online (Loyang)
    Qualification: M. Sc. IT

    Experience: I'm fresher I have excellent knowledge in software testing I have implement test cases in selenium |   more..

    Shaswat

    Mobile: +91 91884 77559
    Location: Odisha, Online (Loyang)
    Qualification: Bachelor's Degree in Graphic Design

    Experience: - Designed the company's professional stationary including banners coupon designs posters & social media creatives - Highly skilled Lead Designer  more..

    Hardik

    Mobile: +91 9895490866
    Location: Gujarat, Online (Loyang)
    Qualification: B.Tech (Computer Science)

    Experience: Skilled developer and can create user friendly UI with neat and clean code using Getx Firebase Maps Payment integration and  more..

    RAJ

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

    Experience: With over 17 years of experience I am highly skilled in Adobe Photoshop Adobe InDesign and Adobe Illustrator & Figma  more..

    Manan

    Mobile: +91 9895490866
    Location: Himachal Pradesh, Online (Loyang)
    Qualification: BTECH CSE

    Experience: Programming Languages: Proficient in Python C++ Java and Bash for software development and scripting Linux Unix Expertise: Strong knowledge of  more..

    paramita

    Mobile: +91 98474 90866
    Location: howrah, Online (Loyang)
    Qualification: graduation

    Experience: Graphic design Web Content Writing business Development Strategic planning Turnaround & high- growth Verbal communication Time management Problem Solving  more..

    Deepshika

    Mobile: +91 8301010866
    Location: kasargod, Online (Loyang)
    Qualification: BE

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

    Priyanka

    Mobile: +91 89210 61945
    Location: Nashik, Online (Loyang)
    Qualification: BE Computer

    Experience: Basic software testing knowledge I am fresher basic knowledge of c c++ java html etcApplication for Software Testing  more..

    Ankit

    Mobile: +91 8301010866
    Location: Indore, Online (Loyang)
    Qualification: B tech

    Experience: Skill - manual testing smoke sanity performance UAT regression integration Stlc sdlc bug Life cycle Water fall model mobile testing  more..

    Amit

    Mobile: +91 91884 77559
    Location: Gautam Buddha Nagar, Online (Loyang)
    Qualification: BCA

    Experience: I am a dedicated Junior Test Engineer equipped with strong analytical and problem-solving skills • Proficient in various testing methodologies  more..

    Anubhav

    Mobile: +91 9446600368
    Location: Uttar Pradesh, Online (Loyang)
    Qualification: B.tech

    Experience: HTML CSS javascript c programming  more..

    Shijina

    Mobile: +91 91884 77559
    Location: Attingal, Online (Loyang)
    Qualification: Btech

    Experience: 6 months internship in software testing 6 months worked as a business associate Application for Software Testing  more..

    Saniba

    Mobile: +91 89210 61945
    Location: Karnataka, Online (Loyang)
    Qualification: MCA

    Experience: manual testing sql jira dotnet  more..

    Mohammed

    Mobile: +91 91884 77559
    Location: Ballari, Online (Loyang)
    Qualification: Dip.EEE,B.com

    Experience: Learnt software testing skills done internship in phn technologies in which tested their 2 applications Prepared test case template written  more..

    Maitri

    Mobile: +91 9895490866
    Location: Ahmedabad Gujarat, Online (Loyang)
    Qualification: B.E. computer

    Experience: Flutter android  more..

    Sai

    Mobile: +91 91884 77559
    Location: Warangal, Online (Loyang)
    Qualification: B. Tech

    Experience: Java + Selenium SQL Manual testing JIRA Postman for API testing TestNG data-driven framework  more..

    Shiva

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

    Experience: HTML CSS javascript python bootstrap 2 years of experience in all skills  more..

    Rachit

    Mobile: +91 8301010866
    Location: Uttar Pradesh, Online (Loyang)
    Qualification: BCA

    Experience: my skills HTML CSS Java script python etc   more..

    Usman

    Mobile: +91 9895490866
    Location: Vijayawada, Online (Loyang)
    Qualification: BCA

    Experience: Selenium testing Web surfing Web Interface designing QA Html& CSS | Resume for   more..

    Himanshu

    Mobile: +91 8301010866
    Location: Madhya Pradesh, Online (Loyang)
    Qualification: Btech

    Experience: Functional Testing Web&Mobile testing Browserstack  more..

    jack

    Mobile: +91 9895490866
    Location: Tamil Nadu, Online (Loyang)
    Qualification: b.voc graphic design (current)

    Experience: hi sir I am jack Singh I have been editing my videos in fcpx since 2020 I have very much  more..

    Shrajan

    Mobile: +91 9895490866
    Location: Rajasthan, Online (Loyang)
    Qualification: B.Tech

    Experience: You've explained that you're looking for a graphic designer who can effectively manage brand design i e poster illustrations webpages  more..

    Sudhindra

    Mobile: +91 8301010866
    Location: Karnataka, Online (Loyang)
    Qualification: BE , MBA

    Experience: QA Testing Test startegy Test case preparation Bugzilla Performed feature system regression testing for telecom projects for clients Alcatel lucent  more..

    shah

    Mobile: +91 9446600368
    Location: patna, Online (Loyang)
    Qualification: mca

    Experience: html css js react js wordpress node js bootstrap   more..

    kadamber

    Mobile: +91 9446600368
    Location: kathmandu, Online (Loyang)
    Qualification: graduated

    Experience: Digital Marketing Web development Branding Graphic Design etc  more..

    Priyanka

    Mobile: +91 91884 77559
    Location: Haryana, Online (Loyang)
    Qualification: Msc in physics

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

    Javvadi

    Mobile: +91 9446600368
    Location: Andhra Pradesh, Online (Loyang)
    Qualification: Bachelor's

    Experience: Experience:3years 2months Skills: python Django html mysql css Github Pandas Linux restapi etc   more..

    Akshay

    Mobile: +91 9446600368
    Location: Ahmedabad, Online (Loyang)
    Qualification: B.E (Information Technology)

    Experience: I have been working as mobile app developer for the past 4 8 years I have done 15+ application till  more..

    Shreyansh

    Mobile: +91 98474 90866
    Location: Uttar Pradesh, Online (Loyang)
    Qualification: B.tech

    Experience: Having skills python django flask restapi orm sql mongodb and 2 year of experience |   more..

    Sheela

    Mobile: +91 8301010866
    Location: Maharashtra, Online (Loyang)
    Qualification: BE

    Experience: Functional testing Manual testing  more..

    James

    Mobile: +91 9895490866
    Location: Kottayam , Online (Loyang)
    Qualification: BE(ECE)

    Experience: I have a 1 6 years of experience as a process executive in paragon Digital Services Pvt Ltd I have  more..

    Vivetha

    Mobile: +91 8301010866
    Location: Kerala, Online (Loyang)
    Qualification: BDS,MHA

    Experience: Knowledge of healthcare systems and operations Leadership and management skills Strong communication and interpersonal abilities Understanding of healthcare regulations and  more..

    Santhiya

    Mobile: +91 91884 77559
    Location: Tamil Nadu, Online (Loyang)
    Qualification: Deled,Bed

    Experience: Here are some notes that highlight 10 years of teaching experience: *Teaching Experience: 10 Years* - Taught students of various  more..

    Amol

    Mobile: +91 9446600368
    Location: Thane, Online (Loyang)
    Qualification: BE

    Experience: Manual testing | Resume for   more..

    Sanin

    Mobile: +91 8301010866
    Location: Kerala, Online (Loyang)
    Qualification: Certified Penetration Tester

    Experience: Sure here's a more concise version: Skills and Experiences: 1 Networking fundamentals 2 Proficiency in Linux and Windows 3 Knowledge  more..

    FAHAD

    Mobile: +91 89210 61945
    Location: Kerala, Online (Loyang)
    Qualification: Arena Animation International Program (AAIP)

    Experience: Graphic Design Video Editing Motion Graphics 3D design  more..

    KiranLal

    Mobile: +91 8301010866
    Location: Kerala, Online (Loyang)
    Qualification: MCA

    Experience: 3 years of experience as flutter developer Skills - flutter firebase git nodejs golang MySQL mongodb  more..

    INdra

    Mobile: +91 9895490866
    Location: Uttar Pradesh, Online (Loyang)
    Qualification: Diploma (computer Science and Engineering

    Experience: Total 1 year experience flutter Developer  more..

    Manendra

    Mobile: +91 91884 77559
    Location: Madhya Pradesh, Online (Loyang)
    Qualification: Bsc cs

    Experience: My skills are html css python django and i have a fresher  more..

    Poonam

    Mobile: +91 9446600368
    Location: Punjab, Online (Loyang)
    Qualification: Graduate

    Experience: Dart flutter firebase Api integration GitHub state management :- getx and provider Experience:- 1 year 8 months I had worked  more..

    Gaurav

    Mobile: +91 9446600368
    Location: bangalore, Online (Loyang)
    Qualification: BE

    Experience: manual testing automation testing selenium api mysql jira unix git functional testing regrassion testing  more..

    Shaik

    Mobile: +91 9895490866
    Location: Khammam, Online (Loyang)
    Qualification: MBA HR

    Experience: Present Working on Digital Marketing in Feednet solutions pvt Ltd i have Experience On website design ADs- FB Instagram and  more..

    SREERAJ

    Mobile: +91 91884 77559
    Location: Palakkad, Online (Loyang)
    Qualification: Bsc computer science

    Experience: Implement new user friendly interfaces Currently working as a front end developer   more..

    Manish

    Mobile: +91 89210 61945
    Location: Lucknow UP India , Online (Loyang)
    Qualification: B.tech

    Experience: 1)1 3 year of design experience 2) Canva 3) Adobe Photoshop 4) Adobe Illustrator 5) Digital art 6) Graphic design  more..

    sonam

    Mobile: +91 98474 90866
    Location: Maharashtra, Online (Loyang)
    Qualification: BCS MCA

    Experience: I have a java html spring boot asp net and much more technical skill I have to solve a problem  more..

    Veena

    Mobile: +91 8301010866
    Location: raipur, Online (Loyang)
    Qualification: BE

    Experience: Manual and Automation testing selenium java SQL Agile Jira SDLC STLC API testing I am fresher I have completed my  more..

    Vijay

    Mobile: +91 91884 77559
    Location: Maharashtra, Online (Loyang)
    Qualification: Diploma in animation and vfx

    Experience: Photoshop Indesign Illustrator After effects Adobe Primer pro Blender Adobe Maya Create CGI Ad Creative Logo design Branding  more..

    Arjun

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

    Experience: With 2 years of hands-on experience in Flutter development I am enthusiastic about the opportunity to contribute my skills I  more..

    Hariharan.R

    Mobile: +91 89210 61945
    Location: Tamil Nadu, Online (Loyang)
    Qualification: B.sc computer science

    Experience: I'm working as a process associate in ruralshores business pvt Ltd from past 3 years and i completed React js  more..

    Prasun

    Mobile: +91 91884 77559
    Location: West Bengal, Online (Loyang)
    Qualification: B.com(Hon's)

    Experience: Cloud windows server firewall   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 loyang
    Internship/projects in loyang
    Internship/projects in loyang
    Internship/projects in loyang
    Internship/projects in loyang
    Internship/projects in loyang
    Internship/projects in loyang
    Internship/projects in loyang
    Internship/projects in loyang
    Internship/projects in loyang
    Internship/projects in loyang
    Internship/projects in loyang

    Trained more than 10000+ students who trust Nestsoft TechnoMaster

    Get Your Personal Trainer