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 Ang Mo Kio

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

    • 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 Ang Mo Kio
    Mean Stack Development . 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. js also gives various libraries of javascript that will help you to develop web applications by using Node. js or ReactJS) is a free and open source front-end JavaScript Library for building user interface or UI components. It’s very light-weight and because of that, we are able to form complex and ascendible network apps rapidly. It provides high performance, high accessibility and automatic scaling to produce effective assortment Operations. 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. React web framework is currently being used by reputed companies including Netflix, NASA, BBC, Facebook, Paypal, etc. js is language reuse. The benefits of ReactJS are never-ending.

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

    Shahbaj

    Mobile: +91 91884 77559
    Location: Madhya Pradesh, Online (Ang Mo Kio)
    Qualification: Mca

    Experience: Experienced Python developer proficient in Django Flask API and Django Rest Framework for RESTful API development Skilled in web scraping  more..

    Mirza

    Mobile: +91 98474 90866
    Location: Bahawalnagar, Online (Ang Mo Kio)
    Qualification: BEE

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

    KALYAN

    Mobile: +91 9895490866
    Location: Telangana, Online (Ang Mo Kio)
    Qualification: btech

    Experience: python django html css postman jira  more..

    Karan

    Mobile: +91 8301010866
    Location: Karnataka, Online (Ang Mo Kio)
    Qualification: BCS

    Experience: Manual testing JIRA Test cases Test plans Agile methodologies Performance testing 3 Months of experience in Cognizant Technology solutions   more..

    Yogavarshini

    Mobile: +91 91884 77559
    Location: Vellore, Online (Ang Mo Kio)
    Qualification: B tech information technology

    Experience: Manual testing and good in sdlc writing test case | Resume for   more..

    Shrilekha

    Mobile: +91 91884 77559
    Location: Madhya Pradesh, Online (Ang Mo Kio)
    Qualification: Mtech

    Experience: 2 years experience in manual testing and automation testing |   more..

    Diksha

    Mobile: +91 98474 90866
    Location: Agra , Online (Ang Mo Kio)
    Qualification: Under graduate

    Experience: I have done python and Java web development Database (oracle SQL mongodb)Application for Python Django  more..

    Bhavana

    Mobile: +91 8301010866
    Location: Maharashtra, Online (Ang Mo Kio)
    Qualification: BE

    Experience: I have worked as Python Developer intern at AI Adventures Pune which was a 6 months offline internship I worked  more..

    Nimisha

    Mobile: +91 8301010866
    Location: Madhya Pradesh, Online (Ang Mo Kio)
    Qualification: B.tech

    Experience: Html css javascript react js bootstrap 1 year experience  more..

    Pradnya

    Mobile: +91 8301010866
    Location: Maharashtra, Online (Ang Mo Kio)
    Qualification: BE mechanical

    Experience: HTML CSS Javascript Tailwind CSS wordpress  more..

    Blessy

    Mobile: +91 98474 90866
    Location: Delhi, Online (Ang Mo Kio)
    Qualification: MCA

    Experience: Jira ApI testing using postman performance testing usibg Jmeter selenium with Java python Sql  more..

    Nagaarjun

    Mobile: +91 98474 90866
    Location: Puducherry, Online (Ang Mo Kio)
    Qualification: Msc computer science

    Experience: Web developer Service engineer Cctv engineer  more..

    Naveen

    Mobile: +91 9446600368
    Location: Tamil Nadu, Online (Ang Mo Kio)
    Qualification: Bachelor of fine arts (BFA) - VISUAL COMMUNICATION DESIGN

    Experience: Hi I'm Naveen from salem Tamilnadu I'm completed degree in bachelor of fine arts department of visual communication design at  more..

    Onkar

    Mobile: +91 9895490866
    Location: Maharashtra, Online (Ang Mo Kio)
    Qualification: BE in Computer

    Experience: 2 5 years of experience in mobile app development Skills - Flutter Android iOS Firebase Git Node js MongoDB |  more..

    Sreeju

    Mobile: +91 91884 77559
    Location: PALAKKAD, Online (Ang Mo Kio)
    Qualification: BBA CA, Diploma in web designing

    Experience: html css js python django sqlApplication for Python Django  more..

    Pallabi

    Mobile: +91 89210 61945
    Location: Uttarakhand, Online (Ang Mo Kio)
    Qualification: MAJMC

    Experience: 1 Graphic design 2 Social media post 3 Photoshop 4 InDesign 5 Illustration 6 Corel draw 7 Premiere pro 9  more..

    Ilma

    Mobile: +91 9446600368
    Location: Uttar Pradesh, Online (Ang Mo Kio)
    Qualification: BCA

    Experience: I have experience as a backend developer primarily using Python and Django I have completed several projects including a blog  more..

    Mohit

    Mobile: +91 8301010866
    Location: Punjab, Online (Ang Mo Kio)
    Qualification: BCA

    Experience: Canva Adobe Photoshop Figma ( mockup and app design)  more..

    Rizwana

    Mobile: +91 9446600368
    Location: Ernankulam, Kerala, Online (Ang Mo Kio)
    Qualification: BCA

    Experience: My name is Rizwana Currently i am persuing python django at One Team Solutions edapally I am a BCA graduate  more..

    Sweety

    Mobile: +91 89210 61945
    Location: Bangalore , Online (Ang Mo Kio)
    Qualification: B-arch

    Experience: Dear Hiring Manager I am excited to apply for the Senior Architect position at your esteemed organization With over 4  more..

    sharath

    Mobile: +91 9446600368
    Location: Hyderabad, Online (Ang Mo Kio)
    Qualification: b.tech ece

    Experience: Manual testing sql core java SeleniumApplication for Software Testing  more..

    Amruta

    Mobile: +91 9446600368
    Location: Pune, Online (Ang Mo Kio)
    Qualification: BCA

    Experience: HTML CSS WordPress canva php jhooml | Resume for   more..

    Shadab

    Mobile: +91 89210 61945
    Location: Uttar Pradesh, Online (Ang Mo Kio)
    Qualification: Bsc

    Experience: Have 6 years experience in graphic design   more..

    Gayatri

    Mobile: +91 91884 77559
    Location: Maharashtra, Online (Ang Mo Kio)
    Qualification: B.Tech

    Experience: knowledge about software testing manual testing SDLC STLC sanity smoke testing and writing the test cases regression testing integration testing  more..

    Susheel

    Mobile: +91 8301010866
    Location: Rajasthan, Online (Ang Mo Kio)
    Qualification: graduation

    Experience: Hy I'm Susheel - Freelance Graphic Designer I've been rocking the Graphic Design scene for more than 4 years now  more..

    Farheen

    Mobile: +91 89210 61945
    Location: Delhi, Online (Ang Mo Kio)
    Qualification: Diploma

    Experience: I have overall 6 years of experience in manual testing and 2 years experience in Team Leading | Resume for  more..

    Sanivesh

    Mobile: +91 91884 77559
    Location: Karnataka, Online (Ang Mo Kio)
    Qualification: B.Tech

    Experience: I am having 2 5 years of experience as a python developer and having strong knowledge in python and django  more..

    Vandna

    Mobile: +91 98474 90866
    Location: Madhya Pradesh, Online (Ang Mo Kio)
    Qualification: Post graduation

    Experience: In my recent role at Dish TV at customer support associate Experience in Elegant Enterprise-Wide Solutions I had been actively  more..

    RAMEESHA

    Mobile: +91 91884 77559
    Location: Kerala, Online (Ang Mo Kio)
    Qualification: Doing mca

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

    Sampriti

    Mobile: +91 91884 77559
    Location: Chhattisgarh, Online (Ang Mo Kio)
    Qualification: MSC Biotechnology

    Experience: 2 years Experience as laboratory Technician In testing and processing department in a multinational stem cell bank company Good communication  more..

    Rahul

    Mobile: +91 9446600368
    Location: Maharashtra, Online (Ang Mo Kio)
    Qualification: B.E. Computer Engineering

    Experience: I'm Currently working as lecturer at sharadchandra Pawar College of Engineering I have experience of teaching to the students machine  more..

    Richa

    Mobile: +91 89210 61945
    Location: Maharashtra, Online (Ang Mo Kio)
    Qualification: M.tech

    Experience: devops git jenkins docker ansible terraform python promotheus  more..

    Abhiram

    Mobile: +91 9446600368
    Location: Kerala, Online (Ang Mo Kio)
    Qualification: Diploma in Ethical Hacking

    Experience: I'm a fresher looking for a job i have skills in computer knowledge Linux penetration testing soc seim tools etc  more..

    Manikandan

    Mobile: +91 9446600368
    Location: Tamil Nadu, Online (Ang Mo Kio)
    Qualification: MCA

    Experience: Innovative graphic design professional with 7+ years of experience handling various creative design projects graphic design concept creation Proven track  more..

    BODDUKANTI

    Mobile: +91 98474 90866
    Location: Telangana, Online (Ang Mo Kio)
    Qualification: Btech ECE

    Experience: Networking Tcl Scripting Test automation Automation testing Manual testing Functional Testing Regression testing   more..

    Aachal

    Mobile: +91 9446600368
    Location: Pune, Online (Ang Mo Kio)
    Qualification: B.E ENTC

    Experience: 3+ years of experience as Data Scientist Worked with machine learning algorithms natural language processing data visualization exploratory data analysis  more..

    Suraj

    Mobile: +91 98474 90866
    Location: Karnataka, Online (Ang Mo Kio)
    Qualification: BE in computer science

    Experience: I have 6 8 yrs experience in salesforce testing manual testing api testing jira Zephyr smoke testing sanity testing regression  more..

    Abhishek

    Mobile: +91 91884 77559
    Location: Jammu and Kashmir, Online (Ang Mo Kio)
    Qualification: Btech

    Experience: Manual testing Automation testing Selenium with java Testng Excel Zoho   more..

    Arockia

    Mobile: +91 9446600368
    Location: Tamil Nadu, Online (Ang Mo Kio)
    Qualification: B.E

    Experience: selenium java cucumber Manual testing automation testing  more..

    Siddhant

    Mobile: +91 91884 77559
    Location: Bihar, Online (Ang Mo Kio)
    Qualification: Final year student in Btech with specialization of Computer omputer Science and Engineering

    Experience: Back-end development C++ Nodejs Javascript Mongodb DBMS Computer Network Oops |   more..

    Vamguri

    Mobile: +91 98474 90866
    Location: Telangana, Online (Ang Mo Kio)
    Qualification: Bachelor Degree

    Experience: Troubleshooting software and hardware and networking issues Excellent communication and reporting skills Experienced in working with customers from US for  more..

    Vijay

    Mobile: +91 91884 77559
    Location: Maharashtra, Online (Ang Mo Kio)
    Qualification: BCA

    Experience: API testing web application testing  more..

    Rushil

    Mobile: +91 8301010866
    Location: Madhya Pradesh, Online (Ang Mo Kio)
    Qualification: Btech

    Experience: Java Selenium API testing  more..

    Deepika

    Mobile: +91 9446600368
    Location: Andhra Pradesh, Online (Ang Mo Kio)
    Qualification: B.tech

    Experience: Android developer and had 1 year experience  more..

    N

    Mobile: +91 9895490866
    Location: Andhra Pradesh, Online (Ang Mo Kio)
    Qualification: Degree

    Experience: Html and Java script and also manual testing |   more..

    Sekar

    Mobile: +91 98474 90866
    Location: Tamil Nadu, Online (Ang Mo Kio)
    Qualification: Bsc. chemistry

    Experience: Sorry i have no experience but i have knowledge on manual testing and basic knowledge on sql  more..

    Christina

    Mobile: +91 8301010866
    Location: Karnataka, Online (Ang Mo Kio)
    Qualification: Btech

    Experience: I am an aspiring content writer whose domain and expertise lies with technical background Successfully delivered and built application fir  more..

    jyotiprakash

    Mobile: +91 9446600368
    Location: odisha, Online (Ang Mo Kio)
    Qualification: mca

    Experience: i have completed mca with 8 75 cgpa in final sem and done internship in python and sql server dba  more..

    Nanamcharla

    Mobile: +91 9895490866
    Location: Telangana, Online (Ang Mo Kio)
    Qualification: B Tech(cse)

    Experience: I have 2 plus years of experience in manual testing and also I know the basics of automation testing |  more..

    anusha

    Mobile: +91 98474 90866
    Location: Andhra Pradesh, Online (Ang Mo Kio)
    Qualification: Btech

    Experience: Java manual testing automation testing |   more..

    Vinayak

    Mobile: +91 91884 77559
    Location: Ernakulam , Online (Ang Mo Kio)
    Qualification: Master of computer applications

    Experience: Php Java python c sql  more..

    PEDDAPELLY

    Mobile: +91 91884 77559
    Location: Hyderabad, Online (Ang Mo Kio)
    Qualification: MBA

    Experience: Experience: 3+ years of experience in Both the manual & Automation testing using Selenium Web Driver Skills : Well know  more..

    Mohit

    Mobile: +91 9895490866
    Location: Rajasthan, Online (Ang Mo Kio)
    Qualification: Post Graduate

    Experience: I believe I should be hired for this role because of my strong background and experience in backend development particularly  more..

    Sravani

    Mobile: +91 9446600368
    Location: Andhra Pradesh, Online (Ang Mo Kio)
    Qualification: Graduating 2024

    Experience: Software Engineering Software Testing Software life cycle Basic knowledge in SDLC proficient in programming languages |   more..

    Mekala

    Mobile: +91 9895490866
    Location: Telangana, Online (Ang Mo Kio)
    Qualification: Mba

    Experience: Flutter mobile application development mvc mvvm firebase dart provider getx and block |   more..

    krishna

    Mobile: +91 91884 77559
    Location: Kerala, Online (Ang Mo Kio)
    Qualification: MCA

    Experience: I have 2 years experience in software testing I have experience in mobile testing (both Android and ios) and web  more..

    dhanasri

    Mobile: +91 9446600368
    Location: Tamil Nadu, Online (Ang Mo Kio)
    Qualification: BCA

    Experience: C c++ python I have 5 months experience in BDA  more..

    Karthika

    Mobile: +91 91884 77559
    Location: Kerala, Online (Ang Mo Kio)
    Qualification: Diploma computer engineering

    Experience: Experience in software testing 6month internship in testing |   more..

    Monika

    Mobile: +91 98474 90866
    Location: Maharashtra, Online (Ang Mo Kio)
    Qualification: Applied art ( commercial )

    Experience: I have 3 years experience and I do logout design poster Boucher social media post caricature create design for tshirt  more..

    Pawan

    Mobile: +91 9895490866
    Location: Uttar Pradesh, Online (Ang Mo Kio)
    Qualification: B-tech

    Experience: I am a Frontend Developer with experience in HTML CSS JavaScript Bootstrap jQuery and PHP form handling I specialize in  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 ang-mo-kio
    Internship/projects in ang-mo-kio
    Internship/projects in ang-mo-kio
    Internship/projects in ang-mo-kio
    Internship/projects in ang-mo-kio
    Internship/projects in ang-mo-kio
    Internship/projects in ang-mo-kio
    Internship/projects in ang-mo-kio
    Internship/projects in ang-mo-kio
    Internship/projects in ang-mo-kio
    Internship/projects in ang-mo-kio
    Internship/projects in ang-mo-kio

    Trained more than 10000+ students who trust Nestsoft TechnoMaster

    Get Your Personal Trainer