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 Haryana

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

    • 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 Haryana
    Mern Stack Development There are no tables in MongoDB. js services are getting more popular, so that they have something new all the time. js training at Nestsoft in Dubai may be a great stepping stone for your IT career. React JS is formed via means of Facebook and is the most efficient solution for front-end developers of mobile and web apps. Thus the basic syntax and specifications are of JavaScript only. Node Package Manager (NPM) is one of all the world’s prime package registries. js concepts in an easy manner? Enrolling the Node. e. React web framework is currently being used by reputed companies including Netflix, NASA, BBC, Facebook, Paypal, etc. 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

    Nimisha

    Mobile: +91 91884 77559
    Location: Kerala, Online (Haryana)
    Qualification: Btech in information technology

    Experience: Java html css javascript python c machine learning  more..

    Supriya

    Mobile: +91 9895490866
    Location: Pune, Online (Haryana)
    Qualification: Bachelor of engineering

    Experience: Java SQL webtech java manual testing selenium Fresher Application for Software Testing  more..

    Ashwini

    Mobile: +91 9446600368
    Location: Kanjurmarg, Mumbai, Online (Haryana)
    Qualification: M.com.

    Experience: I am a self-motivated individual with a passion for graphic design My work experience has equipped me with a strong  more..

    Jaynisha

    Mobile: +91 89210 61945
    Location: Gujarat, Online (Haryana)
    Qualification: B.E. in Computer science and engineering

    Experience: With a Bachelor's degree(B E ) in Computer Science and Engineering experience in teaching programming and Having honed my skills  more..

    Vijaya

    Mobile: +91 91884 77559
    Location: Maharashtra, Online (Haryana)
    Qualification: BE in computer science engineering

    Experience: Software testing ( manual+automation)both java script java SQL |   more..

    Ashish

    Mobile: +91 98474 90866
    Location: Madhya Pradesh, Online (Haryana)
    Qualification: B. Tech

    Experience: Manual testing sql core java selenium automation testing  more..

    Mayur

    Mobile: +91 8301010866
    Location: Maharashtra, Online (Haryana)
    Qualification: BE in Information Technology

    Experience: 1 year of work experience in flutter @Shareshiksha I know flutter and Dart in the frontend and firebase in the  more..

    Shruti

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

    Experience: Manual testing quality assurance SQL and python basic knowledge adaptability patience leadership qualities time management keen desire to learn new  more..

    Surya

    Mobile: +91 8301010866
    Location: Alappuzha , Online (Haryana)
    Qualification: BTech

    Experience: Python django angular html CSS Bootstrap 5 MySQL JavascriptApplication for Python Django  more..

    PALAK

    Mobile: +91 9895490866
    Location: Maharashtra, Online (Haryana)
    Qualification: BTech in computer science

    Experience: I have experience about C++ java python machine learning and more Critical thinking strong interaction with others   more..

    Preeti

    Mobile: +91 91884 77559
    Location: Maharashtra, Online (Haryana)
    Qualification: MSc physics

    Experience: I have done software testing course i have good knowledge about manual and automation testing   more..

    Jayesh

    Mobile: +91 9895490866
    Location: Madhya Pradesh, Online (Haryana)
    Qualification: M.Com, NET Qualified and Pursuing P.hD

    Experience: I am an experienced college teacher with 4 years of expertise in Maths Business studies and Economics Skilled in effective  more..

    Shincy

    Mobile: +91 91884 77559
    Location: Alappuzha, Online (Haryana)
    Qualification: Mca

    Experience: I have completed my MCA graduation in 2020 i know the programming languages like php c c++ java and html  more..

    Sari

    Mobile: +91 8301010866
    Location: Kerala, Online (Haryana)
    Qualification: BTech

    Experience: Software testing skills:Manual testing Automation testing  more..

    Petrus

    Mobile: +91 9446600368
    Location: Lagos , Online (Haryana)
    Qualification: Msc

    Experience: Django python JavaScript react html css git docker postgress API graphql fastapi Application for Python Django  more..

    Fathima

    Mobile: +91 91884 77559
    Location: Kerala, Online (Haryana)
    Qualification: Btech

    Experience: Dear hiring manager I am Fathima Suhra Btech degree in electronics and communication after i joined bootcamp for enhancing softwear  more..

    Jerin

    Mobile: +91 9895490866
    Location: Kerala, Online (Haryana)
    Qualification: mca

    Experience: PHP Development: 6 months of experience in Core PHP Web Development: Proficient in CorePHP JavaScript libraries (e g jQuery) AJAX  more..

    Neethu

    Mobile: +91 8301010866
    Location: Kerala, Online (Haryana)
    Qualification: BTech

    Experience: C python odoo java opencv flask html angular css devops jenkins docker tomcat git and github linux Microsoft ppt  more..

    Kalaivani

    Mobile: +91 91884 77559
    Location: Tamil Nadu, Online (Haryana)
    Qualification: ME

    Experience: 2 years experience as a assistant professor teaching developer programmer etc | (Work from Home)  more..

    Karthik

    Mobile: +91 9446600368
    Location: Bangalore, Online (Haryana)
    Qualification: Bachelor of Engineering

    Experience: My name is Karthik S and I recently completed my graduation in 2022 I possess strong technical skills in Python  more..

    Tarannum

    Mobile: +91 91884 77559
    Location: Punjab, Online (Haryana)
    Qualification: Bachelors in Fine arts (spl. Applied arts)

    Experience: With a passion for visual design I am excited about the opportunity to contribute my creativity to the innovative projects  more..

    Selin

    Mobile: +91 89210 61945
    Location: Tamil Nadu, Online (Haryana)
    Qualification: Bachelor of engineering

    Experience: Dear Hiring Manager I hope this email finds you well I am writing to express my interest in the python  more..

    D.

    Mobile: +91 89210 61945
    Location: Telangana, Online (Haryana)
    Qualification: B.Sc., B.Ed.,

    Experience: I strive hard for the positive development of academic excellence   more..

    Ashwini

    Mobile: +91 89210 61945
    Location: Maharashtra, Online (Haryana)
    Qualification: Bachalor of science

    Experience: C# HTML CSS SQL ado net asp net core mvc  more..

    Raj

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

    Experience: I have 2 year of d experience working as SDET i have both Manual as well as automation testing experience  more..

    Poornima

    Mobile: +91 91884 77559
    Location: Karnataka, Online (Haryana)
    Qualification: BE

    Experience: C programming java basic computer skills  more..

    Anandha

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

    Experience: I have 2 yr experience of manual testing and working in Quality analyst role I do Stlc testing |   more..

    Nilufar

    Mobile: +91 91884 77559
    Location: West Bengal, Online (Haryana)
    Qualification: M. A. (English Literature)

    Experience: With over nine years in primary education (ICSE CBSE IGCSE) I improved literacy and engagement through comprehensive English programs professional  more..

    Puja

    Mobile: +91 8301010866
    Location: West Bengal, Online (Haryana)
    Qualification: Graduate

    Experience: Hello I'm Puja Datta I can design in photoshop illustrator and also in canva I'm doing some project as a  more..

    Madhura

    Mobile: +91 89210 61945
    Location: Karnataka, Online (Haryana)
    Qualification: M.Sc in molecular biology

    Experience: Lesson planning interactive pover point development strong understand of biology and molecular biology in specific   more..

    Tushar

    Mobile: +91 9446600368
    Location: Uttarakhand, Online (Haryana)
    Qualification: Post Graduate

    Experience: Educational Background: Master’s Degree in Physics with a comprehensive understanding of advanced physics concepts and applications Teaching Experience: Two years  more..

    Pradeep

    Mobile: +91 91884 77559
    Location: Noida, Online (Haryana)
    Qualification: Btech

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

    Prathamesh

    Mobile: +91 98474 90866
    Location: Maharashtra, Online (Haryana)
    Qualification: BCA

    Experience: test creation execution defect reporting and possibly familiarity with various testing methods like black box testing i have knowledge jira working tool  more..

    Vicky

    Mobile: +91 98474 90866
    Location: Delhi, Online (Haryana)
    Qualification: b.tech

    Experience: react and node js mongodb  more..

    Sohan

    Mobile: +91 9446600368
    Location: Mangaluru, Online (Haryana)
    Qualification: 2nd PUC

    Experience: As a highly skilled and creative graphic designer I have a passion for visually communicating ideas and bringing projects to  more..

    Raga

    Mobile: +91 9895490866
    Location: Anantapur , Online (Haryana)
    Qualification: B.Com(Computer Applications)

    Experience: Python basics Machine learning with python HTML5 CSS Django SQL Tableau Application for Python Django  more..

    Devi

    Mobile: +91 9446600368
    Location: Tamil Nadu, Online (Haryana)
    Qualification: bachelors degree

    Experience: core java selenium automation testing manual testing |   more..

    Kausar

    Mobile: +91 8301010866
    Location: Maharashtra, Online (Haryana)
    Qualification: B.com

    Experience: 9833794234 Kausar0212@gmail com 20 01 2024 To NESTSOFT Respected Sir Madam I am writing to express my keen interest in  more..

    Anagha

    Mobile: +91 8301010866
    Location: Thrissur, Online (Haryana)
    Qualification: B tech in ECE

    Experience: Manual testing Automation testing java selenium jmeter  more..

    Binu

    Mobile: +91 91884 77559
    Location: Kerala, Online (Haryana)
    Qualification: M.Tech

    Experience: M Tech Communication Engineering Post Graduate 4 years of work experience trained over 300+ students for CBSE ICSE and State  more..

    Roshani

    Mobile: +91 98474 90866
    Location: Maharashtra, Online (Haryana)
    Qualification: M.sc b.ed and diploma in cybersecurity

    Experience: Skills i have experienced in Security networking information system SQL and cyber security analyst   more..

    Kalikadevi

    Mobile: +91 9895490866
    Location: KOPPAL, Online (Haryana)
    Qualification: BE in EIE

    Experience: Software testing life cycle Html cssApplication for Software Testing  more..

    Grace

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

    Experience: I have experience in offline and online classes I like to teach computer science mathematics programming and data science   more..

    Disha

    Mobile: +91 91884 77559
    Location: Uttar Pradesh, Online (Haryana)
    Qualification: Btech

    Experience: I have an experience of 1 year and 3 months as a freelance content writer While freelancing I have written  more..

    Meera

    Mobile: +91 9446600368
    Location: Tamil Nadu, Online (Haryana)
    Qualification: M.sc

    Experience: Design and Creativity Skills: Creative Thinking: Excelled at generating innovative design concepts that elevated the visual appeal of various digital  more..

    Vivek

    Mobile: +91 89210 61945
    Location: Gujarat, Online (Haryana)
    Qualification: BBA

    Experience: Recruitments Learning full stack web development With WordPress  more..

    Mohamed

    Mobile: +91 89210 61945
    Location: Himachal Pradesh, Online (Haryana)
    Qualification: NA

    Experience: Core programming Principles:  Objected-Oriented Programming (OPP) Data Structures and Algorithms Programming Languages:  Python Java C++ C# JavaScript HTML  more..

    Aasima

    Mobile: +91 98474 90866
    Location: Dindigul, Tamil Nadu, Online (Haryana)
    Qualification: BE,cse

    Experience: Flutter dart git firebase retrofit roomdb php html css SQL kotlin Java Android api  more..

    Shreya

    Mobile: +91 91884 77559
    Location: Lucknow , Online (Haryana)
    Qualification: MCA

    Experience: Front end development - hands on experience 2 years Android app development (java)- hands on experience 1 year  more..

    Rohit

    Mobile: +91 98474 90866
    Location: Chandigarh, Online (Haryana)
    Qualification: Bcom

    Experience: Manual testing functional testing |   more..

    Basil

    Mobile: +91 9446600368
    Location: Kerala, Online (Haryana)
    Qualification: Data Scientist

    Experience: I am person with good knowledge in python programming language and well versed with data mining data cleaning and pre-processing  more..

    Vinay

    Mobile: +91 8301010866
    Location: Gwalior, Online (Haryana)
    Qualification: BTech [CS]

    Experience: I have a 6month experience of Python Django Skilled in python c++ HTML javascript css SQL Application for Python Django  more..

    Aayushi

    Mobile: +91 91884 77559
    Location: Delhi, Online (Haryana)
    Qualification: Graduation

    Experience: I possess extensive expertise in subjects like biology coupled with a proven ability to work effectively with students of diverse  more..

    Kadia

    Mobile: +91 89210 61945
    Location: Gujarat, Online (Haryana)
    Qualification: Mca

    Experience: I have dart language experience also 3 year android java language experience Firebaer GitHub 3 year experience   more..

    Sruthi

    Mobile: +91 9895490866
    Location: Kerala, Online (Haryana)
    Qualification: Btech in CS

    Experience: Iam Sruthi A from trivandrum I have two year experience in software development My areas of expertise are Dotnet and  more..

    Architha

    Mobile: +91 91884 77559
    Location: Andhra Pradesh, Online (Haryana)
    Qualification: BE

    Experience: Problem solving programming skills communication skills  more..

    Shubhangi

    Mobile: +91 9895490866
    Location: Pune, Online (Haryana)
    Qualification: B. E. Computer Engineering

    Experience: HTML5 CSS3 JAVAScript xpress js MySQL Node js MongoDB React js (Completed full stack web development course just 2 months  more..

    Geethu

    Mobile: +91 91884 77559
    Location: Kerala, Online (Haryana)
    Qualification: MCA

    Experience: As a QA Engineer I have developed a comprehensive skill set that spans both manual and automation testing I am  more..

    Suhita

    Mobile: +91 98474 90866
    Location: West Bengal, Online (Haryana)
    Qualification: MCA

    Experience: Python Full Stack development | Resume for   more..

    Jeena

    Mobile: +91 9895490866
    Location: Kerala, Online (Haryana)
    Qualification: MCA

    Experience: Python Django with sql queries expertise And i have working knowledge in python Django Android app development Proficient in html  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 haryana
    Internship/projects in haryana
    Internship/projects in haryana
    Internship/projects in haryana
    Internship/projects in haryana
    Internship/projects in haryana
    Internship/projects in haryana
    Internship/projects in haryana
    Internship/projects in haryana
    Internship/projects in haryana
    Internship/projects in haryana

    Trained more than 10000+ students who trust Nestsoft TechnoMaster

    Get Your Personal Trainer