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 Derry City

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

    • 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 Derry City
    Mern Stack Development Node. js is a straightforward programming language. It will store complicated structures easily, fetch the data more accurately. ReactJS contains a reputation for being a robust tool for making user interfaces. Complete, updated list. Learn the most effective skills from the best sources through the best trusty teachers. React(also referred to as React. Its NoSQL database working with data very efficiently. Complete, updated list. .

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

    Vaibhav

    Mobile: +91 89210 61945
    Location: Noida, Online (Derry City)
    Qualification: Bachelor of Computer Application

    Experience: I have a 6 months experience in Computing Mind Technology as associate python developer Application for Python Django  more..

    Gautam

    Mobile: +91 98474 90866
    Location: Haryana, Online (Derry City)
    Qualification: Undergraduate

    Experience: Linux Core Java (Basic) c++ (Basic) HTML and CSS frontend web design  more..

    Abhishek

    Mobile: +91 91884 77559
    Location: Kerala, Online (Derry City)
    Qualification: B-Tech CSE

    Experience: I am an experienced in Dot net programming and a hardworking employee who with his expertise can help the company  more..

    Aghnika

    Mobile: +91 9895490866
    Location: Andhra Pradesh, Online (Derry City)
    Qualification: BTECH

    Experience: My skills are proficient in python HTML CSS Javascript mysql  more..

    Shweta-chalageri

    Mobile: +91 89210 61945
    Location: Gulbarga,karnataka, Online (Derry City)
    Qualification: BE in computer science

    Experience: Hi I have 1yearr of experience in react and Javascript and worked as a junior developer in NVI PvtLtd company  more..

    Saurabh

    Mobile: +91 91884 77559
    Location: Delhi, Online (Derry City)
    Qualification: Btech

    Experience: Manual Testing Api Testing Database testing Mobile Application Testing | Resume for   more..

    FASMILA

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

    Experience: Hello I'm Fasmila I have completed my degree in BCA at Peekay College Kozhikode passout 2022 I have completed UI  more..

    Vivek

    Mobile: +91 9895490866
    Location: Uttar Pradesh, Online (Derry City)
    Qualification: B.tech

    Experience: html css bootstrap python django js  more..

    K

    Mobile: +91 91884 77559
    Location: Andhra Pradesh, Online (Derry City)
    Qualification: BTECH

    Experience: PROFESSIONAL SUMMARY  Over 1 5 years of experience in Software Testing for various client server and web-based applications   more..

    Akshay

    Mobile: +91 98474 90866
    Location: Roorkee, Online (Derry City)
    Qualification: Bachelor of computer application

    Experience: Sales Online marketing User convence Seo Website design Marketing management  more..

    Aditya

    Mobile: +91 91884 77559
    Location: Delhi, Online (Derry City)
    Qualification: b.tech

    Experience: hi currently i am working in Liugong India as wordpress developer  more..

    SAGAR

    Mobile: +91 91884 77559
    Location: Himachal Pradesh, Online (Derry City)
    Qualification: M.TECH

    Experience: I'm a cyber security engineer searching for an entry-level reputable company where I can put my talents in real-time projects  more..

    Sakshi

    Mobile: +91 89210 61945
    Location: Maharashtra, Online (Derry City)
    Qualification: MCA

    Experience: I am fresher about skliis I am having the knowledge of networking and also having the knowledge of python coding  more..

    Pragadeeswaran

    Mobile: +91 9895490866
    Location: Tamil Nadu, Online (Derry City)
    Qualification: Bachalor of engineering

    Experience: Advanced python Java limited mssql MySQL oracle  more..

    Yashvant

    Mobile: +91 98474 90866
    Location: Harda Madhya Pradesh, Online (Derry City)
    Qualification: 12th computer application

    Experience: Computer application programming online chat | Resume for   more..

    Umar

    Mobile: +91 89210 61945
    Location: Kerala, Online (Derry City)
    Qualification: Degree

    Experience: UI design wireframing prototyping  more..

    Akshay

    Mobile: +91 91884 77559
    Location: Ahmednagar, Maharashtra, Online (Derry City)
    Qualification: BE in Mechanical Engineering

    Experience: SLDC STLC Srs Knowledge in writing test cases Knowledge in manual testing automation tools | Resume for   more..

    Subhashini

    Mobile: +91 9446600368
    Location: Karnataka, Online (Derry City)
    Qualification: V. Sc, MBA

    Experience: I have done my Manual software testing at Mazenet solutions |   more..

    RUSAINA

    Mobile: +91 91884 77559
    Location: Ernakulam, Online (Derry City)
    Qualification: Bachelors Degree

    Experience: Marketing strategy planning Market research Social media management content planning & designing website architecture checks Word press development video editing  more..

    Ch.

    Mobile: +91 91884 77559
    Location: Telangana, Online (Derry City)
    Qualification: MCA

    Experience: C# asp Net mvc entity framework web api sql server  more..

    Saif

    Mobile: +91 98474 90866
    Location: Maharashtra, Online (Derry City)
    Qualification: B.E Computer Engineering

    Experience: as a Backend Developer at Cloud Native Compliance Maven I developed a robust web application using Django and Django Rest  more..

    Abhishek

    Mobile: +91 98474 90866
    Location: Maharashtra, Online (Derry City)
    Qualification: B Tech

    Experience: Dear Sir mam Please find attached the C V of self I had done my B Tech from Karmayogi Institute  more..

    Krishna

    Mobile: +91 9895490866
    Location: Maharashtra, Online (Derry City)
    Qualification: Msc computer applications

    Experience: Manual testing knowledge of SDLC STLC Test cases selenium Basic knowledge of oops jira SQL  more..

    divyansh

    Mobile: +91 9446600368
    Location: Rajasthan, Online (Derry City)
    Qualification: Btech civil engineering

    Experience: As an expert in AutoCAD Civil I possess extensive knowledge and skills in using this powerful software for civil engineering  more..

    AMALDEV

    Mobile: +91 98474 90866
    Location: calicut, Online (Derry City)
    Qualification: graduation

    Experience: digital marketing smm seo video editing graphic designing  more..

    Meghrajsinh

    Mobile: +91 91884 77559
    Location: Gujarat, Online (Derry City)
    Qualification: B.Tech in information technology

    Experience: I have an experience in working with python I have too much interest in backend I have skills like logic  more..

    Abhishek

    Mobile: +91 91884 77559
    Location: Bihar, Online (Derry City)
    Qualification: B.tech in mechanical

    Experience: Currently I am working in shriambica engineering company vadodara gujrat in design department where I develop and research crushing and  more..

    Sakshi

    Mobile: +91 91884 77559
    Location: Thane, Online (Derry City)
    Qualification: Bsc IT

    Experience: Html css bootstrap python sql  more..

    Sanjay

    Mobile: +91 89210 61945
    Location: Madhya Pradesh, Online (Derry City)
    Qualification: be

    Experience: python django html css bootstarp mysql numpy pandas ml  more..

    Pooja

    Mobile: +91 9895490866
    Location: Telangana, Online (Derry City)
    Qualification: Btec

    Experience: As a fresher I can adopt to the things easily and learn quickly As of now I have good training  more..

    Sid

    Mobile: +91 8301010866
    Location: Bihar, Online (Derry City)
    Qualification: B.sc.it

    Experience: I am Sid Kumar from Patna (Bihar) I have done one years (+) work experience website developer using Wordpress Photography  more..

    Subhransu

    Mobile: +91 91884 77559
    Location: Banglore, Online (Derry City)
    Qualification: MCA

    Experience: I am an experienced  software tester with 1 6 years of real time experience My major skills are manual testing  more..

    ARCHANA

    Mobile: +91 8301010866
    Location: Ernakulam, Online (Derry City)
    Qualification: Btech ECE

    Experience: Manual testing selenium Jmeter   more..

    MUHAMMED

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

    Experience: Flutter development UI design Integration with Firestore and Firebase Bloc Architecture Provider Architecture Git version control App testing and optimization  more..

    Rupapara

    Mobile: +91 9446600368
    Location: Surat, Online (Derry City)
    Qualification: BE(computer engineering)

    Experience: Skills - python django MySQL html javascript Experience - fresher Application for Python Django  more..

    Idris

    Mobile: +91 91884 77559
    Location: Maharashtra, Online (Derry City)
    Qualification: BBA AND GRAPHIC DESIGNING

    Experience: ADOBE CREATIVE SUIT ADOBE PHOTOSHOP INDESIGN CORELDRAW ILLUSTRATOR CANVA XD packaging design Logo design Brand identity Thumbnail Design  more..

    Ankur

    Mobile: +91 91884 77559
    Location: Maharashtra, Online (Derry City)
    Qualification: BCA

    Experience: Good knowledge in java oops concept and aslo Manual testing such as smoke testing Performance Testing load testing Regression Testing  more..

    Madhurima

    Mobile: +91 8301010866
    Location: Kannur, Online (Derry City)
    Qualification: Diploma in Computer Engineer

    Experience: Completed internship in python Django full stack development and 6 months experience of working with btrac Further details is available  more..

    richertlawrence

    Mobile: +91 89210 61945
    Location: Tamil Nadu, Online (Derry City)
    Qualification: Diploma in computer engineering

    Experience: Adobe Photoshop Adobe Illustrator Adobe animate ms office pc building software testing 1 years of experienced  more..

    Soumya

    Mobile: +91 91884 77559
    Location: West Bengal, Online (Derry City)
    Qualification: B.tech

    Experience: Dynamic Graphic Designer with 2+ years' experience in video editing DaVinci Resolve Adobe Creative Cloud branding and logo design Proficient  more..

    Anjali

    Mobile: +91 91884 77559
    Location: Malappuram, Online (Derry City)
    Qualification: Btech computer science and engineering

    Experience: I have 2 years of experience as a php developer  more..

    Sakshi

    Mobile: +91 9446600368
    Location: sagar, madhyapradesh, Online (Derry City)
    Qualification: Btech ( final year )

    Experience: Software developer fresher | Resume for   more..

    Fathima

    Mobile: +91 9446600368
    Location: Kerala, Online (Derry City)
    Qualification: B.tech in Information Technology

    Experience: I’m proficient in Dart and have in-depth knowledge of Flutter’s widgets state management and UI design I’m skilled in integrating  more..

    Hemant

    Mobile: +91 91884 77559
    Location: Navi Mumbai, Online (Derry City)
    Qualification: Bachelor of engineering

    Experience: 1 have completed manual testing and sql course and looking for fresher software testing job | Resume for   more..

    Ishwar

    Mobile: +91 9446600368
    Location: Maharashtra, Online (Derry City)
    Qualification: B.Arch

    Experience: I am professional Graphic and Multimedia designer having overall experience of 5 years I have been in these journey to  more..

    Yuvarani

    Mobile: +91 9446600368
    Location: Tamil Nadu, Online (Derry City)
    Qualification: MCA

    Experience: Done certification course in software testing in Bangalore Knowledge in manual testing and automation testing(selenium using Java) Knowledge in SQL  more..

    JARIN

    Mobile: +91 98474 90866
    Location: Kerala, Online (Derry City)
    Qualification: btech

    Experience: html css javascript react node js  more..

    Azhar

    Mobile: +91 9446600368
    Location: Delhi, Online (Derry City)
    Qualification: B.E

    Experience: Hi sir Mam My name is Azhar Khan I have one year Experience in angular12 and I have knowledge of  more..

    Sahil

    Mobile: +91 9895490866
    Location: Chandigarh, Online (Derry City)
    Qualification: BCA

    Experience: Flutter xcode Furebase Data structure android java dart FCM roomDb local DB git   more..

    James

    Mobile: +91 91884 77559
    Location: Kottayam , Online (Derry City)
    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..

    Sreelekshmi

    Mobile: +91 89210 61945
    Location: Kochi, Online (Derry City)
    Qualification: Btech

    Experience: I am so full stack developer having 3months Intership experience in Angular js Node js and mongoDBApplication for Meanstack Developer  more..

    SOUMITRA

    Mobile: +91 89210 61945
    Location: Maharashtra, Online (Derry City)
    Qualification: B.TECH WITH POST GRADUATION

    Experience: Have experience in AutoCAD Based Electrical Panels & Circuit development Also have basic knowledge of building planing and design by  more..

    Yogeeta

    Mobile: +91 9895490866
    Location: Maharashtra, Online (Derry City)
    Qualification: Diploma in Visual and Communication Art

    Experience: I have worked for a digital agency and have 12 years of experience as a graphic designer with expertise in  more..

    Madhulekha

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

    Experience: Imparting training on English Communication Personality development and interview skill content writing Placements Business Leads Generation   more..

    MUHAMED

    Mobile: +91 89210 61945
    Location: Malappuram, Online (Derry City)
    Qualification: BSc Computer Science

    Experience: Experience:- Six months of Experience as a Python Django full stack developer Intern from Maxlore Innovations LLP UL Cyberpark sez  more..

    Amit

    Mobile: +91 98474 90866
    Location: Haryana, Online (Derry City)
    Qualification: Bsc Multimedia

    Experience: Generate fresh concepts | Create and design Brand Identities | Discuss ideas to conceptualize designs | Review junior designer to  more..

    Jefferson

    Mobile: +91 89210 61945
    Location: Trivandrum, Online (Derry City)
    Qualification: BCA

    Experience: 6 month internship in Python Full stack Development Good knowledge in python Django HTML CSS JAVASCRIPT BOOTSTRAP DATABASE Application for  more..

    Navya

    Mobile: +91 8301010866
    Location: Kannur , Online (Derry City)
    Qualification: Msc computer science

    Experience: React native python HTML CSS Bootstrap Javascript Application for Python Django  more..

    suraj

    Mobile: +91 9895490866
    Location: Kerala, Online (Derry City)
    Qualification: b com

    Experience: html5 css3 JavaScript react adobe Photoshop adobe xd Figma   more..

    Dave

    Mobile: +91 89210 61945
    Location: Maharashtra, Online (Derry City)
    Qualification: B.E IT

    Experience: I have 4 year of experience in flutter app development I worked on many different types of applications like taxi  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 derry-city
    Internship/projects in derry-city
    Internship/projects in derry-city
    Internship/projects in derry-city
    Internship/projects in derry-city
    Internship/projects in derry-city
    Internship/projects in derry-city
    Internship/projects in derry-city
    Internship/projects in derry-city
    Internship/projects in derry-city
    Internship/projects in derry-city
    Internship/projects in derry-city

    Trained more than 10000+ students who trust Nestsoft TechnoMaster

    Get Your Personal Trainer