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 Chennai

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

    • 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 Chennai
    Mern Stack Development Thus the basic syntax and specifications are of JavaScript only. js training at Nestsoft in Dubai may be a great stepping stone for your IT career. By the end of this hands-on intensive training course. js services are getting more popular, so that they have something new all the time. These operations when combined with additional options give nice results. It supports replication; if the primary server goes down during a transaction, then the secondary server handles the transaction without human interaction. All the info is kept in JSON format, i. Complete, updated list. ReactJS contains a reputation for being a robust tool for making user interfaces. How is it achievable that a simple library has gotten so popular? You may have caught on to ReactJS before, seeing a lot of people talking about it, a lot of people using it, and a bunch of products made by this technology.

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

    Ravi

    Mobile: +91 8301010866
    Location: Delhi, Online (Chennai)
    Qualification: Graduate

    Experience: HTML CSS javascript WordPress-design elementor boostrap Sass Moduler css I have 9 month's experience in RHA technologies pvt LTD as  more..

    vennela

    Mobile: +91 98474 90866
    Location: Andhra Pradesh, Online (Chennai)
    Qualification: MTech

    Experience: I have 2 years of experience as manual tester And have one year experience worked on mobile device testing Now  more..

    Ranjeet

    Mobile: +91 9895490866
    Location: Bihar, Online (Chennai)
    Qualification: MCA

    Experience: PHP developer and frontend developer  more..

    Reshma

    Mobile: +91 91884 77559
    Location: Kerala, Online (Chennai)
    Qualification: Msc computer science

    Experience: Manual testing Sdlc Sfmc Database teating Web based testing Mobile testing  more..

    MOHAMMED

    Mobile: +91 9446600368
    Location: Ponnani, Online (Chennai)
    Qualification: BCA

    Experience: Python Django SQL HTML CSS and JavaScript and other personal skills like fast learning communication skills time management project management  more..

    Sapa

    Mobile: +91 89210 61945
    Location: Karnataka, Online (Chennai)
    Qualification: Btech

    Experience: Manual testing Sdlc Stlc Test plan Test cases |   more..

    Ayush

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

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

    Soumyaranjan

    Mobile: +91 98474 90866
    Location: Bsno, Online (Chennai)
    Qualification: BTech

    Experience: I have 4 years of hands on experience in python & Django Flask Application for Python Django  more..

    Salman

    Mobile: +91 91884 77559
    Location: Uttar Pradesh, Online (Chennai)
    Qualification: Bca

    Experience: I have 1 years experience in computer operator having some technical knowledge also css html javascript programming language net framework  more..

    Devaraj

    Mobile: +91 8301010866
    Location: Tamil Nadu, Online (Chennai)
    Qualification: Msc B. Ed

    Experience: I am excited to be applying for tutor vacant as someone who loves education possesses excellent organizational skills and can  more..

    Falguni

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

    Experience: Python django developer c cpp developer  more..

    MUKESH

    Mobile: +91 89210 61945
    Location: Uttar Pradesh, Online (Chennai)
    Qualification: Persuing BCA

    Experience: Skill- python django MySQL Java(core) C C++  more..

    Prajkta

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

    Experience: Manual testing automation testing html css c programming database Java testng Cucumber api testing  more..

    Jayesh

    Mobile: +91 91884 77559
    Location: Pune, Online (Chennai)
    Qualification: Graduation

    Experience: Menon texting functions testing non functional testing smoke testing agile metrolog and priority testing my SQL test cases test report  more..

    priyanka

    Mobile: +91 91884 77559
    Location: Karnataka, Online (Chennai)
    Qualification: be

    Experience: python developer and web design  more..

    Subhransu

    Mobile: +91 98474 90866
    Location: Bhubaneswar, Online (Chennai)
    Qualification: B.Tech(Computer science Engineer)

    Experience: 1)Proficiency in Canva a versatile graphic design platform with advanced knowledge and expertise in creating engaging and visually stunning designs  more..

    amjad

    Mobile: +91 89210 61945
    Location: Beed, Online (Chennai)
    Qualification: BE

    Experience: Android App development Web Development MS CRM FLutter Ionic framework Java HTML Javascript css Drupal Wordpress PHP Mysql etc  more..

    Sangeeta

    Mobile: +91 8301010866
    Location: Berhampur, Online (Chennai)
    Qualification: B. Tech

    Experience: C C++ C# Python ML JS Html CSS python data science artificial intelligence machine learning| Application for Python Data Science  more..

    Jobin

    Mobile: +91 8301010866
    Location: Malappuram, Online (Chennai)
    Qualification: MCA

    Experience: 3 yrs experience in flutter app development and training students You can checkout my classes on YouTube https: youtu be  more..

    Tejvir

    Mobile: +91 9446600368
    Location: Jamshedpur, Online (Chennai)
    Qualification: MCA

    Experience: Attention to detail knowledge of testing methodologies test case design Familiar with different testing types like functional regression and others  more..

    Vaibhav

    Mobile: +91 9446600368
    Location: Uttar Pradesh, Online (Chennai)
    Qualification: Bachelor of technology - computer science

    Experience: Html css javascript reactjs Nodejs SQL mongodb cpp python   more..

    Aditi

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

    Experience: I am Aditi Atri I have completed a 3-month internship as a quality analyst My skills include SDLC STLC smoke  more..

    Soumick

    Mobile: +91 91884 77559
    Location: West Bengal, Online (Chennai)
    Qualification: 12+

    Experience: Graphic design powerpoint design branding social media graphics video editing infographic brochure webpage design ui design  more..

    Sachin

    Mobile: +91 9446600368
    Location: Amravati Maharashtra, Online (Chennai)
    Qualification: BTech

    Experience: ISTQB Foundation Level Certification Functional Testing Regression Testing Smoke Testing Selenium Java TestNg Playwright Postman API testing using postman |  more..

    Pavithra

    Mobile: +91 91884 77559
    Location: Tamil Nadu, Online (Chennai)
    Qualification: High School

    Experience: I have experience as a freelance and in-house graphic designer and I have worked on a range of print interactive  more..

    Ronak

    Mobile: +91 9895490866
    Location: Ahmedabad, Online (Chennai)
    Qualification: B.C.A

    Experience: I have 1 year of experience of flutter and its training experience and my skill with descripe in resume so  more..

    Mansi

    Mobile: +91 9895490866
    Location: Delhi, Online (Chennai)
    Qualification: M.com, B.com, B.Ed

    Experience: Experienced math & commerce teacher with BCom MCom BEd Strong skills in teaching curriculum development and student engagement   more..

    sharuk

    Mobile: +91 8301010866
    Location: Kerala, Online (Chennai)
    Qualification: MCA (masters in computer applications)

    Experience: Python Django Flask php Javascript React Js JQuery Rest API HTML CSS SQL MySQL Stored procedures MVC Framework Ajax Git  more..

    Aarti

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

    Experience: Data analyst like python advance excel sql power bi  more..

    Ashwini

    Mobile: +91 9895490866
    Location: Maharashtra, Online (Chennai)
    Qualification: MCA

    Experience: I have an 6 year experience as an business development executive Telesales executive HR Education counselor Team leader  more..

    Mahfuzur

    Mobile: +91 91884 77559
    Location: Delhi, Online (Chennai)
    Qualification: B.Sc in CSE(Running)

    Experience: I am a Flutter Developer I am working with flutter last 1 year I have approximate skill I willl be  more..

    Samir

    Mobile: +91 98474 90866
    Location: Odisha, Online (Chennai)
    Qualification: MCA

    Experience: I completed MCA in 2024 I have 1 year of experience in python django   more..

    Kalaivani

    Mobile: +91 8301010866
    Location: Tamil Nadu, Online (Chennai)
    Qualification: ME

    Experience: 2 years experience as a assistant professor teaching developer programmer etc | (Work from Home)  more..

    Ankita

    Mobile: +91 8301010866
    Location: Chandigarh, Online (Chennai)
    Qualification: Post graduate in Mass comm and journalism

    Experience: I have more than 10 years of experience in content development My skills include: SEO writing articles blogs social media  more..

    Jayrag

    Mobile: +91 91884 77559
    Location: Gujarat, Online (Chennai)
    Qualification: BCA

    Experience: C# sql angularjs angular 2+ photoshop illustrator  more..

    Jaladanki

    Mobile: +91 98474 90866
    Location: Andhra Pradesh, Online (Chennai)
    Qualification: B.com Computer Applications

    Experience: Basics of manual testing like *Black box testing *SDLC and STLC *System testing etc   more..

    Muhammed

    Mobile: +91 89210 61945
    Location: Kerala, Online (Chennai)
    Qualification: Bsc Computer Science

    Experience: I am a flutter developer with2 years of experience in flutter app developement  more..

    Kanchan

    Mobile: +91 98474 90866
    Location: Maharashtra, Online (Chennai)
    Qualification: B.Tech

    Experience: Html css HTML5 CSS3 Bootstrap wordpress Shopify and wix |   more..

    Shaheen

    Mobile: +91 98474 90866
    Location: Malappuram, Online (Chennai)
    Qualification: BE Computer science and engineering

    Experience: python django bootstrap html5 css Application for Python Django  more..

    Mohana

    Mobile: +91 8301010866
    Location: Tamil Nadu, Online (Chennai)
    Qualification: Bsc

    Experience: having experience in performance testing   more..

    Tejaswini

    Mobile: +91 9895490866
    Location: Maharashtra, Online (Chennai)
    Qualification: MCA

    Experience: Designed software solutions by analyzing system performance standards resulting in 38% higher performance efficiency Utilized relevant technical skills to deliver  more..

    Durai

    Mobile: +91 89210 61945
    Location: Tamil Nadu, Online (Chennai)
    Qualification: Mechanical engineering

    Experience: Hai sir My self Durai Murugan from Chennai I did have done in Python full stack developer Complete in Chennai  more..

    MEGHANA

    Mobile: +91 9895490866
    Location: Mysore,Karnataka, Online (Chennai)
    Qualification: BE in computer science and Engineering

    Experience: I have skills like designing creative posters logo and thumbnails i use Canva as my designing tool and i have  more..

    Niranjan

    Mobile: +91 9446600368
    Location: Madhya Pradesh, Online (Chennai)
    Qualification: B.E

    Experience: I have 1 5 years of experience in mobile app development and website development using Java HTML CSS JavaScript and  more..

    shahsal

    Mobile: +91 8301010866
    Location: Kerala, Online (Chennai)
    Qualification: B. E CSE

    Experience: I'm shahsal from kerala imy gratuted in be computer science and engineering currently doing internship on software testing in rogersoft  more..

    Kalaivanan

    Mobile: +91 9895490866
    Location: Chennai, Online (Chennai)
    Qualification: B.Tech - EEE

    Experience: Have knowledge in Manual testing & MYSQL DB & 9 Years of experience in AdministrationApplication for Software Testing  more..

    Nirmalya

    Mobile: +91 91884 77559
    Location: Kolkata, Online (Chennai)
    Qualification: B.Com

    Experience: Graphics Design Website design Website development Wordpress Shopify etc   more..

    Om

    Mobile: +91 91884 77559
    Location: Jharkhand, Online (Chennai)
    Qualification: Diploma

    Experience: Autocad design engineer 2d working with many projects Microstation Navis 3d knowledge etc  more..

    Sravani

    Mobile: +91 91884 77559
    Location: Andhra Pradesh, Online (Chennai)
    Qualification: Graduating 2024

    Experience: Software Engineering Software Testing Software life cycle Basic knowledge in SDLC proficient in programming languages |   more..

    Saravanan

    Mobile: +91 98474 90866
    Location: Tamil Nadu, Online (Chennai)
    Qualification: Bsc computer science

    Experience: Hi am saravanan from Trichy I have years of experience in graphic design to create logo letterhead business card poster  more..

    Astha

    Mobile: +91 89210 61945
    Location: Gujarat, Online (Chennai)
    Qualification: bachelor's

    Experience: Html css javascript jquery angular typescript  more..

    R

    Mobile: +91 9446600368
    Location: Tamil Nadu, Online (Chennai)
    Qualification: B.Pharm

    Experience: Project making and team management good in manual testing  more..

    Tariz

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

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

    Bindiya

    Mobile: +91 89210 61945
    Location: Kerala, Online (Chennai)
    Qualification: B. E

    Experience: Excellent communication skills people skills multi linguistic ability to provide counseling to students parents clients customers previous admin HR cold  more..

    Moin

    Mobile: +91 9895490866
    Location: Gujarat, Online (Chennai)
    Qualification: Bachelor

    Experience: Android development Kotlin Jetpack compose XML Firebase Github Version control   more..

    Anandu

    Mobile: +91 91884 77559
    Location: Kerala, Online (Chennai)
    Qualification: MCA

    Experience: Greetings myself Anandu A Nair I'm currently working as a python developer trainee using django framework I've recently completed an  more..

    Gopi

    Mobile: +91 8301010866
    Location: Andhra Pradesh, Online (Chennai)
    Qualification: B tech

    Experience: Manuval testing and automation testing |   more..

    vrushti

    Mobile: +91 89210 61945
    Location: Gujarat, Online (Chennai)
    Qualification: currently pursuing bachelors in computer engineering

    Experience: learnt about how to configured fortinet next generation firewall at Beekayit net sec solutions pvt ltd Ahmedabad  more..

    Gourav

    Mobile: +91 89210 61945
    Location: Jaora, Online (Chennai)
    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..

    Ranjan

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

    Experience: I know html css js java web development  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 chennai
    Internship/projects in chennai
    Internship/projects in chennai
    Internship/projects in chennai
    Internship/projects in chennai
    Internship/projects in chennai
    Internship/projects in chennai
    Internship/projects in chennai
    Internship/projects in chennai
    Internship/projects in chennai
    Internship/projects in chennai
    Internship/projects in chennai

    Trained more than 10000+ students who trust Nestsoft TechnoMaster

    Get Your Personal Trainer