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 Al Khobar

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

    • 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 Al Khobar
    Mern Stack Development js are easy to learn. Node. The CRUD operations are associated with several additional options. e. These operations when combined with additional options give nice results. React(also referred to as React. key-value pairs. By the end of this hands-on intensive training course. React JS is formed via means of Facebook and is the most efficient solution for front-end developers of mobile and web apps. The training costs for developers are usually high, but when it comes to Node.

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

    Varun

    Mobile: +91 9446600368
    Location: Tamil Nadu, Online (Al Khobar)
    Qualification: B.Tech

    Experience: Html css javascript bootstrap web development python sql database  more..

    Chandan

    Mobile: +91 8301010866
    Location: Bangalore, Online (Al Khobar)
    Qualification: BE

    Experience: 9monts as manual test engineer Trained on sql java manual testing and selenium toolApplication for Software Testing  more..

    Lalita

    Mobile: +91 8301010866
    Location: Maharashtra, Online (Al Khobar)
    Qualification: BE electronics

    Experience: I have 5+ year experience I work as QATester in jio platforms ltd seance 2 years I have good knowledge  more..

    Aman

    Mobile: +91 98474 90866
    Location: Chhindwara, Online (Al Khobar)
    Qualification: B tech

    Experience: I have 1 year experience as a python developer and 6 months as a data science intern I skilled python  more..

    Chitra

    Mobile: +91 9446600368
    Location: Haryana, Online (Al Khobar)
    Qualification: Msc Cs

    Experience: I have good knowledge of python django sql Html and css ad well as intermediate experience of javascript and c#  more..

    subhashini

    Mobile: +91 98474 90866
    Location: coimbatore, Online (Al Khobar)
    Qualification: Bachelor's degree

    Experience: Proven graphic designing experience Familiarity with design software and technologies (such as InDesign Illustrator Photoshop Bridge Acrobat Excel Powerpoint) Excellent  more..

    Manjunath

    Mobile: +91 89210 61945
    Location: Andhra Pradesh, Online (Al Khobar)
    Qualification: Btech

    Experience: My name is Manjunath Gantimarri I am a fresher I had completed my course in Python SQL and software Testing  more..

    Angel

    Mobile: +91 91884 77559
    Location: Kerala, Online (Al Khobar)
    Qualification: M.E VLSIDESIGN

    Experience: Selenium Java manual testing  more..

    Vishal

    Mobile: +91 89210 61945
    Location: Uttar Pradesh, Online (Al Khobar)
    Qualification: Mba

    Experience: I Have 1 year of experience in this tech stack html css js react scss git bootstrap tailwind css  more..

    Harkesh

    Mobile: +91 98474 90866
    Location: haryana,palwal,121106, Online (Al Khobar)
    Qualification: 12th and BCA persuing

    Experience: excel word ppt python c data entry speak english and many more  more..

    Kajal

    Mobile: +91 89210 61945
    Location: Delhi, Online (Al Khobar)
    Qualification: MCA

    Experience: I have 2 years experience I have experience in python django flask pandas MySQL javascript API PostgreSQL GIT postman   more..

    Hriday

    Mobile: +91 9446600368
    Location: Assam, Online (Al Khobar)
    Qualification: MCA

    Experience: I am a highly skilled Full Stack Developer with over 3 years of experience in software design development and deployment  more..

    manya

    Mobile: +91 89210 61945
    Location: Madhya Pradesh, Online (Al Khobar)
    Qualification: BCA

    Experience: I have good knowledge about cloud computing and networking |   more..

    kanishka

    Mobile: +91 9446600368
    Location: Delhi, Online (Al Khobar)
    Qualification: undergraduate and working as cybersecurity analyst

    Experience: ethical hacker SQL NMAP & KLAI LINUX   more..

    Bijitha

    Mobile: +91 9446600368
    Location: Vaikom, Online (Al Khobar)
    Qualification: MCA

    Experience: I have a total work experience of 1 year 1 month I worked as a System administrator (Oracle support) during  more..

    Kamble

    Mobile: +91 89210 61945
    Location: beed, Online (Al Khobar)
    Qualification: B.Tech

    Experience: Having 2 5 years of experience as Software Test Engineer using Selenium with java Data Driven Framework with Test-NG and  more..

    Rajneesh

    Mobile: +91 91884 77559
    Location: Uttar Pradesh, Online (Al Khobar)
    Qualification: b.tech

    Experience: Having 4+ experience in flutter mobile app development   more..

    mohamed

    Mobile: +91 98474 90866
    Location: valanchery, Online (Al Khobar)
    Qualification: b tech

    Experience: flutter  more..

    Sathish

    Mobile: +91 9446600368
    Location: Tamil Nadu, Online (Al Khobar)
    Qualification: Master of Science Information Technology

    Experience: I am skilled at python django restframework postgresql & MongoDB and i have a 2 years of experience  more..

    DineshKumar

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

    Experience: I have 2 years of experience in software testing both Manual and Automation testing I have good experience in STLC  more..

    Ashish

    Mobile: +91 8301010866
    Location: Gujarat, Online (Al Khobar)
    Qualification: BCA

    Experience: I have 4 year experience as a flutter developer I have developed android iOS web desktop and other platforms applications  more..

    BARAPATRE

    Mobile: +91 8301010866
    Location: Ahmedabad, Online (Al Khobar)
    Qualification: B.tech

    Experience: I am a Python Django developer and I have worked for 6 months at Shelter Soft and now I am  more..

    Amit

    Mobile: +91 9446600368
    Location: Delhi, Online (Al Khobar)
    Qualification: Ba pass

    Experience: I have 12 year s experience of computer hardware and networking I am good and honest worker form company  more..

    Asama

    Mobile: +91 91884 77559
    Location: Hyderabad, Online (Al Khobar)
    Qualification: Diploma in Computer Engineering

    Experience: I have 3 years of experience in web development I am experienced with MERN stack I have skilled with following  more..

    Prakash

    Mobile: +91 8301010866
    Location: Tamil Nadu, Online (Al Khobar)
    Qualification: BE ECE

    Experience: Ms Excel python SQL data analysis data warehousing RPA UIPATH MySQL ETL   more..

    Gourav

    Mobile: +91 91884 77559
    Location: Jaora, Online (Al Khobar)
    Qualification: Diploma in interior design

    Experience: I have 3 year of experience as a draftsman and interior design I worked on AutoCAD and sketchup | Resume  more..

    Mahima

    Mobile: +91 9895490866
    Location: Uttar Pradesh, Online (Al Khobar)
    Qualification: B.Tech

    Experience: I am writing to express my keen interest in this job As a final year B Tech student with a  more..

    Mantu

    Mobile: +91 8301010866
    Location: Jharkhand, Online (Al Khobar)
    Qualification: Bachelor Degree

    Experience: I have knowledge of one of more than skills in web developer and Data analysis like a html css python  more..

    PATEL

    Mobile: +91 89210 61945
    Location: Gujarat, Online (Al Khobar)
    Qualification: BE

    Experience: C c++ html AutoCAD python |   more..

    Pooja

    Mobile: +91 9446600368
    Location: Delhi, Online (Al Khobar)
    Qualification: 3years of Diploma in Architecture

    Experience: 9+ yrs exp in AutoCAD architectural drafting hotel millwork designs furniture shop drawings and interior design Proficient in creating precise  more..

    Subaja

    Mobile: +91 9895490866
    Location: chennai, Online (Al Khobar)
    Qualification: BE

    Experience: Good skills on python programming languageApplication for Python Django  more..

    Nisha

    Mobile: +91 9446600368
    Location: Benglore, Online (Al Khobar)
    Qualification: Msc

    Experience: Data digging Zoho entry update interested to Lear n heal New things c programming  more..

    Akshay

    Mobile: +91 91884 77559
    Location: Calicut, Online (Al Khobar)
    Qualification: Diploma

    Experience: I am a highly motivated and skilled software developer with experience in developing web applications using React Node js and  more..

    Rutuja

    Mobile: +91 89210 61945
    Location: Maharashtra, Online (Al Khobar)
    Qualification: B. Tech

    Experience: Hello I am rutuja sawant I have 2 years experience of bussiness development I am Applying for this work beacuse  more..

    Diya

    Mobile: +91 8301010866
    Location: Kerala, Online (Al Khobar)
    Qualification: Master of computer Application

    Experience: Leadership skill Good communication skill Language C C++ python  more..

    Manish

    Mobile: +91 91884 77559
    Location: Hyderabad, Online (Al Khobar)
    Qualification: BTech

    Experience: AutoCAD Fusion360 SolidWorks Catia I worked in the research and development of electric two wheelers and three wheelers on those  more..

    Nazma

    Mobile: +91 89210 61945
    Location: Karnataka, Online (Al Khobar)
    Qualification: B tech

    Experience: Nazma Mahammad is a skilled professional with expertise in various programming languages including Python C C++ Java HTML and CSS  more..

    Narendar

    Mobile: +91 91884 77559
    Location: Mumbai, Online (Al Khobar)
    Qualification: BSC IT

    Experience: 2 years of experience in flutter application developement  more..

    Priyesh

    Mobile: +91 91884 77559
    Location: Maharashtra, Online (Al Khobar)
    Qualification: Bachelor of Engineering

    Experience: 11+ Years of experience in Mobile application development and 3+ in Flutter 9+ in Android  more..

    Teja

    Mobile: +91 89210 61945
    Location: Hyderabad, Online (Al Khobar)
    Qualification: Btech

    Experience: Certification in ceh and ccna and mcse | Resume for   more..

    Harikrishnan

    Mobile: +91 9446600368
    Location: Kerala, Online (Al Khobar)
    Qualification: B Tech

    Experience: Dear Hiring Manager I am writing to express my keen interest in the QA Tester position at Net Soft as  more..

    Fahim

    Mobile: +91 8301010866
    Location: Noida, Online (Al Khobar)
    Qualification: Pursuing BCA

    Experience: "I have worked as a graphic designer and motion graphic designer at Grafikos Grated my skills in graphic design &  more..

    Ritam

    Mobile: +91 9895490866
    Location: Odisha, Online (Al Khobar)
    Qualification: MCA

    Experience: I have good knowledge of python and django framework and I want to work with them know about that and  more..

    Priyanshu

    Mobile: +91 91884 77559
    Location: Delhi, Online (Al Khobar)
    Qualification: Bca

    Experience: Mern Stack developer with expertise in javascript  more..

    Pallavi

    Mobile: +91 91884 77559
    Location: Maharashtra, Online (Al Khobar)
    Qualification: BTech

    Experience: Experienced Python developer with extensive Django experience looking to continue to develop my skill set on the back-end at a  more..

    Arunkumar

    Mobile: +91 98474 90866
    Location: Tamil Nadu, Online (Al Khobar)
    Qualification: MCA

    Experience: Im completed software developer intern and Im working software developer Skills : HTML CSS JS bootstrap figma wordpress angular reactjs  more..

    Suhita

    Mobile: +91 9446600368
    Location: West Bengal, Online (Al Khobar)
    Qualification: MCA

    Experience: Python Full Stack development | Resume for   more..

    selvakrishnan

    Mobile: +91 9895490866
    Location: Tamil Nadu, Online (Al Khobar)
    Qualification: BE

    Experience: technical skills : Django C python MongoDB MySql GIT 1 years 7 months experience in django and MongoDb using product  more..

    Neeraj

    Mobile: +91 89210 61945
    Location: Uttar Pradesh, Online (Al Khobar)
    Qualification: persuing Graduation from B.tech

    Experience: linux parrot os kali linux burpsuit wireshark n map sql map etc bug bounty beginner penetration testing  more..

    Aindrila

    Mobile: +91 89210 61945
    Location: Kolkata, Online (Al Khobar)
    Qualification: BSc Botany(Hons)

    Experience: 2 years in graphic design | Resume for   more..

    Pulkit

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

    Experience: • Programming Languages: Python HTML CSS JavaScript SQL (SQL Server MySQL Oracle) NoSQL (MongoDB) • Frameworks and Libraries: Django React  more..

    ABHISHEK

    Mobile: +91 91884 77559
    Location: Karnataka, Online (Al Khobar)
    Qualification: Bachelor of engineering

    Experience: Manual testing SQL Java Selenium BDD  more..

    Mohammed

    Mobile: +91 98474 90866
    Location: Telangana, Online (Al Khobar)
    Qualification: B.E

    Experience: Skills : Angular Html Css Nodejs firebase Worked with multiple startups and playing a key role in the team as  more..

    Ajeeba

    Mobile: +91 98474 90866
    Location: Tamil Nadu, Online (Al Khobar)
    Qualification: MCA

    Experience: Manual Testing Agile and waterfall methodologies Jira cross browser compatibility testing Functional testing Regression Bug tracking Test case Execution Test  more..

    preet

    Mobile: +91 91884 77559
    Location: USA, Online (Al Khobar)
    Qualification: PhD

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

    Khushboo

    Mobile: +91 89210 61945
    Location: Maharashtra, Online (Al Khobar)
    Qualification: Mtech

    Experience: Manual tester with two years of experience on testing   more..

    Dibwarjeet

    Mobile: +91 9895490866
    Location: Assam, Online (Al Khobar)
    Qualification: BTech in CSE

    Experience: I’m a fresher and I have recently worked for 3 months temporarily as a Project Trainee that was unofficial During  more..

    Irfanuddin

    Mobile: +91 8301010866
    Location: Telangana, Online (Al Khobar)
    Qualification: Btech

    Experience: Proficient in cloud computing with hands-on experience in Microsoft Azure and AWS Strong foundation in electronics and communication engineering including  more..

    Saravanan

    Mobile: +91 91884 77559
    Location: Tamil Nadu, Online (Al Khobar)
    Qualification: BCA

    Experience: My journey as a self-taught developer reflects a commitment to excellence and adaptability in a rapidly evolving industry Proficient in  more..

    karan

    Mobile: +91 98474 90866
    Location: Delhi, Online (Al Khobar)
    Qualification: Persuing graduation

    Experience: Let's prioritize elevating our front-end skills leveraging our expertise in HTML CSS JavaScript bootstrap tailwind css reactjs Through continuous learning  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 al-khobar
    Internship/projects in al-khobar
    Internship/projects in al-khobar
    Internship/projects in al-khobar
    Internship/projects in al-khobar
    Internship/projects in al-khobar
    Internship/projects in al-khobar
    Internship/projects in al-khobar
    Internship/projects in al-khobar
    Internship/projects in al-khobar
    Internship/projects in al-khobar
    Internship/projects in al-khobar

    Trained more than 10000+ students who trust Nestsoft TechnoMaster

    Get Your Personal Trainer