Mern Stack Development Training by Experts

;

Our Training Process

Mern Stack Development - Syllabus, Fees & Duration

      INTRODUCTION

      • What is full-stack web development?
      • What is a website / web application?
      • How does a web site / web application work?
      • History

      VCS

      • What is a Version Control System (VCS)
      • Introduction to Git and GitHub
      • Installing Git
      • Configuring Git
      • Basic Git commands
      • Managing a git repository

      HTML

      • HTML introduction
      • HTML page structure
      • Basic HTML tags
      • Comments
      • HTML div
      • List
      • Image
      • Link
      • Form
      • Table
      • Iframe
      • SVG
      • Audio & Video
      • HTML5
      • CSS introduction
      • Selectors
      • Inline vs Internal vs External Styling
      • CSS Properties
      • Font styling
      • Font awesome / google font
      • Pseudo-elements and pseudo-classes
      • Tool tips
      • Transitions, Transformation, Animations
      • Box sizing
      • Flex
      • Grid
      • Media Query
      • Creating a page design
      • Mini project 1

      Tailwind

        Introduction to Tailwind CSS

        • What is Tailwind CSS?
        • Difference between Tailwind and other CSS frameworks (Bootstrap, Material UI)
        • Installing Tailwind (CDN, npm, Vite, Next.js)
        • Setting up Tailwind in an HTML project
      • Basic Utility Classes
      • Layout & Positioning
      • Components & Reusability
      • Advanced Tailwind Concepts
      • Custom Configuration

      JAVASCRIPT

      • JavaScript introduction
      • Variable, scoping and data types
      • Strings and numbers
      • Comments
      • Operators
      • Conditional statements
      • Loops
      • Break and continue
      • Function
      • Arrays
      • Stacks
      • Queue
      • Objects
      • Maps
      • Regular expression
      • Hashing
      • Set timeout,setInterval,clear interval
      • Working with DOM
      • Developers tools in Browsers
      • Call back function
      • Call back Hell
      • Promise
      • Async and await
      • Closures
      • Local Storage ,SessionStorage,cookies
      • Advanced javascript (ES6, ES7 & ES8)
      • OOP concepts
      • Mini project 3

      DATABASE

      • Introduction to Data Base
      • Types of Data Bases
      • Introduction to MongoDB
      • Installing MongoDB
      • Connecting MongoDB
      • Creating database and create collection
      • Data modeling
      • Creating and retrieving data
      • Updating and deleting data
      • Limit, sort and indexing
      • Data Types
      • Aggregation
      • Database replication and sharing
      • Drop database and drop collection

      NODEJS

      • NodeJS introduction
      • Install NodeJS
      • Node Package Manager (NPM)
      • Create NodeJS app
      • Simple server using NodeJS
      • Request and Response
      • Response types - JSON,HTML,XML etc…
      • Emitter
      • Buffers
      • Streams
      • File system
      • Global objects
      • Utility modules
      • Web modules
      • Scaling a NodeJS application
      • Packaging
      • SocketIO
      • Mini Project

      EXPRESSJS

      • ExpressJs introduction
      • Install ExpressJS
      • Creating express server
      • Routing
      • HTTP methods
      • HTTP response codes
      • Express params and Query strings
      • Middlewares
      • Static files
      • Form data
      • Express with Database
      • Cookies
      • Sessions
      • Authentication
      • JWT token
      • Multer
      • Cloudinary
      • Creating REST API
      • Payment Integration
      • Debugging
      • Mini project

      REACTJS

      • React introduction
      • Javascript Compilers & package bundlers
      • Installing React
      • Understanding basics of React app
      • JSX
      • React components
      • Class components vs function components
      • Understanding virtual DOM and single page apps
      • States and props
      • React lifecycle
      • Conditional rendering
      • Hooks
      • Global State Management
      • Event handling
      • Forms
      • Controlled vs Uncontrolled components
      • Routes
      • Pure components
      • High order components
      • Redux
      • Axios
      • Oauth0
      • UI Tool Kit
      • MiniProject

      ANGULAR

      • Introduction to angular
      • Angular CLI
      • Components
      • Modules
      • Templates
      • Directives
      • Services
      • Dependency Injection
      • Routing
      • Forms
      • Mini Project

      Hosting

      • AWS
      • Netlify
      • Vercel
      • Render
      • Domain mapping

