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 Washington

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

    • 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 Washington
    Mern Stack Development Node. js are easy to learn. Data sharding in MongoDB supports storing data across several machines to boost the performance of large-scale databases. Complete, updated list. React JS is formed via means of Facebook and is the most efficient solution for front-end developers of mobile and web apps. With Node. Moreover, knowledge of HTML is preferred. Complete, updated list. e. As well as, recruiting people with talented skills can be a valuable matter for a new company, so programmers who can use Node.

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

    Prabhu

    Mobile: +91 9895490866
    Location: Koparkhairane,navi mumbai, Online (Washington)
    Qualification: 12th

    Experience: Graphic designer Adobe illustrator Adobe Photoshop Coreldraw In-design  more..

    Vanshaj

    Mobile: +91 8301010866
    Location: Delhi, Online (Washington)
    Qualification: Btech CSE

    Experience: Hi I am Vanshaj Sharma I have been working with Flutter Firebase Postman GitHub Jira Notion AWS etc for more  more..

    Rahma

    Mobile: +91 9446600368
    Location: Chandigarh, Online (Washington)
    Qualification: Bachelor

    Experience: 4 years experience of graphic design and concept art |   more..

    Jerin

    Mobile: +91 89210 61945
    Location: Kerala, Online (Washington)
    Qualification: mca

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

    Vishal

    Mobile: +91 91884 77559
    Location: Gujarat, Online (Washington)
    Qualification: Bachelor of technology

    Experience: I have experience of 5 year in android development  more..

    Athira

    Mobile: +91 89210 61945
    Location: Kozhikkode, Online (Washington)
    Qualification: Mca

    Experience: Manual Testing api testing automation testing testcase testplan preparation 1 6 years experience at acemero Technologies | Resume for   more..

    Yash

    Mobile: +91 89210 61945
    Location: Delhi, Online (Washington)
    Qualification: Diploma

    Experience: Html css javascript react mongodb expressjs nodejs bootstrap wordpress woocommerce |   more..

    Priya

    Mobile: +91 91884 77559
    Location: Chennai, Online (Washington)
    Qualification: BSC

    Experience: Manual testing JIRA Selenium webdriver Postman | Resume for   more..

    Sherif

    Mobile: +91 9895490866
    Location: Tamil Nadu, Online (Washington)
    Qualification: Diploma course

    Experience: Dear Hiring Manager I am writing to express my enthusiasm for the Graphic Designer position at your company as advertised  more..

    Aleena

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

    Experience: Manual testing Automation testing HTML Jira cucumber postman selenium  more..

    Shruti

    Mobile: +91 91884 77559
    Location: Uttar Pradesh, Online (Washington)
    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..

    Cheedipudi

    Mobile: +91 89210 61945
    Location: Hyderabad, Online (Washington)
    Qualification: Bsc

    Experience: Skills: re testing regression testing identify defects test cases Experience: fresher | Resume for   more..

    Ar.

    Mobile: +91 91884 77559
    Location: Maharashtra, Online (Washington)
    Qualification: B. Arch

    Experience: Myself Ar Amarja Patil have 5+ yrs of experience in both civil and interior work Can work on design part  more..

    Vasanthakumar

    Mobile: +91 9895490866
    Location: Kumbakonam , Online (Washington)
    Qualification: B.E

    Experience: Python django framework mongoDB web scraping HTML 5 CSS 3 and python with django framework on 6 month internship experience  more..

    Archana

    Mobile: +91 98474 90866
    Location: Banglore , Online (Washington)
    Qualification: Diploma

    Experience: Iam an interior designer i have 1 and half year experience in design field and proficiency in autocad   more..

    Debasish

    Mobile: +91 89210 61945
    Location: Karnataka, Online (Washington)
    Qualification: Master's in Computer application

    Experience: I have done internship on python for 3 month I have skills like Html Css Python Java c C++ C#  more..

    SMITHA

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

    Experience: I am a fresher Skills: - Solid understanding of manual testing concepts and methodologies - Familiarity with test case creation  more..

    SUKHAMOY

    Mobile: +91 9446600368
    Location: West Bengal, Online (Washington)
    Qualification: Graduated

    Experience: Proficient in Python with experience in web frameworks like Django and FastAPI for backend development Skilled in front-end design using  more..

    Shweta

    Mobile: +91 91884 77559
    Location: Gujarat, Online (Washington)
    Qualification: Digital marketing certification

    Experience: Content writing proofreading editing seo social media marketing  more..

    Jasjeet

    Mobile: +91 91884 77559
    Location: Punjab, Online (Washington)
    Qualification: Btech

    Experience: Django development web solutions frontend integration user experience optimization project leadership Python JavaScript React MySQL Pandas Numpy Git "  more..

    Meenu

    Mobile: +91 89210 61945
    Location: Kerala, Online (Washington)
    Qualification: BCA

    Experience: 6 months internship in python django Full Stack Development at Luminar Technolab Cochin Skills- Python Django Html CSS SQL JavaScript  more..

    Vasant

    Mobile: +91 91884 77559
    Location: Rajkot, Online (Washington)
    Qualification: Qa/Computer Engineering.

    Experience: Manual Tester • Bugzilla jira • MySql • Creating test cases • Testing knowledge • Understanding of regression testing •  more..

    Husna

    Mobile: +91 9446600368
    Location: Kerala, Online (Washington)
    Qualification: B.Sc Computer Science

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

    AMRITHA

    Mobile: +91 9895490866
    Location: Kochi, Online (Washington)
    Qualification: bsc computer science

    Experience: python Django machine learning  more..

    Janaki

    Mobile: +91 8301010866
    Location: Karnataka, Online (Washington)
    Qualification: Pg

    Experience: Web development UX PHP JavaScript HTML5 Git CSS wordpress photoshop premier pro canva after effects  more..

    Anitha

    Mobile: +91 9895490866
    Location: Hyderabad, Online (Washington)
    Qualification:

    Experience: 2 years of experience in Software Testing Manually test case creation API testing with Postman Issue management with Rally Database  more..

    Faizannul

    Mobile: +91 91884 77559
    Location: Lucknow, Uttar Pradesh, Online (Washington)
    Qualification: Diploma 3 year

    Experience: My name is faizannul Haque Ali i am from lucknow Uttar Pradesh i have completed diploma cse 3 year 2021  more..

    kushal

    Mobile: +91 91884 77559
    Location: Andhra Pradesh, Online (Washington)
    Qualification: btech

    Experience: trainee test engineer - 6 months skills : writing and executing test cases manual testing methods selenium basics using python  more..

    sandhya

    Mobile: +91 91884 77559
    Location: alappuzha, Online (Washington)
    Qualification: Msc computer science

    Experience: python django cs sql htmlApplication for Python Django  more..

    Jerlin

    Mobile: +91 98474 90866
    Location: Kerala, Online (Washington)
    Qualification: Bca

    Experience: Manual and automation testing  more..

    Mouna

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

    Experience: Manual testing with Strong Knowledge of SDLC STLC Automation Testing API testing core Java Basics of SQL and tools like  more..

    Harsh

    Mobile: +91 8301010866
    Location: Faridabad, Online (Washington)
    Qualification: BTech

    Experience: I have 3 months of experience in a startup where i was working as a software developer in MERN stack  more..

    Imthiyas

    Mobile: +91 98474 90866
    Location: Tamil Nadu, Online (Washington)
    Qualification: Post Graduation Diploma

    Experience: Test Planning and Strategy: Proficient in developing comprehensive test plans and strategies based on project requirements identifying test objectives scope  more..

    Pranam

    Mobile: +91 89210 61945
    Location: Karnataka, Online (Washington)
    Qualification: Bachelor of Computer Application

    Experience: I have 1 8 years of experience as WordPress developer I have developed several websites for domestic and international clients  more..

    Usha

    Mobile: +91 9446600368
    Location: Telangana, Online (Washington)
    Qualification: PhD

    Experience: Good teaching skills 15 years experience in teaching Research oriented teaching Motivate students for their all round development Hard working  more..

    Pradumna

    Mobile: +91 98474 90866
    Location: Maharashtra, Online (Washington)
    Qualification: Btech

    Experience: Experienced and skilled professional graphic designer with a diverse range of talents including exceptional communication leadership and development skills Adept  more..

    Sanjay

    Mobile: +91 89210 61945
    Location: Gujarat, Online (Washington)
    Qualification: MCA

    Experience: I've completed my Masters from GLS University i have worked on python project worked as intern at Max gen technologies  more..

    Girish

    Mobile: +91 89210 61945
    Location: Maharashtra, Online (Washington)
    Qualification: BSc in computer science

    Experience: Network security Penetration testing incident response   more..

    Vishnu

    Mobile: +91 9895490866
    Location: Rajasthan, Online (Washington)
    Qualification: Master’s of Computer Application

    Experience: I have experience of software testing I'm comprehensively understood various software testing methodologies techniques and best practices I successfully executed  more..

    Lubhani

    Mobile: +91 89210 61945
    Location: Rajasthan, Online (Washington)
    Qualification: B.A. B.Ed.

    Experience: Experience: Student teacher at IIS School Jaipur Teaching intern at Blue Heaven School Jaipur Skills: Enthusiastic and quick learner Time  more..

    Sreenadh

    Mobile: +91 8301010866
    Location: Ernakulath , Online (Washington)
    Qualification: Bca

    Experience: My name is sreenadh cs I have completed graduation in BCA Later i have done a networking course including RHCE  more..

    Pavithrakumar

    Mobile: +91 8301010866
    Location: Tamil Nadu, Online (Washington)
    Qualification: Bachelor of engineering

    Experience: Ui ux design Prototyping Wireframing Mockups Figma Canva Adobe illustrator Adobe XD Photoshop  more..

    Aarti

    Mobile: +91 8301010866
    Location: Maharashtra, Online (Washington)
    Qualification: Bachelor's in animation, design & VFX

    Experience: Creative and versatile graphic designer with 4 years of design experience including 1 year of professional work Proficient in Illustrator  more..

    Hardik

    Mobile: +91 91884 77559
    Location: Gujarat, Online (Washington)
    Qualification: B.tech

    Experience: I have 1 5 years experience in CodeFlix Infotech as a flutter developer and 6 month experience as a freelancer  more..

    Nandamuri

    Mobile: +91 9895490866
    Location: Visakhapatnam, Online (Washington)
    Qualification: M.Tech

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

    Ravi

    Mobile: +91 91884 77559
    Location: Gujarat, Online (Washington)
    Qualification: Diploma

    Experience: I have a Total 2 years of experience 6 months internship for MEAN stack 1st year worked as a mean  more..

    Veena

    Mobile: +91 9446600368
    Location: Andhra Pradesh, Online (Washington)
    Qualification: B. Tech

    Experience: Ms Excel python experience 0  more..

    Maria

    Mobile: +91 9446600368
    Location: Tamil Nadu, Online (Washington)
    Qualification: BCA

    Experience: Manual testing Database testing and API testing |   more..

    Aswin

    Mobile: +91 91884 77559
    Location: calicut, Online (Washington)
    Qualification: Bachelor's of commerce

    Experience: Dear Hiring Manager I hope this message finds you well I would like to express my interest in the Python  more..

    Rehan

    Mobile: +91 98474 90866
    Location: Mumbai, Online (Washington)
    Qualification: Bsc.I.T

    Experience: I have 1 3 years of experience as backend software engineer with expertise in python My core skills include python  more..

    Nabhani

    Mobile: +91 91884 77559
    Location: Gujarat, Online (Washington)
    Qualification: Graduate in B.Tech

    Experience: I have extensive experience in cybersecurity demonstrated through various internships and freelance work At AppsTech Solution as a Penetration Tester  more..

    Minu

    Mobile: +91 9446600368
    Location: Uttar Pradesh, Online (Washington)
    Qualification: Btech cse

    Experience: I m fresher I have aware of manual testing Automation testing database testing |   more..

    Rizvana

    Mobile: +91 91884 77559
    Location: Kerala, Online (Washington)
    Qualification: MSc Bed in chemistry

    Experience: Excellent communication skills and ability to connect with students Lesson planning and curriculum development Worked in chegg India website as  more..

    Siddangouda

    Mobile: +91 98474 90866
    Location: Gulbarga , Online (Washington)
    Qualification: B.E Computer Science

    Experience: Seo on page off page technical seo back links link building Google Analytics   more..

    Rafath

    Mobile: +91 91884 77559
    Location: Andhra Pradesh, Online (Washington)
    Qualification: Btech,MBA

    Experience: Programming Languages: Dart Java Frameworks & Libraries: Flutter Firebase GetX (for state management) Bloc architecture Backend Integration: Firebase Authentication Firestore  more..

    Shadab

    Mobile: +91 9446600368
    Location: Uttar Pradesh, Online (Washington)
    Qualification: B. Tech (Computer Science Engineering)

    Experience: Skilled in programming with Python Bash and C C++ as well as in data analysis and automation using tools like  more..

    Shubhankar

    Mobile: +91 89210 61945
    Location: Lucknow, Online (Washington)
    Qualification: B Tech ECE

    Experience: Excellent verbal and writing skills good with programming concepts | Resume for   more..

    Vipitha

    Mobile: +91 98474 90866
    Location: Palakkad Kerala, Online (Washington)
    Qualification: Computer operator and programming assistant

    Experience: Worked in Instrumentation Ltd kanjikode Post: programming and system administrative assistant  more..

    Shreyanshi

    Mobile: +91 91884 77559
    Location: Rajasthan, Online (Washington)
    Qualification: Mca

    Experience: I have experience writing test cases api testing manual testing along with automation testing |   more..

    Tarasha

    Mobile: +91 98474 90866
    Location: Madhya Pradesh, Online (Washington)
    Qualification: Graduate

    Experience: Graphic design logo design print design album coverart social media posts design  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 washington
    Internship/projects in washington
    Internship/projects in washington
    Internship/projects in washington
    Internship/projects in washington
    Internship/projects in washington
    Internship/projects in washington
    Internship/projects in washington
    Internship/projects in washington
    Internship/projects in washington
    Internship/projects in washington
    Internship/projects in washington

    Trained more than 10000+ students who trust Nestsoft TechnoMaster

    Get Your Personal Trainer