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 Raleigh

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

    • 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 Raleigh
    Mern Stack Development js is an open-source platform as well, that will increase flexibility that helps in building real-time network applications. The availability of Node. If you're familiar with JavaScript then you would realize Node. Node. By the end of this hands-on intensive training course. js are generally preferred. Node Package Manager (NPM) is one of all the world’s prime package registries. ReactJS contains a reputation for being a robust tool for making user interfaces. React has lots of advantages, the main reason for people to choose react is its faster performance and good interface. Learn the most effective skills from the best sources through the best trusty teachers.

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

    Konatham

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

    Experience: Manual and automation testing I have 6 months experience in quality testing | Resume for   more..

    Sandhyarani

    Mobile: +91 9446600368
    Location: Odisha, Online (Raleigh)
    Qualification: MCA

    Experience: I am Sandhyarani Mohanty I am Fresher I have completed MCA from fakir mohan University in 2022 I am very  more..

    P

    Mobile: +91 8301010866
    Location: Andhra Pradesh, Online (Raleigh)
    Qualification: B.COM

    Experience:  Strong knowledge in SDLC and STLC  Extensive knowledge in Smoke Functional Integration Testing  Extreme Knowledge of system  more..

    Shruti

    Mobile: +91 89210 61945
    Location: Jharkhand, Online (Raleigh)
    Qualification: BSc, Zoology

    Experience: With a year of design experience I bring a keen eye for aesthetics and a mastery of design software My  more..

    Akhil

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

    Experience: I am a very passionate self learned programmer starting with custom web developments at the age of 16 Later I  more..

    MAKWANA

    Mobile: +91 9895490866
    Location: Gujarat, Online (Raleigh)
    Qualification: Phd

    Experience: Teachers training STEM eduction Content development Tutoring grade 8-12 IGCSE CBSE and state board Ed tech experience in research associate  more..

    Bhagyashri

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

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

    Sakshi

    Mobile: +91 9446600368
    Location: Uttar Pradesh, Online (Raleigh)
    Qualification: B.tech

    Experience: I have a good knowledge of manual testing ERP testing Module testing Api testing website testing functional testing Integration testing  more..

    Pradeep

    Mobile: +91 91884 77559
    Location: Tamil Nadu, Online (Raleigh)
    Qualification: B. Com computer application

    Experience: Fresher 2 years working in bpo sector at cognizant Manual testing Writing Testcases Java Css Html Function testing Regration testing  more..

    Jatin

    Mobile: +91 89210 61945
    Location: Haryana, Online (Raleigh)
    Qualification: Doing Bca

    Experience: I have learnt python programming language recently and I am a web developer also Language learnt:- html css javascript python  more..

    Satyam

    Mobile: +91 9895490866
    Location: Madhya Pradesh, Online (Raleigh)
    Qualification: BTECH CSE

    Experience: Objective Enthusiastic and detail-oriented fresher seeking an entry-level position as a Manual Tester Eager to leverage academic knowledge and hands-on  more..

    Aayushi

    Mobile: +91 91884 77559
    Location: Mumbai Subueban, Online (Raleigh)
    Qualification: Bachelors and diploma

    Experience: 2 years of experience in branding logo design brochures social media and design strategy  more..

    Anuhya

    Mobile: +91 8301010866
    Location: Andhra Pradesh, Online (Raleigh)
    Qualification: Btech-cse

    Experience: I have practical knowledge on penetration testing and I used many tools like burpsuite nmap kaali Linux metasploit and being  more..

    Reddi

    Mobile: +91 9446600368
    Location: Andhra Pradesh, Online (Raleigh)
    Qualification: B. Tech

    Experience: C C++ python java html  more..

    Aakanksha

    Mobile: +91 9895490866
    Location: Maharashtra, Online (Raleigh)
    Qualification: Bsc-IT

    Experience: I have 1 1 year of experience in manual testing with insurance and healthcare domain |   more..

    Ayush

    Mobile: +91 91884 77559
    Location: Uttar Pradesh, Online (Raleigh)
    Qualification: Btech CSE

    Experience: B Tech student with strong knowledge of ethical hacking networks and penetration testing secure programming principles and practices Also an  more..

    KARTIK

    Mobile: +91 9895490866
    Location: Saharanpur, Online (Raleigh)
    Qualification: MCA

    Experience: Develop automated test scripts using in-house developed test automation tools and frameworks Collaborate with the development team to understand software  more..

    Rahul

    Mobile: +91 8301010866
    Location: Bihar, Online (Raleigh)
    Qualification: B.Tech

    Experience: 2 years experience as Cybersecurity Analyst Web Application Peneteration testing VAPT NETWORK TESTING OWASP TOP 10   more..

    Chetan

    Mobile: +91 98474 90866
    Location: Maharashtra, Online (Raleigh)
    Qualification: Btech

    Experience: Web Security: Familiar with basic concepts of SQL Injection CSRF XSS Authentication Access Control Business Logic Vulnerability – Security Tools:  more..

    VaidhikaVarakala

    Mobile: +91 91884 77559
    Location: Telangana, Online (Raleigh)
    Qualification: MBA

    Experience: Well Trained in Manual and Automation testing tools like Selenium Java Jira Maven Cucumber TestNg Github Jenkins  more..

    Tanushree

    Mobile: +91 89210 61945
    Location: Odisha, Online (Raleigh)
    Qualification: B.Tech

    Experience: 3 months of experience of manual testing test cases test reports end-to-end testing etc python SQL excel data management  more..

    Mohammed

    Mobile: +91 9446600368
    Location: Kerala, Online (Raleigh)
    Qualification: Master of Computer Application(MCA)

    Experience: I have 2 years of experience in mobile application development proficient in flutter programming building scalable flutter applications Worked in  more..

    Falguni

    Mobile: +91 9895490866
    Location: Gujarat, Online (Raleigh)
    Qualification: Bechelors

    Experience: Django python flask FastAPI Mongodb Laravel  more..

    Ganesh

    Mobile: +91 91884 77559
    Location: Maharashtra, Online (Raleigh)
    Qualification: Graphics designer

    Experience: am a fressure graphics designer I am not intershipped in any company but all my graphic designing is very good  more..

    Bhakti

    Mobile: +91 9446600368
    Location: Palghar, Online (Raleigh)
    Qualification: M.arch in project management

    Experience: 2 years of experience in design and execution of architecture projects Software skills: autocad revit sketchup adobe suite  more..

    Tushar

    Mobile: +91 89210 61945
    Location: Kota, Online (Raleigh)
    Qualification: M.design

    Experience: I have a masters degree in visual design and i have good knowledge in design principles rules along with whole  more..

    Sachu

    Mobile: +91 89210 61945
    Location: Kerala, Online (Raleigh)
    Qualification: Bsc.software engineering

    Experience: Manual Testing Automation testing selenium  more..

    Rahul

    Mobile: +91 9895490866
    Location: Pali, Rajasthan, Online (Raleigh)
    Qualification: Bachelor

    Experience: Graphic design and video editor 2 years experience in Graphic design 1 year experience in video editing | Resume for  more..

    Dave

    Mobile: +91 91884 77559
    Location: Maharashtra, Online (Raleigh)
    Qualification: B.E IT

    Experience: I have 4 year of experience in flutter app development I worked on many different types of applications like taxi  more..

    Payal

    Mobile: +91 91884 77559
    Location: Gujarat, Online (Raleigh)
    Qualification: Master in computer applications

    Experience: I am full stack developer  more..

    Abhishek

    Mobile: +91 89210 61945
    Location: Uttarakhand, Online (Raleigh)
    Qualification: graduate

    Experience: web application peneration testing  more..

    SANAT

    Mobile: +91 8301010866
    Location: Odisha, Online (Raleigh)
    Qualification: BCA

    Experience: I have experience in networking system engineer cloud computing desktop support etc  more..

    Anjali

    Mobile: +91 9446600368
    Location: Mumbai, Online (Raleigh)
    Qualification: B.E in computer engineering

    Experience: I have 2 6 years of experience in insurance domain and I successfully perform functinal smoke sanity and regression testing  more..

    vedashree

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

    Experience: django python sql postgre html cssApplication for Python Django  more..

    Mohamed

    Mobile: +91 8301010866
    Location: Kerala, Online (Raleigh)
    Qualification: Btech

    Experience: # Inmakes As a full-stack developer at Inmakes Pvt Ltd I was responsible for designing developing and maintaining web applications  more..

    Aalokit

    Mobile: +91 9446600368
    Location: Madhya Pradesh, Online (Raleigh)
    Qualification: Bachelor in Engineering (Computer Science)

    Experience: Sure here's a list of skills and experiences gained in two years of ethical hacking: ### Skills 1 **Network Security**  more..

    Tosmi

    Mobile: +91 89210 61945
    Location: Kerala, Online (Raleigh)
    Qualification: Msc. Computer Science

    Experience: Manual testing and Automation testing |   more..

    Nachiappan

    Mobile: +91 9895490866
    Location: Tamil Nadu, Online (Raleigh)
    Qualification: B.E-EEE

    Experience: Skills & Experience: *Electrical and Electronics Engineering: Strong foundation in electrical circuits systems and electronics from B E in EEE  more..

    Vikas

    Mobile: +91 98474 90866
    Location: Chandigarh, Online (Raleigh)
    Qualification: Mba it

    Experience: Hello I am a skilled Flutter and Android developer with 2 years of experience in designing developing and deploying mobile  more..

    Shabeer

    Mobile: +91 8301010866
    Location: Kozhikode, kerala, Online (Raleigh)
    Qualification: Bsc physics

    Experience: I jave knowledge in react and django Self learning skills Time management | Resume for   more..

    MAHESH

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

    Experience: redhat linux shell scripting amazon web services cloud windows patching The Linux administrator has an active role in patching compiling  more..

    Megha

    Mobile: +91 9446600368
    Location: Kerala, Online (Raleigh)
    Qualification: Bca

    Experience: C php MySQL CSS javascript HTML CCNA RHCE AWS |   more..

    Suby

    Mobile: +91 89210 61945
    Location: Kerala, Online (Raleigh)
    Qualification: MTECH

    Experience: Manual testing experience with 2 8years  more..

    Ananthakrishnan

    Mobile: +91 9895490866
    Location: Kollam kerala, Online (Raleigh)
    Qualification: Diploma in computer hardware engineering

    Experience: 5+ years of experience with python and 2+ years of experience with Django experienced in python Django React Node etcApplication  more..

    samruddhi

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

    Experience: html css wordpress 8 month of experience  more..

    Vishnuvardhan

    Mobile: +91 91884 77559
    Location: Telangana, Online (Raleigh)
    Qualification: Btech

    Experience: I completed 3 months of internship in Automation and manual testing with (selenium+java) |   more..

    Gayathri

    Mobile: +91 89210 61945
    Location: Tamil Nadu, Online (Raleigh)
    Qualification: MCA

    Experience: Manual testing Automation testing Python java HTML CSS sql Powerbi API testing  more..

    Pooja

    Mobile: +91 8301010866
    Location: Uttarakhand, Online (Raleigh)
    Qualification: BSC IT

    Experience: wordpress HTML CSS JavaScript Bootstrap   more..

    Sarbjeet

    Mobile: +91 8301010866
    Location: Chandigarh, Online (Raleigh)
    Qualification: B.tech

    Experience: Wan lan networking windows server installation  more..

    Hari

    Mobile: +91 9895490866
    Location: Kerala, Online (Raleigh)
    Qualification: diploma

    Experience: fProficient in HTML CSS and JavaScript for creating interactive and responsive websites Experienced in using Figma for UI UX design  more..

    Rohini

    Mobile: +91 98474 90866
    Location: Maharashtra, Online (Raleigh)
    Qualification: MCA

    Experience: HTML5 CSS wordpress javascript php MySQL photoshop bootstrap Experience= 1 year  more..

    Mumtaz

    Mobile: +91 8301010866
    Location: Karnataka, Online (Raleigh)
    Qualification: B arch

    Experience: I have 2 years of experience as a architect and interior design   more..

    Sachin

    Mobile: +91 91884 77559
    Location: Bhopal, Online (Raleigh)
    Qualification: B.Tech

    Experience: I'm a full-stack developer experienced in Ruby on Rails and MERN stack development I'm currently exploring new opportunities Best Sachin  more..

    Tanya

    Mobile: +91 98474 90866
    Location: Madhya Pradesh, Online (Raleigh)
    Qualification: MCA

    Experience: i have completed my MCA in 2022 i am a fresher worked as a teacher and accountant in 2 different  more..

    Aman

    Mobile: +91 8301010866
    Location: Haldwani, Online (Raleigh)
    Qualification: BA

    Experience: 2 years experience in seo Skills - keywords research content writer on page optimization English language Work with Time management  more..

    Deeksha

    Mobile: +91 9895490866
    Location: Manjeshwara, Online (Raleigh)
    Qualification: B. E

    Experience: C C++ Python software testing dbmsApplication for Software Testing  more..

    Krupa

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

    Manav

    Mobile: +91 91884 77559
    Location: Maharashtra, Online (Raleigh)
    Qualification: Bachelor's

    Experience: Software development Web development Problem solver Python developer I am a fresher  more..

    Kamepalli

    Mobile: +91 8301010866
    Location: Andhra Pradesh, Online (Raleigh)
    Qualification: Cyber security BTech

    Experience: Cyber security ethical hacking pentesting  more..

    Akshay

    Mobile: +91 91884 77559
    Location: Ahmednagar, Online (Raleigh)
    Qualification: BE

    Experience: I have successfully completed python Machine Learning and SQL Application for Python Django  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 raleigh
    Internship/projects in raleigh
    Internship/projects in raleigh
    Internship/projects in raleigh
    Internship/projects in raleigh
    Internship/projects in raleigh
    Internship/projects in raleigh
    Internship/projects in raleigh
    Internship/projects in raleigh
    Internship/projects in raleigh
    Internship/projects in raleigh

    Trained more than 10000+ students who trust Nestsoft TechnoMaster

    Get Your Personal Trainer