Mean Stack Development Training by Experts

;

Our Training Process

Mean Stack Development - Syllabus, Fees & Duration

Module 1: Introduction to HTML

  • HTML Basics, Elements, Attributes, Styles
  • Forms, Form Elements, Input Element Types
  • Input Attributes, File Paths, Script tag
  • HTML & XHTML

Module 2: Introduction to CSS

  • CSS Introduction, Syntax, Selectors, Styling
  • Pseudo class, Pseudo Elements
  • CSS Tables, CSS Box Models
  • CSS Opacity, CSS Navigation Bar, Dropdowns

Module 3: Introduction to JavaScript

  • JavaScript Statements, Keywords, Functions
  • JavaScript Programs, Operators, Functions
  • Function Parameters, Function Return Types
  • Data Types, Primitive Types

Module 4: Working with Objects

  • Object Oriented Programming, Object Creation
  • Adding Methods of Objects
  • JavaScript Loops Iteration
  • Adding Properties of Objects
  • JavaScript Conditional Statements
  • Enumerating Properties, Callbacks, JSON

Module 5: Angular JS Basics

  • What is Angular JS?
  • Why Angular JS?
  • Why MVC matters
  • MVC-The Angular JS way
  • Features of Angular JS ,Model-View-Controller
  • My First Angular JS app

Module 6: Angular Expressions

  • All about Angular Expressions
  • How to use expressions, Angular vs JavaScript

Module 7: Filters

  • Built-In Filters, Using Angular JS Filters
  • Creating Custom Filters

Module 8: Directives

  • Introduction to Directives, Directive Lifecycle
  • Binding controls to data, Matching directives
  • Using Angular JS built-in directives
  • Creating a custom directive

Module 9: Controllers

  • Role of a Controller, Controllers Modules
  • Attaching Properties and functions to scope
  • Nested Controllers, Using Filters in Controllers
  • Controllers in External Files

Module 10: Angular JS Modules

  • Introduction to Angular JS Modules
  • Bootstrapping Angular JS

Module 11: Angular JS Forms

  • Working with Angular Forms, Model Binding
  • Forms Events, Updating Models with a Twist
  • Form Controller, Validating Angular Forms
  • $error object

Module 12: Scope

  • What is scope, Scope Lifecycle
  • Scope Inheritance, Scope & Controllers
  • Root scope, Scope Broadcasting
  • Two-way data binding, Scope Inheritance
  • Scope & Directives, $apply and $watch
  • Scope Events

Module 13: Dependency Injection Services

  • What is Dependency Injection
  • Creating Services, Factory, Service & Provider
  • Using Dependency Injection, What are services
  • Using Angular JS built in services

Module 14: Single Page Application (SPA)

  • What is SPA, Pros and Cons of SPA
  • Passing Parameters, Changing location
  • Installing the ng Route module, Configure routes
  • Resolving promises, Creating a Single Page Apps

Module 15: Angular JS Animation

  • ng Animate Module, CSS Transforms
  • CSS Transitions, Applying Animations

Module 16: Introduction to Node JS

  • Introduction to Node JS
  • Advantages of Node JS
  • What is Node JS, Node.js Process Model
  • Traditional Web Server Model

Module 17: Setup Development Environment

  • Install Node.js on Windows
  • Working in REPL, Node JS Console

Module 18: Node JS Modules

  • Functions, Buffer, Module
  • Modules Types
  • Core Modules, Local Modules
  • Modules Exports

Module 19: Node Package Manager

  • What is NPM, Installing Packages Locally
  • Installing package globally
  • Adding dependency in package json
  • Updating packages

Module 20: Creating Web Server

  • Creating Web Server
  • Sending Requests
  • Handling http requests

Module 21: File System

  • read File, Writing a File
  • Opening a file, Deleting a file
  • Writing a file asynchronously
  • Other IO Operations

Module 22: Debugging Node JS Application

  • Core Node JS Debugger

Module 23: Events

  • Event Emitter class
  • Inheriting Events
  • Returning event emitter

Module 24: Express JS

  • Configuring Routes
  • Working with Express

Module 25: Serving Static Resources

  • Serving Static Files
  • Working with Middle Ware

