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 Dallas

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

    • 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 Dallas
    Mern Stack Development The best MongoDB online Training Institutes in Dubai . js, a server-side framework based on Google V8's runtime. It stores data in document format to change any range of records, add or delete existing fields within the table. js developers is less compared to other technologies as it has come to common in recent years. The CRUD operations are associated with several additional options. js for developing web applications. built-in scaling is a must-have feature of many organizations, as you adapt to an ever-changing market. js, this cost is significantly low compared to others because Node. Learn from expert trainers with the best skills through the best sources. Learn the most effective skills from the best sources through the best trusty teachers.

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

    Alen

    Mobile: +91 89210 61945
    Location: Punalur kerala, Online (Dallas)
    Qualification: B.com

    Experience: Certified ethical hacker Certified in photoshopApplication for Ethical Hacking  more..

    Madhurima

    Mobile: +91 9895490866
    Location: Kerala, Online (Dallas)
    Qualification: Bsc physics

    Experience: My skills includes Manual Testing Automation Testing Java Basics SQL Basics Testcase Preparation Bug Reporting Test Script Development Agile Methodologies  more..

    Vishal

    Mobile: +91 91884 77559
    Location: Junagadh, Online (Dallas)
    Qualification: BCA

    Experience: I'm an experienced UI developer and web designer with 4 5+ years of expertise and an additional 6 months as  more..

    Ajith

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

    Experience: C++ python |   more..

    Mohsin

    Mobile: +91 9446600368
    Location: Andhra Pradesh, Online (Dallas)
    Qualification: Mba

    Experience: Tally odoo accounts | (Work from Home)  more..

    Vaishnavi

    Mobile: +91 8301010866
    Location: Maharashtra, Online (Dallas)
    Qualification: MA

    Experience: Software testing c c++ java manual testing automation testing  more..

    Nilam

    Mobile: +91 8301010866
    Location: Maharashtra, Online (Dallas)
    Qualification: BE(Computer Science)

    Experience: I have 2+ year's of experience in manual as well automation testing I am looking for job switch If I  more..

    Chandikausha

    Mobile: +91 9446600368
    Location: Telangana, Online (Dallas)
    Qualification: Mtech

    Experience: I m good at software testing I m looking for a testing postion and develops my skills and gives my  more..

    Vijay

    Mobile: +91 91884 77559
    Location: Andhra Pradesh, Online (Dallas)
    Qualification: Bsc

    Experience: Cybersecurity ethical hacking OWASP  more..

    Arun

    Mobile: +91 91884 77559
    Location: Karnataka, Online (Dallas)
    Qualification: BE(ECE)

    Experience: Basically I am Android and web developer and I have more than 7 months of work experience if you think  more..

    Harshika

    Mobile: +91 98474 90866
    Location: Kerala, Online (Dallas)
    Qualification: BCA (CT&ISM)

    Experience: I have done a diploma in cyber security which offers certifications in CE CST CSA I am waiting for my  more..

    Arivazhagi

    Mobile: +91 98474 90866
    Location: Tamil Nadu, Online (Dallas)
    Qualification: BCA

    Experience: I am having B C A good knowkedge in c c++ java python and selenium testing cucumber framework  more..

    Sharun

    Mobile: +91 89210 61945
    Location: Kerala, Online (Dallas)
    Qualification: B tech in computer science

    Experience: I am a skilled Flutter developer with two years of experience building mobile applications for various clients As a freelance  more..

    Femi

    Mobile: +91 91884 77559
    Location: Thrissur, Online (Dallas)
    Qualification: Btech ece

    Experience: Respected hr team I am recently completed btech degree from GECI in ece I have completed Advanced embedded system from  more..

    Mrinal

    Mobile: +91 9446600368
    Location: Kolkata, Online (Dallas)
    Qualification: H. S

    Experience: 3 years experience in computer hardware and networking field at jdb itcare 3 years experience in php development 6 month  more..

    Sailesh

    Mobile: +91 91884 77559
    Location: West Bengal, Online (Dallas)
    Qualification: B.Sc Physics

    Experience: Leveraging my knowledge in physics I currently work at Tender Buds School a CBSE-affiliated institution in Takdah Darjeeling This experience  more..

    Tirthraj

    Mobile: +91 98474 90866
    Location: Gujarat, Online (Dallas)
    Qualification: Sr graphic designer and Qc artist

    Experience: SR GRAPHIC DESIGNER A creative and detail-oriented graphic designer with 4 years of experience Proficient in Adobe Creative Suite (Illustrator  more..

    Anand

    Mobile: +91 91884 77559
    Location: Kerala, Online (Dallas)
    Qualification: Degree

    Experience: Web development Social media handling  more..

    anjana

    Mobile: +91 8301010866
    Location: Kerala, Online (Dallas)
    Qualification: B.Sc Computer Science

    Experience: I have basic knowledge in python html c Java and MySQL I would like to start this job as a  more..

    Rahul

    Mobile: +91 89210 61945
    Location: Madhya Pradesh, Online (Dallas)
    Qualification: diploma in cloud computing

    Experience: networking Linux windows and troubleshooting hardware  more..

    Shirisha

    Mobile: +91 91884 77559
    Location: Hyderabad, Online (Dallas)
    Qualification: Bsc computer science

    Experience: I have 2 years of experience in manual testing and knowledge on SQL queries and for test management tool we  more..

    Pournima

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

    Experience: I am a NET developer with 3 years of experience in developing and maintaining web applications using ASP NET MVC  more..

    Devika

    Mobile: +91 8301010866
    Location: Kochi, Online (Dallas)
    Qualification: B Tech in Computer science and engineering

    Experience: I Devika Soman completed my B Tech in Computer science and engineering in 2019 and I did an internship in  more..

    Pranay

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

    Experience: Recent CS grad skilled in react javascript and python Looking to start career in software development  more..

    Reshmi

    Mobile: +91 91884 77559
    Location: Thrissur, Online (Dallas)
    Qualification: M.tech

    Experience: I completed M tech in 2020 I completed course in python Iam looking for a python developer job Application for  more..

    Sourab

    Mobile: +91 91884 77559
    Location: Uttar Pradesh, Online (Dallas)
    Qualification: B.Tech

    Experience: Having 2 years of Experience in Android Development Worked with medical sector public sector and IT Sector Developed 7+ Android  more..

    Aditya

    Mobile: +91 89210 61945
    Location: Delhi, Online (Dallas)
    Qualification: b.tech

    Experience: hi currently i am working in Liugong India as wordpress developer  more..

    Manas

    Mobile: +91 91884 77559
    Location: Maharashtra, Online (Dallas)
    Qualification: B.tech (computer science and engineering)

    Experience: Skills: 1 Programming Languages: Proficient in C++ and JavaScript 2 Frontend Development: Skilled in HTML CSS React Redux Bootstrap Tailwind  more..

    Venkat

    Mobile: +91 9895490866
    Location: Bangalore, Online (Dallas)
    Qualification: BRECH

    Experience: MEAN and MERN stack developer and having 10 years of real time experience  more..

    Anuj

    Mobile: +91 91884 77559
    Location: Noida, Online (Dallas)
    Qualification: Diploma

    Experience: I have 5 years experience as quality engineer in manufacturing industry and 6 months experience as quality analyst in software  more..

    Neenu

    Mobile: +91 9446600368
    Location: Kerala, Online (Dallas)
    Qualification: Btech

    Experience: Fresher Network Engineer seeking a challenging position to apply technical expertise and contribute to the success of an organization Dedicated  more..

    Seenivasan

    Mobile: +91 8301010866
    Location: Tamil Nadu, Online (Dallas)
    Qualification: Btech IT

    Experience: Relevant experience: 1 year experience in the area of Software Testing • Good exposure to all stages of Software Testing  more..

    Poonam

    Mobile: +91 91884 77559
    Location: Haryana, Online (Dallas)
    Qualification: Mba

    Experience: Research on various topics assigned by the company Write creative articles Add images videos to the article Proofreading the article  more..

    Varsha

    Mobile: +91 91884 77559
    Location: Ernakulam, Online (Dallas)
    Qualification: BCA

    Experience: Python django css HTML5 JavaScript nodejs angular bootstrap Application for Python Django  more..

    Moni

    Mobile: +91 9895490866
    Location: Uttar Pradesh, Online (Dallas)
    Qualification: M.Sc Cs with UGC NET

    Experience: I have 3 year experience as a PGT CS faculty I have knowledge of c c++ python sql ms word  more..

    Ravindra

    Mobile: +91 9446600368
    Location: Andhra Pradesh, Online (Dallas)
    Qualification: Btech

    Experience: Networking computer OS basic python | (Work from Home)  more..

    Shiva

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

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

    VISHNU

    Mobile: +91 9446600368
    Location: Kerala, Online (Dallas)
    Qualification: post graduation

    Experience: python django sql html css php jjava web development   more..

    Atia

    Mobile: +91 91884 77559
    Location: Telangana, Online (Dallas)
    Qualification: BA hons.

    Experience: SQL ETL testing Manual Testing Jira Test Cases Scenarios Documentations involved in Agile Methodology |   more..

    Saranya

    Mobile: +91 89210 61945
    Location: Kerala, Online (Dallas)
    Qualification: MCA

    Experience: Postgraduate in MCA after I completed 3 month python with django certification course from softloom solutions kochi Kerala and now  more..

    Suryamol

    Mobile: +91 8301010866
    Location: Muvattupuzha, Online (Dallas)
    Qualification: Btech

    Experience: Hi myself suryamol m s currently working as a php developer l have good knowledge in HTML CSS bootstrap jQuery  more..

    Donthi

    Mobile: +91 98474 90866
    Location: Telangana, Online (Dallas)
    Qualification: B.Tech

    Experience: Java Sql Html Css Manual testing Having 1 Year of Experience as Associate Software Engineer  more..

    Shoaib

    Mobile: +91 98474 90866
    Location: Hyderabad, Online (Dallas)
    Qualification: BE

    Experience: O1 year of Experience on software testing Skills: Java Manual testing Selenium SQL Jira Agile methodologyApplication for Software Testing  more..

    Dinesh

    Mobile: +91 9446600368
    Location: Tamil Nadu, Online (Dallas)
    Qualification: bachelor of technology in computer science (pre-final year)

    Experience: Hello I'm Dinesh Kumar P currently pursuing a Bachelor of Technology in Computer Science and Engineering at Karunya Institute of  more..

    Mrunali

    Mobile: +91 91884 77559
    Location: Telangana, Online (Dallas)
    Qualification: MSC computer Science

    Experience: Manual and automation testing SQL JIRA Selenium |   more..

    JASNA

    Mobile: +91 9446600368
    Location: Kerala, Online (Dallas)
    Qualification: MSc computer science

    Experience: SKILLS Knowledge of manual testing Knowledge of testcase preparation Knowledge of bug report Knowledge of test report Knowledge of defect  more..

    Kiruthiga

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

    Experience: I have 2 years hands on experience in handling python and django projects and have completed 7+ projects   more..

    Manish

    Mobile: +91 91884 77559
    Location: Maharashtra, Online (Dallas)
    Qualification: BSC IT

    Experience: Core python - 1yr DJANGO - 6 months Css - 1yr Html5 - 1yr Bootstrap - 6 months Sql MySQL  more..

    Ayishath

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

    Experience: Freshers in software testing  more..

    Abdulla

    Mobile: +91 8301010866
    Location: KozhiKode, Online (Dallas)
    Qualification: 12 th

    Experience: flutter dart rest api firebase  more..

    Jahana

    Mobile: +91 9446600368
    Location: Malappuram kerala, Online (Dallas)
    Qualification: Bsc computer science

    Experience: Python django full stack developer Application for Python Django  more..

    Sujata

    Mobile: +91 8301010866
    Location: Maharashtra, Online (Dallas)
    Qualification: Bsc ( physics, mathematics,chemistry)

    Experience: Professional Development: Completed internship in NIIT institution Had joined as a Software Developer in a Reputed Software Company (RIGHTWAY CREATIVE  more..

    Selvalakshmi

    Mobile: +91 8301010866
    Location: Tamil Nadu, Online (Dallas)
    Qualification: B.E ECE

    Experience: Networking (ccna) SQL(Basic)  more..

    pavan

    Mobile: +91 89210 61945
    Location: Karnataka, Online (Dallas)
    Qualification: Diploma

    Experience: javascript python node js assembly c solidity web app exploitation and bug bounty android app pentesting network pentesting Api pentesting  more..

    Sruthy

    Mobile: +91 91884 77559
    Location: Thrissur , Online (Dallas)
    Qualification: M.sc Computer Science

    Experience: I have an experience of Python developer using Django framework Perform the integration of front end with back endand web  more..

    Basil

    Mobile: +91 9895490866
    Location: ernakulam, Online (Dallas)
    Qualification: diploma in computer engineering, held certificate in python with full stack dev

    Experience: Good knowledge in python django html mysql css basic knowledge in #c c++ php androidApplication for Python Django  more..

    RAMAN

    Mobile: +91 91884 77559
    Location: Uttar Pradesh, Online (Dallas)
    Qualification: B.tech computer science

    Experience: • C C++ Data structure css js python MYSQL HTML  more..

    Tanish

    Mobile: +91 9446600368
    Location: Gujarat, Online (Dallas)
    Qualification: Btech

    Experience: Better in python fullstack  more..

    Monika

    Mobile: +91 91884 77559
    Location: Thane, Online (Dallas)
    Qualification: BE(computer)

    Experience: Hello sir ma'am I am Monika Bharat Mehetar I completed my graduation in bachelor's degree from mumbai university in computer  more..

    Sakshi

    Mobile: +91 91884 77559
    Location: Uttar Pradesh, Online (Dallas)
    Qualification: Master of computer application (MCA)

    Experience: I have a 2 years of experience in manual testing and working as a associate software test engineer Skills: 1  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 dallas
    Internship/projects in dallas
    Internship/projects in dallas
    Internship/projects in dallas
    Internship/projects in dallas
    Internship/projects in dallas
    Internship/projects in dallas
    Internship/projects in dallas
    Internship/projects in dallas
    Internship/projects in dallas
    Internship/projects in dallas
    Internship/projects in dallas

    Trained more than 10000+ students who trust Nestsoft TechnoMaster

    Get Your Personal Trainer