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 Salem

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

    • 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 Salem
    Mern Stack Development It stores data in document format to change any range of records, add or delete existing fields within the table. The best MongoDB online Training Institutes in Dubai . As well as, recruiting people with talented skills can be a valuable matter for a new company, so programmers who can use Node. js training at Nestsoft in Dubai may be a great stepping stone for your IT career. ReactJS contains a reputation for being a robust tool for making user interfaces. There are no tables in MongoDB. Learn the most effective skills from the best sources through the best trusty teachers. js is a straightforward programming language. js is an open-source platform as well, that will increase flexibility that helps in building real-time network applications. js, a server-side framework based on Google V8's runtime.

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

    ABHIJITH

    Mobile: +91 9895490866
    Location: Kannur, Online (Salem)
    Qualification: B tech Computer science

    Experience: Testing Skills 1 Software testing 2 Manual testing 3 Test cases 4 Software development life cycle 5 Software testing life  more..

    Akshat

    Mobile: +91 89210 61945
    Location: Rajasthan, Online (Salem)
    Qualification: BTECH CSE

    Experience: EXPERIENCE Software Developer Intern AD Infocom Systems Gurugram(hybrid) — May 2023 - July 2023 (ReactJS JavaScript NodeJS NPM MongoDB) •  more..

    BHAGYESHA

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

    Experience: Jira testng maven selenium java manual testing postman mysql regression testing |   more..

    Samuel

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

    Experience: Python Django web development(HTML CSS JS)  more..

    Sai

    Mobile: +91 8301010866
    Location: Andhra Pradesh, Online (Salem)
    Qualification: B.Tech

    Experience: I am writing to express my interest in the Django Developer position With experience creating REST APIs and deploying applications  more..

    Aiswarya

    Mobile: +91 91884 77559
    Location: Kannur, Online (Salem)
    Qualification: B-tech

    Experience: html css javascript react  more..

    Sanjeeb

    Mobile: +91 9895490866
    Location: Odisha, Online (Salem)
    Qualification: BCA

    Experience: Computer hardware networking and ethical hacking |   more..

    Gurpreet

    Mobile: +91 9895490866
    Location: Punjab, Online (Salem)
    Qualification: Graduation

    Experience: Hiii my name is gurpreet singh I am from Amritsar I have good experience in php laravel and mern stack  more..

    Bushra

    Mobile: +91 8301010866
    Location: Mumbai, Online (Salem)
    Qualification: M E IT

    Experience: Completed a course Python for Everybody from Coursera Currently doing a course on Python and SQL for Data Science I  more..

    JASNA

    Mobile: +91 91884 77559
    Location: kerala, Online (Salem)
    Qualification: B.TECH

    Experience: I have training experience about testing with all aspect of integration system regression sanity and retesting I know about the  more..

    Nikunj

    Mobile: +91 9446600368
    Location: Gujarat, Online (Salem)
    Qualification: B.E computer

    Experience: Created 25+ applications including native and flutter  more..

    Jaya

    Mobile: +91 9895490866
    Location: Jaipur, Online (Salem)
    Qualification: Graduate

    Experience: python html css js bootstrap django flask Application for Python Django  more..

    Mansi

    Mobile: +91 91884 77559
    Location: Pune, Online (Salem)
    Qualification: BE

    Experience: Software Tester-Internship Duration - 6 Months Skills - Manual testing SDLC STLC defect cycle agile methodology test plan making test  more..

    Anitha

    Mobile: +91 9446600368
    Location: Mangalore, Online (Salem)
    Qualification: BCA

    Experience: Dynamic and Motivated Software Test Engineer with Proficient knowledge in Manual Testing Defect Tracking & Reporting and Database Management Systems  more..

    Soorya

    Mobile: +91 8301010866
    Location: Tamil Nadu, Online (Salem)
    Qualification: BSC Information technology

    Experience: I oversee the development and execution of comprehensive test plans and cases ensuring thorough coverage across all facets of web  more..

    Rutuja

    Mobile: +91 89210 61945
    Location: Maharashtra, Online (Salem)
    Qualification: Msc (computer science)

    Experience: Java software testing SQL  more..

    Lal

    Mobile: +91 89210 61945
    Location: Kerala, Online (Salem)
    Qualification: M.com

    Experience: I have 2 years of experience in teaching English and History for 12th standard and also have experience in child  more..

    Shreyasee

    Mobile: +91 9895490866
    Location: Delhi, Online (Salem)
    Qualification: M.Des

    Experience: Design- UX Graphic Design Social media design Pitch deck and presentation design Product brochure Packaging design Branding Qualitative Research Quantitative  more..

    J

    Mobile: +91 91884 77559
    Location: Andhra Pradesh, Online (Salem)
    Qualification: B tech CSE

    Experience: Python Ms office Manual testing  more..

    rishi

    Mobile: +91 9446600368
    Location: Gujarat, Online (Salem)
    Qualification: JCHNP

    Experience: sophos firewall configuration and server support configuration  more..

    Pankaj

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

    Experience: I m pankaj kumar from mathura I have a exp in odoo 2 year and my skills is python sql  more..

    Sreehari

    Mobile: +91 8301010866
    Location: Malappuram, Online (Salem)
    Qualification: Diploma

    Experience: Good communication and nice team player and i completing my 6 month internship training in python DjangoApplication for Python Django  more..

    SURAJ

    Mobile: +91 9446600368
    Location: FARIDABAD, HARYANAVI, Online (Salem)
    Qualification: B.TECH(Computer Science)

    Experience: Accessibility testing Content testing Video testing PPT testing etc | Resume for   more..

    Mubashshir

    Mobile: +91 89210 61945
    Location: Delhi, Online (Salem)
    Qualification: Bachelor's of Technology in Computer Science

    Experience: I am Mubashshir Fidausi a proficient Flutter Developer with experience in developing cross-platform mobile applications for Android and iOS using  more..

    Vaani

    Mobile: +91 89210 61945
    Location: Karnataka, Online (Salem)
    Qualification: Btech with specialization in cybersecurity

    Experience: Languages: Python HTML CSS Frameworks: Metasploit GitHub OWASP Linux Tools: Burpsuite Wireshark Qualys Nmap Nessus FortiRecon and more 100+ tools  more..

    Suchismita

    Mobile: +91 9895490866
    Location: Uttarakhand, Online (Salem)
    Qualification: Master's

    Experience: I have worked as junior design engineer In automation field There autocad is required to draft the electrical designs I  more..

    Sibaram

    Mobile: +91 91884 77559
    Location: Visakhapatnam, Online (Salem)
    Qualification: Btech

    Experience: I am fresher candidate having good knowledge in manual and automation testing selenium Looking for an good opportunity to make  more..

    K

    Mobile: +91 89210 61945
    Location: Tamil Nadu, Online (Salem)
    Qualification: B.Sc., B.Ed., M.Ed., MBA.,

    Experience: Software testing C C++ Basic Html Basic Python Basic Scratch |   more..

    Akash

    Mobile: +91 91884 77559
    Location: Maharashtra, Online (Salem)
    Qualification: BE

    Experience: Manual testing api testing automation testing 6 month of experience in manual and api |   more..

    Hasti

    Mobile: +91 91884 77559
    Location: Gujarat, Online (Salem)
    Qualification: Flutter Developer

    Experience: Highly motivated and professional in flutter with 3+ years of experience Creating intuitive and user- friendly mobile applications using Flutter  more..

    Afiya

    Mobile: +91 91884 77559
    Location: Andhra Pradesh, Online (Salem)
    Qualification: BSc(computer science)

    Experience: I have 3 years hands-on experience as manual test engineer and automation testing with java selenium TestNG Basic SQL Eclipse  more..

    Renuka

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

    Experience: Hi I am Renuka Software Developer in php and mysql plat form presently looking for change  more..

    Gayathry

    Mobile: +91 8301010866
    Location: Kerala, Online (Salem)
    Qualification: Btech

    Experience: I am Electronics and communication graduate with a strong foundation in website management promotional activities and content creation I possess  more..

    Priya

    Mobile: +91 98474 90866
    Location: Rajasthan, Online (Salem)
    Qualification: BCA, MCA

    Experience: I have a good knowledge of graphics designing and have a good technique in Canva I also have skills of  more..

    Suman

    Mobile: +91 98474 90866
    Location: West Bengal, Online (Salem)
    Qualification: Bcom (honrs)

    Experience: 1 Financial literacy: Understanding concepts like budgeting investing and managing personal and business finances 2 Analytical skills: Ability to analyze  more..

    Yogesh

    Mobile: +91 91884 77559
    Location: Madhya Pradesh, Online (Salem)
    Qualification: Bachelor of Engineering

    Experience: 1 year Experience in Manual Testing Expertise in testing open source Ecommerce framework Good understanding of QA Principles QA Process  more..

    Anuj

    Mobile: +91 91884 77559
    Location: Maharashtra, Online (Salem)
    Qualification: MCA

    Experience: I have 6 months of experience in Flutter development specializing in building user-friendly educational apps My skills include Dart programming  more..

    SHAIK

    Mobile: +91 98474 90866
    Location: Telangana, Online (Salem)
    Qualification: Civil Draughtsman ITI, BSc Degree and AutoCAD

    Experience: 10 years experience as a Draughtsman AutoCAD design and civil engineering works 5 years experience   more..

    Mustafa

    Mobile: +91 8301010866
    Location: Gujarat, Online (Salem)
    Qualification: B.Tech Computer science and engineering

    Experience: I'm Senior Flutter Developer passionate about building high-quality cross-platform mobile apps Leveraging Expertise Flutter & Dart Proficiency: I possess 2  more..

    Omkar

    Mobile: +91 9895490866
    Location: Karnataka, Online (Salem)
    Qualification: MCA

    Experience: Html css javascript Python c programming Basic mysql  more..

    Sudharani

    Mobile: +91 9895490866
    Location: Andhra Pradesh, Online (Salem)
    Qualification: B-tech

    Experience: I'm fresher trained in testing |   more..

    Suresh

    Mobile: +91 9895490866
    Location: Tamil Nadu, Online (Salem)
    Qualification: M.E

    Experience: Wordpress php digital marketing |   more..

    K.

    Mobile: +91 8301010866
    Location: Kanchipuram, Online (Salem)
    Qualification: BSC computer science

    Experience: I know about python programming and django frame work and I'll work 3 month ecommerce project also used with python  more..

    Akanksha

    Mobile: +91 98474 90866
    Location: Chandrapur Maharashtra , Online (Salem)
    Qualification: BE( electrical engineering)

    Experience: Having knowledge of core java automation testing & manual testing Good knowledge oops concepts   more..

    Pavi

    Mobile: +91 98474 90866
    Location: Tamil Nadu, Online (Salem)
    Qualification: BE

    Experience: Having 1 8 yrs experience in tcs as a system engineer role working on technical support by using SQL and  more..

    Mohammed

    Mobile: +91 91884 77559
    Location: Pattambi , Online (Salem)
    Qualification: Diploma in computer engineering

    Experience: 6 months experience in flutter development UI designing State management   more..

    Radhamadhavi

    Mobile: +91 91884 77559
    Location: Karnataka, Online (Salem)
    Qualification: MCA

    Experience: I have 5 years teaching experience And I now the c c++ python basics of sql  more..

    krishna

    Mobile: +91 9895490866
    Location: phagwara, Online (Salem)
    Qualification: B-Tech

    Experience: React js mongodb node js python express html css javascript   more..

    L

    Mobile: +91 9446600368
    Location: Karnataka, Online (Salem)
    Qualification: Mca

    Experience: Java python html css dbms SQL cloud computing |   more..

    Kritambhara

    Mobile: +91 9895490866
    Location: Bihar, Online (Salem)
    Qualification: B.sc(IT)

    Experience: driven Software Testing professional with 3 years of experience in testing web-based applications including 1+ years of expertise in test  more..

    daniel

    Mobile: +91 9895490866
    Location: Tamil Nadu, Online (Salem)
    Qualification: Bachellor degree

    Experience: Four years of hand on experience designing field Experience in adobe photoshop illustrator indesign XD figma Logo design social media  more..

    Kaviya

    Mobile: +91 91884 77559
    Location: Tamil Nadu, Online (Salem)
    Qualification: BSC Mathematics

    Experience: Basic computer knowledge content writer E-commerce exicutive typing speed quick learner seo writer   more..

    rakhi

    Mobile: +91 8301010866
    Location: Pune, Online (Salem)
    Qualification: BEIT

    Experience: Python ML and django I have 2 year exp in python developmentpython data science artificial intelligence machine learning| Application for  more..

    Debashish

    Mobile: +91 89210 61945
    Location: Assam, Online (Salem)
    Qualification: B.tech mechanical engineering

    Experience: Handson experience of over 5 years in autocad 2d solidworks and related design experience and manufacturing field involving machining component  more..

    Debanjan

    Mobile: +91 98474 90866
    Location: West Bengal, Online (Salem)
    Qualification: Bachelor’s

    Experience: I have worked for multiple brands and agencies across various industries I’m great at adobe creative suite illustrations typography brand  more..

    Priyanka

    Mobile: +91 91884 77559
    Location: Telangana, Online (Salem)
    Qualification: M.Sc.

    Experience: Ui ux designer graphic designer website design social media post video visual design figma illustrator phptoshop  more..

    Sowmiya

    Mobile: +91 89210 61945
    Location: Tamil Nadu, Online (Salem)
    Qualification: B.E - computer science

    Experience: Selenium web driver Java Testng Cucumber data driven SQL Manual testing git and git-Hub jenkins  more..

    Sreedevi

    Mobile: +91 91884 77559
    Location: Tamil Nadu, Online (Salem)
    Qualification: MCA

    Experience: Having 2 years of manual testing experience and done a course in Java with Selenium for Automation Good knowledge in  more..

    Karthik

    Mobile: +91 9446600368
    Location: Tamil Nadu, Online (Salem)
    Qualification: BBA

    Experience: Hi I have good knowledge in software testing  more..

    Sheetal

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

    Experience: I have over two years of experience working with Python Django and SQL during which I have developed a strong  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 salem
    Internship/projects in salem
    Internship/projects in salem
    Internship/projects in salem
    Internship/projects in salem
    Internship/projects in salem
    Internship/projects in salem
    Internship/projects in salem
    Internship/projects in salem
    Internship/projects in salem
    Internship/projects in salem
    Internship/projects in salem

    Trained more than 10000+ students who trust Nestsoft TechnoMaster

    Get Your Personal Trainer