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 Bellary

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

    • 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 Bellary
    Mern Stack Development js you are ready to execute multiple actions at the same time. js is an open-source platform as well, that will increase flexibility that helps in building real-time network applications. js has a huge opportunity today and tomorrow. Be it web development or mobile application development, developers intimate with JavaScript can effortlessly learn ReactJS. With Node. built-in scaling is a must-have feature of many organizations, as you adapt to an ever-changing market. js, this cost is significantly low compared to others because Node. Node. js for developing web applications. React JS is formed via means of Facebook and is the most efficient solution for front-end developers of mobile and web apps.

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

    Payel

    Mobile: +91 9895490866
    Location: Delhi, Online (Bellary)
    Qualification: BSc IT

    Experience: C html php java web Technologies  more..

    parvathy

    Mobile: +91 91884 77559
    Location: Kerala, Online (Bellary)
    Qualification: bca

    Experience: i have 1 year and 8 months of experience in python along with django and have worked in webscrapping with  more..

    SMRUTHI

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

    Experience: I have 3+ years of experience in sales Previously i worked as an academic counselor business development manager and sales  more..

    Jhanvi

    Mobile: +91 98474 90866
    Location: Gujarat, Online (Bellary)
    Qualification: B.E.

    Experience: Hi I am writing to express my interest in the Quality Analyst position With 2 5 years of experience in  more..

    Divya

    Mobile: +91 89210 61945
    Location: Telangana, Online (Bellary)
    Qualification: B,TECH

    Experience: Hello Hiring Manager I have good communication skills and problem solving skills apart fromGraduation I had experienc in Java and  more..

    MD

    Mobile: +91 98474 90866
    Location: Remote, Online (Bellary)
    Qualification: B sc

    Experience: I have 3 years experience in web development and I have strong command and proficiency in wix I have created  more..

    Mohamed

    Mobile: +91 98474 90866
    Location: Channai, Online (Bellary)
    Qualification: B.E

    Experience: I have 3 month of internship experience in shiash info tech pvt lmtd as a full stack python developer |  more..

    Shrinivas

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

    Experience: Java Python SQL MySQL SELENIUM TESTNG TEST Documentation Test Reporting Wordpress Automation testing ManualTesting HTML CSS BOOTSTRAP JAVASCRIPT IOT  more..

    Neelakanta

    Mobile: +91 89210 61945
    Location: Bangalore, Online (Bellary)
    Qualification: B.tech

    Experience: I have very good knowledge in Manual testing (selenium) Automation Testing Api (postman) javascript and Basics of SQL Application for  more..

    Rajesh

    Mobile: +91 98474 90866
    Location: Kerala, Online (Bellary)
    Qualification: Graphic Designer

    Experience: Iam Rajesh V Iam creative imaginative Graphic designer Experience in production multimedia Marketing and prind design   more..

    Roshani

    Mobile: +91 98474 90866
    Location: Maharashtra, Online (Bellary)
    Qualification: Post graduation

    Experience: An astute professional having 9 months of an experience in Black Box (Manual Testing) that includes Functional NonFunctional UI Testing  more..

    Bhushan

    Mobile: +91 91884 77559
    Location: Mumbai, Online (Bellary)
    Qualification: B.Sc. in Information Technology

    Experience: Practicing python programming language   more..

    Shubhajit

    Mobile: +91 98474 90866
    Location: West Bengal, Online (Bellary)
    Qualification: HS

    Experience: Computer networking windows server management server equipment installation upgrade diagnostic of hardware equipment routing and switching configuration |   more..

    Aman

    Mobile: +91 89210 61945
    Location: Uttar Pradesh, Online (Bellary)
    Qualification: BCA, 10+12th

    Experience: My name is Aman Chauhan and I am just started my third year of BCA I am looking for an  more..

    Parameswari

    Mobile: +91 9446600368
    Location: Tamil Nadu, Online (Bellary)
    Qualification: BE cse

    Experience: java automation selenium katalon computer science utilities ms office regression testing wap project management putty html selenium webdriver jira software  more..

    Swati

    Mobile: +91 89210 61945
    Location: Maharashtra, Online (Bellary)
    Qualification: BCA

    Experience: 1 2 years of experience in Manual testing API testing JIRA tool Knowledge of automation selenium tool   more..

    G

    Mobile: +91 9895490866
    Location: Mysore, Online (Bellary)
    Qualification: B.E

    Experience: Greetings of the day I m G A Samra khanum from mysore completed 1 month of manual testing training and  more..

    Sharad

    Mobile: +91 9446600368
    Location: Delhi, Online (Bellary)
    Qualification: 12th

    Experience: Sharad a skilled graphic designer with 4+ years of experience excels in translating concepts into visually striking designs Proficient in  more..

    Reshma

    Mobile: +91 9895490866
    Location: Delhi, Online (Bellary)
    Qualification: B.E

    Experience: working as a wordpress designer for 2 years Article publishing image optimization Speed optimization of a website Website design etc  more..

    Aditi

    Mobile: +91 91884 77559
    Location: Maharashtra, Online (Bellary)
    Qualification: Master of computer applications

    Experience: Experienced as a Software Tester with 2 7 years expertise in manual testing creating test case sheet STLC(software testing Life  more..

    Aamod

    Mobile: +91 8301010866
    Location: Haridwar, Online (Bellary)
    Qualification: B tech mechanical engineering

    Experience: Autocad 3d Solidworks Catia Machine design   more..

    Shivam

    Mobile: +91 9895490866
    Location: Gurugram haryana, Online (Bellary)
    Qualification: B.tech(cse)

    Experience: Dart flutter mvvm getx firebase api integration mvc | Resume for   more..

    CHINCHU

    Mobile: +91 91884 77559
    Location: Wayanad Kerala, Online (Bellary)
    Qualification: BSC COMPUTER SCIENCE

    Experience: I have completed 6 month python full stack internship 6 month web development experience PYTHON DJANGO FLASK PYRAMID JAVASCRIPT ANGULARJS  more..

    Sadik

    Mobile: +91 9895490866
    Location: Uttar Pradesh, Online (Bellary)
    Qualification: B.Tech + MBA ( IT )

    Experience: I am a motivated Python web developer with has a strong educational background And practical experience in developing web Applications  more..

    Akshay

    Mobile: +91 91884 77559
    Location: Palakkad, Online (Bellary)
    Qualification: Electronics diploma

    Experience: 6 month internship as python developer python Django framework html css JavaScriptApplication for Python Django  more..

    Preeyanka

    Mobile: +91 8301010866
    Location: Karnataka, Online (Bellary)
    Qualification: Bca in computer science

    Experience: Manual testing automation testing selenium SQL core java agile methodology |   more..

    Anjali

    Mobile: +91 91884 77559
    Location: Maharashtra, Online (Bellary)
    Qualification: BTech

    Experience: Manual testing html css mx excel opps data entry |   more..

    Saloni

    Mobile: +91 89210 61945
    Location: Uttar Pradesh, Online (Bellary)
    Qualification: Diploma

    Experience: Autocadd and revit design ing 3 years |   more..

    Md

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

    Experience: Manual testing Automation testing java selenium testNg junit jira |   more..

    summy

    Mobile: +91 98474 90866
    Location: Tamil Nadu, Online (Bellary)
    Qualification: BE computer science engineering

    Experience: I have good knowledge in testing   more..

    Talla

    Mobile: +91 89210 61945
    Location: Hyderabad, Online (Bellary)
    Qualification: Mba

    Experience: Proficient in conducting keywordresearch competitor analysis optimizing website seo analysis and audits using tools like google analytics semrush and other  more..

    Arthiya

    Mobile: +91 8301010866
    Location: Tamil Nadu, Online (Bellary)
    Qualification: Bachelor of Engineering

    Experience: Report writing and presenting Problem solving Communication skills Team work and time management Leadership I have over 1 4 years  more..

    Aarti

    Mobile: +91 98474 90866
    Location: Uttar Pradesh, Online (Bellary)
    Qualification: Pgt english.

    Experience: Twelve plus years of experience Additionally teaches personality development public speaking etc proficient in language science eVs geography history and  more..

    SREESHNA

    Mobile: +91 8301010866
    Location: Palakkad, Online (Bellary)
    Qualification: BTech ECE

    Experience: My name is Sreeshna R and I am writing to express my interest in the Python Developer position at this  more..

    Bhavana

    Mobile: +91 91884 77559
    Location: Maharashtra, Online (Bellary)
    Qualification: B.E.Computer

    Experience: Java Manual testing Web Services |   more..

    Shruti

    Mobile: +91 89210 61945
    Location: West Bengal, Online (Bellary)
    Qualification: Graduate

    Experience: I have 6 months of experience working as a web developer I have good knowledge on Nodejs Reactjs Mongodb Express  more..

    S

    Mobile: +91 9895490866
    Location: Karnataka, Online (Bellary)
    Qualification: Bachelor of engineering

    Experience: Software testing Manual testing automation testing SDLC and java |   more..

    Harsimran

    Mobile: +91 9895490866
    Location: Punjab, Online (Bellary)
    Qualification: B.Tech in computer science

    Experience: i have 3 years of experience in react js and node js |   more..

    Shyamdas

    Mobile: +91 9895490866
    Location: Kollam, Online (Bellary)
    Qualification: MSc Computer Science

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

    Sudhanshu

    Mobile: +91 8301010866
    Location: Maharashtra, Online (Bellary)
    Qualification: B.A

    Experience: First of all thankyou for the opportunity to introduce myself My name is Sudhanshu pandit I am from Mumbai currently  more..

    Ridham

    Mobile: +91 9895490866
    Location: Gujarat, Online (Bellary)
    Qualification: B.Tech

    Experience: About Me Hi I'm Ridham Gajera I have extensive experience in back-end development and AI and I love working on  more..

    Raj

    Mobile: +91 89210 61945
    Location: bangalore, Online (Bellary)
    Qualification: B.Tech

    Experience: HTML CSS JS WordPress php  more..

    Puja

    Mobile: +91 9446600368
    Location: Nagpur , Online (Bellary)
    Qualification: B E

    Experience: Good in to design poster video in canva   more..

    Vadla

    Mobile: +91 89210 61945
    Location: Telangana, Online (Bellary)
    Qualification: B.Tech

    Experience: Hello this is Saikiran I have a very good knowledge in mechanical design softwares I knew Solidworks CATIA AutoCAD And  more..

    Badavath

    Mobile: +91 91884 77559
    Location: Telangana, Online (Bellary)
    Qualification: Pursuing masters in microbiology

    Experience: Encryption Decryption Penetrating testing Communication skills Speed learning Ethical Hacking Diligent  more..

    Nivedya

    Mobile: +91 91884 77559
    Location: kerala, Online (Bellary)
    Qualification: btech computer science

    Experience: I submit this application to express my sincere interest in the MEAN STACK developer position I am confident that I  more..

    Darren

    Mobile: +91 9895490866
    Location: Kerala, Online (Bellary)
    Qualification: BCA

    Experience: CompTIA Security+ certified Developed and executed a project plan delegated tasks and delivered a fully functional module of an android  more..

    Karan

    Mobile: +91 9446600368
    Location: Tamil Nadu, Online (Bellary)
    Qualification: BE

    Experience: Having 2+ year of experience as Software Tester in Banking Domain and manual Testing API testing VAPT and SQL are  more..

    karuppaiah

    Mobile: +91 91884 77559
    Location: Tamil Nadu, Online (Bellary)
    Qualification: ITI

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

    Subhadip

    Mobile: +91 9895490866
    Location: West Bengal, Online (Bellary)
    Qualification: B.Tech

    Experience: Android development |   more..

    Nikita

    Mobile: +91 98474 90866
    Location: Maharashtra, Online (Bellary)
    Qualification: Bcs

    Experience: Manual testing automation testing |   more..

    Nandhini

    Mobile: +91 91884 77559
    Location: Tamil Nadu, Online (Bellary)
    Qualification: B.E(CSE)

    Experience: Proficient in Django framework for building scalable web applications Strong knowledge of Python programming and its libraries Experience with RESTful  more..

    Nikhil

    Mobile: +91 91884 77559
    Location: Uttar Pradesh, Online (Bellary)
    Qualification: Pursuing B.Tech

    Experience: I am skilled in testing software manually I can create and run tests pay close attention to details and effectively  more..

    Rishi

    Mobile: +91 8301010866
    Location: Gujarat, Online (Bellary)
    Qualification: B-tech In Mechanical Engineering

    Experience: Hello I'm a certified freelance mechanical designer proficient in AutoCAD and SolidWorks With expertise in 2D 3D AutoCAD design SolidWorks  more..

    Lakshadeep

    Mobile: +91 89210 61945
    Location: Navi mumbai, Online (Bellary)
    Qualification: Graduation

    Experience: I have 3 months of experience as digital marketer I work on various digital marketing project like facebook lead generation  more..

    KHAJARAFI

    Mobile: +91 91884 77559
    Location: hyderabad, Online (Bellary)
    Qualification: mca

    Experience: This is khajarafi Shaik having 8+experience as a TechnicalTrainer I can able to deliver the training on Corejava Advjava Struts  more..

    Dnyaneshwar

    Mobile: +91 98474 90866
    Location: Pune, Online (Bellary)
    Qualification: BE

    Experience: Manual Testing: 1 Proficient in Manual Testing with expertise in SDLC STLC Defect Reporting Defect Tracking and the Defect Life  more..

    Ujjwal

    Mobile: +91 91884 77559
    Location: Delhi, Online (Bellary)
    Qualification: Mca

    Experience: I am skilled in Html css java python and sql And other than that i have a wide knowledge of  more..

    Kamil

    Mobile: +91 91884 77559
    Location: Tamil Nadu, Online (Bellary)
    Qualification: Pursuing Bachelor's Degree

    Experience: Dedicated to leveraging technical expertise in optimizing systems and enhancing operational efficiency Proficient in network management cybersecurity and IT innovation  more..

    Ranjithabai

    Mobile: +91 91884 77559
    Location: Bangalore , Online (Bellary)
    Qualification: Bca

    Experience: I am fresher Full stack developer Java Hyml css javascript Angular React Sql   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 bellary
    Internship/projects in bellary
    Internship/projects in bellary
    Internship/projects in bellary
    Internship/projects in bellary
    Internship/projects in bellary
    Internship/projects in bellary
    Internship/projects in bellary
    Internship/projects in bellary
    Internship/projects in bellary
    Internship/projects in bellary
    Internship/projects in bellary

    Trained more than 10000+ students who trust Nestsoft TechnoMaster

    Get Your Personal Trainer