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 Montreal

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

    • 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 Montreal
    Mern Stack Development It stores data in document format to change any range of records, add or delete existing fields within the table. React has lots of advantages, the main reason for people to choose react is its faster performance and good interface. The availability of Node. All the info is kept in JSON format, i. By the end of this hands-on intensive training course. React(also referred to as React. js are generally preferred. Moreover, knowledge of HTML is preferred. js is a straightforward programming language. js are easy to learn.

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

    Parul

    Mobile: +91 98474 90866
    Location: delhi, Online (Montreal)
    Qualification: b.tech

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

    Omkar

    Mobile: +91 91884 77559
    Location: Maharashtra, Online (Montreal)
    Qualification: BCA in Cyber and Cloud Security

    Experience: As a cybersecurity specialist I have extensive experience and skills including expertise in Qualys VMDR completion of the Google Cybersecurity  more..

    Siddharth

    Mobile: +91 98474 90866
    Location: Kerala, Online (Montreal)
    Qualification: Msc Microbiology

    Experience: 4 years of teaching experience in various coaching centre across Kerala and life skills development trainee  more..

    Shaheem

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

    Experience: I am a fresher and have completed courses into Software Tester and have hands on with Java and selenium webdriver  more..

    Amrutha

    Mobile: +91 89210 61945
    Location: Kerala, Online (Montreal)
    Qualification: M.tech

    Experience: Manual testing automation SDLC MS WORD XL ETC |   more..

    Apurva

    Mobile: +91 89210 61945
    Location: Maharashtra, Online (Montreal)
    Qualification: MCA

    Experience: Software testing course is completed ISTQB certification is completed  more..

    Taranjeet

    Mobile: +91 98474 90866
    Location: Delhi, Online (Montreal)
    Qualification: B Tech

    Experience: I have 6 months of experience in full stack development using Python During this time I completed a live project  more..

    Ajaydev

    Mobile: +91 91884 77559
    Location: Kerala, Online (Montreal)
    Qualification: graduation

    Experience: 2 yrs matching experience as fullstack python developer using django and react  more..

    Chand

    Mobile: +91 9895490866
    Location: Delhi, Online (Montreal)
    Qualification: pursuing master's in MCA

    Experience: Earned CEH Certification with 100% marks knows core python and java good knowledge of linux mac os and windows operating  more..

    SARAN

    Mobile: +91 9895490866
    Location: Kerala, Online (Montreal)
    Qualification: Advanced Diploma in Multimedia And Graphic Design

    Experience: Designed layouts using aesthetic design concepts Produce detailed visuals and illustrations while creating designs specific to client requests and desires  more..

    Surya

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

    Experience: Selenium automation manual testing basic python  more..

    Smruti

    Mobile: +91 91884 77559
    Location: Bhubaneswar, Online (Montreal)
    Qualification: Master in Application

    Experience: Coding(c c++ java javascript php python) Photo Video editting Logo poster quote post design  more..

    Amruta

    Mobile: +91 9446600368
    Location: Maharashtra, Online (Montreal)
    Qualification: B.tech in computer science and engineering

    Experience: Manual testing SQL java and automation testing  more..

    Ronit

    Mobile: +91 9895490866
    Location: Rajasthan, Online (Montreal)
    Qualification: B.Tech. under graduate

    Experience: As a seasoned Flutter Developer with internship experiences at Mobilicis India Pvt Ltd Bhairavasoft Pvt Ltd and Stardust Labs Pvt  more..

    Kokila

    Mobile: +91 9895490866
    Location: Tamil Nadu, Online (Montreal)
    Qualification: MBA

    Experience: I have experience in SEO and in HR Recuteir I worked as junior seo for 9 months and 10 months  more..

    Suvarna

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

    Experience: Manual testing and automation testing using Selenium Webdriver am having total 4 6 years experience |   more..

    Jithin

    Mobile: +91 91884 77559
    Location: Angamaly, Online (Montreal)
    Qualification: Bachelor of Computer Applications

    Experience: Languages known: English Malayalam Technical Proficiency: c c++ html Mysql php MS world MS Excel MS powerpoint   more..

    Kanchan

    Mobile: +91 91884 77559
    Location: Nagpur, Online (Montreal)
    Qualification: BTech

    Experience: highly experienced at python language with libraries like numpy and Pandaspython data science artificial intelligence machine learning| Application for Python  more..

    Mayur

    Mobile: +91 98474 90866
    Location: Wardha, Online (Montreal)
    Qualification: Graduate

    Experience: I am web developer   more..

    Shalaka

    Mobile: +91 9895490866
    Location: Maharashtra, Online (Montreal)
    Qualification: BSc IT

    Experience: 1) Knowledge about SQL 2) Manual testing 3) Functional Testing 4) Performance Testing 5) Basic about Java |   more..

    Abhishek

    Mobile: +91 8301010866
    Location: Uttar Pradesh, Online (Montreal)
    Qualification: BCA

    Experience: SFA and DMS and ERP implement support FMCG companies good knowledge of Excel like MIS report good knowledge of testing  more..

    Kaushita

    Mobile: +91 9895490866
    Location: surat, Online (Montreal)
    Qualification: BSc IT

    Experience: 3+ years of experience as a Software Engineer with fully focused on all requirements Having skills in Internal software  more..

    Aakanksha

    Mobile: +91 8301010866
    Location: Maharashtra, Online (Montreal)
    Qualification: Bsc-IT

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

    Swati

    Mobile: +91 89210 61945
    Location: Pune, Online (Montreal)
    Qualification: Bcca

    Experience: Html css js tailwind bootstrap react Photoshop | Application for UI UX Designer  more..

    Gopu

    Mobile: +91 9446600368
    Location: Hyderabad, Online (Montreal)
    Qualification: B.tech

    Experience: I have one year experience in software testing field Selenium java maven build | Resume for   more..

    Kunal

    Mobile: +91 98474 90866
    Location: Maharashtra, Online (Montreal)
    Qualification: Bachelor of computer applications

    Experience: I'm fresher graduated in 2022 searching for good opportunity now looking for testing job My skills:- Html5 CSS3 JavaScript ES6  more..

    Neeraj

    Mobile: +91 91884 77559
    Location: Punjab, Online (Montreal)
    Qualification: BCA

    Experience: I have 1 5 yr experience in python framework Django   more..

    Muthumeenatchi

    Mobile: +91 9446600368
    Location: Coimbatore, Online (Montreal)
    Qualification: Software Testing

    Experience: Good Afternoon My name is Muthumeenatchi Asokan and I work as a Software Tester at Sportingindia Sports Tech Solution Private  more..

    Ruchika

    Mobile: +91 9895490866
    Location: Telangana, Online (Montreal)
    Qualification: B.Tech

    Experience: I have an experience of almost 6 years in TCS I can provide effective solutions to the organization I have  more..

    Parizat

    Mobile: +91 91884 77559
    Location: West Bengal, Online (Montreal)
    Qualification: MSc. Computer Science with specialization in Cyber Security

    Experience: I have 4 months of experience working with a security auditing team as a penetration testing intern And I also  more..

    Rahul

    Mobile: +91 91884 77559
    Location: Telangana, Online (Montreal)
    Qualification: BE

    Experience: Java c# net react node css html javascript  more..

    Sherin

    Mobile: +91 91884 77559
    Location: Kottayam , Online (Montreal)
    Qualification: MSc Computer Science

    Experience: Manual testing and automation testing (fresher )  more..

    Aman

    Mobile: +91 8301010866
    Location: bihar , Online (Montreal)
    Qualification: BE

    Experience: beginner level experience in python and DjangoApplication for Python Django  more..

    Manju

    Mobile: +91 91884 77559
    Location: Trivandrum, Online (Montreal)
    Qualification: Bachelor of engineering in computer science

    Experience: Html css javascript jquery bootstrap angular js node js python djangoApplication for Python Django  more..

    Hari

    Mobile: +91 8301010866
    Location: Andhra Pradesh, Online (Montreal)
    Qualification: B.com , Web technologies, Dip in Graphic Design, DCA, PG DCA, MS.Office

    Experience: Having 8+ years of experience in the field of Web & Graphic Designing Faculty Subjects Handling: HTML 5 CSS 3  more..

    Arunkumar

    Mobile: +91 9895490866
    Location: Tamil Nadu, Online (Montreal)
    Qualification: B.E(mechanical)

    Experience: Core Java selenium Webdriver cucumber bdd Maven git RestAssured Jira Jenkins SQL Manual testing Automation testing Regression testing Agile methodologies  more..

    Ranjit

    Mobile: +91 91884 77559
    Location: Rajasthan, Online (Montreal)
    Qualification: MBA, MCOM

    Experience: Classroom management Curriculum development 1 to 1 direct and creative interaction Problem solving skills Tech savvy Goal oriented  more..

    kandukuri

    Mobile: +91 9895490866
    Location: Andhra Pradesh, Online (Montreal)
    Qualification: Btech

    Experience: Good as web developer and knowledge on java programming and good spirtuality and team skills  more..

    VINAY

    Mobile: +91 89210 61945
    Location: Chhattisgarh, Online (Montreal)
    Qualification: B.tech electrical engineering (nit)

    Experience: Applied Physics Advance Engineering Mathematics Problem Solving Team Collaboration Subject Mastery Ic technology Matlab Creative Thinking PCB design Microsoft office  more..

    kavana

    Mobile: +91 98474 90866
    Location: Karnataka, Online (Montreal)
    Qualification: MSC

    Experience: Experienced in IT system design optimization and technical support Proficient in Python C++ Java with expertise in machine learning data  more..

    Manikanta

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

    Experience: With over 3 years of experience in Python and Django development I have a strong foundation in building and maintaining  more..

    Gulshan

    Mobile: +91 91884 77559
    Location: Maharashtra, Online (Montreal)
    Qualification: M.ScIT

    Experience: Completed a threemonth internship in software testing with Accenture working in a team of six software testers Utilized a variety  more..

    harshitha

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

    Pranali

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

    Experience: CCNA Tally programming lng Active Listening abilitiy to good work I am fresher  more..

    yash

    Mobile: +91 98474 90866
    Location: Rajasthan, Online (Montreal)
    Qualification: MCA

    Experience: html css javascripts python django  more..

    Rupali

    Mobile: +91 8301010866
    Location: Maharashtra, Online (Montreal)
    Qualification: M.Sc medical Biotechnology

    Experience: I am a postgraduate in Medical Biotechnology I have good knowledge of English Hindi and Marathi Language I am a  more..

    Bhandari

    Mobile: +91 89210 61945
    Location: Hyderabad, Online (Montreal)
    Qualification: MSc in Aeronautical engineering

    Experience: 4 years of experience in design and manufacturing industry Known tools like autocad solidworks catia V5 fusion360 Gd and t  more..

    Damerla

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

    Experience: testing teaching aws c lqnguage  more..

    Sirangi

    Mobile: +91 98474 90866
    Location: Telangana, Online (Montreal)
    Qualification: MCA

    Experience: I have taken 5 months of training for Manual and Automation testing During my training period I learnt about SDLC  more..

    Anupama

    Mobile: +91 8301010866
    Location: Kerala, Online (Montreal)
    Qualification: B Tech

    Experience: As a junior developer working from home I find myself with significant free time during my days which I am  more..

    Arpita

    Mobile: +91 9446600368
    Location: West Bengal, Online (Montreal)
    Qualification: M.Sc (Physics), B.Ed

    Experience: I am currently working as a content writer and planner for science Previously I have worked as a physics teacher  more..

    Suraj

    Mobile: +91 91884 77559
    Location: Delhi, Online (Montreal)
    Qualification: Graduate

    Experience: Basic computer knowledge networking knowledge  more..

    Rubina

    Mobile: +91 91884 77559
    Location: Maharashtra, Online (Montreal)
    Qualification: Bsc T.Y.

    Experience: A proficient graphic designer should excel in design software like Adobe Creative Suite possess a keen eye for detail and  more..

    Jinumol

    Mobile: +91 89210 61945
    Location: Alappuzha, Online (Montreal)
    Qualification: MCA

    Experience: Completed software testing internship it includes manual and automation testing   more..

    Malavika

    Mobile: +91 89210 61945
    Location: Kerala, Online (Montreal)
    Qualification: MA Animation

    Experience: Worked as an assistant professor in the department of animation and graphic design |   more..

    Anuj

    Mobile: +91 9895490866
    Location: Karnataka, Online (Montreal)
    Qualification: Post Diploma in Tool design

    Experience: Good work experience in cad design of 7Yrs   more..

    Sufiya

    Mobile: +91 89210 61945
    Location: Bangalore , Online (Montreal)
    Qualification: B.com

    Experience: Logo posters video editing website design in canva and wix   more..

    ANU

    Mobile: +91 91884 77559
    Location: Kerala, Online (Montreal)
    Qualification: Degree in Bsc Computer Science

    Experience: Manual testing SDLC & STLC Bug life cycle Preparing test document srs traceability matrix |   more..

    Vijay

    Mobile: +91 9895490866
    Location: Sangli, Online (Montreal)
    Qualification: Bsc Computer Science

    Experience: Html css javascript python javaApplication for Python Django  more..

    JEENA

    Mobile: +91 9446600368
    Location: Kerala, Online (Montreal)
    Qualification: Electronics and Communication Engineering

    Experience: I am writing to express my strong interest in the fresher Software Testing Position at NestSoft As a post graduate  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 montreal
    Internship/projects in montreal
    Internship/projects in montreal
    Internship/projects in montreal
    Internship/projects in montreal
    Internship/projects in montreal
    Internship/projects in montreal
    Internship/projects in montreal
    Internship/projects in montreal
    Internship/projects in montreal
    Internship/projects in montreal
    Internship/projects in montreal

    Trained more than 10000+ students who trust Nestsoft TechnoMaster

    Get Your Personal Trainer