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 Madurai

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

    • 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 Madurai
    Mern Stack Development Data sharding in MongoDB supports storing data across several machines to boost the performance of large-scale databases. js has a huge opportunity today and tomorrow. By the end of this hands-on intensive training course. The training costs for developers are usually high, but when it comes to Node. Its NoSQL database working with data very efficiently. js for developing web applications. Be it web development or mobile application development, developers intimate with JavaScript can effortlessly learn ReactJS. e. It is nice for creating traffic on your website. js or ReactJS) is a free and open source front-end JavaScript Library for building user interface or UI components.

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

    Pooja

    Mobile: +91 91884 77559
    Location: Maharashtra, Online (Madurai)
    Qualification: Be(cs)

    Experience: I have sound knowledge of python django MySQL javascript I worked as an intern in Techspawn solutions pvt Ltd   more..

    Harsh

    Mobile: +91 89210 61945
    Location: Delhi, Online (Madurai)
    Qualification: graduate

    Experience: A life sciences graduate with entrepreneurial and teaching experience possesses a robust skill set for diverse career paths Their expertise  more..

    Sooraj

    Mobile: +91 9895490866
    Location: TRIVANDRUM, Online (Madurai)
    Qualification: BCA

    Experience: I have experience in creating web applications using django framework I have completed an eCommerce website using html css bootstrap  more..

    Jogendra

    Mobile: +91 91884 77559
    Location: Chhattisgarh, Online (Madurai)
    Qualification: MBA

    Experience: Working on autocad and other design software for producing engineering drawings (Mechanical Steel structures civil etc) as well as 3D  more..

    Ishika

    Mobile: +91 89210 61945
    Location: Madhya Pradesh, Online (Madurai)
    Qualification: Master of computer application

    Experience: I have 2 years experience in IT and 1 year experience as a QA Engineer I have hands on experience  more..

    Arjun

    Mobile: +91 9895490866
    Location: Kozhikode , Online (Madurai)
    Qualification: Diploma in computer engineering

    Experience: Studied python django course from soften technologies kadavantharaApplication for Python Django  more..

    Sanju

    Mobile: +91 9446600368
    Location: Palakkad, Online (Madurai)
    Qualification: Python full stack developer with data science

    Experience: Am a certified python fullstack developer Am done my internship on right soft options kochi And am specialised in django  more..

    Neha

    Mobile: +91 91884 77559
    Location: Indore, Online (Madurai)
    Qualification: b.tech

    Experience: I am Neha Dhanuk and I am fresher I am from khandwa but currently living in Indore I have completed  more..

    Abdul

    Mobile: +91 9446600368
    Location: Maharashtra, Online (Madurai)
    Qualification: Bachelor of engineering

    Experience: I am fresher I have basic knowledge of excel python sql |   more..

    Valantina

    Mobile: +91 91884 77559
    Location: Pondicherry, Online (Madurai)
    Qualification: BSC computer science

    Experience: Digital logic database data structures visual communication Java php IT  more..

    Anupam

    Mobile: +91 91884 77559
    Location: Amritsar, Online (Madurai)
    Qualification: BTech ( CSE)

    Experience: Greetings I am experienced QA professional with experience of more than 4 years Skills involve manual testing automation testing with  more..

    Athira

    Mobile: +91 9446600368
    Location: Kerala, Online (Madurai)
    Qualification: mtech

    Experience: ccna ccnp trainer python trainer  more..

    C

    Mobile: +91 98474 90866
    Location: Madurai, Online (Madurai)
    Qualification: Msc Computer Science

    Experience: Good programming skills in java   more..

    Maithili

    Mobile: +91 91884 77559
    Location: Madhya Pradesh, Online (Madurai)
    Qualification: Be in computer

    Experience: Manual testing software testing stlc ui testing regression testing  more..

    Aniket

    Mobile: +91 8301010866
    Location: Maharashtra, Online (Madurai)
    Qualification: B.E computer engineering

    Experience: Manual testing |   more..

    Gaurav

    Mobile: +91 8301010866
    Location: Howrah,India , Online (Madurai)
    Qualification: B Sc in Multimedia Technology

    Experience: I have 0 6 months on experience in graphic design industry as I was a video editor plus a graphic  more..

    Durga

    Mobile: +91 89210 61945
    Location: Arunachal Pradesh, Online (Madurai)
    Qualification: B tech

    Experience: As a WordPress developer with one year of experience I have honed my skills in creating and managing dynamic websites  more..

    Ojas

    Mobile: +91 91884 77559
    Location: Madhya Pradesh, Online (Madurai)
    Qualification: Currently pursuing Bachelors Degree in Game Design & Development

    Experience: Ojas Taklikar is a passionate 4th-year student pursuing a Bachelor's degree in Game Design and Development specializing in 2D and  more..

    Sushama

    Mobile: +91 89210 61945
    Location: Maharashtra, Online (Madurai)
    Qualification: BSC computer science

    Experience: Manual testing Automation testing SQL Core Java Database Selenium |   more..

    Priti

    Mobile: +91 8301010866
    Location: Pune, Online (Madurai)
    Qualification: MTech

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

    Sameer

    Mobile: +91 98474 90866
    Location: Maharashtra, Online (Madurai)
    Qualification: Pursuing Bachelor's in computer science

    Experience: I have a good understanding and experience in python programming I have a strong command over Flask Django Html css  more..

    Prakash

    Mobile: +91 91884 77559
    Location: Tamil Nadu, Online (Madurai)
    Qualification: B.E

    Experience: AWS(32 services) GCP Azure fundamental Terraform Docker Ansible Kubernetes Admin and Developer CICD(Jenkins Jenkins Shared Libraary GitlabCICD Github Travis CI  more..

    Nasheema

    Mobile: +91 9895490866
    Location: Nagercoi , Online (Madurai)
    Qualification: BA Literature

    Experience: Video editing to my mobile data analysis and Data entry operator in higher system administrator ms office Excel networking  more..

    Preji

    Mobile: +91 91884 77559
    Location: Thiruvalla, Online (Madurai)
    Qualification: MCA

    Experience: Positive thinker Quick learner Willingness to learn I have no experience I am a fresher and I looking for a  more..

    Sameer

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

    Experience: I am Sameer an accomplished IT professional with an impressive 8-year tenure in the industry My expertise in Quality Assurance  more..

    Nikhil

    Mobile: +91 91884 77559
    Location: dhule , Maharastra, Online (Madurai)
    Qualification: 12th pass & professional graphic designer

    Experience: Hard skills Soft skills Typography UI design Color theory 1 ) Adobe Photoshop: A photo editing tool 2 ) Adobe  more..

    Sushmitha

    Mobile: +91 91884 77559
    Location: Karnataka, Online (Madurai)
    Qualification: BSC

    Experience: Photoshop work -3 years Poster design -1 year Photo editing back ground removing retouch shadow creating resize - 3 years  more..

    lasyapriya

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

    Experience: C python java gut DBMS communication skills   more..

    Rajeshwari

    Mobile: +91 8301010866
    Location: Kerala, Online (Madurai)
    Qualification: BSc chemistry

    Experience: I am writing to express my strong interest in the teaching position as advertised With a 1 years of experience  more..

    Shaquib

    Mobile: +91 89210 61945
    Location: Karnataka, Online (Madurai)
    Qualification: BE(COMPUTER SCIENCE AND ENGINEERING)

    Experience: I am 2023 passed fresher i don’t have any experience but i did 3 months training of Fullstack web developement  more..

    Linkan

    Mobile: +91 9895490866
    Location: Amravati, Online (Madurai)
    Qualification: M.E

    Experience: Manual testing Automation Testing API Testing SQL  more..

    Sanjeev

    Mobile: +91 9446600368
    Location: Himachal Pradesh, Online (Madurai)
    Qualification: graduation

    Experience: Dear HR team I am writing to express my interest in the cyber security internship position at nestsoft technologies as  more..

    Pranjali

    Mobile: +91 9446600368
    Location: Madhya Pradesh, Online (Madurai)
    Qualification: Mtech CSE

    Experience: I have easily learning skill and adjustable in any environment Ability to do work in every situation I have Total  more..

    Bino

    Mobile: +91 91884 77559
    Location: Kerala, Online (Madurai)
    Qualification: Bsc computer science

    Experience: I am a highly motivated and skilled professional with 1 year of experience in python django developing I believe my  more..

    Kavin

    Mobile: +91 91884 77559
    Location: Coimbatore, Online (Madurai)
    Qualification: B.com CSCS

    Experience: Working as Jr Python full-stack developer ( Team Lead) Full fledg in HTML CSS JAVASCRIPT BOOTSTRAP SCSS SVG DJANGO PYTHON  more..

    Vishal

    Mobile: +91 8301010866
    Location: Akola Maharashtra, Online (Madurai)
    Qualification: B.E. Mechanical

    Experience: "Hello I'm Vishal R Basere a dedicated QA Engineer with 6 months of experience in ensuring software quality I have  more..

    Hitesh

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

    Experience: Flutter development with 2yr experience |   more..

    Yash

    Mobile: +91 8301010866
    Location: Maharashtra, Online (Madurai)
    Qualification: MSc computer science

    Experience: I’ve been working on modern tech stacks for multiple startups building prototypes and MVP’s using flutter for mobile apps nodejs  more..

    Aditya

    Mobile: +91 98474 90866
    Location: Uttar Pradesh, Online (Madurai)
    Qualification: MCA

    Experience: I do have a internship in Edukhoj as a software developer trainee in python django My technical skills include HTML  more..

    Arihant

    Mobile: +91 8301010866
    Location: Uttar Pradesh, Online (Madurai)
    Qualification: Undergraduate

    Experience: Hello I have 8 months experience in Off page SEO And Content Writing Keyword research and all seo activities   more..

    Akshay

    Mobile: +91 89210 61945
    Location: Maharashtra, Online (Madurai)
    Qualification: MCA

    Experience: 2 5 Years of Experience in Mobile App development |   more..

    Kannan

    Mobile: +91 9446600368
    Location: Tamil Nadu, Online (Madurai)
    Qualification: Mca

    Experience: WordPress php html have the  more..

    Rida

    Mobile: +91 9446600368
    Location: Uttar Pradesh, Online (Madurai)
    Qualification: BTech CSE

    Experience: computer science python SQL C++ machine learning effective communication writing research skills  more..

    Sravani

    Mobile: +91 91884 77559
    Location: Andhra Pradesh, Online (Madurai)
    Qualification: Btech

    Experience: Process developer in genpact which is technical support for google play store  more..

    Anju

    Mobile: +91 91884 77559
    Location: Kochi, Online (Madurai)
    Qualification: BTech

    Experience: 3 months Internship on python with Django from Inmakes Infotech Pvt Ltd Skills: python django flask html css bootstrap mysql  more..

    Ashutosh

    Mobile: +91 9895490866
    Location: Rajasthan, Online (Madurai)
    Qualification: Postgraduate

    Experience: A highly skilled educator with 4 years of experience teaching humanities science and mathematics up to the high school level  more..

    Deeksha

    Mobile: +91 9895490866
    Location: Jammu, Online (Madurai)
    Qualification: Btech

    Experience: Html css bootstrap php  more..

    Sakrateesh

    Mobile: +91 89210 61945
    Location: Tamil Nadu, Online (Madurai)
    Qualification: Bsc Computer Science

    Experience: Having both Testing and Development skills In Testing I have more than 2 years of experience in Manual Testing and  more..

    Smit

    Mobile: +91 89210 61945
    Location: Gujarat, Online (Madurai)
    Qualification: Bachelor of Engineering

    Experience: python machine learning data science problem solving web development |   more..

    Ritesh

    Mobile: +91 91884 77559
    Location: Gandhinagar, Online (Madurai)
    Qualification: MAH HSC

    Experience: A Brand and Content Manager at Affluence Leaning Solutions LLP Worked on a variety of projects and acquired distinct skills  more..

    Divya

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

    Experience: Cover letter Miss Divya Mohan 9884614565 divya284civil@yahoo com divyamohan0626@gmail com Sub- Application for the job posted I am a civil  more..

    Dilpriya

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

    Experience: Programming in c html python Teamwork problem solving multitasking |   more..

    Suryaprakash

    Mobile: +91 89210 61945
    Location: Tiruvannamalai , Online (Madurai)
    Qualification: B. Tech ECE

    Experience: Java selenium (automation and manual testing)  more..

    Abitha

    Mobile: +91 98474 90866
    Location: Kerala, Online (Madurai)
    Qualification: B. Tech

    Experience: About 4 to 5 year experience on php along with framework such as laravel and knowledge of frontend technologies like  more..

    Neha

    Mobile: +91 98474 90866
    Location: Udgir, Online (Madurai)
    Qualification: BTech

    Experience: I didn't have any experience but I know sdlc stlc manual testing I completed my software testing course | Resume  more..

    Surbhi

    Mobile: +91 9895490866
    Location: Maharashtra, Online (Madurai)
    Qualification: B.E

    Experience: Manual testing Jira Agile Methodology Test data technique Functional & Non-functional Testing |   more..

    Shyam

    Mobile: +91 8301010866
    Location: Trivandrum , Online (Madurai)
    Qualification: Bsc computer science

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

    PALLAVI

    Mobile: +91 9446600368
    Location: Karnataka, Online (Madurai)
    Qualification: B.E(CSE)

    Experience: Selenium Java Involved in creating automation scripts to automate real estate web application Regression testing |   more..

    Shadab

    Mobile: +91 9895490866
    Location: Noida, Online (Madurai)
    Qualification: BCA

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

    Sarah

    Mobile: +91 91884 77559
    Location: Karnataka, Online (Madurai)
    Qualification: Bachelors in Architecture

    Experience: I am a passionate architect with 5 years of experience in designing and executing architectural projects My primary focus has  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 madurai
    Internship/projects in madurai
    Internship/projects in madurai
    Internship/projects in madurai
    Internship/projects in madurai
    Internship/projects in madurai
    Internship/projects in madurai
    Internship/projects in madurai
    Internship/projects in madurai
    Internship/projects in madurai
    Internship/projects in madurai
    Internship/projects in madurai

    Trained more than 10000+ students who trust Nestsoft TechnoMaster

    Get Your Personal Trainer