Module 26: Database Connectivity

  • Connecting String, Configuring
  • Updating Records
  • Working with Select Command
  • Deleting Records

Project Development

Download Syllabus - Angular 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

Download 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

    Download 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

    Download Syllabus - MongoDB
    This syllabus is not final and can be customized as per needs/updates
    IT Courses / Internship
     
    10000+
    20+
    50+
    25+

    Mean Stack Development Jobs in Mangaluru

    Enjoy the demand

    Find jobs related to Mean Stack Development in search engines (Google, Bing, Yahoo) and recruitment websites (monsterindia, placementindia, naukri, jobsNEAR.in, indeed.co.in, shine.com etc.) based in Mangaluru, chennai and europe countries. You can find many jobs for freshers related to the job positions in Mangaluru.

    • mean stack developer
    • mean stack
    • mean stack programmer
    • angular js
    • node js
    • express js
    • mean stack expert
    • mean stack fresher
    • full stack developer
    • mongo db

    Mean Stack Development Internship/Course Details

    Mean Stack Development internship jobs in Mangaluru
    Mean Stack Development js or ReactJS) is a free and open source front-end JavaScript Library for building user interface or UI components. Our professional tutors will guide you from the basics of essential ideas of front-end web development using HTML, CSS, JavaScript, jQuery and AngularJS to the extra complex fundamentals of Routing, Directives, alongside exercises on the way to build end-to-end, working applications. How is it achievable that a simple library has gotten so popular? You may have caught on to ReactJS before, seeing a lot of people talking about it, a lot of people using it, and a bunch of products made by this technology. Instead, the documents can use the fields and structures that build the most sense for every application. It is nice for creating traffic on your website. Any of organization has this database to store dynamic data in cloud and on-premises environments. js has become the go-to selection for several industries like IT, Healthcare, and many more. It isn't a surprise to say that React has gathered a lot of fashionability over the several times of its existence and that's gonna be in the eye of everyone for some other time. MongoDB is a collection of documents, it contains a set of key-value pairs. Node.

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

    Rucha

    Mobile: +91 91884 77559
    Location: Maharashtra, Online (Mangaluru)
    Qualification: Bsc. Interior designing

    Experience: Experienced interior designer with a passion for creating beautiful and functional spaces Skilled in incorporating Vastu Shastra principles to promote  more..

    Vishal

    Mobile: +91 8301010866
    Location: Bangalore, Online (Mangaluru)
    Qualification: BCA

    Experience: Manual testing Automation testing Core java MySQL HTML CSS Selenium Framework seleniumApplication for Software Testing  more..

    Aishwaryalakshmi

    Mobile: +91 9446600368
    Location: Madurai, Online (Mangaluru)
    Qualification: B.Tech

    Experience: I am a front-end developer with 1 9 years of experience in HTML5 CSS3 JS and React JS   more..

    Krishnaprasad

    Mobile: +91 89210 61945
    Location: Kerala, Online (Mangaluru)
    Qualification: Bsc computer science

    Experience: With one year of experience in Python development I am eager to leverage my skills to contribute to your team's  more..

    Nikhil

    Mobile: +91 89210 61945
    Location: Maharashtra, Online (Mangaluru)
    Qualification: BCOM

    Experience: Hello my name is Nikhil Kohale Currently I am working as a quality analyst in learningbright technology Private Ltd and  more..

    Fareeha

    Mobile: +91 9446600368
    Location: Karnataka, Online (Mangaluru)
    Qualification: Btech

    Experience: Taken training on Manual testing and currently working in uber company as operator  more..

    Krishan

    Mobile: +91 91884 77559
    Location: Bihar, Online (Mangaluru)
    Qualification: graduate

    Experience: Flutter dart firebase java kotlin android sql etc  more..

    ANU

    Mobile: +91 91884 77559
    Location: Kerala, Online (Mangaluru)
    Qualification: MTECH

    Experience: Software Development Life Cycle (SDLC) Software Testing Life Cycle (STLC) Bug Life Cycle (BLC) Web Application testing Mobile Application testing  more..

    vala

    Mobile: +91 9446600368
    Location: Gujarat, Online (Mangaluru)
    Qualification: M.E

    Experience: I am writing to express my interest in the Flutter app developer position at your company I have a total  more..

    Rahul

    Mobile: +91 9446600368
    Location: Rajasthan, Online (Mangaluru)
    Qualification: Bachelor of Arts

    Experience: I have been trained on a wide range of skills and have experience in: - Package design (label box pouch  more..

    seema

    Mobile: +91 89210 61945
    Location: Haryana, Online (Mangaluru)
    Qualification: Diploma in CS

    Experience: I am Web developer I have 2 and half year experience I worked on Html Css Js React Js nextJs  more..

    Ritu

    Mobile: +91 89210 61945
    Location: Haryana, Online (Mangaluru)
    Qualification: Btech

    Experience: I have 20 months of experience with html CSS js and php wordpress webflow bootstrap tailwind filezilla unbounce elementor wp  more..

    Rekha

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

    Experience: Software testing 5 years of experience 7 years break |   more..

    Akash

    Mobile: +91 91884 77559
    Location: West Bengal, Online (Mangaluru)
    Qualification: Bachelor's in Electronics

    Experience: Product Visualization: Create realistic models of consumer products (like electronics or furniture) to practice materials textures and lighting for commercial  more..

    Kajal

    Mobile: +91 98474 90866
    Location: Madhya Pradesh, Online (Mangaluru)
    Qualification: Bachelor's

    Experience: My self kajal karanjiya I'm an a software Engineer currently pursuing my bachelor's degree with computer science from MIT ujjain  more..

    Kevin

    Mobile: +91 8301010866
    Location: Tamil Nadu, Online (Mangaluru)
    Qualification: Bsc

    Experience: Worked as an fiber technician for 3 years and done certificate on ccna And ethical hacking  more..

    RAMEESHA

    Mobile: +91 9895490866
    Location: Kerala, Online (Mangaluru)
    Qualification: Doing mca

    Experience: I am a fresher with strong passion in software development and teaching willing to work dedicatedly   more..

    PALAK

    Mobile: +91 8301010866
    Location: Maharashtra, Online (Mangaluru)
    Qualification: BTech in computer science

    Experience: I have experience about C++ java python machine learning and more Critical thinking strong interaction with others   more..

    Vanshita

    Mobile: +91 9895490866
    Location: Madhya Pradesh, Online (Mangaluru)
    Qualification: B.tech

    Experience: My name is Vanshita Vishwakarma I have done B Tech in CSE stream form SIRT Bhopal (M P) I am  more..

    Aarti

    Mobile: +91 9446600368
    Location: Haryana, Online (Mangaluru)
    Qualification: 3 years diploma from computer engineering

    Experience: I have completed my 1 year python full stack training from solitaire Infosys mohali   more..

    krunal

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

    Experience: i am excited to apply for the Flutter developer position and believe that my qualifications and experience make me an  more..

    Shifali

    Mobile: +91 8301010866
    Location: Punjab, Online (Mangaluru)
    Qualification: M.C.A

    Experience: I have 6 months experience in software testing |   more..

    Yash

    Mobile: +91 9446600368
    Location: Maharashtra, Online (Mangaluru)
    Qualification: B.E

    Experience: Vulnerability Assessment & Penetration Testing: Tested a plethora of applications vulnerabilities and testing for critical vulnerabilities like the ones in  more..

    yadhukrishnan

    Mobile: +91 91884 77559
    Location: Alappuzha , Online (Mangaluru)
    Qualification: MCA

    Experience: I have 1 5year of experience in Ui Ux designing And 2 years of experience in graphic design and 6  more..

    Vishal

    Mobile: +91 9446600368
    Location: Bangalore, Online (Mangaluru)
    Qualification: B.Tech

    Experience: Automation Testing Manual Testing API testing Postman JMeter Selenium with Python C++ Python MySQL Jira Git  more..

    Siva

    Mobile: +91 9895490866
    Location: Chimakurthy , Online (Mangaluru)
    Qualification: MCA

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

    Sanket

    Mobile: +91 91884 77559
    Location: Maharashtra, Online (Mangaluru)
    Qualification: Bachelor of Engineering

    Experience: Manual Testing Automation Testing Selenium Testing Selenium WebDriver Selenium Locators TestNG Synchronization Non Functional testing Performance testing UAT testing Cross  more..

    Srinivas

    Mobile: +91 91884 77559
    Location: warangal, Online (Mangaluru)
    Qualification: graduation

    Experience: react js javascript html css redux bootstrap API json antdesign  more..

    malar

    Mobile: +91 89210 61945
    Location: Tamil Nadu, Online (Mangaluru)
    Qualification: B.Tech-IT

    Experience: i will 5 year of experience in android and 3year in flutter and dart  more..

    ANANDU

    Mobile: +91 9895490866
    Location: Kerala, Online (Mangaluru)
    Qualification: M. A in Enlgish Language and Literature

    Experience: As I am a CertTesol certified IELTS trainer with 6+ years of experience I am eager to collaborate with your  more..

    Ashwin

    Mobile: +91 98474 90866
    Location: Tamil Nadu, Online (Mangaluru)
    Qualification: Engineering in computer science

    Experience: HI SIR &MAM I AM ASHWIN i am completely in diploma in computer technology in government polytechnic Then i am  more..

    selvakrishnan

    Mobile: +91 8301010866
    Location: Tamil Nadu, Online (Mangaluru)
    Qualification: BE

    Experience: technical skills : Django C python MongoDB MySql GIT 1 years 7 months experience in django and MongoDb using product  more..

    Neeraj

    Mobile: +91 9446600368
    Location: Punjab, Online (Mangaluru)
    Qualification: B tech

    Experience: I Have 2 Years of experience as an full stack developer I want to switch from development to Testing   more..

    Shanto

    Mobile: +91 8301010866
    Location: Kerala, Online (Mangaluru)
    Qualification: B Tec

    Experience: Please accept this letter as an expression of my interest in the Quality Analyst position I am a highly motivated  more..

    Chirag

    Mobile: +91 8301010866
    Location: Gujarat, Online (Mangaluru)
    Qualification: MSC.IT

    Experience: SDLC STLC Bug Life Cycle Test case Test Scenario Test Report Agile Methdologies Intermediate level knowledge of Selenium with Java  more..

    SUKES

    Mobile: +91 8301010866
    Location: West Bengal, Online (Mangaluru)
    Qualification: BE(MECHANICAL)

    Experience: Total experience of 49 years Skilled in mechanical engineering machine design of material handling machines and components AUTOCAD drawings Product  more..

    Monisha

    Mobile: +91 8301010866
    Location: Tamil Nadu, Online (Mangaluru)
    Qualification: B.Tech

    Experience: I have six months of experience in software testing as an intern and I have good knowledge in SLDC STLC  more..

    Mustafa

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

    Experience: I am a full stack django developer working with a startup since 1 last year and I have a experience  more..

    Nibin

    Mobile: +91 89210 61945
    Location: Tamil Nadu, Online (Mangaluru)
    Qualification: BE CSE

    Experience: Python Django & web application development basics HTML CSS Java spring boot  more..

    Mirza

    Mobile: +91 9895490866
    Location: Maharashtra, Online (Mangaluru)
    Qualification: Bachelor's

    Experience: Machine learning deep learning python statistics visualisation |   more..

    Najeeb

    Mobile: +91 8301010866
    Location: Karnataka, Online (Mangaluru)
    Qualification: Bachelor's

    Experience: Iam experienced for 4 years My expertise includes Adobe photoshop illustrator after effects clo3d canva figma My skills includes :  more..

    DR

    Mobile: +91 9895490866
    Location: Tamil Nadu, Online (Mangaluru)
    Qualification: PhD

    Experience: Strong communication skills Proficient in curriculum development Experienced in classroom management Skilled in educational technology integration  more..

    Rutuja

    Mobile: +91 8301010866
    Location: Maharashtra, Online (Mangaluru)
    Qualification: Masters in computer science

    Experience: python html css javascript  more..

    Pogula

    Mobile: +91 89210 61945
    Location: 6-48 narakkapet vill nallabelly mdl Warangal rural dist, Online (Mangaluru)
    Qualification: Fresher

    Experience: Lightly I know about php and HTML  more..

    Abirami

    Mobile: +91 8301010866
    Location: Tamil Nadu, Online (Mangaluru)
    Qualification: B. Tech

    Experience: Automation Test Engineer with 1 4 years of experience in analyzing test cases Efficient in performing the test scenarios and  more..

    K

    Mobile: +91 9895490866
    Location: West Bengal, Online (Mangaluru)
    Qualification: Under Graduate

    Experience: I am a private tutor since last 5 years teaching accounts and economics and commerce related subjects and I also  more..

    Janish

    Mobile: +91 8301010866
    Location: Kerala, Online (Mangaluru)
    Qualification: Under Graduation

    Experience: Expert poster making in canva Expert in video editing in Capcut VN Expert in web design logo crration |   more..

    Alen

    Mobile: +91 8301010866
    Location: Punalur kerala, Online (Mangaluru)
    Qualification: B.com

    Experience: Certified ethical hacker Certified in photoshopApplication for Ethical Hacking  more..

    Bino

    Mobile: +91 91884 77559
    Location: Kerala, Online (Mangaluru)
    Qualification: Bsc computer science

    Experience: I am a highly motivated and skilled professional with 1 year of experience in python django developing I believe my  more..

    Naveen

    Mobile: +91 8301010866
    Location: Andhra Pradesh, Online (Mangaluru)
    Qualification: Btech

    Experience: Manual& automation testing selenium agile methodology jira testlink open project smoke and regression testing  more..

    Prapti

    Mobile: +91 98474 90866
    Location: Maharashtra, Online (Mangaluru)
    Qualification: BCA

    Experience: Manual testing functional testing  more..

    Balakrishnan

    Mobile: +91 91884 77559
    Location: Tamil Nadu, Online (Mangaluru)
    Qualification: Bachelor of engineering in computer science

    Experience: Network implementation and configure the Cisco switches and routers and Palo Alto firewall  more..

    Sajeesh

    Mobile: +91 89210 61945
    Location: Kerala, Online (Mangaluru)
    Qualification: BA Visual Communication

    Experience: i have 5 years of experience in graphic design The tools i knows Adobe creative tools Corel Draw Figma  more..

    Sonika

    Mobile: +91 8301010866
    Location: Dehradun, Online (Mangaluru)
    Qualification: B.Tech CSE

    Experience: 2 5 years of experience in manual and automation testing Skills include Selenium java functional regression smoke retesting defect management  more..

    Pandimeena

    Mobile: +91 9895490866
    Location: Tamil Nadu, Online (Mangaluru)
    Qualification: B.Tech(IT),MBA(HR)

    Experience: Hello I'm completed my b tech IT and software testing courses Also worked non-IT I will interesting to work in  more..

    Aparna

    Mobile: +91 9446600368
    Location: Mumbai, Online (Mangaluru)
    Qualification: BE

    Experience: Manual testing Automation Testing Selenium with Java Maven tesNg | Resume for   more..

    Suchit

    Mobile: +91 89210 61945
    Location: Maharashtra, Online (Mangaluru)
    Qualification: Master's

    Experience: I have no Experience but still i have gain a experience and skill development 1 Android bug bounty hunting 2  more..

    Hemanth

    Mobile: +91 89210 61945
    Location: Telangana, Online (Mangaluru)
    Qualification: Bachelor's of technology

    Experience: I have good skill to work on python and django based applications   more..

    Muhammed

    Mobile: +91 8301010866
    Location: Tirurangadi, Online (Mangaluru)
    Qualification: B. Tech Computer Science

    Experience: I am very interested in the vacancy of Django developer at your esteemed organization Thank you for considering my application  more..

    Ashutosh

    Mobile: +91 9446600368
    Location: Any, Online (Mangaluru)
    Qualification: Graduation

    Experience: Manual testing Web testing mobile application testing E-commerce website testing iOS testing Performance testing Black-box testing White- box testing Experience:-  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 mangaluru
    Internship/projects in mangaluru
    Internship/projects in mangaluru
    Internship/projects in mangaluru
    Internship/projects in mangaluru
    Internship/projects in mangaluru
    Internship/projects in mangaluru
    Internship/projects in mangaluru
    Internship/projects in mangaluru
    Internship/projects in mangaluru
    Internship/projects in mangaluru
    Internship/projects in mangaluru

    Trained more than 10000+ students who trust Nestsoft TechnoMaster

    Get Your Personal Trainer