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 Newtownabbey

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

    • 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 Newtownabbey
    Mern Stack Development Complete, updated list. In fact, NodeJs has essentially supported Java, that too on the server-side. Actually, React has been formed to arrange the development, maintenance and updating of the UI with the goal of assisting the development groups operating on projects of average and extremely difficult. All the info is kept in JSON format, i. js, this cost is significantly low compared to others because Node. By the end of this hands-on intensive training course. Node. Use Express, a lightweight HTTP server framework developed on top of Node. Learn from expert trainers with the best skills through the best sources. e.

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

    Punam

    Mobile: +91 91884 77559
    Location: Maharashtra, Online (Newtownabbey)
    Qualification: BE CSE

    Experience: Software testing |   more..

    Sahil

    Mobile: +91 91884 77559
    Location: Punjab, Online (Newtownabbey)
    Qualification: bca

    Experience: Communication skiils Manual testing Automation testing Selenium Java Sdlc stlc Interpersonal skills  more..

    Sagar

    Mobile: +91 98474 90866
    Location: Tripura, Online (Newtownabbey)
    Qualification: Btech

    Experience: Hey I'm a professional graphics designer who collaborates with startup giants popular YouTubers and government entities like MyGov My skill  more..

    Zeeshan

    Mobile: +91 91884 77559
    Location: Preet Vihar, Delhi, Online (Newtownabbey)
    Qualification: 3rd year, BCA

    Experience: an intermediate website penetration tester with expertise in cybersecurity I specialize in VAPT (Vulnerability Assessment and Penetration Testing) and NPT  more..

    Aarti

    Mobile: +91 98474 90866
    Location: Maharashtra, Online (Newtownabbey)
    Qualification: Bachelor's in animation, design & VFX

    Experience: Creative and versatile graphic designer with 4 years of design experience including 1 year of professional work Proficient in Illustrator  more..

    abin

    Mobile: +91 89210 61945
    Location: kottayam, Online (Newtownabbey)
    Qualification: bca

    Experience: just complete a 3 month software testing course from rogersoft technologies   more..

    Harini

    Mobile: +91 91884 77559
    Location: Andhra Pradesh, Online (Newtownabbey)
    Qualification: M.sc B.ed

    Experience: I Harini done with a Master's in Mathematics and extensive experience of 7 years in education culminating in my current  more..

    Saudip

    Mobile: +91 91884 77559
    Location: West Bengal, Online (Newtownabbey)
    Qualification: BCA Graduate from EIILM-Kolkata

    Experience: I have experience in web development technologies like html css javascript and i have done internship in Indian Cyber Security  more..

    Minal

    Mobile: +91 9446600368
    Location: Maharashtra, Online (Newtownabbey)
    Qualification: Bachelor's of Engineering

    Experience: Senior Test engineer with experience in web applications and Manual testing (Database and API testing) Worked for reputed customer with  more..

    Susmita

    Mobile: +91 91884 77559
    Location: Bangalore, Online (Newtownabbey)
    Qualification: M.sc in multimedia and animation

    Experience: 5+ years of experience in the design field under multiple industries | Resume for   more..

    Aiswarya

    Mobile: +91 89210 61945
    Location: Kerala, Online (Newtownabbey)
    Qualification: MCA

    Experience: Myself Aiswarya Murali I have 3 years of experience in Software testing Skills: Functional Testing Regression Testing SIT UAT API  more..

    Joel

    Mobile: +91 91884 77559
    Location: Kerala, Online (Newtownabbey)
    Qualification: Btech Computer Science

    Experience: Have knowledge in Programming languages like C++ Python PHP Web Development: React HTML CSS Django Data Science Libraries: NumPy Pandas  more..

    Priya

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

    Experience: Software Testing Manual testing Automation testing Java Selenium 06 months of experience at Dhoot transmission pvt ltd  more..

    ANJALI

    Mobile: +91 9895490866
    Location: Pathanamthitta, Online (Newtownabbey)
    Qualification: Btech CSE

    Experience: Am having 2 years of experience in software quality processes Involved in end to end testing and management across the  more..

    Donthi

    Mobile: +91 8301010866
    Location: Telangana, Online (Newtownabbey)
    Qualification: B.Tech

    Experience: Java Sql Html Css Manual testing Having 1 Year of Experience as Associate Software Engineer  more..

    Sandeep

    Mobile: +91 98474 90866
    Location: Maharashtra, Online (Newtownabbey)
    Qualification: Be cse

    Experience: Android dart agile flutter gitlab GitHub cicd sdlc telicom HealthCare kotlin basic html css javascript test scripts testing automation  more..

    Tarun

    Mobile: +91 91884 77559
    Location: Chandigarh, Online (Newtownabbey)
    Qualification: MCA

    Experience: I have 6-8 months of experience in manual testing   more..

    Jagadeesh

    Mobile: +91 8301010866
    Location: Chennai, Online (Newtownabbey)
    Qualification: B.E

    Experience: Manual testing SQL functional testing preparing test casesApplication for Software Testing  more..

    Anshita

    Mobile: +91 98474 90866
    Location: Maharashtra, Online (Newtownabbey)
    Qualification: B.tech(civil)

    Experience: Manual testing Sdlc Stlc Bug reporting jira tool functional testing test reports |   more..

    Leander

    Mobile: +91 91884 77559
    Location: London, Online (Newtownabbey)
    Qualification: Bachelor of Technology

    Experience: MERN stack developer experience for 4 years   more..

    Dhanusha

    Mobile: +91 89210 61945
    Location: Kerala, Online (Newtownabbey)
    Qualification: Under Graduate

    Experience: My background encompasses proficiency in various programming languages and technologies notably Python Django Java Angular HTML CSS JavaScript SQL and  more..

    Jagriti

    Mobile: +91 89210 61945
    Location: Madhya Pradesh, Online (Newtownabbey)
    Qualification: BTech

    Experience: I am currently pursuing my Btech degree in Artificial Intelligence and Data Science I have no experience in industry but  more..

    rishi

    Mobile: +91 91884 77559
    Location: Gujarat, Online (Newtownabbey)
    Qualification: JCHNP

    Experience: sophos firewall configuration and server support configuration  more..

    GAURI

    Mobile: +91 91884 77559
    Location: Maharashtra, Online (Newtownabbey)
    Qualification: Bcom diploma in graphics

    Experience: I have 6 + experience in graphic design  more..

    Divesh

    Mobile: +91 98474 90866
    Location: Nuh, Online (Newtownabbey)
    Qualification: B.tech CSE

    Experience: python Django HTML CSS Mysql Bootstrap JavascriptApplication for Python Django  more..

    Easwaran

    Mobile: +91 9446600368
    Location: Chennai, Online (Newtownabbey)
    Qualification: M.E

    Experience: 7 5+ years experience in various mechanical engineering domain AutoCAD Solidworks Inventor Ms office Bill of Materials (BOM) Detailed Drawing  more..

    yadala

    Mobile: +91 8301010866
    Location: banglore, Online (Newtownabbey)
    Qualification: btech

    Experience: Good knowledge on Manual testing and Automation testing SQL Core java Application for Software Testing  more..

    Rashmi

    Mobile: +91 91884 77559
    Location: Uttar Pradesh, Online (Newtownabbey)
    Qualification: MCA

    Experience: HTML CSS Core Java Software Engineering DBMS python  more..

    rajdeep

    Mobile: +91 89210 61945
    Location: Meghalaya, Online (Newtownabbey)
    Qualification: BTech in ECE

    Experience: Manual testing of device and website Test case preparation and execution Accessibility testing  more..

    Nitu

    Mobile: +91 9895490866
    Location: Gujarat, Online (Newtownabbey)
    Qualification: Bsc.IT

    Experience: I have good knowledge about automation testing manual testing and database testing |   more..

    Srihari

    Mobile: +91 8301010866
    Location: Andhra Pradesh, Online (Newtownabbey)
    Qualification: B.tech

    Experience: Identifying and analyzing cyber threats and vulnerabilities Understanding various types of cyber attacks (e g phishing ransomware DDoS) Strategies and  more..

    Y.Mariya

    Mobile: +91 91884 77559
    Location: Tamil Nadu, Online (Newtownabbey)
    Qualification: .M A

    Experience: Content development Soft skills training Behavioral trainig  more..

    Janvi

    Mobile: +91 91884 77559
    Location: Maharashtra, Online (Newtownabbey)
    Qualification: B.sc

    Experience: Html css core php Wordpress  more..

    Chandni

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

    Experience: C c++ python basic SQL  more..

    Manju

    Mobile: +91 9895490866
    Location: Karnataka, Online (Newtownabbey)
    Qualification: Animation film making and multimedia

    Experience: I have 3years experience in graphic design and motion graphics |   more..

    Nourin

    Mobile: +91 98474 90866
    Location: Omassery, Online (Newtownabbey)
    Qualification: MCA

    Experience: Experienced Python Django Developer with over 1 years of experience in creating robust and scalable web applications Proficient in Backend-  more..

    Mubashir

    Mobile: +91 9895490866
    Location: Srinagar, Online (Newtownabbey)
    Qualification: Btech

    Experience: Html css javascript python django sql mysql Application for Python Django  more..

    Ambala

    Mobile: +91 91884 77559
    Location: Telangana, Online (Newtownabbey)
    Qualification: B.tech

    Experience: I recently graduated from NIT Srinagar and completed a six-month training program in DevOps tools and AWS cloud services While  more..

    Chevvala

    Mobile: +91 91884 77559
    Location: Telangana, Online (Newtownabbey)
    Qualification: Msc ( computer science)

    Experience: I have 2 years of experience in teaching computer science and robotics Additionally I have taught a data visualization course  more..

    John

    Mobile: +91 9446600368
    Location: Telangana, Online (Newtownabbey)
    Qualification: Bachelor of technology

    Experience: HTML5 CSS javascript java programming   more..

    Rajdeep

    Mobile: +91 9895490866
    Location: Hyderabad, Online (Newtownabbey)
    Qualification: BTech in computer science

    Experience: Expert in flutter node js express js react js AWS Azure Magento Laravel  more..

    Pallavi

    Mobile: +91 91884 77559
    Location: Bihar, Online (Newtownabbey)
    Qualification: Master of Arts

    Experience: I have qualified West Bengal SET exam in Economics and have a teaching experience of 5+ years in which I  more..

    YASHWANTH

    Mobile: +91 89210 61945
    Location: Telangana, Online (Newtownabbey)
    Qualification: Btech

    Experience: Time management Adaptability Logo design User experience design Creativity Attention to detail Responsive design Web design  more..

    Piyush

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

    Experience: I am using React Js library to design the UI components and Tailwind CSS for styling the components   more..

    Aradhana

    Mobile: +91 91884 77559
    Location: Maharashtra, Online (Newtownabbey)
    Qualification: M.Sc

    Experience: Html css bootstrap wordpress  more..

    Md

    Mobile: +91 91884 77559
    Location: Telangana, Online (Newtownabbey)
    Qualification: Bachelor of technology

    Experience: Hello Iam MD Akram completed my graduation in 2023 in Hyderabad and also undergone a training in software testing with  more..

    Soumik

    Mobile: +91 98474 90866
    Location: West Bengal, Online (Newtownabbey)
    Qualification: Graduate, PGD

    Experience: A computer teacher web developer currently working as a teacher in Shemford Futuristic School   more..

    Syed

    Mobile: +91 91884 77559
    Location: Karnataka, Online (Newtownabbey)
    Qualification: Mtech

    Experience: I can work on technologies like python sql aws etc  more..

    Prarthna

    Mobile: +91 89210 61945
    Location: Madhya Pradesh, Online (Newtownabbey)
    Qualification: Bachelor Of Technology

    Experience: I have 2 years of experience at cognizant in Automation and Manual Testing I have strong experience in Selenium with  more..

    Jhalak

    Mobile: +91 8301010866
    Location: Uttar Pradesh, Online (Newtownabbey)
    Qualification: MCA

    Experience: C core Java python html css and javascript knowledge of software testing  more..

    Pinaki

    Mobile: +91 9895490866
    Location: West Bengal, Online (Newtownabbey)
    Qualification: BTech

    Experience: Hardware & networking Troubleshooting Software solution  more..

    Akshada

    Mobile: +91 9895490866
    Location: Maharashtra, Online (Newtownabbey)
    Qualification: Msc

    Experience: Good in SQL and python |   more..

    Shreya

    Mobile: +91 9895490866
    Location: Jaipur , Online (Newtownabbey)
    Qualification: Bfa

    Experience: I Loved to work with typography creativity branding and delivery the presentation with a best design work I worked with  more..

    athu

    Mobile: +91 89210 61945
    Location: Kerala, Online (Newtownabbey)
    Qualification: mca

    Experience: python django |   more..

    Sandra

    Mobile: +91 89210 61945
    Location: Kerala, Online (Newtownabbey)
    Qualification: Mca

    Experience: I am a software developer and an mca graduate I have a deep understanding of coding in php laravel core  more..

    Sibi

    Mobile: +91 91884 77559
    Location: Tamil Nadu, Online (Newtownabbey)
    Qualification: B. Sc. Computer science

    Experience: Api testing |   more..

    Ujjwal

    Mobile: +91 9895490866
    Location: Uttar Pradesh, Online (Newtownabbey)
    Qualification: Diploma

    Experience: I had done manual testing course from QSPIDERS noida |   more..

    sudip

    Mobile: +91 91884 77559
    Location: Assam, Online (Newtownabbey)
    Qualification: BCA(COMPUTER HARDWARE NETWORKING)

    Experience: Computer hardware networking Arround 12 years |   more..

    S

    Mobile: +91 9446600368
    Location: Nandyal, Online (Newtownabbey)
    Qualification: Mtech (PhD)

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

    Ananda

    Mobile: +91 91884 77559
    Location: Kerala, Online (Newtownabbey)
    Qualification: BSc CardiacTechnology

    Experience: I studied 10th & 12th in CBSE with full A+ and 85% score Myself was a home tutor for 2  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 newtownabbey
    Internship/projects in newtownabbey
    Internship/projects in newtownabbey
    Internship/projects in newtownabbey
    Internship/projects in newtownabbey
    Internship/projects in newtownabbey
    Internship/projects in newtownabbey
    Internship/projects in newtownabbey
    Internship/projects in newtownabbey
    Internship/projects in newtownabbey
    Internship/projects in newtownabbey
    Internship/projects in newtownabbey

    Trained more than 10000+ students who trust Nestsoft TechnoMaster

    Get Your Personal Trainer