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 Nowra

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

    • 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 Nowra
    Mern Stack Development It supports replication; if the primary server goes down during a transaction, then the secondary server handles the transaction without human interaction. Its NoSQL database working with data very efficiently. The modular design of ReactJS allows you to produce small fluctuations with ease. Build fast, scalable network applications using Node. Do you need to learn the Node. e. Work with streams as well as events to improve I / O non-blocking, rest Application creation, etc. As well as, recruiting people with talented skills can be a valuable matter for a new company, so programmers who can use Node. React(also referred to as React. .

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

    anuj

    Mobile: +91 9895490866
    Location: Rajasthan, Online (Nowra)
    Qualification: b tech - CS specialisation in cyber security and digital forensics

    Experience: Proficient in network security incident response and digital forensics Experienced with tools like Wireshark Snort Kali Linux and Autopsy for  more..

    Karuppasamy

    Mobile: +91 9895490866
    Location: Madurai, Online (Nowra)
    Qualification: B.Tech.,IT

    Experience: Odoo 11 12 14 python xml NodeJS Postgresql  more..

    Aresedha

    Mobile: +91 89210 61945
    Location: Kerala, Online (Nowra)
    Qualification: Ma psychology

    Experience: I have more than 2 year experience in teaching field in a public school and also worked as teacher in  more..

    Pranjali

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

    Anju

    Mobile: +91 89210 61945
    Location: Karnataka, Online (Nowra)
    Qualification: MCA

    Experience: Very good knowledge in programming languages like java python and cpp  more..

    Vijay

    Mobile: +91 91884 77559
    Location: Chennai, Online (Nowra)
    Qualification: B.E(ECE)

    Experience: SQL Manual testing Java | Resume for   more..

    Muhammad

    Mobile: +91 89210 61945
    Location: Punjab, Online (Nowra)
    Qualification: BS computer science

    Experience: Am wordpress developer I have 2 years experience in wordpress Experienced in Elementor WPBakery Divi Builder and various design layouts  more..

    Aalti

    Mobile: +91 91884 77559
    Location: Hyderabad, Online (Nowra)
    Qualification: Graduation (B.SC)

    Experience: As a part of Q spiders I am upgrading my testing skills this course contains SQL Manual testing Aumation testing  more..

    Samir

    Mobile: +91 8301010866
    Location: Delhi, Online (Nowra)
    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..

    Nivedita

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

    Experience: Manual testing automation testing and core java basic concepts  more..

    Rohit

    Mobile: +91 8301010866
    Location: Maharashtra, Online (Nowra)
    Qualification: Master of computer applications

    Experience: Html css javascript django python |   more..

    Abhiram

    Mobile: +91 89210 61945
    Location: Kerala, Online (Nowra)
    Qualification: Diploma in Ethical Hacking

    Experience: I'm a fresher looking for a job i have skills in computer knowledge Linux penetration testing soc seim tools etc  more..

    Hema

    Mobile: +91 91884 77559
    Location: Tamil Nadu, Online (Nowra)
    Qualification: M.A , M.phil

    Experience: Skills : curriculum development communication skills Administrative Skills Experience: 5 years in teaching field  more..

    Jahana

    Mobile: +91 91884 77559
    Location: Malappuram kerala, Online (Nowra)
    Qualification: Bsc computer science

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

    Hemanth

    Mobile: +91 91884 77559
    Location: Karnataka, Online (Nowra)
    Qualification: Bachelors

    Experience: Skills: Agile scrum MERN Stack development English fluency DSA Experience: 3 5 years  more..

    Ranjitha

    Mobile: +91 8301010866
    Location: Kerala, Online (Nowra)
    Qualification: MCA

    Experience: Software testing Manual testing Test case preparation Test case data preparation Test case execution Bug reporting Via tools etc  more..

    Vaibhav

    Mobile: +91 9895490866
    Location: Madhya Pradesh, Online (Nowra)
    Qualification: B-tech

    Experience: I have knowledge of testing tool like Tosca jira manual and automation software |   more..

    Sai

    Mobile: +91 91884 77559
    Location: Telangana, Online (Nowra)
    Qualification: B.tech (C.S.E)

    Experience: Experience In Training students one to one and also group Experience in Training students on real time projects for WordPress  more..

    Sumit

    Mobile: +91 91884 77559
    Location: Uttar Pradesh, Online (Nowra)
    Qualification: BCA

    Experience: I have 1 year of experience in Python Django development Python Django Mysql HTML CSS Bootstrap DRF Docker py installer  more..

    Samuel

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

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

    Rudransh

    Mobile: +91 91884 77559
    Location: Uttarakhand, Online (Nowra)
    Qualification: Btech

    Experience: I am experienced in python libraries and ai libraries like nltk Tensorflow Django websockets pytorch opencv and many more   more..

    Dheeraj

    Mobile: +91 9895490866
    Location: Bhopal Madhya Pradesh , Online (Nowra)
    Qualification: Btech

    Experience: I have 2 years experience in web developer my skills are html css javascript bootstrap Adobe   more..

    Bhagyashri

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

    Experience: Manual testing selenium webdriver api testing db testing  more..

    priyanshu

    Mobile: +91 91884 77559
    Location: Chhattisgarh, Online (Nowra)
    Qualification: BCA

    Experience: Experienced full stack android application developer with expertise in front-end and back-end development experienced in leading cross-functional teams   more..

    Rahul

    Mobile: +91 91884 77559
    Location: Trivandrum , Online (Nowra)
    Qualification: B-TECH CSE

    Experience: Experience on AI training especially in Machine learning DeepLearning Keras Computer vision image processing vision Transformers (new update)python data science  more..

    Rashika

    Mobile: +91 8301010866
    Location: Tamil Nadu, Online (Nowra)
    Qualification: BE

    Experience: I done a course in software testing I have a good knowledge in SDLC Testing cases Black box testing white  more..

    SHOBANA

    Mobile: +91 89210 61945
    Location: Tamil Nadu, Online (Nowra)
    Qualification: BE(ECE)

    Experience: Two years of experience in Manual testing Agile approach and started out with test automation framework such as Katalon and  more..

    Amol

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

    Experience: I am a skilled Python developer with expertise in the Django framework and Django REST framework (DRF) for creating robust  more..

    Bishal

    Mobile: +91 98474 90866
    Location: West Bengal, Online (Nowra)
    Qualification: B.tech

    Experience: Django flask sql Html javascript react aws  more..

    VISHNUPRIYA

    Mobile: +91 9446600368
    Location: Tamil Nadu, Online (Nowra)
    Qualification: B.E/BME

    Experience: Teaching Tutoring Academic content development Team management Subject Matter Expert Tutor  more..

    Anusha

    Mobile: +91 91884 77559
    Location: Kerala, Online (Nowra)
    Qualification: B.E (civil engineer), IT(software testing(manual testing)))

    Experience: Auto cad Excel SQL manual testing |   more..

    Aman

    Mobile: +91 8301010866
    Location: Karnataka, Online (Nowra)
    Qualification: B.e

    Experience: Html css javascript wordpress joomla Shopify Shopify+ SEO Ui Ux   more..

    Swathi

    Mobile: +91 91884 77559
    Location: Tamil Nadu, Online (Nowra)
    Qualification: Bsc. Mathematics

    Experience: As a seasoned mobile developer with over 3 years of experience in Flutter I possess a unique blend of technical  more..

    Raushan

    Mobile: +91 9895490866
    Location: Bihar, Online (Nowra)
    Qualification: B.E. Computer Science and Engineering

    Experience: Seasoned cybersecurity analyst adeptin threat detection incidentresponse and risk mitigation Skilled in analyzing security systems identifying vulnerabilities and implementing robust  more..

    Kaushal

    Mobile: +91 9895490866
    Location: Vadodara, Online (Nowra)
    Qualification: Btech in Computer science

    Experience: Dear Hiring Manager I am excited to apply for the Job Internship position available in your company I am pursuing  more..

    Twinkle

    Mobile: +91 8301010866
    Location: Punjab, Online (Nowra)
    Qualification: Masters in Mathematics

    Experience: With over 5 years of teaching experience across the globe I have had the privilege of educating students from Grade  more..

    Krupa

    Mobile: +91 9446600368
    Location: Maharashtra, Online (Nowra)
    Qualification: Masters in Education

    Experience: Committed educator with eight years of experience fostering a dynamic and engaging learning environment Skilled in developing curriculum implementing innovative  more..

    Siva

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

    Experience: programming languages-c python java scripting languages-Html css javascript |   more..

    Priyanka

    Mobile: +91 91884 77559
    Location: Maharashtra, Online (Nowra)
    Qualification: B.Tech

    Experience: I have knowledge in html css javascript asp net MVC bootstrap web API I have 1 year experience in Aarohiinfo  more..

    Harkesh

    Mobile: +91 91884 77559
    Location: haryana,palwal,121106, Online (Nowra)
    Qualification: 12th and BCA persuing

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

    Amit

    Mobile: +91 98474 90866
    Location: Maharashtra, Online (Nowra)
    Qualification: BE

    Experience: Jira selenium java TestNG API postman I have 6 month experience in manual and automation testing   more..

    Pooja

    Mobile: +91 89210 61945
    Location: GHAZIABAD, Online (Nowra)
    Qualification: B.TECH

    Experience: I am currently pursuing a graduate degree in Bachelor of Technology and i am in the final year of my  more..

    Venkatesh

    Mobile: +91 98474 90866
    Location: Telangana, Online (Nowra)
    Qualification: B.tech

    Experience: I have worked on Flutter for more than a year with 2 companies Alemano and Decryption where I wrote code  more..

    Arya

    Mobile: +91 9895490866
    Location: Kerala, Online (Nowra)
    Qualification: Msc Computer science specialization in Cyber security

    Experience: Worked as VAPT intern in Techbyheart Pvt ltd and have done a project in web application penetration testing Discovered vulnerabilities  more..

    CHIRAG

    Mobile: +91 89210 61945
    Location: Surat, Online (Nowra)
    Qualification: B tech CSE

    Experience: I have 5 month intern experience in python still runningApplication for Python Django  more..

    Anawar

    Mobile: +91 91884 77559
    Location: Noida, Online (Nowra)
    Qualification: Polytechnic

    Experience: Hii I am a Web developer of Asp net and I have 1 6 years experience in Web development I  more..

    ISHANI

    Mobile: +91 91884 77559
    Location: West Bengal, Online (Nowra)
    Qualification: B. Tech

    Experience: I have 2years working experience in android developer   more..

    shital

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

    Experience: Fortigate firewall configuration upgradation and all troubleshooting  more..

    Prince

    Mobile: +91 8301010866
    Location: Prayagraj UP, Online (Nowra)
    Qualification: Pursuing Graduation

    Experience: 1 Knowledge of HTML & CSS programming languages 2 Expert in website building with Google Sites 3 All Basic Computer  more..

    sejal

    Mobile: +91 89210 61945
    Location: karad, Online (Nowra)
    Qualification: B.tech in computer science

    Experience: Html css javascript java user research figma react js | Application for UI UX Designer  more..

    Priyanka

    Mobile: +91 91884 77559
    Location: Delhi, Online (Nowra)
    Qualification: BSC

    Experience: Hello Sir Ma'am I am Priyanka Shelke and I have successfully completed my BSc from Pune University Additionally I have  more..

    PALKARUPPUSAMY

    Mobile: +91 98474 90866
    Location: Tamil Nadu, Online (Nowra)
    Qualification: BE-MECHANICAL ENGINEERING

    Experience: 5 years experience in Foundry production now fresher for an design field also known AutoCAD & Solidworks  more..

    Pawan

    Mobile: +91 98474 90866
    Location: Uttar Pradesh, Online (Nowra)
    Qualification: Flutter Developer

    Experience: I have 6 month experience in flutter Development Skills Flutter Firebase HTML CSS Rast API  more..

    raju

    Mobile: +91 9895490866
    Location: Allahabad, Online (Nowra)
    Qualification: B.tech

    Experience: I have 2 year exp in python java ml django codingApplication for Python Django  more..

    Athira

    Mobile: +91 91884 77559
    Location: Kerala, Online (Nowra)
    Qualification: BCA

    Experience: Java python html css  more..

    Nisarg

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

    Experience: • Cross-Platform Mobile application development (Flutter) • Google Firebase • CI CD pipeline with AWS and Git • MVC MVVM  more..

    Jithin

    Mobile: +91 91884 77559
    Location: Kerala, Online (Nowra)
    Qualification: BCA

    Experience: Manual and automation Functional and Non-functional Testing defect tracking and execution Selenium webdriver testNG 1year experience as a software developer  more..

    Deepa

    Mobile: +91 8301010866
    Location: Haryana, Online (Nowra)
    Qualification: Masters in mathematics

    Experience: I hold an M Sc in Mathematics with 3 years of teaching experience at the college level and as a  more..

    KUNAL

    Mobile: +91 98474 90866
    Location: West Bengal, Online (Nowra)
    Qualification: B.Tech

    Experience: Kunal is currently engaged as a Test Manager and Automation SME for SAP Cloud Migration projects with the Testing Service  more..

    Reshma

    Mobile: +91 9446600368
    Location: Kerala, Online (Nowra)
    Qualification: Graduate

    Experience: Dart flutter firebase getx api integration |   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 nowra
    Internship/projects in nowra
    Internship/projects in nowra
    Internship/projects in nowra
    Internship/projects in nowra
    Internship/projects in nowra
    Internship/projects in nowra
    Internship/projects in nowra
    Internship/projects in nowra
    Internship/projects in nowra
    Internship/projects in nowra
    Internship/projects in nowra

    Trained more than 10000+ students who trust Nestsoft TechnoMaster

    Get Your Personal Trainer