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 Varanasi

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

    • 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 Varanasi
    Mern Stack Development ReactJS contains a reputation for being a robust tool for making user interfaces. Its NoSQL database working with data very efficiently. React(also referred to as React. By the end of this hands-on intensive training course. If you're familiar with JavaScript then you would realize Node. Node. It stores data in document format to change any range of records, add or delete existing fields within the table. All the info is kept in JSON format, i. React JS is formed via means of Facebook and is the most efficient solution for front-end developers of mobile and web apps. js is a straightforward programming language.

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

    Prateeksha

    Mobile: +91 91884 77559
    Location: Kanpur, Online (Varanasi)
    Qualification: MCA

    Experience: HTML5 CSS3 Javascript MySql Wordpress Bootstrap4 C programming C++  more..

    Divya

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

    Experience: Skills: Core Java J2EE My SQL Linux Manual testing I have around 2 5 years of experience as analyst and  more..

    U.Aishwarya

    Mobile: +91 8301010866
    Location: Karnataka, Online (Varanasi)
    Qualification: btech

    Experience: i am a fresher my skills are basics of c python linux aws  more..

    Richesterfield

    Mobile: +91 9446600368
    Location: Meghalaya, Online (Varanasi)
    Qualification: M.A Journalism and Mass Communication

    Experience: Anchor Audio editing script writing advertisement design |   more..

    Swati

    Mobile: +91 91884 77559
    Location: Kolkata, Online (Varanasi)
    Qualification: Graduation (B.A)

    Experience: Manual Software testing Website testing Mobile App testing JIRA MANTIS Postman Test cases (Learning SDET - Java with Selenium)Application for  more..

    Silpa

    Mobile: +91 91884 77559
    Location: Kerala, Online (Varanasi)
    Qualification: Advanced diploma in digital marketing

    Experience: Onpage seo technical SEO off page seo broken link building social media marketing & Optimization content marketing canva Keyword research  more..

    Komal

    Mobile: +91 91884 77559
    Location: Gujarat, Online (Varanasi)
    Qualification: Graduate

    Experience: Having knowledge of SDLC STLC FRBR SRS manual tester with the knowledge of how to write test cases with the  more..

    Abhisek

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

    Experience: Software testing Preparing testcases unit testing integration testing regression testing STLC Bug tracking  more..

    Siva

    Mobile: +91 91884 77559
    Location: Karnataka, Online (Varanasi)
    Qualification: B.tech

    Experience: Soc Penetration testing  more..

    ANU

    Mobile: +91 9895490866
    Location: Kerala, Online (Varanasi)
    Qualification: MSc Physics

    Experience: 1 Resource person in SastraSahitya Camp 2021 2 Winner of various presentation and speech competitions 3 Skills include writing speaking  more..

    Patel

    Mobile: +91 8301010866
    Location: Ahemedabad , Online (Varanasi)
    Qualification: Graphic designer

    Experience: Social media Post logo design Poster design   more..

    Margam

    Mobile: +91 8301010866
    Location: Hyderabad, hanamakonda, Online (Varanasi)
    Qualification: 12 pass

    Experience: Java python c and c++ programming project management etc  more..

    Suvidha

    Mobile: +91 9446600368
    Location: Kerala, Online (Varanasi)
    Qualification: B.Tech in computer science and engineering

    Experience: Experienced in manual testing and automation testing Have knowledge on test case writing sdlc and stlc selenium webdriver java |  more..

    Manish

    Mobile: +91 9895490866
    Location: Maharashtra, Online (Varanasi)
    Qualification: Bachelor of engineering

    Experience: Automation testing with selenium Manual tester API testing MYSQL  more..

    Prachi

    Mobile: +91 9446600368
    Location: Maharashtra, Online (Varanasi)
    Qualification: B.E Computer

    Experience: Skills: Python Django Mysql HTML CSS Experience: 1 2 yrs of experience as backend developer  more..

    yogesh

    Mobile: +91 9446600368
    Location: Rajasthan, Online (Varanasi)
    Qualification: pg in cyber security

    Experience: i have four months experience in cyber security as cyber security intern at tutelr org and i have skills related  more..

    Shah

    Mobile: +91 9446600368
    Location: West Bengal, Online (Varanasi)
    Qualification: Bachelor of Commerce (honours)

    Experience: The skills and experience I have :- 1 Strong subject knowledge: Demonstrated expertise in commerce subjects including accounting economics business  more..

    Surbhi

    Mobile: +91 89210 61945
    Location: Banglore , Online (Varanasi)
    Qualification: Designer

    Experience: Have vast knowledge of Photoshop can create design banners campaigns logos icons editing in canva according to brand guidelines and  more..

    Prerna

    Mobile: +91 8301010866
    Location: Chandigarh, Online (Varanasi)
    Qualification: Bachelor's of science

    Experience: With over 2 years of experience in education I have developed a comprehensive skill set that aligns well with the  more..

    MONIKA

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

    Experience: I'm a fresher with a knowledge of Manual testing And im an fast learner |   more..

    krishn

    Mobile: +91 89210 61945
    Location: delhi, Online (Varanasi)
    Qualification: b.tech(CSE)

    Experience: python(3 years)Application for Python Django  more..

    Sahil

    Mobile: +91 8301010866
    Location: Maharashtra, Online (Varanasi)
    Qualification: MCW

    Experience: Proficient in Python commonly used for scripting data analysis and machine learning Other Languages Familiarity with JavaScript HTML and basic  more..

    Sankulp

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

    Experience: Functional Testing Stlc Regression testing Retesting UAT Smoky Testing Sanity testing and GUI Test cases defect sheet   more..

    Linkan

    Mobile: +91 98474 90866
    Location: Amravati, Online (Varanasi)
    Qualification: M.E

    Experience: Manual testing Automation Testing API Testing SQL  more..

    Sukhjinder

    Mobile: +91 98474 90866
    Location: Punjab, Online (Varanasi)
    Qualification: graduate

    Experience: Hello I'm Sukhjinder Singh a highly skilled and experienced Graphic Designer and UI UX Designer with over 5 years of  more..

    Rashfeena

    Mobile: +91 9446600368
    Location: Edathanattukkara, Online (Varanasi)
    Qualification: MCA

    Experience: Skills-Flutter Dart firebase Api integration xampp html css Javascript jquery Experience - junior flutter developer @soltom technology solution  more..

    muhammed

    Mobile: +91 89210 61945
    Location: kochin, Online (Varanasi)
    Qualification: bca

    Experience: data science machine learning programming languages etcApplication for Python Django  more..

    Sherin

    Mobile: +91 9446600368
    Location: Kochi, Online (Varanasi)
    Qualification: B com

    Experience: I am a mern stack developer with good understanding of the work I do and do it thoroughly and fastly  more..

    jambula

    Mobile: +91 9895490866
    Location: Andhra Pradesh, Online (Varanasi)
    Qualification: B. Tech

    Experience: Software testing automation testing API testing selenium sdlc stlc basics java |   more..

    Teny

    Mobile: +91 9446600368
    Location: Kochi, Online (Varanasi)
    Qualification: Btech cse

    Experience: Done Internship in python and django frameworkApplication for Python Django  more..

    Arushi

    Mobile: +91 8301010866
    Location: Uttar Pradesh, Online (Varanasi)
    Qualification: Graduate

    Experience: I've skills and experience of seo writing WordPress MS excel PowerPoint word proofreading and more | Resume for   more..

    Nirmal

    Mobile: +91 8301010866
    Location: Bareilly, Online (Varanasi)
    Qualification: BCA

    Experience: Ms office net surfing basics of C basic of python 1 year experience as a computer operator cum office assistant  more..

    Vinay

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

    Experience: HTML CSS javascript wordpress core PHP react angular in Frontend development  more..

    Shradhanjali

    Mobile: +91 91884 77559
    Location: Odisha, Online (Varanasi)
    Qualification: MCA

    Experience: I have done with my python Full stack development course and I have experience for 3 months in an IT  more..

    Sheetal

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

    Experience: I have over two years of experience working with Python Django and SQL during which I have developed a strong  more..

    Naga

    Mobile: +91 91884 77559
    Location: Telangana, Online (Varanasi)
    Qualification: BTech

    Experience: Web application penetration testing mobile application vulnerability assessment  more..

    Mustafa

    Mobile: +91 91884 77559
    Location: Indore, Online (Varanasi)
    Qualification: B.C.A

    Experience: I have 2 year of experience Skills: React js node js express mongodb and angular  more..

    chandra

    Mobile: +91 9446600368
    Location: bangalore, Online (Varanasi)
    Qualification: engineering

    Experience: python python DRF django backend api building version control systems git github bit bucket azure mssql mysql postgresql post manApplication  more..

    Amal

    Mobile: +91 9446600368
    Location: Vatakara, Online (Varanasi)
    Qualification: BTech

    Experience: Seeking for entry level programming with a reputed firm Application for Python Django  more..

    Sanjay

    Mobile: +91 98474 90866
    Location: Madhya Pradesh, Online (Varanasi)
    Qualification: be

    Experience: python django html css bootstarp mysql numpy pandas ml  more..

    ANTONY

    Mobile: +91 89210 61945
    Location: Tamil Nadu, Online (Varanasi)
    Qualification: B.Com

    Experience: With over 4+ years of experience in graphic designing I'm a highly creative and knowledgeable Graphic Designer with a strong  more..

    Albin

    Mobile: +91 98474 90866
    Location: kanur, Online (Varanasi)
    Qualification: BCA

    Experience: 1 year and 3 month experience in manual and automation testing  more..

    D

    Mobile: +91 89210 61945
    Location: Tamil Nadu, Online (Varanasi)
    Qualification: Bca

    Experience: Manual and automation testing I have complete four month internship in testing x media solutions ambattur |   more..

    Akshara

    Mobile: +91 98474 90866
    Location: Kerala, Online (Varanasi)
    Qualification: Diploma in information technology and cyber defence

    Experience: Web application penetration tester One year experience in penetration testing  more..

    Shaik

    Mobile: +91 89210 61945
    Location: Tamil Nadu, Online (Varanasi)
    Qualification: Bachelor's in biotechnology and biochemistry

    Experience: Skills : 1 Technical Skills Proficiency in IT systems hardware and software Familiarity with common tools and platforms such as  more..

    Aktarjah

    Mobile: +91 9895490866
    Location: Andhra Pradesh, Online (Varanasi)
    Qualification: M.com

    Experience: Skill :Manual Testing:Test case design and executionTest plan developmentDefectmanagement andtrackingRegression testing Integration testingAutomation Testing:Automationscriptdevelopment (usingtools frameworks such as Selenium Cucumber)  more..

    Josmy

    Mobile: +91 8301010866
    Location: Chalakudy, Online (Varanasi)
    Qualification: BCA

    Experience: One year of experience in software testing   more..

    Suyash

    Mobile: +91 8301010866
    Location: Maharashtra, Online (Varanasi)
    Qualification: B.E

    Experience: python django emailmarketing  more..

    Muhammed

    Mobile: +91 9895490866
    Location: Malapuram, Online (Varanasi)
    Qualification: bca

    Experience: frontent development backent development accounding mern stack  more..

    Chaitali

    Mobile: +91 9446600368
    Location: Maharashtra, Online (Varanasi)
    Qualification: Master of computer application

    Experience: I am writing to express my interest in Testing and recent study in MCA I am eager to begin my  more..

    Sushant

    Mobile: +91 98474 90866
    Location: Karnataka, Online (Varanasi)
    Qualification: BCA

    Experience: • Experience in Web application security on Client-side & server side attacks • Experience in Vulnerability scanning tools like Burp-suite  more..

    Manoj

    Mobile: +91 91884 77559
    Location: Andhra Pradesh, Online (Varanasi)
    Qualification: Btech

    Experience: Skills: HTML5 CSS3 SCSS JavaScript jQuery Bootstrap 5 2 GIT Adobe Photoshop Experience: Enhanced user experience by designing intuitive and  more..

    samruddhi

    Mobile: +91 91884 77559
    Location: Thane, Online (Varanasi)
    Qualification: B.Tech

    Experience: I have very good knowledge of software testing both manual and automation ( selenium) Java SQL I have 3 months  more..

    MD

    Mobile: +91 9446600368
    Location: Tripura, Online (Varanasi)
    Qualification: Advance Networking & Cybersecurity, in Persuing

    Experience: VAPT Web application pentest Active Directory pentest shell scripting python scripting  more..

    Varghese

    Mobile: +91 91884 77559
    Location: Kerala, Online (Varanasi)
    Qualification: Diploma in computer engineering

    Experience: I am fresher and studied well about networking and i will do my best for the employer development  more..

    Nikita

    Mobile: +91 9446600368
    Location: Maharashtra, Online (Varanasi)
    Qualification: Electrical engineering

    Experience: SQL java manual testing HTML CSS API Testing  more..

    Saurabh

    Mobile: +91 91884 77559
    Location: Punjab, Online (Varanasi)
    Qualification: B.Tech

    Experience: Data structures and Algorithm Web development ReactJS NodeJs NextJS Express MongoDB SQL Artificial Intelligence Machine Learning MATLAB OpenFoam  more..

    Teja

    Mobile: +91 89210 61945
    Location: Telangana, Online (Varanasi)
    Qualification: Diploma in interior designing

    Experience: I have 4 years of experience in interior and exterior designing nd im perfect in cad designing im using sketchup  more..

    Amar

    Mobile: +91 9446600368
    Location: Maharashtra, Online (Varanasi)
    Qualification: BE civil engineering

    Experience: 2 year experience in design drawing estimate valuation |   more..

    Mrunal

    Mobile: +91 89210 61945
    Location: Maharashtra, Online (Varanasi)
    Qualification: B. Tech in Electronics

    Experience: Designing and executing test cases according to the Functional specifications Participated in the Test case review Performed Functionality Testing Retesting  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 varanasi
    Internship/projects in varanasi
    Internship/projects in varanasi
    Internship/projects in varanasi
    Internship/projects in varanasi
    Internship/projects in varanasi
    Internship/projects in varanasi
    Internship/projects in varanasi
    Internship/projects in varanasi
    Internship/projects in varanasi
    Internship/projects in varanasi
    Internship/projects in varanasi

    Trained more than 10000+ students who trust Nestsoft TechnoMaster

    Get Your Personal Trainer