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 Swords

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

    • 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 Swords
    Mern Stack Development Students will be able to: Store data in NoSQL, develop a document-oriented MongoDB database that provides performance and scalability,. All the info is kept in JSON format, i. js is an open-source platform as well, that will increase flexibility that helps in building real-time network applications. The modular design of ReactJS allows you to produce small fluctuations with ease. js concepts in an easy manner? Enrolling the Node. The two situations that it addresses specifically are indexes that don’t work into memory and write-heavy data. js has a huge opportunity today and tomorrow. Its NoSQL database working with data very efficiently. js, a server-side framework based on Google V8's runtime. With Node.

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

    sejal

    Mobile: +91 89210 61945
    Location: Gujarat, Online (Swords)
    Qualification: B. Tech CSIT

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

    malar

    Mobile: +91 98474 90866
    Location: Tamil Nadu, Online (Swords)
    Qualification: B.Tech-IT

    Experience: i will 5 year of experience in android and 3year in flutter and dart  more..

    N.R.

    Mobile: +91 89210 61945
    Location: Tamil Nadu, Online (Swords)
    Qualification: B.Sc ( Cs )

    Experience: I worked Fullstack Web developer in Bugtreat Technologies Both Front end and back end in (Client side and server side)  more..

    PAVAN

    Mobile: +91 89210 61945
    Location: Andhra Pradesh, Online (Swords)
    Qualification: B.tech

    Experience: C Basic C++ ADAS Systems - Plastic SCM - Defect Management - Aspice agile management - CAPL Scripting - Test  more..

    PRATIK

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

    Experience: I have 1 year experience in flutter developer position i worked in Deepmainds Infotech Pvt Ltd  more..

    ASWIN

    Mobile: +91 91884 77559
    Location: Palani, Online (Swords)
    Qualification: Bsc information technology

    Experience: Manual testing Sql Java Selenium Cucumber TestNG Jira  more..

    Shobhita

    Mobile: +91 8301010866
    Location: Uttar Pradesh, Online (Swords)
    Qualification: MCA Graduate

    Experience: I have 5 yr of python academic experience Using python i build projects too Major Project where i used my  more..

    Adapa

    Mobile: +91 9446600368
    Location: Andhra Pradesh, Online (Swords)
    Qualification: Diploma mechanical

    Experience: Spm ( special purpose machines design) machine designer Software exposure:1) AutoCAD 2D 2) solid works 3D   more..

    VIRALKUMAR

    Mobile: +91 98474 90866
    Location: NAVSARI, Online (Swords)
    Qualification: B.E

    Experience: Hardware and networking  more..

    sruthi

    Mobile: +91 91884 77559
    Location: Palakkad, Online (Swords)
    Qualification: MSC computer science

    Experience: I'm sruthi kp i have 1+ year experience in manual software testing mainly handled loan LMS module i have domain  more..

    Payel

    Mobile: +91 8301010866
    Location: Delhi, Online (Swords)
    Qualification: BSc IT

    Experience: C html php java web Technologies  more..

    Kabilan

    Mobile: +91 98474 90866
    Location: Tamil Nadu, Online (Swords)
    Qualification: B.E. Mechanical Engineering

    Experience: AutoCAD Solidworks Creo Parametric CATIA V5 Mechanical Design Sheet metal design 3D modelling 2D Drafting  more..

    Darshana

    Mobile: +91 8301010866
    Location: Pune, Online (Swords)
    Qualification: MSC ( Computer science)

    Experience: Manual testing automation testing selenium Webdriver TestNG SDLC STLC bug reporting defect life cycle functional testing non- functional testing regression  more..

    Chahat

    Mobile: +91 91884 77559
    Location: Punjab, Online (Swords)
    Qualification: B.voc software development

    Experience: My educational background has provided me with a solid foundation in software development principles and I am proficient in programming  more..

    keerthana

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

    Experience: I am a trained software tester and I am eager to start my career in the software testing industry Please  more..

    Jaynesh

    Mobile: +91 89210 61945
    Location: NAVSARI, Online (Swords)
    Qualification: AUTOMOBILE ENGINEER

    Experience: 8 Months of experience in AutoCAD and design fundamentals | Resume for   more..

    Devyani

    Mobile: +91 98474 90866
    Location: Maharashtra, Online (Swords)
    Qualification: PGDM and BTECH (computer science)

    Experience: Content writing research seo graphic designing using canva market research competitive analysis  more..

    Shubham

    Mobile: +91 9446600368
    Location: Madhya Pradesh, Online (Swords)
    Qualification: B. Tech

    Experience: Laravel php Html css bootsteap  more..

    Mariya

    Mobile: +91 91884 77559
    Location: Kochi, Online (Swords)
    Qualification: Btech

    Experience: When mentioning my skill set in an this interview application it's essential to highlight relevant skills that align with the  more..

    Adwetha

    Mobile: +91 8301010866
    Location: Kerala, Online (Swords)
    Qualification: b.tech

    Experience: c c++ python teamwork hardworking leadership communication skills   more..

    AMIT

    Mobile: +91 98474 90866
    Location: Rajasthan, Online (Swords)
    Qualification: B.COM

    Experience: Swastik Compressors Private Limited Bhilwara (March 2020 - Present)  Managed all accounting tasks including maintaining ledgers preparing financial statements  more..

    Mansiya

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

    Experience: Iam a computer science Teacher i have 2 years of teaching experience and now am part of an online platform  more..

    Viveka

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

    Experience: This field is new in my career This is my first job I'm completed my UG in 2015 I know  more..

    Roshini

    Mobile: +91 91884 77559
    Location: Maharashtra, Online (Swords)
    Qualification: BScIT

    Experience: Vapt web application security network security burpsuit nmap wireshark gobuster wfuzz Nessus SQL java Ethical Hacking CeH firewall ips ids  more..

    Yuvanchanthar

    Mobile: +91 89210 61945
    Location: Tirupur, Online (Swords)
    Qualification: BBA(CA)

    Experience: Python HTML5 CSS3 Mysql Sqlite Java script C programming languageApplication for Python Django  more..

    Pragya

    Mobile: +91 9895490866
    Location: Uttar Pradesh, Online (Swords)
    Qualification: B.tech

    Experience: Flutter developer 2 year experience  more..

    Blessy

    Mobile: +91 91884 77559
    Location: Kerala, Online (Swords)
    Qualification: M.tech

    Experience: In programming Python Html Css SQL In teaching Supervision Management  more..

    Priyanka

    Mobile: +91 9446600368
    Location: Pune, Online (Swords)
    Qualification: Diploma

    Experience: I have knowledge about software testing also the knowledge about front end developing Application for Software Testing  more..

    Kranthi

    Mobile: +91 98474 90866
    Location: Telangana, Online (Swords)
    Qualification: Btech in EEE

    Experience: I have hands on experience in few web based applications as part of manual testing and now iam learning automated  more..

    Harishini

    Mobile: +91 91884 77559
    Location: Maharashtra, Online (Swords)
    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..

    PARTHIB

    Mobile: +91 8301010866
    Location: West Bengal, Online (Swords)
    Qualification: Graduate

    Experience: R & D in SEO Optimised grows organic on Search Engines & got the expertise in creating marketing Collateral and website technology content  more..

    M

    Mobile: +91 98474 90866
    Location: Karnataka, Online (Swords)
    Qualification: proffessional degree Graduate

    Experience: Manual testing on policy with 2 years experience  more..

    Atul

    Mobile: +91 9446600368
    Location: Punjab, Online (Swords)
    Qualification: BCA

    Experience: Let me tell you I am an expert WordPress developer having 4+ years of vast experience in designing and developing  more..

    Shravani

    Mobile: +91 98474 90866
    Location: Telangana, Online (Swords)
    Qualification: Master of Information Technology

    Experience: I have knowledge in AWS platform Azure platform git Jenkins docker containers ansible and Terraform I am quite good at  more..

    Manjot

    Mobile: +91 91884 77559
    Location: Punjab, Online (Swords)
    Qualification: Diploma

    Experience: Work Experience AutoCAD Designer NG Energy Solutions LLP Joulie Derabassi August 2024 – Present ●Developed detailed technical drawings and layouts  more..

    Khushi

    Mobile: +91 98474 90866
    Location: Uttar Pradesh, Online (Swords)
    Qualification: Btech(cse)

    Experience: I had worked on a mojor project on python with Django framework and i'm well versed in html css js  more..

    Kanhaiya

    Mobile: +91 91884 77559
    Location: Madhya Pradesh, Online (Swords)
    Qualification: Mca

    Experience: I have 1yr Experience in dotnet technology i working on asp Net SQL Oracle C# |   more..

    Safal

    Mobile: +91 91884 77559
    Location: Maharashtra, Online (Swords)
    Qualification: B.Tech CSE with specialisation Cyber Security

    Experience: In the last three years I've immersed myself in cybersecurity gaining expertise as a campaign leader and active Mozilla community  more..

    Vishnu

    Mobile: +91 98474 90866
    Location: Kottapady, Online (Swords)
    Qualification: Degree BBA

    Experience: Hard working Career development communication skill   more..

    Budithi

    Mobile: +91 98474 90866
    Location: Andhra Pradesh, Online (Swords)
    Qualification: B Tech

    Experience: Experience in student counceling and teaching in skill development institute and also used to have experience in home tuitions  more..

    Prashant

    Mobile: +91 91884 77559
    Location: Uttar Pradesh, Online (Swords)
    Qualification: MCA

    Experience: Worked as a Android developer in an IT company Working as a PGT computer teacher in an ICSE BOARD SCHOOL  more..

    Mohammad

    Mobile: +91 9895490866
    Location: Jammu and Kashmir, Online (Swords)
    Qualification: M.tech in Computer Science

    Experience: With over 1 3 years of experience in Python development I have honed my skills in Django REST API and  more..

    Adarsh

    Mobile: +91 91884 77559
    Location: Kerala, Online (Swords)
    Qualification: Degree in BCA

    Experience: Manual Testing Automation testing Selenium TestNG Jmeter Postman Java C++  more..

    Tanvi

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

    Experience: I'm a fresher BCA student with skills like software testing Communication skills skills in various languages like java php python  more..

    Amit

    Mobile: +91 9446600368
    Location: Maharashtra, Online (Swords)
    Qualification: Bsc.Hs

    Experience: Manual Testing ETL testing SDLC STLC   more..

    Karthik

    Mobile: +91 98474 90866
    Location: Tamil Nadu, Online (Swords)
    Qualification: Bachelor of engineering

    Experience: 8month intern html css javascript python react js django sql oracle mysql |   more..

    Saakshi

    Mobile: +91 9895490866
    Location: Maharashtra, Online (Swords)
    Qualification: BE mechanical

    Experience: AutoCAD Solidworks ansys Arduino python PCB  more..

    Saranya

    Mobile: +91 91884 77559
    Location: Tamil Nadu, Online (Swords)
    Qualification: Bsc computer technology

    Experience: Expert in manual testing 2 yrs experience in testing field  more..

    Jagadeesh

    Mobile: +91 9895490866
    Location: Salem, Online (Swords)
    Qualification: BE(ECE)

    Experience: CCNA networking AWS Cloud DevOps GitHub pycharms troubleshooting create ec2 instances and server push operationsApplication for System Administration Server Admin  more..

    Rakshitha

    Mobile: +91 89210 61945
    Location: Karnataka, Online (Swords)
    Qualification: Bsc

    Experience: Adobe photoshop Illustrator In design |   more..

    Chirag

    Mobile: +91 89210 61945
    Location: Gujarat, Online (Swords)
    Qualification: bachelor of computer application

    Experience: Professional Experience: In my role as a freelance Flutter app developer I have improved my skills through various projects collaborating  more..

    Digvijay

    Mobile: +91 91884 77559
    Location: Maharashtra, Online (Swords)
    Qualification: BSc CS

    Experience: Vulnerability assessment vulnerability management cloud security penetration testing Network penetration testing Web application penetration testing networking traffic monitoring intrusion detection  more..

    Sandipsinh

    Mobile: +91 89210 61945
    Location: Gujarat, Online (Swords)
    Qualification: BSCIT

    Experience: Django python SQL HTML CSS Javascript login-authentication Experience:-1 month at Elitetech  more..

    Bhakti

    Mobile: +91 8301010866
    Location: Wagholi Pune , Online (Swords)
    Qualification: BE computer engineering

    Experience: 2 years of collective experience as flutter Developer   more..

    Munnuru

    Mobile: +91 91884 77559
    Location: Telangana, Online (Swords)
    Qualification: Bachelor of engineering

    Experience: C python Project-management problem solving communication flexible and optimistic   more..

    sekhar

    Mobile: +91 91884 77559
    Location: Andhra Pradesh, Online (Swords)
    Qualification: Batchlours degree

    Experience: Speaking properly English and Telugu languages one year experience of graphic design and video editor |   more..

    Classwin

    Mobile: +91 91884 77559
    Location: Tamil Nadu, Online (Swords)
    Qualification: BE. Mechanical Engineering

    Experience: QA Automation Testing Manual testing Core Java with Selenium WebDriver SQL PSQL framework TDD CucumberBDD API with Postman and Rest  more..

    ATUL

    Mobile: +91 91884 77559
    Location: Karnataka, Online (Swords)
    Qualification: B.E

    Experience: html css Js python java django  more..

    Ankita

    Mobile: +91 89210 61945
    Location: Maharashtra, Online (Swords)
    Qualification: b.tech

    Experience: i have 1+ yrs experience as a software developer i've 1 + yrs of experience in Java ; hibernate; jdbc  more..

    shruti

    Mobile: +91 9895490866
    Location: Maharashtra, Online (Swords)
    Qualification: BE( ENTC)

    Experience: Skills - 1 Java 2 Manual testing 3 Automation testing 4 Selenium 5 SQL 6 Functional testing and regression testing  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 swords
    Internship/projects in swords
    Internship/projects in swords
    Internship/projects in swords
    Internship/projects in swords
    Internship/projects in swords
    Internship/projects in swords
    Internship/projects in swords
    Internship/projects in swords
    Internship/projects in swords
    Internship/projects in swords
    Internship/projects in swords

    Trained more than 10000+ students who trust Nestsoft TechnoMaster

    Get Your Personal Trainer