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 Changing the present source code based on business needs is simple due to the framework simplifies it into shortcodes. This can be attainable with MongoDB, which could be as versatile because it is powerful. ReactJS contains a reputation for being a robust tool for making user interfaces. React web framework is currently being used by reputed companies including Netflix, NASA, BBC, Facebook, Paypal, etc. MongoDB works with rich JSON Documents, supports a strong query language, Supports aggregations and other trendy use-cases similar to geo-based search, graph search, and text search. It’s very light-weight and because of that, we are able to form complex and ascendible network apps rapidly. We teach you how to unleash the power of MongoDB in incorporating data, performing real-time analytics, managing content, and several other functions. When it comes to startup companies, there's ever the potentiality that the developers are freshmen or inexpert in software development. Relational databases have rigid schemes that limit flexibility with the data structure. Any of organization has this database to store dynamic data in cloud and on-premises environments.

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

    Hemy

    Mobile: +91 9895490866
    Location: Kerala, Online (Ang Mo Kio)
    Qualification: Masters in Arts (Hindi)

    Experience: A teaching professional with 3 years of experience specializing in online education for international students Proficient in creating engaging and  more..

    Surendra

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

    Experience: Digital Marketing E-commerce web development woocommerce Wordpress web development Shopify Web Development Amazon Com Etsy Com Ecommerce Portal | (Work  more..

    Madhar

    Mobile: +91 89210 61945
    Location: Tamil Nadu, Online (Ang Mo Kio)
    Qualification: MA Modern Arabic

    Experience: 1 Arabic language education 2 Translation and proofreading 3 CBSE content development 4 Team leadership 5 AI workshops and training  more..

    Nikita

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

    Experience: Quickblox • Retrofit • Asynctask • Stripe • Sms gateway • RoomDatabase • SQLite • Razorpay Integration • Push Notification  more..

    Aman

    Mobile: +91 9446600368
    Location: Delgi, Online (Ang Mo Kio)
    Qualification: B. Tech

    Experience: I have good knowledge in stlc sdlc Dlc and mannual testing | Resume for   more..

    Darshan

    Mobile: +91 89210 61945
    Location: Kerala, Online (Ang Mo Kio)
    Qualification: B com

    Experience: Skills: Adobe illustrator Adobe photoshop Adobe InDesign Figma Experience: 3+ years in branding and graphic design  more..

    Vaishali

    Mobile: +91 91884 77559
    Location: Ranchi, Online (Ang Mo Kio)
    Qualification: Digital marketing

    Experience: Smm and seo  more..

    Dhairya

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

    Experience: C C++ HTML CSS Javascript node js Oops concepts Sql DBMS Git Interned at Bharat intern - prjoects based on  more..

    Sudhanshu

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

    Experience: Having 3+ years of experience in functional testing and 2+ years in Java Selenium 1+ year in API Testing Have  more..

    Parlapati

    Mobile: +91 98474 90866
    Location: Hyderabad, Online (Ang Mo Kio)
    Qualification: B. Tech

    Experience: C Java SQL Software testing Manual testing Automation testing | Resume for   more..

    Ajinky

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

    Experience: Html css python javascript java | Resume for   more..

    Mohit

    Mobile: +91 91884 77559
    Location: West Bengal, Online (Ang Mo Kio)
    Qualification: M.C.A

    Experience: Skill: flutter firebase api and web socket integration Experience : 1 year in flutter development |   more..

    Surendiran.

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

    Experience: Iam fresher I done course in manual testing |   more..

    Kodam

    Mobile: +91 8301010866
    Location: Hyderabad, Online (Ang Mo Kio)
    Qualification: Mcom fa

    Experience: Functionality testing Regression Testing retesting Blackbox testing ui testing  more..

    Amruta

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

    Experience: As a manual tester I possess a strong understanding of software development processes and testing methodologies My keen eye for  more..

    Saurabh

    Mobile: +91 8301010866
    Location: Uttar Pradesh, Online (Ang Mo Kio)
    Qualification: MCA

    Experience: Yes I have done a 3month training as a react development and 1 month internship for front end developer I  more..

    SUMAYYA

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

    Experience: Dart flutter Hive Sqflite Firebase Ui design Statemangement Git Api  more..

    Sai

    Mobile: +91 89210 61945
    Location: Telangana, Online (Ang Mo Kio)
    Qualification: B.tech (C.S.E)

    Experience: Experience In Training students one to one and also group Experience in Training students on real time projects for WordPress  more..

    Kishore

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

    Experience: 1) Proficiency in Python programming and web scraping using Selenium 2) Experience with Django for web application development and database  more..

    Anjana

    Mobile: +91 91884 77559
    Location: Kottayam, Online (Ang Mo Kio)
    Qualification: B.tech Computer science and Engineering

    Experience: I have been working as Quality Analyst for the past 4 years I am confident that I can train others  more..

    Hari

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

    Experience: Strong knowledge in SDLC and STLC Knowledge about Test case Test report RTM Bug fixing Functional and Non functional testing  more..

    Satyam

    Mobile: +91 8301010866
    Location: Uttar Pradesh, Online (Ang Mo Kio)
    Qualification: Bachelor Of Technology

    Experience: I am a fresher and I need this job because I have frontend development knowledge   more..

    Amal

    Mobile: +91 98474 90866
    Location: Kerala, Online (Ang Mo Kio)
    Qualification: Diploma

    Experience: Sir I am writing to express my interest in the Python Developer position at your Company As a self-taught coder  more..

    Shouvik

    Mobile: +91 98474 90866
    Location: Bengaluru, Online (Ang Mo Kio)
    Qualification: M.Sc

    Experience: More than 9 years of experience in the analytics field Having good proficiency on Python machine learning data analytics statistics  more..

    Athulya

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

    Experience: Knowledge in manual and automation testing Completed software testing course Knowledge in selenium Jmeter postman cucumber bugzilla and Jira Knowledge  more..

    Suvarna

    Mobile: +91 89210 61945
    Location: Kerala, Online (Ang Mo Kio)
    Qualification: BCA Graduated

    Experience: Am a skilled flutter developer I can build android app with an neat code   more..

    G

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

    Experience: "I'm a fresher with a strong foundation in programming and a passion for software development While I don’t have professional  more..

    Selvabenish

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

    Experience: Html css js react js and fist-0 1 6 years front end developer  more..

    Anjali

    Mobile: +91 9895490866
    Location: Kochi, Online (Ang Mo Kio)
    Qualification: MSc Computer Science

    Experience: Java Manual Testing Automation Testing Knowledge in JMeter Trained in Selenium IDE and Selenium Web driver Trained in UFT HTML  more..

    Mayuri

    Mobile: +91 8301010866
    Location: Pune, Online (Ang Mo Kio)
    Qualification: M.Sc (Computer Science)

    Experience: C C++ Core Java Automation testing and Manual testing | Resume for Application for Software Testing  more..

    Prajakta

    Mobile: +91 8301010866
    Location: Maharashtra, Online (Ang Mo Kio)
    Qualification: Computer Science engineering

    Experience: I have a basic knowledge of Java Sql Html css Javascript and I am currently learning react js which is  more..

    Satish

    Mobile: +91 91884 77559
    Location: Karnataka, Online (Ang Mo Kio)
    Qualification: Bachelor of engineering

    Experience: Python developer 7 months Html MySQL Basics of Excel Cyber security |   more..

    Sajna

    Mobile: +91 9895490866
    Location: Kerala, Online (Ang Mo Kio)
    Qualification: Bsc IT

    Experience: Python django restAPI html css bootstrap javascript jquery angular js Mysql  more..

    Sreejita

    Mobile: +91 98474 90866
    Location: West Bengal, Online (Ang Mo Kio)
    Qualification: Deploma in graphic designing

    Experience: Total Experience 1 7 years in graphic designing Skills- social media post logo packing design Banner business card Photoshop &  more..

    Nidhi

    Mobile: +91 98474 90866
    Location: Muvattuzha ernakulam, Online (Ang Mo Kio)
    Qualification: B tech

    Experience: Html CSS bootstrap python& djangoApplication for Python Django  more..

    Shubaa

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

    Experience: 3 years experience Skills: Java selenium automation Testing manual testing | Resume for   more..

    N

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

    Experience: I know programming languages like C C++ Java python C# dot net SQL server Html Css Ihave 1 year experience  more..

    Ishwarya

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

    Experience: Strong Experience in Automating web applications using Selenium Web driver with Java Experience of Software Development Life Cycle (SDLC) as  more..

    HADI

    Mobile: +91 9446600368
    Location: Kerala, Online (Ang Mo Kio)
    Qualification: I have 3+ years coding experience

    Experience: I've a great working experience for more than 3 years 6 months as a freelancer and 2 5+ years as  more..

    lalita

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

    Experience: Manual tester job functional testing performsance testing STLC  more..

    Nikita

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

    Experience: ISTQB certified tester SQL Jira API Postman UI testing Performance testing exploratory testing Regression testing and smoke testingApplication for Software  more..

    Boomika

    Mobile: +91 9446600368
    Location: Chennai , Online (Ang Mo Kio)
    Qualification: BE - computer science and engineering

    Experience: Python (Basic and advanced) oops GUI SQl basic of HTML and c programming Application for Python Django  more..

    SNEHA

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

    Experience: Python full stack developer 6months experienced in Python faculty Application for Python Django  more..

    Dishant

    Mobile: +91 89210 61945
    Location: Goa, Online (Ang Mo Kio)
    Qualification: BE in COMPUTER ENGINEERING

    Experience: With five years of experience in graphic design I have developed a strong passion for both technical and creative aspects  more..

    Anurag

    Mobile: +91 89210 61945
    Location: Jharkhand, Online (Ang Mo Kio)
    Qualification: B.A Economics

    Experience: I possess a versatile skill set including proficiency in customer service ability to perform under pressure teamwork effective communication adaptability  more..

    Navya

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

    Experience: Dear Hiring Manager I am submitting my resume for the position of Software Tester at your company With my strong  more..

    Ayushi

    Mobile: +91 91884 77559
    Location: Jharkhand, Online (Ang Mo Kio)
    Qualification: B.Tech in Information Technology

    Experience: Aws Azure GCP git bitbucket jira python PowerShell bash Linux Mac cloud security SRE   more..

    Saranya

    Mobile: +91 91884 77559
    Location: Kerala, Online (Ang Mo Kio)
    Qualification: M. Sc Mathematics

    Experience: I worked as an assistant professor in mathematics in an engineering college I have better communication skill teaching skill decision  more..

    Kuncha

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

    Experience: Seleniumwebdriver manual testing sql |   more..

    Lakshumaiah

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

    Experience: I have 4+ years of experience in performance testing by using load runner and jmeter |   more..

    Sai

    Mobile: +91 8301010866
    Location: Andhra Pradesh, Online (Ang Mo Kio)
    Qualification: Bachelor of technology

    Experience: I have knowledge on computer courses like python and power Bi Iam interested to learn new things and easily adaptable  more..

    Sujeet

    Mobile: +91 8301010866
    Location: Delhi, Online (Ang Mo Kio)
    Qualification: BFA ( Bachelor of fine art)

    Experience: 2 year experience as a graphic design and Illustrator to the new company  more..

    Mohd

    Mobile: +91 89210 61945
    Location: Delhi, Online (Ang Mo Kio)
    Qualification: Intermediate (12 Passed) and Last year in Btech CSE

    Experience: Certainly! Here is a concise list of my skills and experience: - Web Development: 1 5 years of experience -  more..

    KABIR

    Mobile: +91 91884 77559
    Location: West Bengal, Online (Ang Mo Kio)
    Qualification: M.Sc. In Physics

    Experience: With three years of tutoring experience I've taught physics and mathematics to CBSE and ICSE students ranging from class VII  more..

    THARUN

    Mobile: +91 89210 61945
    Location: Erode, Online (Ang Mo Kio)
    Qualification: B.Sc [Computer Science], Master of Computer Applications

    Experience: As a Django developer at GozoBee for 1 9 years I apply my passion and expertise in web development to  more..

    Nirmalya

    Mobile: +91 98474 90866
    Location: Odisha, Online (Ang Mo Kio)
    Qualification: B.tech

    Experience: I'm having strong background in manual testing and API testing and proven track record of effectively identifying and reporting defects  more..

    sumeet

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

    Experience: Flutter with Getx and Riverpod as state management Back-end framework Laravel UI UX design using figma REST APIs Docker Git  more..

    Pooja

    Mobile: +91 89210 61945
    Location: Mumbai, Online (Ang Mo Kio)
    Qualification: BE

    Experience: I have excellent knowledge in manual testing automation testing api testing security testing | Resume for   more..

    Sayali

    Mobile: +91 9895490866
    Location: Maharashtra, Online (Ang Mo Kio)
    Qualification: Bachelor of Science

    Experience: website designing html css javascript boothstrap wordpress  more..

    Bhavik

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

    Experience: I have expertise in Mobile Application Development using flutter framework with Dart and also have worked on Node js &  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