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 Mumbai

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

    • 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 Mumbai
    Mern Stack Development Do you need to learn the Node. There are no tables in MongoDB. built-in scaling is a must-have feature of many organizations, as you adapt to an ever-changing market. Node. js training at Nestsoft in Dubai may be a great stepping stone for your IT career. js concepts in an easy manner? Enrolling the Node. React JS is formed via means of Facebook and is the most efficient solution for front-end developers of mobile and web apps. Moreover, knowledge of HTML is preferred. js services are getting more popular, so that they have something new all the time. React has lots of advantages, the main reason for people to choose react is its faster performance and good interface.

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

    Sneha

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

    Experience: Teaching experience for all the boards till K-12 content development Abacus and Vedic Maths  more..

    Harshalkumar

    Mobile: +91 91884 77559
    Location: Maharashtra, Online (Mumbai)
    Qualification: ME

    Experience: Angular front end development Javascript HTML CSS Bootstrap  more..

    grace

    Mobile: +91 9895490866
    Location: Telangana, Online (Mumbai)
    Qualification: 12th pass . doing my b.tech

    Experience: web developer app developer graphic designer game designer video editor photo editor   more..

    Abhinav

    Mobile: +91 89210 61945
    Location: Uttar Pradesh, Online (Mumbai)
    Qualification: Bachelor's

    Experience: Hello sir mam I am a web developer Technologies I am using are html css javascript react node express mongodb  more..

    Ashwini

    Mobile: +91 91884 77559
    Location: Pune, Online (Mumbai)
    Qualification: MSc(Computer Application)

    Experience: Html css javascript bootstrap wordpress I have 1 year of experience  more..

    Farsana

    Mobile: +91 9446600368
    Location: Aluva, Online (Mumbai)
    Qualification: Bsc Electronics

    Experience: Manual Testing White black box testing Communicatin Problem solving  more..

    Jayakanth

    Mobile: +91 9895490866
    Location: Bangalore, Online (Mumbai)
    Qualification: Bachelor of engineering information science

    Experience: Training and teaching in python and machine and other Programing languages | Resume for   more..

    Harshal

    Mobile: +91 91884 77559
    Location: Gujarat, Online (Mumbai)
    Qualification: MmTech

    Experience: I have a 18 months of experience in the Hardware and Network Engineer 6 months of experience As a python  more..

    Aneesh

    Mobile: +91 9446600368
    Location: Karnataka, Online (Mumbai)
    Qualification: B.Tech in Information Technology

    Experience: Android Kotlin Java Android Architecture MVVM Coroutines Dependency Injection using Dagger2 and Hilt GIT design patterns   more..

    Nausheen

    Mobile: +91 98474 90866
    Location: Maharashtra, Online (Mumbai)
    Qualification: Student

    Experience: - Online tutoring and teaching - English language and literature instruction - Mathematics instruction (various levels e g algebra geometry  more..

    Abhijeet

    Mobile: +91 9895490866
    Location: indore, Online (Mumbai)
    Qualification: MCA

    Experience: python Django Flask HTML CSSApplication for Python Django  more..

    Likhitha

    Mobile: +91 89210 61945
    Location: Telangana, Online (Mumbai)
    Qualification: Btech -IT

    Experience: Manual testing Sql API testing Postman jira SDLC Bug life cycle STLC |   more..

    Vasu

    Mobile: +91 9895490866
    Location: Ahmedabad, Online (Mumbai)
    Qualification: English, Hindi, Gujrati

    Experience: I have 3+ years of industry experience in development and manage different type of applications I have expertise in Net  more..

    Dhairya

    Mobile: +91 9446600368
    Location: Uttar Pradesh, Online (Mumbai)
    Qualification: B tech

    Experience: C C++ HTML CSS Javascript node js Oops concepts Sql DBMS Git Interned at Bharat intern - prjoects based on  more..

    Ayush

    Mobile: +91 9895490866
    Location: Indore, Online (Mumbai)
    Qualification: Bachelor's Degree ( Computer Science)

    Experience: Dear Netsoft Technologies I am writing to express my interest in the internship position you have posted on your website  more..

    Rakshitha

    Mobile: +91 91884 77559
    Location: Karnataka, Online (Mumbai)
    Qualification: BCA

    Experience: Web development |   more..

    Midhun

    Mobile: +91 91884 77559
    Location: Kerala, Online (Mumbai)
    Qualification: M.Com

    Experience: 1 Tally 2 GST Filing 3 SAP 4 QB 5 SAGE 6 Income Tax filing As an experienced Accounting Faculty  more..

    karuppaiah

    Mobile: +91 8301010866
    Location: Tamil Nadu, Online (Mumbai)
    Qualification: ITI

    Experience: auto cad drawing master cam design software   more..

    Chirag

    Mobile: +91 91884 77559
    Location: Gujarat, Online (Mumbai)
    Qualification: MSC.IT

    Experience: SDLC STLC Bug Life Cycle Test case Test Scenario Test Report Agile Methdologies Intermediate level knowledge of Selenium with Java  more..

    Pardeep

    Mobile: +91 91884 77559
    Location: Punjab, Online (Mumbai)
    Qualification: MCA

    Experience: I have 2 year experienced in seo executive profile I also handling WordPress seo on page and off page and  more..

    Rohith

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

    Experience: Python full stack developer also experienced in programming languages like c c++ java Python  more..

    Sahil

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

    Experience: I am looking for an opportunity where I can use my knowledge for betterment of the organization or advancement for  more..

    gaikwad

    Mobile: +91 91884 77559
    Location: Maharashtra, Online (Mumbai)
    Qualification: bcs

    Experience: html css bootstrap python django mysql  more..

    Susmitha

    Mobile: +91 91884 77559
    Location: Karnataka, Online (Mumbai)
    Qualification: BSc Computer Science

    Experience: Frontend development - Html css javascript bootstrap jQuery react js Backend development - python Django MySQL sqlite3  more..

    PRIYANKA

    Mobile: +91 89210 61945
    Location: Andhra Pradesh, Online (Mumbai)
    Qualification: B. tech

    Experience: Hello Sir mam Greetings of the day My name is B Priyanka I did B tech & i got 7  more..

    Krishna

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

    Experience: I have data science with python course completed from skill academy and 6 months experience as python developer from spectralshift  more..

    MADHUBALA

    Mobile: +91 91884 77559
    Location: Tamil Nadu, Online (Mumbai)
    Qualification: MCA

    Experience: I have around six months intern experience in Python development Collaborated with the design team to ensure the website was  more..

    Bibin

    Mobile: +91 9895490866
    Location: Ernakulam , Online (Mumbai)
    Qualification: Mca

    Experience: I have 1 year and 8 months of work experience as a django developer and i have good knowledge in  more..

    Rohit

    Mobile: +91 9446600368
    Location: Karnataka, Online (Mumbai)
    Qualification: Graduate

    Experience: Wapt firewall Server security network security Linux python   more..

    Shankar

    Mobile: +91 89210 61945
    Location: Madhya Pradesh, Online (Mumbai)
    Qualification: B.TECH

    Experience: I have a good knowledge in c c++ programming language and having a good understanding of oops my sql  more..

    kiran

    Mobile: +91 9446600368
    Location: mumbai, Online (Mumbai)
    Qualification: McA

    Experience: manual testing api testing database testing automation testing | Resume for   more..

    Shruthi

    Mobile: +91 9446600368
    Location: Kerala, Online (Mumbai)
    Qualification: MCA

    Experience: TECHNICAL SKILLS Java Android Laravel Framework C C++ Data Structures Object-oriented programming Oracle SQL HTML CSS Bootstrap JavaScript PHP cybersecurity  more..

    Sanjay

    Mobile: +91 8301010866
    Location: Gujarat, Online (Mumbai)
    Qualification: Bca

    Experience: Dart flutter firebase git rest api c# map   more..

    Nisha

    Mobile: +91 91884 77559
    Location: Benglore, Online (Mumbai)
    Qualification: Msc

    Experience: Data digging Zoho entry update interested to Lear n heal New things c programming  more..

    Sriharsha

    Mobile: +91 98474 90866
    Location: Telangana, Online (Mumbai)
    Qualification: B Tech

    Experience: • Engineered CloudFormation templates optimizing AWS resources leading to a substantial 30% system performance surge and a commendable reduction in  more..

    sona

    Mobile: +91 9446600368
    Location: kondotty.malappuram, Online (Mumbai)
    Qualification: Bsc computer science

    Experience: Angular react n odejs mongoDB html&css i completed my intershi courseApplication for Meanstack Developer Mean Stack  more..

    Harshit

    Mobile: +91 9895490866
    Location: West Bengal, Online (Mumbai)
    Qualification: B.Des in Visual Communication

    Experience: As a passionate and inquisitive designer I thrive on visualizing and processing information to communicate creatively and effectively with the  more..

    Amrendra

    Mobile: +91 9895490866
    Location: Karnataka, Online (Mumbai)
    Qualification: Graduate

    Experience: My name is Amrendra Kumar and I have 18 years of experience in the design field I am a Senior  more..

    Tarun

    Mobile: +91 9446600368
    Location: Assam, Online (Mumbai)
    Qualification: Undergraduate

    Experience: I have handled books of accounts for manufacturing trading service and web development companies I have a pretty good knowledge  more..

    Jaya

    Mobile: +91 9446600368
    Location: Odisha, Online (Mumbai)
    Qualification: PhD (Pursuing)

    Experience: I have a strong understanding of the principles and practices of data analysis I am also proficient in using various  more..

    Chandipriya

    Mobile: +91 91884 77559
    Location: Andhra Pradesh, Online (Mumbai)
    Qualification: Mca

    Experience: C c++ testing |   more..

    Rashika

    Mobile: +91 8301010866
    Location: Tamil Nadu, Online (Mumbai)
    Qualification: BE

    Experience: I done a course in software testing I have a good knowledge in SDLC Testing cases Black box testing white  more..

    Abirami

    Mobile: +91 91884 77559
    Location: Kerala, Online (Mumbai)
    Qualification: bcom

    Experience: I have [5 years 9months] of experience in software testing during which I have honed my skills in test case  more..

    Sandhya

    Mobile: +91 89210 61945
    Location: Kerala, Online (Mumbai)
    Qualification: MSc Computer Science

    Experience: Manual Testing test case preparation bug report preparation SQL server Java Selenium webdriver JUnit TestNg Jmeter Postman Jira automation testing  more..

    Nallannagari

    Mobile: +91 8301010866
    Location: Bangalore, Online (Mumbai)
    Qualification: MCA

    Experience: I have done html5 css and full stack java developer courses   more..

    Rida

    Mobile: +91 98474 90866
    Location: Uttar Pradesh, Online (Mumbai)
    Qualification: BTech CSE

    Experience: computer science python SQL C++ machine learning effective communication writing research skills  more..

    Rashmi

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

    Experience: Manual testing Java automatic testing | Resume for   more..

    Anushka

    Mobile: +91 9895490866
    Location: Maharashtra, Online (Mumbai)
    Qualification: BSc Computer Scienece

    Experience: My name is Anushka Ashok Sakpal and I'm reaching out to express my interest in python developer position I am  more..

    Manoj

    Mobile: +91 8301010866
    Location: Andhra Pradesh, Online (Mumbai)
    Qualification: Btech

    Experience: android developer firebase retrofit java kotlin flutter dart  more..

    Aman

    Mobile: +91 91884 77559
    Location: Delhi, Online (Mumbai)
    Qualification: BTech CSE

    Experience: *Technical Skills: Problem solving Penetration testing Vulnerability assessment Web application security Networking Ethical Hacking *Tools: Burp suite Wireshark Nmap Nessus  more..

    Anuj

    Mobile: +91 89210 61945
    Location: Maharashtra, Online (Mumbai)
    Qualification: Bachelor in Engineering (Computer Engineering)

    Experience: Experienced in Dart and Flutter from 2 years and also have some experience in web development too |   more..

    Akshayraj

    Mobile: +91 91884 77559
    Location: Kerala, Online (Mumbai)
    Qualification: Msc computer science

    Experience: Proficient in WordPress development using PHP HTML CSS and JavaScript Skilled in responsive design WooCommerce customization and Figma Experienced in  more..

    ANAKHA

    Mobile: +91 89210 61945
    Location: Pathanamthitta, Online (Mumbai)
    Qualification: B.com with computer application

    Experience: Worked as a marketing associate in an IT firm for 7 months My skillset includes the following: social media management  more..

    NIHAL

    Mobile: +91 8301010866
    Location: Bihar, Online (Mumbai)
    Qualification: btechh

    Experience: Web-developer python Django Artificial Intelligence (AI) Machine Learning Robotics Iot Databases Power bi PLCM STOCK MARKET  more..

    Priyanka

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

    Experience: Manual testing Java Sql Selenium |   more..

    Sivaranjani

    Mobile: +91 9446600368
    Location: chennai, Online (Mumbai)
    Qualification: B.tech IT

    Experience: Web development trainer - 2 year Software development - 5 year  more..

    Jijeesh

    Mobile: +91 9895490866
    Location: Palakkad kerala, Online (Mumbai)
    Qualification: Diploma in mechanical

    Experience: Python fundamental for beginners python for machine learning and 6 month craft man automission company  more..

    Sijisha

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

    Experience: I have a 6 months experience in php codeigniter  more..

    Gurpreet

    Mobile: +91 91884 77559
    Location: Punjab, Online (Mumbai)
    Qualification: b.tech(cse)

    Experience: flutter dart android kotlin java  more..

    Shagun

    Mobile: +91 91884 77559
    Location: Uttar Pradesh, Online (Mumbai)
    Qualification: Graduation

    Experience: i am shagun Singh Rajput i am pursuing my BCA from rama University kanpur i have a technical skilled in  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 mumbai
    Internship/projects in mumbai
    Internship/projects in mumbai
    Internship/projects in mumbai
    Internship/projects in mumbai
    Internship/projects in mumbai
    Internship/projects in mumbai
    Internship/projects in mumbai
    Internship/projects in mumbai
    Internship/projects in mumbai
    Internship/projects in mumbai
    Internship/projects in mumbai

    Trained more than 10000+ students who trust Nestsoft TechnoMaster

    Get Your Personal Trainer