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 Manitoba

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

    • 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 Manitoba
    Mern Stack Development js is an open-source platform as well, that will increase flexibility that helps in building real-time network applications. Node. React web framework is currently being used by reputed companies including Netflix, NASA, BBC, Facebook, Paypal, etc. There are no tables in MongoDB. Learn from expert trainers with the best skills through the best sources. js concepts in an easy manner? Enrolling the Node. js or ReactJS) is a free and open source front-end JavaScript Library for building user interface or UI components. js developers is less compared to other technologies as it has come to common in recent years. Moreover, knowledge of HTML is preferred. Node.

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

    Pandiyaraj

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

    Experience: I have more than 2 years experience in Manual testing My skills are test case development test scenarios Agile Waterfall  more..

    Kiranjith

    Mobile: +91 91884 77559
    Location: Kerala, Online (Manitoba)
    Qualification: Plus two

    Experience: Hii Am Kiranjith a Tech savvy I have 1 year of experience in system administrating cyber security networking and Troubleshooting  more..

    Rishabh

    Mobile: +91 98474 90866
    Location: Uttar Pradesh, Online (Manitoba)
    Qualification: bachleor's Degree

    Experience: linux cybersecurity github networking  more..

    Sreejith

    Mobile: +91 9446600368
    Location: Kerala, Online (Manitoba)
    Qualification: Btech

    Experience: Skilled in crafting and executing test cases detecting and documenting defects and upholding software quality through manual testing Familiar with  more..

    Khushi

    Mobile: +91 91884 77559
    Location: Madhya Pradesh, Online (Manitoba)
    Qualification: M. Tech

    Experience: flutter reactnative c++ Java javascript oops html css bootstrap  more..

    Arshad

    Mobile: +91 9895490866
    Location: Kerala, Online (Manitoba)
    Qualification: B.TECH

    Experience: flutter dart firebase bloc clean architecture  more..

    Jayasri

    Mobile: +91 9446600368
    Location: Madurai, Online (Manitoba)
    Qualification: BCA

    Experience: Skills - Basic python NSB Jewellery - sales and system administratorApplication for Python Django  more..

    sameera

    Mobile: +91 9895490866
    Location: Kerala, Online (Manitoba)
    Qualification: btech

    Experience: android flutter java dart firebase  more..

    Devichand

    Mobile: +91 89210 61945
    Location: Mumbai,Pune, Hyderabad , Online (Manitoba)
    Qualification: Diploma

    Experience: I have a 1 4 year experience in Network Security Engg for Fortigate and ASA firewall   more..

    Prayag

    Mobile: +91 91884 77559
    Location: Kozhikode, Online (Manitoba)
    Qualification: B-Tech

    Experience: Fresh graduate currently doing a training in python django at CAPCEE TECHNOLOGY for about 2 months Application for Python Django  more..

    Safa

    Mobile: +91 98474 90866
    Location: Kochin , Online (Manitoba)
    Qualification: Bsc computer science

    Experience: I had done internship in software testing from Zoople technologies kochin  more..

    Himanshu

    Mobile: +91 98474 90866
    Location: Bihar, Online (Manitoba)
    Qualification: Professional diploma in software Engineer

    Experience: 1 years experience about flutter  more..

    Omkar

    Mobile: +91 98474 90866
    Location: Karnataka, Online (Manitoba)
    Qualification: MCA

    Experience: Html css javascript Python c programming Basic mysql  more..

    devraj

    Mobile: +91 91884 77559
    Location: harda mp, Online (Manitoba)
    Qualification: bsc

    Experience: python django fresher Application for Python Django  more..

    Husna

    Mobile: +91 98474 90866
    Location: Kerala, Online (Manitoba)
    Qualification: B.Sc Computer Science

    Experience: I have 2 year of experience in python Django framework and html css JavaScript as frontend   more..

    aditya

    Mobile: +91 91884 77559
    Location: Maharashtra, Online (Manitoba)
    Qualification: B.e

    Experience: 6 month experience in manual testing |   more..

    Rahil

    Mobile: +91 89210 61945
    Location: Maharashtra, Online (Manitoba)
    Qualification: Bachelor of Science in Information Technology

    Experience: All testing methodologies HTML CSS Python AWS  more..

    Umesh

    Mobile: +91 91884 77559
    Location: Haryana, Online (Manitoba)
    Qualification: B. tech

    Experience: Skills :- Python RPA Android flutter Experience :- I have 2 years of experience in IT industries |   more..

    Anil

    Mobile: +91 98474 90866
    Location: Odisha, Online (Manitoba)
    Qualification: MCA

    Experience: Manual testing Test cases Review and analysis of Documents Write test case Test plan I have done Manual testing course  more..

    dharmendra

    Mobile: +91 98474 90866
    Location: Bangalore , Online (Manitoba)
    Qualification: BFA

    Experience: Print Media Adobe illustrator Photoshop animatic Premiere Pro Adobe after effects Blender3D Spine 2D UI design Figma   more..

    Neha

    Mobile: +91 91884 77559
    Location: Nagpur, Online (Manitoba)
    Qualification: BE

    Experience: 3 years experience in software testing java selenium manual testing automation testing SQL TestNG Cucumber SoapUI BDD API Postman Jmeter  more..

    Radheshyam

    Mobile: +91 91884 77559
    Location: Gujarat, Online (Manitoba)
    Qualification: B. E IT

    Experience: Software testing SDPL STLC TESTING  more..

    Taran

    Mobile: +91 98474 90866
    Location: Delhi, Online (Manitoba)
    Qualification: Recently passed 12

    Experience: Well known with python ms word and other computer applications as I have well known to subject IP Experience in  more..

    Subodh

    Mobile: +91 91884 77559
    Location: Maharashtra, Online (Manitoba)
    Qualification: Bachelor of engineering

    Experience: ISTQB Manual testing SQL automation testing HTML CSS selenium WebDriver API testing | Resume for   more..

    Vijayakumar

    Mobile: +91 9446600368
    Location: Tamil Nadu, Online (Manitoba)
    Qualification: Diploma electrical and electronics engineering and BE

    Experience: Currently work for home automation company position for design engineer |   more..

    ManiKandan

    Mobile: +91 9446600368
    Location: Tamil Nadu, Online (Manitoba)
    Qualification: Bsc.Information Technology

    Experience: Hi I have a strong knowledge of software development life cycle and manual testing SQL Python currently doing a software  more..

    Muhammad

    Mobile: +91 98474 90866
    Location: Kozhikode , Online (Manitoba)
    Qualification: BBA

    Experience: Hi sir or madam I completed six month python trainee in quest innovative solutions also completed one project in django  more..

    yamini

    Mobile: +91 91884 77559
    Location: Tamil Nadu, Online (Manitoba)
    Qualification: MBA

    Experience: Creative passionate grit decision maker rich experience in making and bring of school culture and administration core member of CBSE  more..

    Chandhu

    Mobile: +91 91884 77559
    Location: pala, Online (Manitoba)
    Qualification: MCA

    Experience: im a fresher i know basic in python html c java data structureApplication for Python Django  more..

    Akshay

    Mobile: +91 89210 61945
    Location: kozhikode, Online (Manitoba)
    Qualification: deploma

    Experience: python full stack developer (internship) in vitez lab calicut i have skilled in django python react js javascript api html5  more..

    DHANALAKSHMI

    Mobile: +91 98474 90866
    Location: Salem, Online (Manitoba)
    Qualification: BCA

    Experience: Interpersonal skills leadership skills Management skills problem solving skills adaptability skills critical thinking ms Excel ms office ms PowerPoint programming  more..

    lavakumar

    Mobile: +91 9446600368
    Location: Andhra Pradesh, Online (Manitoba)
    Qualification: MCA

    Experience: Cybersecurity: Understanding of various cyber threats and attack vectors Knowledge of security principles and best practices Ability to identify and  more..

    Rajdeep

    Mobile: +91 9895490866
    Location: Hyderabad, Online (Manitoba)
    Qualification: BTech in computer science

    Experience: Expert in flutter node js express js react js AWS Azure Magento Laravel  more..

    shubham

    Mobile: +91 98474 90866
    Location: Delhi, Online (Manitoba)
    Qualification: B.tech

    Experience: Manual testing SQL API (postman) Java selenium |   more..

    Vaishali

    Mobile: +91 91884 77559
    Location: Madhya Pradesh, Online (Manitoba)
    Qualification: Graduate

    Experience: I have skills in keyword research Google analytics off page on page digital marketing Google search console seo etc And  more..

    Vatsal

    Mobile: +91 89210 61945
    Location: Anand , Online (Manitoba)
    Qualification: BE computer science

    Experience: I have created multiple machine learning projects and also have participated in state level hackathon where we were runner ups  more..

    Muskan

    Mobile: +91 89210 61945
    Location: Uttar Pradesh, Online (Manitoba)
    Qualification: B.Tech(IT)

    Experience: I have skills in Python Django MySQL Power bi bootstrap CSS ReactJs Javascript HTML and vscode I have recently completed  more..

    Mohammed

    Mobile: +91 9895490866
    Location: Karnataka, Online (Manitoba)
    Qualification: Graduation in BSc (CS)

    Experience: Highly skilled programmer programming languages Known HTML CSS Python PHP JavaScript Basic excell Good in communication Organizing team Team leader  more..

    Bhavya

    Mobile: +91 91884 77559
    Location: Himachal Pradesh, Online (Manitoba)
    Qualification: BTech

    Experience: I am having 3 6 years of experience and i can work on Native android using kotlin and flutter using  more..

    Prajwal

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

    Experience: I have a good skills in python django html css javascript mysql   more..

    Harpreet

    Mobile: +91 8301010866
    Location: Punjab, Online (Manitoba)
    Qualification: Bachelor's

    Experience: Manual testing Good communication skills Good analysing skills Test cases SDLC STLC SOFTWARE TESTING  more..

    Ria

    Mobile: +91 9895490866
    Location: Thiruvalla Kerala, Online (Manitoba)
    Qualification: Btech in Electronics and Communication

    Experience: Highly Motivated and Interested in Networking and Software testing careersApplication for System Administration Server Admin  more..

    Muthukumar

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

    Experience: I have experience in Andriod Native app and Flutter android Ios Git  more..

    Harshini

    Mobile: +91 91884 77559
    Location: Tamil Nadu, Online (Manitoba)
    Qualification: Computer science with cognitive system

    Experience: Software testing basics SQL basics |   more..

    Sagar

    Mobile: +91 98474 90866
    Location: Goa, Online (Manitoba)
    Qualification: Graduation

    Experience: Hello Sir Ma'am My name is sagar Chaudhari I'm a BCA graduate so i have well experience with software and  more..

    nazif

    Mobile: +91 91884 77559
    Location: kochi, Online (Manitoba)
    Qualification: BCA

    Experience: certified ethical hacker CEH Application for Ethical Hacking  more..

    Rohit

    Mobile: +91 89210 61945
    Location: Maharashtra, Online (Manitoba)
    Qualification: MCA DATA SCIENCE

    Experience: Python basic Java HTML CSS JavaScript Django MySQL 3 month internship by python developer  more..

    Janjanam

    Mobile: +91 9446600368
    Location: Karnataka, Online (Manitoba)
    Qualification: B.Tech

    Experience: I am looking for opportunities in Web Development position and I am excited to express my interest in this opportunity  more..

    Tushar

    Mobile: +91 9446600368
    Location: Maharashtra, Online (Manitoba)
    Qualification: B.sc computer science

    Experience: Knowledge of C C++ Core Java python Project Name : “ Amazon Clone” Technology : HTMl5 CSS Node js and  more..

    Shrutika

    Mobile: +91 8301010866
    Location: Maharashtra, Online (Manitoba)
    Qualification: Master’s in computer science

    Experience: Looking to obtain a QA Associate position to apply 1 7 years of experience Offering good understanding of test processes  more..

    Yedhukrishna

    Mobile: +91 89210 61945
    Location: Kochi, Online (Manitoba)
    Qualification: Diploma in computer science

    Experience: Automation and manual testing testcase preparation bug report smoke testing sanity testing testNG cucumber jira postman jmeter  more..

    Sarathraj

    Mobile: +91 89210 61945
    Location: Kerala, Online (Manitoba)
    Qualification: MCA

    Experience: 3 years of manual testing experience and knowledge in sql  more..

    Palak

    Mobile: +91 9895490866
    Location: Rajasthan, Online (Manitoba)
    Qualification: Bachelor of computer application

    Experience: An enthusiastic programmer adept in Python R and ADBMS with intermediate skills in C C++ Java and HTML Possessing a  more..

    shankar

    Mobile: +91 91884 77559
    Location: pune, Online (Manitoba)
    Qualification: master of computer science

    Experience: I have a 6 years of experience as a development manager I handle teams as well as develop WordPress sites  more..

    Shaini

    Mobile: +91 9895490866
    Location: Karnataka, Online (Manitoba)
    Qualification: Bachelor's of computer application

    Experience: Java Manual testing Python html css Mysql ms office problem solving quick learner |   more..

    Dheeraj

    Mobile: +91 91884 77559
    Location: Pune, Online (Manitoba)
    Qualification: BE electrical

    Experience: I have learn software testing I have sound knowledge of manual testing I have good knowledge of SDLC and STLC  more..

    nived

    Mobile: +91 9446600368
    Location: kerala, Online (Manitoba)
    Qualification: BCA graduate

    Experience: knows python & django web frameworkApplication for Python Django  more..

    Terence

    Mobile: +91 91884 77559
    Location: Kerala, Online (Manitoba)
    Qualification: BFA

    Experience: having 20 years of experience in design With more than two decades of experience working with industry leaders in the  more..

    Abhay

    Mobile: +91 9446600368
    Location: Jaipur, Rajasthan, Online (Manitoba)
    Qualification: BCA CyberSecurity

    Experience: In my previous role at a FinTech company I led the development of a customized project management tool like Jira  more..

    Ayush

    Mobile: +91 9446600368
    Location: Indore, Online (Manitoba)
    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..

    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 manitoba
    Internship/projects in manitoba
    Internship/projects in manitoba
    Internship/projects in manitoba
    Internship/projects in manitoba
    Internship/projects in manitoba
    Internship/projects in manitoba
    Internship/projects in manitoba
    Internship/projects in manitoba
    Internship/projects in manitoba
    Internship/projects in manitoba
    Internship/projects in manitoba

    Trained more than 10000+ students who trust Nestsoft TechnoMaster

    Get Your Personal Trainer