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 Usa

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

    • 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 Usa
    Mern Stack Development React JS is formed via means of Facebook and is the most efficient solution for front-end developers of mobile and web apps. Complete, updated list. js services are getting more popular, so that they have something new all the time. key-value pairs. js or ReactJS) is a free and open source front-end JavaScript Library for building user interface or UI components. By the end of this hands-on intensive training course. Do you need to learn the Node. js are easy to learn. You can experiment with database structures that you just wouldn’t be able to attain in SQL and other relational options. Use the AngularJS framework, which allows web applications to have declarative, two-way data binding.

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

    Rajender

    Mobile: +91 8301010866
    Location: Haryana, Online (Usa)
    Qualification: Mca

    Experience: Good knowledge of the bug tracking tool Good knowledge of functional and non functional testing |   more..

    Priyanka

    Mobile: +91 98474 90866
    Location: Kasargod , Online (Usa)
    Qualification: MCA

    Experience: Application for php DeveloperApplication for PHP Laravel  more..

    Divyadharshan

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

    Experience: Skills are learned abilities or talents that enhance an individual's capacity to perform tasks solve problems or achieve goals *Categories  more..

    MD

    Mobile: +91 91884 77559
    Location: Bihar, Online (Usa)
    Qualification: B.Tech

    Experience: I have 1 year of experience in python developer I have 1 year of experience in Django developer I have  more..

    Dharmendrasinh

    Mobile: +91 91884 77559
    Location: Gujarat, Online (Usa)
    Qualification: Applied Arts(Fine Arts)

    Experience: Adobe suites corel draw and many other softwares basic knowledge of web design and development  more..

    Karthik

    Mobile: +91 9446600368
    Location: Tamil Nadu, Online (Usa)
    Qualification: BE

    Experience: Dear Recruiter I am Karthikeyan seeking a position that leads me a challenging career in your firm I have totally  more..

    Ravi

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

    Experience: I have a experience not specifically in teaching also a project design  more..

    Pandiyarajan

    Mobile: +91 89210 61945
    Location: Coimbatore , Online (Usa)
    Qualification: MSc Information Technology

    Experience: Core Java Selenium Automation testing Manual Testing SQL CUCUMBER Framework testNG Jenkins Jira tool   more..

    Joel

    Mobile: +91 98474 90866
    Location: Kerala, Online (Usa)
    Qualification: Masters

    Experience: I am an experienced IT professional based in Ernakulam Kerala India with over 4 years of comprehensive expertise in hardware  more..

    Bishal

    Mobile: +91 8301010866
    Location: West Bengal, Online (Usa)
    Qualification: Graduate in graphic design

    Experience: I am writing to express my strong interest in joining your Company as a Graphic Design With a passion for  more..

    Jayaraj

    Mobile: +91 9446600368
    Location: Tamil Nadu, Online (Usa)
    Qualification: BE

    Experience: Have 6+ years in the field of Graphic design that includes 3 years of mentoring students for graphic design |  more..

    Shashank

    Mobile: +91 91884 77559
    Location: Karnataka, Online (Usa)
    Qualification: Bachelor of Engineering

    Experience: Proficient in using AutoCAD CATIA and SolidWorks for CAD design and 3D modeling Experience in aerodynamics and propulsion design with  more..

    Soniya

    Mobile: +91 89210 61945
    Location: Kochi, Online (Usa)
    Qualification: Mca

    Experience: Python development Javascript HTML5 Bootstrap  more..

    Nikita

    Mobile: +91 91884 77559
    Location: Maharashtra, Online (Usa)
    Qualification: Bsc animation

    Experience: I have 3 years experience I am working as a web designer and WordPress developer I am working on WordPress  more..

    Jithin

    Mobile: +91 8301010866
    Location: Ernakulam, Online (Usa)
    Qualification: Bsc

    Experience: Dear Hiring Manager I am writing to express my interest in the Python developer position advertised on Glassdoor With a  more..

    Prakul

    Mobile: +91 98474 90866
    Location: Delhi, Online (Usa)
    Qualification: BTech

    Experience: Developed frontend components for clients' websites using NEXT JS HTML and CSS ● Used Flutter for development of Android and  more..

    Swaminathan

    Mobile: +91 98474 90866
    Location: Tamil Nadu, Online (Usa)
    Qualification: MScIT

    Experience: C c++ Oracle SQL plsql data analyst power bi retail shop customer service python Asp VB  more..

    Yash

    Mobile: +91 98474 90866
    Location: Maharashtra, Online (Usa)
    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..

    Baskar

    Mobile: +91 98474 90866
    Location: Trichy, Tamilnadu, Online (Usa)
    Qualification: Mca

    Experience: My total experience 8 years I have developed most web application and website Mostly i have used Codeigniter and laravel  more..

    Nusrin

    Mobile: +91 8301010866
    Location: Malappuram , Online (Usa)
    Qualification: Btech

    Experience: Email Marketing Social media marketing Social media optimisation Seo WordPress Graphic design (Canva)  more..

    RAKHI

    Mobile: +91 8301010866
    Location: Haryana, Online (Usa)
    Qualification: DIPLOMA

    Experience: I M Kitchen Vanity Wardrobe Bed room Led design designer   more..

    Ravikumar

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

    Experience: Backend: python & Django frontend: Reacts hosting:Aws  more..

    Rushikesh

    Mobile: +91 9446600368
    Location: Maharashtra, Online (Usa)
    Qualification: BE

    Experience: Manual testing core java Automation testing jira |   more..

    Mohd

    Mobile: +91 9895490866
    Location: Aligarh, Online (Usa)
    Qualification: B Tech

    Experience: python sql django Mysql git gitlab slackApplication for Python Django  more..

    Sreelekha

    Mobile: +91 91884 77559
    Location: Andhra Pradesh, Online (Usa)
    Qualification: B Tech

    Experience: Manual testing selenium SQL core java |   more..

    shiva

    Mobile: +91 98474 90866
    Location: Telangana, Online (Usa)
    Qualification: Batchlors Degree

    Experience: Welcome to a world where your digital vision becomes a seamless experience I’m SHIVA SAI a UI UX & Graphic  more..

    praveen

    Mobile: +91 98474 90866
    Location: Andhra Pradesh, Online (Usa)
    Qualification: M.tech

    Experience: Manual testing testing techniques jira testtrail testing (regression exploratory system blackbox) test case design and defect tracking and bug lifecycle  more..

    Kaveri

    Mobile: +91 9895490866
    Location: Pune, Online (Usa)
    Qualification: Msc Physics , PG-big data analytics from CDAC-ACTS Pune

    Experience: Technical Skill Sets Linux Windows AWS Machine Learning Python and R programming Big Data Technologies- Hadoop Spark Data Visualization -  more..

    kajal

    Mobile: +91 8301010866
    Location: Maharashtra, Online (Usa)
    Qualification: BE

    Experience: I have 2 years experience as manual test engineer strong knowledge in sdlc stlc retesting regression testing unit testing system  more..

    Muhammad

    Mobile: +91 89210 61945
    Location: West Bengal, Online (Usa)
    Qualification: 12 Passed

    Experience: 1 Tutored Mathematics and Accountancy for Class VI to XII 2 Worked as a Receptionist at BITS-BYTES 3 Proficient in  more..

    Sony

    Mobile: +91 8301010866
    Location: Karnataka, Online (Usa)
    Qualification: BCA

    Experience: Troubleshooting Installation Communication BPM Maintenance testing   more..

    Aishi

    Mobile: +91 8301010866
    Location: West Bengal, Online (Usa)
    Qualification: M.Plan

    Experience: I am an architect with expertise in innovative design sustainable building practices and project management Proficient in AutoCAD Autodesk Revit  more..

    Vijay

    Mobile: +91 98474 90866
    Location: Telangana, Online (Usa)
    Qualification: Btech(Mechanical engineer)

    Experience: Worked as a cad designer for 1 5 years currently I'm working as a Tool developer for Autocad for past  more..

    Samir

    Mobile: +91 91884 77559
    Location: Delhi, Online (Usa)
    Qualification: Bachelor of Computer Application

    Experience: Skilled mobile app developer specializing in Android and Flutter with a strong foundation in cloud architecture Proven ability to design  more..

    Ayush

    Mobile: +91 89210 61945
    Location: Delhi, Online (Usa)
    Qualification: Btech

    Experience: Flutter Firebase Complex and clan mobile apps IOS web and android xcode  more..

    Naitik

    Mobile: +91 91884 77559
    Location: Noida, Online (Usa)
    Qualification: MCA

    Experience: I have 1 year of experience in python django development Application for Python Django  more..

    Murari

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

    Experience: Computer hardware networking and software troubleshooting and 10 years experience  more..

    Kokila

    Mobile: +91 91884 77559
    Location: Tamil Nadu, Online (Usa)
    Qualification: MBA

    Experience: I have experience in SEO and in HR Recuteir I worked as junior seo for 9 months and 10 months  more..

    Shilpa

    Mobile: +91 8301010866
    Location: Jammu and Kashmir, Online (Usa)
    Qualification: B.tech

    Experience: SQL power bi tableau excel crm python and my roles is to collect data and visualised   more..

    Saara

    Mobile: +91 91884 77559
    Location: Rajasthan, Online (Usa)
    Qualification: Bachelors

    Experience: Strong understanding of the CBSE curriculum and assessment practices Excellent communication and interpersonal skills Classroom management and behavior management techniques  more..

    Nagendra

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

    Experience: Programming Languages: C SQL Apex Programming • Web Technologies: Strong knowledge of JavaScript HTML CSS SCSS and web-based protocols (REST  more..

    Arpit

    Mobile: +91 9446600368
    Location: Himachal Pradesh, Online (Usa)
    Qualification: B. Tech in Computer science engineering

    Experience: Manual Testing Jira Integration testing Smoke testing Digital Marketing Wordpress  more..

    Manipriya

    Mobile: +91 91884 77559
    Location: Tamil Nadu, Online (Usa)
    Qualification: Ms

    Experience: Functional testing with experience of 5 2 years Waterfall methodology Agile methodology ALM for defects tracking Strong understanding of SDLC  more..

    Rakhi

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

    Experience: java python docker aws linux git CICD  more..

    Abhishek

    Mobile: +91 9446600368
    Location: Pune, Online (Usa)
    Qualification: Bachelor of engineering

    Experience: I have completed my software testing course in qspiders pune   more..

    Srinivasula

    Mobile: +91 9895490866
    Location: Andhra Pradesh, Online (Usa)
    Qualification: Bachelor of Technology

    Experience: Aspiring DevOps Engineer having technical skills Linux python AWS docker  more..

    Akbar

    Mobile: +91 98474 90866
    Location: Thalayolaparambu, Kottayam, Kerala, Online (Usa)
    Qualification: BCA

    Experience: Currently attending Full Stack Developer Internship at Luminar Technolab Kakkanad Ernakulam Python Django Django Rest Framework HTML CSS Javascript Bootstrap  more..

    Nancy

    Mobile: +91 89210 61945
    Location: Thrissur, Online (Usa)
    Qualification: MCA

    Experience: Completed my python course on 2021 November Currently I am working for Altos technologies as a python developer Application for  more..

    Santhiya

    Mobile: +91 9446600368
    Location: Puducherry, Online (Usa)
    Qualification: B.sc

    Experience: Hi I am santhiya Highly skilled and creative graphic designer with 4 years 8 months of experience in creating visually  more..

    ANANYA

    Mobile: +91 89210 61945
    Location: West Bengal, Online (Usa)
    Qualification: B Sc.

    Experience: 8 years experince in html5 css3 Java Script Bootsrap 5 wordpress  more..

    Sanket

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

    Experience: Manual testing automation Selenium jira tool mobile testing |   more..

    Mayuri

    Mobile: +91 9895490866
    Location: Maharashtra, Online (Usa)
    Qualification: BE Computer

    Experience: Have a attending software testing cources with 6 months all relevant knowledge in testing techniques   more..

    Anusha

    Mobile: +91 89210 61945
    Location: Kollam, Online (Usa)
    Qualification: B.tech

    Experience: I have 6months experience as software developer intern Skills: HTML5 CSS3 Bootstrap JavaScript MySQL Python Django Flask Application for Python  more..

    Shivani

    Mobile: +91 9895490866
    Location: Punjab, Online (Usa)
    Qualification: BCA graduate

    Experience: I have an knowledge in basic programming languages graphics designing content writing and in an excel as well I have  more..

    tripti

    Mobile: +91 89210 61945
    Location: Chhattisgarh, Online (Usa)
    Qualification: B.E

    Experience: I have completed pgdac last year from Hyderabad I have skills like sql java html css I know about sdlc  more..

    Muhammed

    Mobile: +91 9895490866
    Location: Cochin, Online (Usa)
    Qualification: B tech

    Experience: Manuel testing validation testing technical support troubleshooting connectivity testing   more..

    Tasneem

    Mobile: +91 98474 90866
    Location: Hubli, Online (Usa)
    Qualification: Bacholer of Engineering

    Experience: Java python C# C++ oracle web CSS javascript   more..

    Saniba

    Mobile: +91 9446600368
    Location: Karnataka, Online (Usa)
    Qualification: MCA

    Experience: manual testing sql jira dotnet  more..

    Hanuman

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

    Experience: I acquired skills related to front end development backed end development like javascript react node Java and even testing  more..

    SAHIL

    Mobile: +91 9446600368
    Location: Maharashtra, Online (Usa)
    Qualification: Bachelor's

    Experience: I have 1 year experience in wordpress and expertise in Html CSS javascript wordpress react I'm familiar with plugins like  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 usa
    Internship/projects in usa
    Internship/projects in usa
    Internship/projects in usa
    Internship/projects in usa
    Internship/projects in usa
    Internship/projects in usa
    Internship/projects in usa
    Internship/projects in usa
    Internship/projects in usa
    Internship/projects in usa
    Internship/projects in usa

    Trained more than 10000+ students who trust Nestsoft TechnoMaster

    Get Your Personal Trainer