Download Syllabus - Mern Stack Development
This syllabus is not final and can be customized as per needs/updates

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 Tampines

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

    • 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 Tampines
    Mern Stack Development Node Package Manager (NPM) is one of all the world’s prime package registries. Data sharding in MongoDB supports storing data across several machines to boost the performance of large-scale databases. All the info is kept in JSON format, i. js for developing web applications. By the end of this hands-on intensive training course. js has a huge opportunity today and tomorrow. . The training costs for developers are usually high, but when it comes to Node. These operations when combined with additional options give nice results. js developers is less compared to other technologies as it has come to common in recent years.

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

    sathyavani

    Mobile: +91 91884 77559
    Location: Palakkad, Online (Tampines)
    Qualification: BTech It

    Experience: fresher manual testing automation testing selenium core java sql jira jmeter  more..

    Pawan

    Mobile: +91 9446600368
    Location: Maharashtra, Online (Tampines)
    Qualification: Bca

    Experience: I have good knowledge of python as well as java and in frontend htm css java script and in version  more..

    Reva

    Mobile: +91 8301010866
    Location: Maharashtra, Online (Tampines)
    Qualification: BFA

    Experience: Good aesthetic & creative skills Design and Write creative content Good Communication skills Attention to design and details  more..

    Minhaj

    Mobile: +91 9446600368
    Location: Malegaon, Maharashtra, Online (Tampines)
    Qualification: BE

    Experience: Dear! I hope this message finds you well My name is Minhaj Ahmed and I am a professional web developer  more..

    Muhammed

    Mobile: +91 98474 90866
    Location: Kerala, Online (Tampines)
    Qualification: Higher Scondary

    Experience: HTML CSS Bootstrap python django reactjs PostgreSQL MongoDB SCSS Git Github Figma  more..

    P

    Mobile: +91 91884 77559
    Location: INDIA, Online (Tampines)
    Qualification: STUDENT

    Experience: I did an internship on web penetration and vulnerability testing I have experience in performing tasks on Microsoft office I  more..

    RAGHUPATHI

    Mobile: +91 8301010866
    Location: Tamil Nadu, Online (Tampines)
    Qualification: B.E

    Experience: Python Machine learning Sql AI 2 years of experienced out of total 5 years in the filed of testing |  more..

    Krishna

    Mobile: +91 9895490866
    Location: Mangalapuram, Trivandrum, Online (Tampines)
    Qualification: MCA

    Experience: I am completed MCA degree in 2017 I have 5 years career gap I completed DataScience in python Now i  more..

    Ashim

    Mobile: +91 98474 90866
    Location: Gudalur , Online (Tampines)
    Qualification: BCA

    Experience: I am self learning python django I have proplem solving database postgressql HTML CSS BOOTSTRAP GIT A already completed one  more..

    Mannemala

    Mobile: +91 9446600368
    Location: Tirupati, Online (Tampines)
    Qualification: Bachelor of technology

    Experience: Core java SQL Software testing  more..

    Saakshi

    Mobile: +91 9895490866
    Location: Uttar Pradesh, Online (Tampines)
    Qualification: BTech

    Experience: 1 years experience in manual testing |   more..

    Vipul

    Mobile: +91 98474 90866
    Location: Uttar Pradesh, Online (Tampines)
    Qualification: B tech

    Experience: Core Java html css javascript react js node js worked on various projects like eCommerce website live weather report tutorial  more..

    jalpa

    Mobile: +91 98474 90866
    Location: Gujarat, Online (Tampines)
    Qualification: BE IT

    Experience: I am writing to express my strong interest in the WordPress Developer position as advertised With over 6 years of  more..

    CHANDER

    Mobile: +91 89210 61945
    Location: Haryana, Online (Tampines)
    Qualification: B SC. in INFORMATION TECHNOLOGY

    Experience: E-Commerce Customer relationship management Software testing Networking management IT management CRM software Leadership  more..

    Narendar

    Mobile: +91 8301010866
    Location: Telangana, Online (Tampines)
    Qualification: Btech

    Experience: I have 2 5 years experience as software test engineer and I have experience in different testing methods and I  more..

    Sija

    Mobile: +91 91884 77559
    Location: Kerala, Online (Tampines)
    Qualification: Msc Computer Science

    Experience: Along with my studies I have done 3 certified courses that are Data Analytics from Google PHP full stack development  more..

    Parameshwaran

    Mobile: +91 98474 90866
    Location: Tamil Nadu, Online (Tampines)
    Qualification: B.E- Electronics and Communication Engineering

    Experience: Java Selenium(Automation tool) Manual testing SQL(Basic) API testing HTML5 CSS JIIRA(defect tracking tool) Postman(API tool) Tricentis Tosca(Automation tool)  more..

    Ankita

    Mobile: +91 9895490866
    Location: West Bengal, Online (Tampines)
    Qualification: B.Sc.(honrs.)

    Experience: Hi I'm Ankita Das a frontend developer with 5+ years of experience I'm a specialist in HTML5 CSS3 Boostrap JS  more..

    Rupa

    Mobile: +91 98474 90866
    Location: Erode, Online (Tampines)
    Qualification: Bsc cs

    Experience: Having 1 year experience in flutter 1 year experience in Android application development Worked with cloud firebase  more..

    Zainuddin

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

    Experience: I have total of around 3 years of experience in software development I have primary worked on MERN stack technology  more..

    Devendra

    Mobile: +91 9895490866
    Location: Hyderabad, Online (Tampines)
    Qualification: B.tech

    Experience: Dear Hiring Manager I wish to apply for the Senior Mobile Developer (Flutter) position The role and the responsibilities listed  more..

    Sukhchain

    Mobile: +91 9895490866
    Location: Amritsar Punjab, Online (Tampines)
    Qualification: Graduated

    Experience: 3 years of experience in web development  more..

    Harbhinder

    Mobile: +91 98474 90866
    Location: Mohai, Online (Tampines)
    Qualification: Graduation

    Experience: I have experience in graphic design video & picture editing and have knowledge in Adobe Premier Pro Photoshop & and  more..

    Astitva

    Mobile: +91 89210 61945
    Location: Madhya Pradesh, Online (Tampines)
    Qualification: Bachelor's Ongoing.

    Experience: I am proficient in several programming languages including Java Python C++ and Bash scripting My web development experience includes React  more..

    Gokul

    Mobile: +91 9895490866
    Location: Tamil Nadu, Online (Tampines)
    Qualification: B.C.A

    Experience: I'm a fresher and I have technical skills as a Java full-stack developer Then I did the mini-project library management  more..

    Dhruv

    Mobile: +91 89210 61945
    Location: Haridwar, Uttarakhand, Online (Tampines)
    Qualification: B.tech CSE

    Experience: 3 months full-time job experience and 1 month internship experience as a flutter developer With skills such as UI REST  more..

    Muskan

    Mobile: +91 89210 61945
    Location: Delhi, Online (Tampines)
    Qualification: Diploma of graphic design

    Experience: Graphic design 3d modelling video editing  more..

    Suman

    Mobile: +91 8301010866
    Location: Haryana, Online (Tampines)
    Qualification: MSc Computer, MCA

    Experience: Special trainer for English Conversation and personality development Confident enough to accept challenges   more..

    Anshika

    Mobile: +91 8301010866
    Location: Uttarakhand, Online (Tampines)
    Qualification: M. Sc. ( Mathematics)

    Experience: Extensive knowledge of mathematics and a passion for the subject Willingness to work with young people and support their development  more..

    Pawan

    Mobile: +91 89210 61945
    Location: Allahabad, Online (Tampines)
    Qualification: BCA

    Experience: Python full stack web developer and freshersApplication for Python Django  more..

    Nidhi

    Mobile: +91 9895490866
    Location: Maharashtra, Online (Tampines)
    Qualification: Bachelor in graphic designing

    Experience: Skills in graphic design typically include proficiency in design software like Adobe Photoshop and Illustrator knowledge of design principles and  more..

    Aswin

    Mobile: +91 9895490866
    Location: calicut, Online (Tampines)
    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..

    M.Devi

    Mobile: +91 91884 77559
    Location: Tamil Nadu, Online (Tampines)
    Qualification: M.C.A

    Experience: RESUME M DEVI Phone: 8015716321 Email ID: devmohan32@gmail com SUMMARY As a compassionate and results-oriented primary school teacher with over  more..

    Vasureddy

    Mobile: +91 89210 61945
    Location: Hyderabad, Online (Tampines)
    Qualification: B Tech

    Experience: I have manual Testing and automation testing core java 4 months of training certificate basic Sql  more..

    MAYADEVI

    Mobile: +91 9895490866
    Location: Chennai, Online (Tampines)
    Qualification: B.A.Eng., PGDCA

    Experience: Worked as a Senior customer support associate and IRT (customer support) in byjus and completed html css and JavaScript  more..

    Vasanthi

    Mobile: +91 91884 77559
    Location: Tamilnadu, Online (Tampines)
    Qualification: B.A tamil

    Experience: Content developer well known in tamil 2 5 year experience  more..

    Shanmugapriya

    Mobile: +91 9895490866
    Location: Tamil Nadu, Online (Tampines)
    Qualification: Bsc Computer Technology

    Experience: I have 7 years of experience in website development using HTML CSS Bootstrap Tailwind CSS JQuery and Javascript  more..

    Madhulekha

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

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

    Haritha

    Mobile: +91 8301010866
    Location: Kerala, Online (Tampines)
    Qualification: B.Sc psychology., M.Sc clinical psychology., PG Diploma Guidance and Counselling.,

    Experience: 3+ years of experience in psychology field in teaching assessments testing research Counselling special educator   more..

    Abinaya

    Mobile: +91 9895490866
    Location: Tamil Nadu, Online (Tampines)
    Qualification: B Tech Information Technology

    Experience: Java python I am fresher  more..

    Rajan

    Mobile: +91 9446600368
    Location: Maharashtra, Online (Tampines)
    Qualification: MCA Pursuing

    Experience: Html css bootstrap python Django mysql and basic javascript   more..

    Mohammed

    Mobile: +91 9895490866
    Location: Telangana, Online (Tampines)
    Qualification: B.TECH

    Experience: I Have entry level experience in manual testing and good understanding of SDLC STLC Agile Scrum meeting Have good knowledge  more..

    Mohammed

    Mobile: +91 9895490866
    Location: Ballari, Online (Tampines)
    Qualification: Dip.EEE,B.com

    Experience: Learnt software testing skills done internship in phn technologies in which tested their 2 applications Prepared test case template written  more..

    S.R.Vijay

    Mobile: +91 8301010866
    Location: Madurai , Online (Tampines)
    Qualification: B.Tech(IT)

    Experience: Flutter Dart programming  more..

    Priya

    Mobile: +91 91884 77559
    Location: Maharashtra, Online (Tampines)
    Qualification: BE

    Experience: Software Testing Manual testing Automation testing Java Selenium 06 months of experience at Dhoot transmission pvt ltd  more..

    Bharti

    Mobile: +91 89210 61945
    Location: Chhattisgarh, Online (Tampines)
    Qualification: B. Tech

    Experience: Html css javascript python and mysql   more..

    Yakub

    Mobile: +91 9895490866
    Location: Tripura, Online (Tampines)
    Qualification: Graduate

    Experience: Virtualization networking and hardware Windows installation system maintenance chip-level repairing remote desktop services; troubleshooting   more..

    Divya

    Mobile: +91 8301010866
    Location: Bharuch, Gujarat, Online (Tampines)
    Qualification: MCA

    Experience: 1 5 year experience as a flutter developer Other detail mention in resume   more..

    Ailin

    Mobile: +91 89210 61945
    Location: Kerala, Online (Tampines)
    Qualification: Master's Degree

    Experience: Communication skill active listening skill problem solving skill basic computer skills networking documentation Experience: career counseling  more..

    Ujjal

    Mobile: +91 8301010866
    Location: Delhi, Online (Tampines)
    Qualification: Post Graduate Diploma in DM

    Experience: SEO fundamental SEO advance Google PPC Meta Ads Content Writing Website development with Wordpress Google ads with AI Guest posting  more..

    Shubham

    Mobile: +91 9895490866
    Location: Himachal Pradesh, Online (Tampines)
    Qualification: Msc(maths) and B.Ed

    Experience: My name is shubham I have done msc in mathematics and bachelor of education from HPU university I have one  more..

    Sandeep

    Mobile: +91 91884 77559
    Location: Noida, Online (Tampines)
    Qualification: Mca

    Experience: Python Django +php laravelApplication for Python Django  more..

    Amruta

    Mobile: +91 9446600368
    Location: Khandeshwar, Online (Tampines)
    Qualification: B. Tech

    Experience: 2+ year experience in Functional testing smoke testing Regression testing UI testing Application testing Very well knowledge about test rail  more..

    Nitin

    Mobile: +91 91884 77559
    Location: Punjab, Online (Tampines)
    Qualification: B.Tech

    Experience: I am a QA engineer with 2+ years of experience in functional integration load & and performance testing compatibility regression  more..

    Mustafa

    Mobile: +91 91884 77559
    Location: Uttar Pradesh, Online (Tampines)
    Qualification: B.tech

    Experience: WordPress developer seo |   more..

    Anjali

    Mobile: +91 9446600368
    Location: Surat, Online (Tampines)
    Qualification: B.tech

    Experience: As a WordPress web developer I specialize in creating dynamic and visually appealing websites that are suited to our clients'  more..

    Ravi

    Mobile: +91 8301010866
    Location: Lucknow, Online (Tampines)
    Qualification: b.tech

    Experience: SLDC STLC Srs Knowledge in writing test cases Experience in manual testing automation tools Application for Software Testing  more..

    Keshav

    Mobile: +91 9895490866
    Location: Indore, Online (Tampines)
    Qualification: Graduation

    Experience: Software testing | Resume for   more..

    Vasanthi

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

    Experience: One year BPO telecalling work and marketing analyst in work from home job programing language python in basic knowledge and  more..

    Ashish

    Mobile: +91 98474 90866
    Location: Maharashtra, Online (Tampines)
    Qualification: B.E

    Experience: Software testing automation testing self motivated  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 tampines
    Internship/projects in tampines
    Internship/projects in tampines
    Internship/projects in tampines
    Internship/projects in tampines
    Internship/projects in tampines
    Internship/projects in tampines
    Internship/projects in tampines
    Internship/projects in tampines
    Internship/projects in tampines
    Internship/projects in tampines
    Internship/projects in tampines

    Trained more than 10000+ students who trust Nestsoft TechnoMaster

    Get Your Personal Trainer