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 Pune

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

    • 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 Pune
    Mern Stack Development 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. Node. React has lots of advantages, the main reason for people to choose react is its faster performance and good interface. Use the AngularJS framework, which allows web applications to have declarative, two-way data binding. It will store complicated structures easily, fetch the data more accurately. key-value pairs. Do you need to learn the Node. Build fast, scalable network applications using Node. If you're familiar with JavaScript then you would realize Node. Students will be able to: Store data in NoSQL, develop a document-oriented MongoDB database that provides performance and scalability,.

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

    Khushboo

    Mobile: +91 91884 77559
    Location: Bodla Agra , Online (Pune)
    Qualification: Fine arts

    Experience: I have experience in freelancing I have done different work for my different clients like web design uiux design and  more..

    Vanshika

    Mobile: +91 8301010866
    Location: Ujjain, Online (Pune)
    Qualification: MBA

    Experience: Skills : research ability seo knowledge creativity proofreading and editing and time management Experience - I have a working experience  more..

    Zaheer

    Mobile: +91 98474 90866
    Location: Tamil Nadu, Online (Pune)
    Qualification: B.com-commerce

    Experience: Content creation Thumbnail making and good video editing idea generation for business and other stuff Dressing knowledge personality development lessons  more..

    Shilpa

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

    Experience: Html css js react native redux hooks git Pi integration ts  more..

    khushi

    Mobile: +91 89210 61945
    Location: Gujarat, Online (Pune)
    Qualification: Bachelor in information technology

    Experience: Dart flutter rest api good knowledge of third party rest api git  more..

    Mohammad

    Mobile: +91 89210 61945
    Location: Hyderabad, Online (Pune)
    Qualification: B tech

    Experience: Ms office and Ms excel I have a knowledge on coding programming 0 years experience   more..

    Sushant

    Mobile: +91 89210 61945
    Location: Madhya Pradesh, Online (Pune)
    Qualification: MBA

    Experience: I am skilled with graphic design Uiux and its applications includes Figma illustrator and canva Also skilled in video editing  more..

    Babina

    Mobile: +91 89210 61945
    Location: Tamil Nadu, Online (Pune)
    Qualification: ME

    Experience: Having 3 years experience in front end developer  more..

    Pramod

    Mobile: +91 89210 61945
    Location: Karnataka, Online (Pune)
    Qualification: B.E

    Experience: Manual Testing- 1 Strong knowledge of SDLC 2 Sound knowledge in Smoke Functional Integration System Testing 3 Strong knowledge of  more..

    Yash

    Mobile: +91 91884 77559
    Location: Madhya Pradesh, Online (Pune)
    Qualification: Btech CSE

    Experience: Skills :- Python C C++ HTML CSS Javascript Reactjs nextjs mongodb SQL Database PHP Experience : Python internship web development  more..

    harshitha

    Mobile: +91 8301010866
    Location: Karnataka, Online (Pune)
    Qualification: b tech in computer science and technology

    Experience: Startup Cloud Engineer Intern - Meghplat Analytics Dec 2023 - Feb 2024 Have the ability to design develop and maintain  more..

    Shincy

    Mobile: +91 91884 77559
    Location: Kerala, Online (Pune)
    Qualification: Mca

    Experience: I am good in python Django flask asp net Java HTML css js bootstrap MySQL oracle postgresql   more..

    Dalip

    Mobile: +91 9446600368
    Location: Bhiwani, Haryana, Online (Pune)
    Qualification: Diploma

    Experience: I am flutter Developer and I have 20 months experience   more..

    Vikas

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

    Kuldeep

    Mobile: +91 9446600368
    Location: Dehradun, Online (Pune)
    Qualification: Diploma

    Experience: Computer networking Understanding of CCNA level networking  more..

    Shubham

    Mobile: +91 91884 77559
    Location: Mumbai , Online (Pune)
    Qualification: BE in Information Technology

    Experience: I am currently working as flutter and iOS (native) developer for MITS consultantancy Pvt Ltd at client Aditya Birla Health  more..

    ISHANI

    Mobile: +91 9446600368
    Location: West Bengal, Online (Pune)
    Qualification: B. Tech

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

    Shubhangi

    Mobile: +91 89210 61945
    Location: Maharashtra, Online (Pune)
    Qualification: BE

    Experience: have a strong knowledge in SLDC STLC Knowledge in writing test cases Experience in manual testing automation tools Selenium wedriver  more..

    Rana

    Mobile: +91 89210 61945
    Location: Kolkata , Online (Pune)
    Qualification: MCA

    Experience: Asp net python   more..

    Saurav

    Mobile: +91 9895490866
    Location: Bihar, Online (Pune)
    Qualification: Bachelor's degree

    Experience: I have five years of experience as a mobile app developer I began my career as a Java developer and  more..

    akshay

    Mobile: +91 9446600368
    Location: Pune , Online (Pune)
    Qualification: Bsc ECS

    Experience: Django python HTML5 CSS javascript MySQL phpmyadmin bootstrap etcApplication for Python Django  more..

    Riya

    Mobile: +91 89210 61945
    Location: Maharashtra, Online (Pune)
    Qualification: B.tech graduate

    Experience: Javascript html css jquery experience of 6 months and having skills of python django mysql bootstrap  more..

    Priyanka

    Mobile: +91 8301010866
    Location: DEHRADUN, Online (Pune)
    Qualification: BBA Graduated

    Experience: Working with a Youtuber "Biology at Ease" for past 2 years which recently crossed 1 Million subscribers & have great  more..

    Aditya

    Mobile: +91 9446600368
    Location: Maharashtra, Online (Pune)
    Qualification: Bachelor of Engineering (Computer Science)

    Experience: Programming Languages: c java python Html Css Javascript Libraries Frameworks: Django Django-Rest SpringBoot Angular Firebase Bootstrap Agile Tools Platforms: AWS  more..

    AKSHITHA

    Mobile: +91 9446600368
    Location: Kerala, Online (Pune)
    Qualification: B Tech in ECE

    Experience: I am final year B tech student seeling opportunity to prove my skills I know programming languages such as c  more..

    Archana

    Mobile: +91 91884 77559
    Location: Mangalore karnataka, Online (Pune)
    Qualification: BTech and Mtech

    Experience: Currently working as a software testing trainer in skilled techy Worked as QA in manappuram finance company Worked as software  more..

    Vaishnav

    Mobile: +91 98474 90866
    Location: Kerala, Online (Pune)
    Qualification: Degree (bba)

    Experience: 1 yr internship ui ux and graphics design Adobe xd Photoshop illustrater | Resume for   more..

    risla

    Mobile: +91 89210 61945
    Location: pattambi, Online (Pune)
    Qualification: MCA

    Experience: Hello I am applying for software developer position in your company I also wish to introduce myself as a great  more..

    Divya

    Mobile: +91 98474 90866
    Location: Surat Gujarat , Online (Pune)
    Qualification: HSC

    Experience: I have 2 yrs of experience in flutter developing and i have good knowledge of getx and probider as well  more..

    srutisneha

    Mobile: +91 91884 77559
    Location: Odisha, Online (Pune)
    Qualification: Btech

    Experience: Digital marketing email marketing lead generation business development linkedin marketing  more..

    Rajesh

    Mobile: +91 9895490866
    Location: Kerala, Online (Pune)
    Qualification: Graphic Designer

    Experience: Iam Rajesh V Iam creative imaginative Graphic designer Experience in production multimedia Marketing and prind design   more..

    Mayuri

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

    Experience: Regression testing manual testing black box testing |   more..

    HUSNARA

    Mobile: +91 98474 90866
    Location: Uttar Pradesh, Online (Pune)
    Qualification: Betech in computer sc6

    Experience: Dear [Hiring Manager's ] I am Husnara Siddique a skilled UI Developer with a strong foundation in web development Proficient  more..

    Anand

    Mobile: +91 8301010866
    Location: Kerala, Online (Pune)
    Qualification: BCA

    Experience: I have one year experience in manual testing |   more..

    Shruti

    Mobile: +91 9895490866
    Location: Maharashtra, Online (Pune)
    Qualification: B.E

    Experience: Software Testing Manual testing JIRA Performance Testing SQL Defect Tracking & Reporting User login administration  more..

    Sri

    Mobile: +91 9446600368
    Location: Guntur, Online (Pune)
    Qualification: B.tech

    Experience: Data science Ml python C HTML CSS SQLpython data science artificial intelligence machine learning| Application for Python Data Science Machine  more..

    Henshi

    Mobile: +91 9446600368
    Location: Gujarat, Online (Pune)
    Qualification: graphic designer

    Experience: As a graphic designer I excel in logo design packaging design logo animation social media design poster and banner creation  more..

    Prakash

    Mobile: +91 8301010866
    Location: Maharashtra, Online (Pune)
    Qualification: BACHELOR BCom

    Experience: Skills Front-End Development: Proficient in HTML HTML5 CSS CSS3 (including Flexbox and Grid) and JavaScript for creating clean structured and  more..

    Priyanka

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

    Experience: Manual testing Core Java C++ Database Selenium  more..

    Pooja

    Mobile: +91 9895490866
    Location: Maharashtra, Online (Pune)
    Qualification: Diploma

    Experience: Photoshop Hand embroidery Best team play New concept of design |   more..

    Bhanu

    Mobile: +91 9446600368
    Location: Jammu and Kashmir, Online (Pune)
    Qualification: BCA

    Experience: Hi Currently I m working in Leon communication as Cisco support executive (Airtel ) cisco Router NCS555 AND MPL 9000  more..

    Ajaysingh

    Mobile: +91 98474 90866
    Location: Surat, Gujarat, Online (Pune)
    Qualification: Master's

    Experience: Manual Testing Java Selenium Unit testing Integration testing black Box Jira Application for Software Testing  more..

    Mragank

    Mobile: +91 9446600368
    Location: Uttar Pradesh, Online (Pune)
    Qualification: B.arch

    Experience: AutoCAD - Advanced SketchUp - Advanced Vray - Advanced Enscape - intermediate Revit - Beginners 3 year experienced in architectural  more..

    Vaibhav

    Mobile: +91 91884 77559
    Location: Maharashtra, Online (Pune)
    Qualification: Bsc Computer Science

    Experience: Android development Java Kotlin C C++  more..

    Prabhakar

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

    Experience: Proficient in Java for robust application development Automation expertise utilizing Java frameworks tools Strong code reusability multithreading I O operations  more..

    Hitesh

    Mobile: +91 9895490866
    Location: Rajasthan, Online (Pune)
    Qualification: BCA

    Experience: I have no real time experience in python django development but I have created many projects in python as well  more..

    Prajwal

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

    Experience: I have a good skills in python django html css javascript mysql   more..

    MANJU

    Mobile: +91 91884 77559
    Location: Coimbatore, Online (Pune)
    Qualification: BSC computer science with cognitive systems

    Experience: Basic knowledge in IT related courses sunch as HTML python servicenow RPA  more..

    Manasi

    Mobile: +91 91884 77559
    Location: pune, Online (Pune)
    Qualification: PG in advanced computing

    Experience: 3 years of work experience as a software engineer HTML CSS Javascript oops java angular node js MySQL MongoDb  more..

    Vibisha

    Mobile: +91 91884 77559
    Location: Kerala, Online (Pune)
    Qualification: Degree

    Experience: Myself vibisha lam a graphic designer Iam from kerala kochi I worked as a junior graphic designer Iam handling Adobe  more..

    Priya

    Mobile: +91 9895490866
    Location: Madhya Pradesh, Online (Pune)
    Qualification: BTech

    Experience: Skills: Graphic Design motion design video editing adobe creative suite AI based design Ui design Experience: Total of 4+ years  more..

    Nancy

    Mobile: +91 89210 61945
    Location: Madhya Pradesh, Online (Pune)
    Qualification: Bachelor of technology

    Experience: I have technical knowledge of Java oops SQL and frontend web development  more..

    Fathima

    Mobile: +91 9895490866
    Location: Kerala, Online (Pune)
    Qualification: MSc.Computer Science

    Experience: Software testing;manual and automation testing selenium with java PHP Jmeter jira postman soapui etc  more..

    Sanjukta

    Mobile: +91 8301010866
    Location: Kerala, Online (Pune)
    Qualification: Masters

    Experience: Customer Satisfaction data entry copywriting database management data analysis teaching Human resourcing problem solving logo designing blog writer online marketing  more..

    Sowmya

    Mobile: +91 8301010866
    Location: Telangana, Online (Pune)
    Qualification: Bachelors of engineering

    Experience: Vulnerability Assessment and penetration testing network pentesting and malware analysis  more..

    Rohini

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

    Experience: Manual testing and Automation testing |   more..

    Yukthi

    Mobile: +91 89210 61945
    Location: Karnataka, Online (Pune)
    Qualification: BE

    Experience: I can translate figma design into flutter Implementation of api's and third part api's Firebase Have worked on both android  more..

    Shabnam

    Mobile: +91 9895490866
    Location: Tamil Nadu, Online (Pune)
    Qualification: Btech

    Experience: I do have 7 years of experience as data science trainer with skills like python powerbi MySQL Tablaue ML AI  more..

    Neha

    Mobile: +91 89210 61945
    Location: Bihar, Online (Pune)
    Qualification: Master's degree in Chinese language

    Experience: I've always loved writing Expressing myself through written words is a natural thing for me I recently entered the world  more..

    Shweta

    Mobile: +91 91884 77559
    Location: Gujarat, Online (Pune)
    Qualification: Digital marketing certification

    Experience: Content writing proofreading editing seo social media marketing  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 pune
    Internship/projects in pune
    Internship/projects in pune
    Internship/projects in pune
    Internship/projects in pune
    Internship/projects in pune
    Internship/projects in pune
    Internship/projects in pune
    Internship/projects in pune
    Internship/projects in pune
    Internship/projects in pune
    Internship/projects in pune

    Trained more than 10000+ students who trust Nestsoft TechnoMaster

    Get Your Personal Trainer