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 Busselton

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

    • 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 Busselton
    Mern Stack Development Node Package Manager (NPM) is one of all the world’s prime package registries. . The modular design of ReactJS allows you to produce small fluctuations with ease. Working with MongoDB NoSQL information is much easier than operating with any relational database. React web framework is currently being used by reputed companies including Netflix, NASA, BBC, Facebook, Paypal, etc. Thus the basic syntax and specifications are of JavaScript only. 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. If you're familiar with JavaScript then you would realize Node. It isn't a surprise to say that React has gathered a lot of fashionability over the several times of its existence and that's gonna be in the eye of everyone for some other time. js is an open-source platform as well, that will increase flexibility that helps in building real-time network applications.

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

    Vasant

    Mobile: +91 91884 77559
    Location: Rajkot, Online (Busselton)
    Qualification: Qa/Computer Engineering.

    Experience: Manual Tester • Bugzilla jira • MySql • Creating test cases • Testing knowledge • Understanding of regression testing •  more..

    Anushiya

    Mobile: +91 91884 77559
    Location: Tamil Nadu, Online (Busselton)
    Qualification: BE

    Experience: I have one year experience in automation testing using Tosca |   more..

    Chetan

    Mobile: +91 9446600368
    Location: Maharashtra, Online (Busselton)
    Qualification: Computer science engineering

    Experience: 3+ year of work experience in graphic design |   more..

    Akshay

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

    Experience: Hi Team This is Akshay Patil I am interested in getting the opportunity that is offered by your company I'm  more..

    sivaprasad

    Mobile: +91 91884 77559
    Location: palakkad, Online (Busselton)
    Qualification: bsc cs

    Experience: ethical hacker penetration tester c computer repair computer hardwareApplication for Ethical Hacking  more..

    Kowdami

    Mobile: +91 98474 90866
    Location: Chennai, Online (Busselton)
    Qualification: B.E Computer science

    Experience: 4 years of experience in manual testing and recent experience in automation | Resume for Application for Software Testing  more..

    Ponkiya

    Mobile: +91 91884 77559
    Location: Gujarat, Online (Busselton)
    Qualification: MCA

    Experience: I’m a net developer at RKIT Software located in rajkot Gujarat I have a 1 5 years of experience in  more..

    Laksh

    Mobile: +91 9446600368
    Location: Gujarat, Online (Busselton)
    Qualification: Bachelor in information technology

    Experience: Android app development Flutter Framework Google play console Firebase  more..

    Aditya

    Mobile: +91 91884 77559
    Location: Maharashtra, Online (Busselton)
    Qualification: Bsc (cs)

    Experience: Hi I have 3 years of experience as a wordpress web Developer I can design and develop e-commerce dynamic static  more..

    Nayan

    Mobile: +91 9895490866
    Location: Maharashtra, Online (Busselton)
    Qualification: BE

    Experience: Java SQL Manual Testing Software Testing Function Testing integration Testing Adoc testing Black Box Testing |   more..

    Rehan

    Mobile: +91 9446600368
    Location: Jharkhand, Online (Busselton)
    Qualification: B.E

    Experience: Java Selenium Msql Manual and Automation testing Api Between 2 to 3 years |   more..

    Sami

    Mobile: +91 98474 90866
    Location: Delhi, Online (Busselton)
    Qualification: Master of Arts

    Experience: I am good in AutoCAD I can work a interior designer or any service design in building Thanks   more..

    Shaik

    Mobile: +91 98474 90866
    Location: Khammam, Online (Busselton)
    Qualification: MBA HR

    Experience: Present Working on Digital Marketing in Feednet solutions pvt Ltd i have Experience On website design ADs- FB Instagram and  more..

    Khushi

    Mobile: +91 91884 77559
    Location: Uttar Pradesh, Online (Busselton)
    Qualification: Polytechnic

    Experience: Python java sal css html php  more..

    Hairunisa

    Mobile: +91 9895490866
    Location: Kalamassery, Online (Busselton)
    Qualification: MCA

    Experience: Certified in Front end development certified in web development have knowledge in react js java python html css and javascript  more..

    MANOJ

    Mobile: +91 91884 77559
    Location: Chandigarh, Online (Busselton)
    Qualification: 12 PASS

    Experience: Proficient in creating visual designs including logos branding and marketing materials Skilled in using graphic design software such as Adobe  more..

    Sagar

    Mobile: +91 98474 90866
    Location: Maharashtra, Online (Busselton)
    Qualification: BE computer Engineering..Last year

    Experience: Flutter Developer UI Design Frontend developer HTML CSS Dart  more..

    Puja

    Mobile: +91 98474 90866
    Location: West Bengal, Online (Busselton)
    Qualification: Btech

    Experience: I have 9 months of experience in Manual testing Beside that I am ISTQB Foundation level certified tester |   more..

    Ali

    Mobile: +91 91884 77559
    Location: Lhr pakistan, Online (Busselton)
    Qualification: Bachlor

    Experience: Flutter cross platform API integration Google map Firebase Push notification Front and backend both android  more..

    Bharathi

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

    Experience: I m react developer I know about html css js Photoshop reactjs nextjs reactnative  more..

    Maniza

    Mobile: +91 9895490866
    Location: Tamil Nadu, Online (Busselton)
    Qualification: M.SC Computer Science

    Experience: Ability to work with Manual testing and API testing Having 2+ experience in manual testng in my previous experience   more..

    Shubham

    Mobile: +91 91884 77559
    Location: Maharashtra, Online (Busselton)
    Qualification: BCA-MACT

    Experience: Experience doesn’t mean the number of years you spent in an organization but it is the effort you made to  more..

    Monisha

    Mobile: +91 89210 61945
    Location: Tamil Nadu, Online (Busselton)
    Qualification: BCA

    Experience: Fresher I know skill manual testing automation testing SQL |   more..

    Deepti

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

    Experience: I have knowledge in Manual testing n Advance Excel  more..

    Varsha

    Mobile: +91 91884 77559
    Location: Maharashtra, Online (Busselton)
    Qualification: BE computer Engineering

    Experience: Diploma certified cource in testing |   more..

    Shubham

    Mobile: +91 9895490866
    Location: Maharashtra, Online (Busselton)
    Qualification: BSC-IT

    Experience: 2 years of experience as Software Tester in word Publishing I have experience in Regression Testing Exploratory Testing Smoke Testing  more..

    Ketan

    Mobile: +91 9895490866
    Location: Maharashtra, Online (Busselton)
    Qualification: BTECH

    Experience: I possess knowledge and expertise in computer science particularly in programming languages such as Java Python JavaScript and MySQL Additionally  more..

    Deepali

    Mobile: +91 9446600368
    Location: Karnataka, Online (Busselton)
    Qualification: M.tech

    Experience: 2+ years of Experience in manual and automation testing  more..

    Mahima

    Mobile: +91 91884 77559
    Location: Bihar, Online (Busselton)
    Qualification: B.sc it

    Experience: My name is mahima kumari I am pursuing b sc it from cimage college patna During this courses I have  more..

    Palak

    Mobile: +91 91884 77559
    Location: Haryana, Online (Busselton)
    Qualification: Interior designer

    Experience: I have over 7 years of experience in interior design working on both residential and commercial projects I specialize in  more..

    Deepak

    Mobile: +91 9446600368
    Location: Kerala, Online (Busselton)
    Qualification: Bsc

    Experience: I have 1 5 years of python backend experience with fluent knowledge in python django mysql html css git  more..

    Abhishek

    Mobile: +91 91884 77559
    Location: Noida , Online (Busselton)
    Qualification: B tech

    Experience: Html css javascript c programming c++programming   more..

    Safeer

    Mobile: +91 9446600368
    Location: kannur, Online (Busselton)
    Qualification: BBA

    Experience: python django PostgreSQL html css bootstrap completed internship at inmakes Infotech last 4 monthsApplication for Python Django  more..

    Oleti

    Mobile: +91 98474 90866
    Location: UAE, Online (Busselton)
    Qualification: B. Tech

    Experience: Python programming c java msword msexcel  more..

    Subha

    Mobile: +91 91884 77559
    Location: Tamil Nadu, Online (Busselton)
    Qualification: BE

    Experience: Flexible person and easily adopt a environment then 4+ years experience in Java developer | Resume for IT Counselor (Work  more..

    Juli

    Mobile: +91 8301010866
    Location: Bihar, Online (Busselton)
    Qualification: MCA

    Experience: Html css javascript react php  more..

    Abhigyan

    Mobile: +91 91884 77559
    Location: Delhi, Online (Busselton)
    Qualification: Bca

    Experience: Experinced: manual testing (functional integration smoke regression etc testing) Skills : java sql manual testing agile |   more..

    Ayushi

    Mobile: +91 91884 77559
    Location: Bihar, Online (Busselton)
    Qualification: Bachelors in design

    Experience: I have always been passionate about creating innovative idea Throughout my academic journey and professional experiences I have honed my  more..

    Manu

    Mobile: +91 91884 77559
    Location: Karnataka, Online (Busselton)
    Qualification: B.Tech

    Experience: Skill: Full-stack app development using Dat Flutter Typescript GCP (Firebase Firestore Authentication Pub-Sub Cloud Scheduler) Exp: Currently Senior Software Developer  more..

    Gaurang

    Mobile: +91 91884 77559
    Location: Gujarat, Online (Busselton)
    Qualification: Bachelor of Engineering

    Experience: I having a half year of experience in python djnago developer role also know how to work in frontend side  more..

    Manisha

    Mobile: +91 89210 61945
    Location: Patna, Online (Busselton)
    Qualification: Graduation

    Experience: I also worked with NAVYUGSANDESH asa na content writer And have knowledge about MS WORD EXCEL and social networking |  more..

    Chennaveer

    Mobile: +91 91884 77559
    Location: Bangalore, Online (Busselton)
    Qualification: M.Tech (Masters)

    Experience: Python NumPy PAndas Matplotlib Seaborn EDA Statistics Machine Learning Deep Learning Airtificial Inteligence MySQL python data science artificial intelligence machine  more..

    ankita

    Mobile: +91 98474 90866
    Location: indore, Online (Busselton)
    Qualification: b.tech

    Experience: sql python c cpp js react django communication english Application for Python Django  more..

    Nishant

    Mobile: +91 91884 77559
    Location: Rajasthan, Online (Busselton)
    Qualification: M.c.a,ccna,ccnp,firewall

    Experience: Ccna ccnp security firewall jncia |   more..

    Asim

    Mobile: +91 8301010866
    Location: Thiruvananthapuram, Kerala, Online (Busselton)
    Qualification: Bcom

    Experience: I have more than one year of experience in manual and automation testing I have thorough knowledge in documentation regression  more..

    ashwin

    Mobile: +91 9895490866
    Location: Karnataka, Online (Busselton)
    Qualification: BSC

    Experience: Typography layout and color theory Branding Power point Presentation Social Media design Print Design Photography Digital Marketing Video Editing  more..

    shradha

    Mobile: +91 8301010866
    Location: Karnataka, Online (Busselton)
    Qualification: B.Tech

    Experience: Manual testing Test scenarios Test case Test plan sanity testing smoke testing regression testing performance testing Automation testing selenium basic  more..

    Hemanth

    Mobile: +91 8301010866
    Location: KOLLAM, Online (Busselton)
    Qualification: diploma in electronics and communication

    Experience: python django htmlApplication for Python Django  more..

    Sarad

    Mobile: +91 9895490866
    Location: Nepal, Online (Busselton)
    Qualification: BCA

    Experience: Web design web development video editor app developer   more..

    Anju

    Mobile: +91 9895490866
    Location: Thrissur , Online (Busselton)
    Qualification: MCA

    Experience: Worked as faculty sales and it professional Team oriented Strong communication skills Quick adaptability Programming language java python c Database  more..

    Anjali

    Mobile: +91 8301010866
    Location: Karnataka, Online (Busselton)
    Qualification: Student

    Experience: Good at mca subjects like c programming operating system data structures and algorithms  more..

    Abhishek

    Mobile: +91 9895490866
    Location: Muzaffarpur, Online (Busselton)
    Qualification: Bachelor of engineering

    Experience: Manual testing SQL ApiApplication for Software Testing  more..

    Nandhini

    Mobile: +91 9446600368
    Location: Tamil Nadu, Online (Busselton)
    Qualification: Bachelor of Engineering

    Experience: I have worked as a 3D design and printing tutor in SSVM institutions at coimbatore I have experience in handling  more..

    Abirami

    Mobile: +91 9895490866
    Location: Tamil Nadu, Online (Busselton)
    Qualification: B. Tech

    Experience: Automation Test Engineer with 1 4 years of experience in analyzing test cases Efficient in performing the test scenarios and  more..

    Akshay

    Mobile: +91 98474 90866
    Location: Maharashtra, Online (Busselton)
    Qualification: BE

    Experience: 3 years (automation + manual testing) Jira Testng maven jenkins selenium java agile |   more..

    Pooja

    Mobile: +91 8301010866
    Location: Kerala, Online (Busselton)
    Qualification: Msc computer science

    Experience: Sql ms office html css python java c multimedia  more..

    Shivam

    Mobile: +91 9895490866
    Location: Uttar Pradesh, Online (Busselton)
    Qualification: B.tech

    Experience: Mannual testing regarssion testing system testing bug tracking test case test scenario etc  more..

    Shubham

    Mobile: +91 8301010866
    Location: Maharashtra, Online (Busselton)
    Qualification: B.Tech

    Experience: I have 1 year experience in manual testing in gamecloud Technology Pvt Ltd I have experienced in writing testcases raising  more..

    Gopinaik

    Mobile: +91 89210 61945
    Location: Andhra Pradesh, Online (Busselton)
    Qualification: Degree

    Experience: Good knowledge in sdlc and stlc along with software testing and regression testing And also us health care related |  more..

    Nandhana

    Mobile: +91 91884 77559
    Location: Kerala, Online (Busselton)
    Qualification: BTech

    Experience: Html CSS C JAVA User interface design User experience design figma wireframing prototyping visual concept mockups Adobe XD Web development  more..

    Success Stories

    The enviable salary packages and track record of our previous students are the proof of our excellence. Please go through our students' reviews about our training methods and faculty and compare it to the recorded video classes that most of the other institutes offer. See for yourself how TechnoMaster is truly unique.

    Photos of Training / Internships

    Internship/projects in busselton
    Internship/projects in busselton
    Internship/projects in busselton
    Internship/projects in busselton
    Internship/projects in busselton
    Internship/projects in busselton
    Internship/projects in busselton
    Internship/projects in busselton
    Internship/projects in busselton
    Internship/projects in busselton
    Internship/projects in busselton
    Internship/projects in busselton

    Trained more than 10000+ students who trust Nestsoft TechnoMaster

    Get Your Personal Trainer