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 Waterford

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

    • 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 Waterford
    Mern Stack Development The best MongoDB online Training Institutes in Dubai . js are generally preferred. Do you need to learn the Node. React(also referred to as React. Learn from expert trainers with the best skills through the best sources. js services are getting more popular, so that they have something new all the time. 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. We have a structured teaching syllabus to help students efficiently learn profound concepts such as-build a basic application and implementing main concepts, confident to start building your own SPAs REST APIs Create conventional web applications (server-side rendering) in appropriate ability, Carry out MongoDB development into a full array, develop apps in a complete pile, Use Express Platform, install and render node applications. Data sharding in MongoDB supports storing data across several machines to boost the performance of large-scale databases. With Node.

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

    Amal

    Mobile: +91 9446600368
    Location: Kerala, Online (Waterford)
    Qualification: Full stack devwloper

    Experience: Python Django html css JavaScript web developer  more..

    Sounder

    Mobile: +91 9446600368
    Location: Coimbatore , Online (Waterford)
    Qualification: BE ece

    Experience: Manual testing &automation 6monthsApplication for Software Testing  more..

    Prashantsingh

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

    Experience: Analyzing requirement Identifying Test Scenario Designing TestCase performing different testing Functional Testing regression retesting smoke sanity testing etc executing test  more..

    Ridhin

    Mobile: +91 89210 61945
    Location: Kerala, Online (Waterford)
    Qualification: BTech(IT)

    Experience: odoo python javascript psql xml and git  more..

    ARYA

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

    Experience: • Managing and Maintaining Backup of Cisco Routers and Switches • Configuring and troubleshooting RIP EIGRP OSPF BGP • Switching  more..

    Aditya

    Mobile: +91 9446600368
    Location: Uttar Pradesh, Online (Waterford)
    Qualification: BTech (CSE)

    Experience: C programming java HTML basic Python and all type of Technical issue Resolved and experience 4 year Dekstop Support Engineer  more..

    Shruthi.

    Mobile: +91 9446600368
    Location: Karnataka, Online (Waterford)
    Qualification: BE

    Experience: Good in manual testing and writing test case  more..

    Saurabh

    Mobile: +91 9895490866
    Location: Jharkhand, Online (Waterford)
    Qualification: B.tech

    Experience: My background is computer science so I can handle good amount of programming and ethics aptitude and great harmony with  more..

    Khan

    Mobile: +91 91884 77559
    Location: Maharashtra, Online (Waterford)
    Qualification: Bsc-IT

    Experience: Manual Testing: Proficient in identifying and reporting bugs through comprehensive testing scenarios and ensuring software quality API Testing: Experienced in  more..

    sonali

    Mobile: +91 98474 90866
    Location: Maharashtra, Online (Waterford)
    Qualification: Bachelor's Degree in Engineering

    Experience: I am a Good Programmer I am knowledgeable should in all programming languages including C C++ Python Core Java Advance  more..

    Trushar

    Mobile: +91 98474 90866
    Location: Gujarat, Online (Waterford)
    Qualification: MCA

    Experience: I have 4 years of experience in flutter and 1 year experience in api development in nodeJs I have work  more..

    Vivek

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

    Experience: Dart flutter API GetX firebase 3Rd party API Github postman Android native   more..

    Ajmal

    Mobile: +91 9895490866
    Location: Alapuzha , Online (Waterford)
    Qualification: Bca

    Experience: Communication dedication manual testing automation testing   more..

    Swaroop

    Mobile: +91 9895490866
    Location: Odisha, Online (Waterford)
    Qualification: Btech with AIML specialization

    Experience: Javascript angular react django tailwind ionic framework computer vision tensorflow deep learning  more..

    Smita

    Mobile: +91 9895490866
    Location: Maharashtra, Online (Waterford)
    Qualification: MCA

    Experience: Functional testing web application testing database testing regression smoke sanity testing sdl c stlc test execution test case writting postman  more..

    Anjali

    Mobile: +91 89210 61945
    Location: Aurangabad , Online (Waterford)
    Qualification: B.Tech.

    Experience: C programming python Java   more..

    Harish

    Mobile: +91 89210 61945
    Location: Karnataka, Online (Waterford)
    Qualification: Bachelor's of engineering

    Experience: Manual testing Jira api testing postman regression testing functional testing Requirement Traceabilty Matrix design and development of test cases and  more..

    Mukul

    Mobile: +91 91884 77559
    Location: Jaipur, Online (Waterford)
    Qualification: BCA

    Experience: Experience in manual testing techniques involving all the phases of the software testing life cycle (STLC) Good knowledge of software  more..

    Amshul

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

    Experience: Dart Flutter Provider statemanagement Firebase integration Local storage hive sqflite Ide android studio vscode Team player Asynchronous programming Restful api  more..

    Narendra

    Mobile: +91 9446600368
    Location: Jaipur, Online (Waterford)
    Qualification: Bsc

    Experience: I have 6 months experience in muanal testing basics knowledge of automation testing  more..

    Akhil

    Mobile: +91 91884 77559
    Location: The Nilgiris , Online (Waterford)
    Qualification: BBA, Digital marketing executive

    Experience: Social media marketing Social media management seo ppc   more..

    Shraddha

    Mobile: +91 9895490866
    Location: Uttar Pradesh, Online (Waterford)
    Qualification: post graduation program

    Experience: python numpy pandas sql machine learning  more..

    Prapti

    Mobile: +91 8301010866
    Location: Maharashtra, Online (Waterford)
    Qualification: BCA

    Experience: Manual testing functional testing  more..

    Pratik

    Mobile: +91 9446600368
    Location: Maharashtra, Online (Waterford)
    Qualification: BTech Computer Engineering

    Experience: Cyber security IT infrastructure networking Linux Administration windows administration   more..

    Ritik

    Mobile: +91 8301010866
    Location: Haryana, Online (Waterford)
    Qualification: MCA

    Experience: Mathematics Computer science Languages like java python Web development Social science  more..

    R

    Mobile: +91 9895490866
    Location: Andhra Pradesh, Online (Waterford)
    Qualification: b.tech

    Experience: Manual testing core java selenium SQL |   more..

    Monalisa

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

    Experience: Automation testing - 1 8 years of experience Total 5 years of experience in IT | Resume for   more..

    Akhil

    Mobile: +91 9895490866
    Location: Bangalore, Online (Waterford)
    Qualification: Btech, Msc CS

    Experience: Hi sir I am currently employed as a Backend developer with over 4 years of hands-on experience in Python-based backend  more..

    Riya

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

    Experience: Core Java Html SQL Manual Testing Automation testing using Selenium I am a fresher who is passed in 2023 looking  more..

    Harshitha

    Mobile: +91 9895490866
    Location: Karnataka, Online (Waterford)
    Qualification: BE

    Experience: Software testing and Methodologies Knowledge of using Testing tools- Jira Trello and Testlink  more..

    Anshif

    Mobile: +91 9895490866
    Location: Nilambur, Online (Waterford)
    Qualification: B. Com

    Experience: 6 months experience in seo Executive and experience in managing ppc campains   more..

    Bharath

    Mobile: +91 98474 90866
    Location: Andhra Pradesh, Online (Waterford)
    Qualification: GRADUATE

    Experience: IT administration Troubleshooting in system and networking LAN WAN DHCP ACTIVE DIRECTORY SERVER ADMINISTRATION SOLVING PROBLEMS REMOTELY SOFTWARE INSTALLATION OS  more..

    Krishan

    Mobile: +91 9446600368
    Location: Bihar, Online (Waterford)
    Qualification: Graduate

    Experience: Flutter dart firebase Api statemanagement (provider getx) payment gateway (razorpay instamojo stripe) etc Experience:2 years flutter developer  more..

    Arjun

    Mobile: +91 91884 77559
    Location: Himatnnager, Online (Waterford)
    Qualification: B com

    Experience: Wed design and graphic design  more..

    Pooja

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

    Experience: I have an one year experience as web developer I have good skills are Html5 css javascript bootstrap   more..

    Vinay

    Mobile: +91 91884 77559
    Location: Gujarat, Online (Waterford)
    Qualification: Bachelors

    Experience: My name is vinay joshi I have done diploma in Advance 3D animation & Graphic Designing and I have been  more..

    Nisha

    Mobile: +91 91884 77559
    Location: Madhya Pradesh, Online (Waterford)
    Qualification: Pursuing b.tech

    Experience: Frontend developer html css javascript tailwind css wordpress bootstrap  more..

    Anil

    Mobile: +91 9446600368
    Location: Sangli, Online (Waterford)
    Qualification: BE

    Experience: Agile methodologies Software development life cycle Selenium Jira Java Test scripts | Resume for Application for Software Testing  more..

    Deepak

    Mobile: +91 8301010866
    Location: Uttarakhand, Online (Waterford)
    Qualification: Btech IT

    Experience: In cybersecurity I possess a comprehensive skill set honed through both academic training and practical experience My expertise includes threat  more..

    Anuroop

    Mobile: +91 9446600368
    Location: Bangalore, Online (Waterford)
    Qualification: Mca

    Experience: 5+ on react & node ts  more..

    Satheesha

    Mobile: +91 89210 61945
    Location: Ernakulam, Online (Waterford)
    Qualification: Btech computer science

    Experience: Manual testing Automation testing  more..

    James

    Mobile: +91 9895490866
    Location: Kottayam , Online (Waterford)
    Qualification: BE(ECE)

    Experience: I have a 1 6 years of experience as a process executive in paragon Digital Services Pvt Ltd I have  more..

    Chirag

    Mobile: +91 8301010866
    Location: Uttar Pradesh, Online (Waterford)
    Qualification: Btech

    Experience: -> Experienced DevOps Intern: Gained hands-on experience at RAPIDCODE TECHNOLOGIES PVT LTD with a focus on DevOps practices -> Linux  more..

    Mohammad

    Mobile: +91 91884 77559
    Location: Hyderabad, Online (Waterford)
    Qualification: MBA IN IT

    Experience: I am very good in manual testing and also Api testing I know very good knowledge in SQL and also  more..

    dhruvi

    Mobile: +91 91884 77559
    Location: Punjab, Online (Waterford)
    Qualification: 12+

    Experience: **Top Skills**: - **Information Security**: Proficient in safeguarding information systems - **Cloud Assurance**: Competent in securing cloud services and infrastructure  more..

    Thatiparthi

    Mobile: +91 91884 77559
    Location: Andhra Pradesh, Online (Waterford)
    Qualification: B. Tech

    Experience: I know about python coding and my SQL query identification And also I know about internet of things as well  more..

    Adnan

    Mobile: +91 89210 61945
    Location: Uttarakhand, Online (Waterford)
    Qualification: Pursing BSc in Animation and visual Graphics From Amity University Haryana

    Experience: Throughout my academic journey I am developing a strong foundation in design principles including typography layout color theory and branding  more..

    Mohanraj

    Mobile: +91 9895490866
    Location: Chennai, Online (Waterford)
    Qualification: BE(Aero)

    Experience: Java manual testing sql selenium | Resume for   more..

    ONKAR

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

    Experience: i have handon experiance of c c++ python sql git github vs code html css javascript django  more..

    Shyamdas

    Mobile: +91 91884 77559
    Location: Kollam, Online (Waterford)
    Qualification: MSc Computer Science

    Experience: 4 + Years experience in php development  more..

    Lekshmy

    Mobile: +91 91884 77559
    Location: Trivandrum, Online (Waterford)
    Qualification: B.tech

    Experience: On-page seo off page sro facebook ad google ad wordpress knowledge basic poster creation in canva  more..

    Shikha

    Mobile: +91 91884 77559
    Location: Indore, Online (Waterford)
    Qualification: BE

    Experience: I have 4 year of experience in manual testing and 1 year of automation testing | Resume for   more..

    Rakesh

    Mobile: +91 89210 61945
    Location: Tamil Nadu, Online (Waterford)
    Qualification: B.tech

    Experience: Html css javascript react java bootstrap nodejs  more..

    Foram

    Mobile: +91 89210 61945
    Location: Maharashtra, Online (Waterford)
    Qualification: MSc

    Experience: Biology Science maths geography hindi gujrati painting craft design  more..

    Swapnil

    Mobile: +91 91884 77559
    Location: Maharashtra, Online (Waterford)
    Qualification: Mca

    Experience: Frontend development html css Adobe photoshop illustrated  more..

    Manobrath

    Mobile: +91 91884 77559
    Location: Karnataka, Online (Waterford)
    Qualification: Batchelor of engineering

    Experience: Good communication skills hardworking efficient in programming |   more..

    Akash

    Mobile: +91 91884 77559
    Location: Bihar, Online (Waterford)
    Qualification: Diploma

    Experience: Flutter App developer with 1 year of experience I'm a dedicated Flutter developer with one year of experience skilled in  more..

    Shrishtee

    Mobile: +91 8301010866
    Location: Uttar Pradesh, Online (Waterford)
    Qualification: B.tech ece

    Experience: c++ python c language data analysis r language  more..

    Argha

    Mobile: +91 9895490866
    Location: West Bengal, Online (Waterford)
    Qualification: Graduate

    Experience: Facebook LinkedIn Instagram wordpress onpage seo offpage seo SMO Content writing Google ads analytics AI Affiliate Marketing YouTube marketing  more..

    Ram

    Mobile: +91 98474 90866
    Location: Odisha, Online (Waterford)
    Qualification: Btech(end year)

    Experience: Professional degree:Btech in CSE Passout year: mid 2025 CGPA:8 1 Technical skill(Future):- AI ML Python programming C++ with DSA Extra  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 waterford
    Internship/projects in waterford
    Internship/projects in waterford
    Internship/projects in waterford
    Internship/projects in waterford
    Internship/projects in waterford
    Internship/projects in waterford
    Internship/projects in waterford
    Internship/projects in waterford
    Internship/projects in waterford
    Internship/projects in waterford
    Internship/projects in waterford

    Trained more than 10000+ students who trust Nestsoft TechnoMaster

    Get Your Personal Trainer