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 You can experiment with database structures that you just wouldn’t be able to attain in SQL and other relational options. React JS is formed via means of Facebook and is the most efficient solution for front-end developers of mobile and web apps. js. Node. The modular design of ReactJS allows you to produce small fluctuations with ease. AngularJS is a famous framework maintained by Google to simplify development & checking out methods among the developers across the world. Reactjs additionally provides a framework for numerous other platforms as well, similar to mobile devices so that there is no chance for the user to complain concerning anything. 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. One of the main advantages of Node. It is more relevant these days than ever for cloud-native applications.

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

    vala

    Mobile: +91 91884 77559
    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..

    Dhairya

    Mobile: +91 89210 61945
    Location: Uttar Pradesh, Online (Mangaluru)
    Qualification: B tech

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

    Raheel

    Mobile: +91 8301010866
    Location: Dhule Maharashtra, Online (Mangaluru)
    Qualification: Diploma in Civil engineering

    Experience: Innovative Resident Engineer with proficiency in planning and execution Led teams from front Excellent blueprint interpreting and leadership skills Experienced  more..

    Komal

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

    Experience: I am fresher but I have done internsip in wordpress Developer that reason i have knowledge about this position   more..

    Birari

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

    Experience: Understanding and knowledge of Python C C++ Java Excel in organizing and documenting capabilities Technical and analytical approach in work  more..

    Shaikh

    Mobile: +91 9446600368
    Location: Gujarat, Online (Mangaluru)
    Qualification: Bachelor of engineering (ahmedabad)

    Experience: Dear sir My skill in engineering drawing to autocad and Solidworks software fully any engineering drawing design draw 2D 3D  more..

    Kavitha

    Mobile: +91 91884 77559
    Location: Telangana, Online (Mangaluru)
    Qualification: B.Tech

    Experience: I have 1 year 8 months of experience in manual testing and good knowledge on writing test cases and execution  more..

    jami

    Mobile: +91 98474 90866
    Location: Andhra Pradesh, Online (Mangaluru)
    Qualification: B.Tech

    Experience: Core java advance java JSP spring boot (core datajpa web scheduling batch rest) oracle  more..

    Meena

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

    Experience: I am proficient in Adobe Creative Suite (Photoshop Illustrator InDesign Adobe XD )and Figma etc My expertise includes typography layout  more..

    Divya

    Mobile: +91 89210 61945
    Location: Lucknow, Online (Mangaluru)
    Qualification: Graduated

    Experience: As a Trainee Associate Designer Consultant at Fathom Marine Consultants I honed my skills in creating 3D assets animations posters  more..

    Anchal

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

    Experience: Professional Software Experience in which includes Effective identify Test Scenarios Test case preparation ● Troubleshooting and fixing errors common to  more..

    Nitish

    Mobile: +91 9895490866
    Location: Gujarat, Online (Mangaluru)
    Qualification: B.Tech

    Experience: I have one year experience in WordPress Also I have many projects delivered to the clients Also we know php  more..

    Neetu

    Mobile: +91 89210 61945
    Location: Delhi, Online (Mangaluru)
    Qualification: B-Arch

    Experience: Worked as a Facility Planning & Design Assistant Consultant at Jhpiego since June 2021 assisting with document preparation site surveys  more..

    Sapa

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

    Experience: Manual testing Sdlc Stlc Test plan Test cases |   more..

    tanvi

    Mobile: +91 98474 90866
    Location: Delhi, Online (Mangaluru)
    Qualification: btech

    Experience: Extensively for around 4+ years worked in Quality Assurance Working in Performance Testing Software Testing and Quality Control experience in  more..

    Manav

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

    Experience: Software development Web development Problem solver Python developer I am a fresher  more..

    Abhishek

    Mobile: +91 89210 61945
    Location: Delhi, Online (Mangaluru)
    Qualification: b.tech

    Experience: Html css bootstrap javascript react python |   more..

    Nidhi

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

    Experience: I have 3+ years of experience in manual testing |   more..

    Narayan

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

    Experience: Yeah I am Narayan raikar from Bangalore I have completed my diploma in computer science vidyagiri Dharwad 6 years experience  more..

    Musafar

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

    Experience: With one year of experience in Flutter development I have gained proficiency in building responsive and user-friendly applications My skills  more..

    Ravi

    Mobile: +91 91884 77559
    Location: Ahmedabad , Online (Mangaluru)
    Qualification: B.E. computer engineering

    Experience: 2 years of experience in frontend development and 1 year as full stack (MERN) developer   more..

    PRASHANT

    Mobile: +91 9895490866
    Location: Maharashtra, Online (Mangaluru)
    Qualification: Bachelor of engineering

    Experience: Am completed my Bachelor of engineering in Electronic and Telecommunication and after graduation am completed Deploma in software testing in  more..

    Parameshwaran

    Mobile: +91 89210 61945
    Location: Tamil Nadu, Online (Mangaluru)
    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..

    STEPHAN

    Mobile: +91 9446600368
    Location: Karnataka, Online (Mangaluru)
    Qualification: B.E.Electrical and Electronics Engineering

    Experience: I have technical skills of linux tools to ethical hack an system or an application to check its security level  more..

    Dhanashree

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

    Experience: SQL Java OOPS SDLC STLC Manual testing selenium Automation testing Api testing  more..

    Shivani

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

    Experience: My name is Shivani Bhimani I am a communication designer but I always like to try things out of my  more..

    ASHRAF

    Mobile: +91 9446600368
    Location: Okhla New Delhi , Online (Mangaluru)
    Qualification: Pursuing BCOM

    Experience: Im a Web designer and canva designer too I have total 5 years experience in my field I use wordpress  more..

    Devanshi

    Mobile: +91 9446600368
    Location: Gujarat, Online (Mangaluru)
    Qualification: Bachelor Of Engineering in IT

    Experience: Skills: HTML CSS JavaScript Python My SQL Databse Laravel Angular Js Excel Tools: Visual Studio Jupyter MS Excel Android Studio\  more..

    Peta

    Mobile: +91 8301010866
    Location: Chennai, Online (Mangaluru)
    Qualification: BSC ( computer science)

    Experience: I have 1 3 year experience in cognizant as manual tester My skills are Java selenium jira Excel testNG system  more..

    Ashish

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

    Experience: python django 7 months experienceApplication for Python Django  more..

    Surya

    Mobile: +91 91884 77559
    Location: Ahmedabad, Online (Mangaluru)
    Qualification: BTech cse

    Experience: Java python sql  more..

    jignesh

    Mobile: +91 9895490866
    Location: Gujarat, Online (Mangaluru)
    Qualification: 10+

    Experience: Dear sir My name is jignesh rathod I'm working in production & quality supervisor at zilliontech vapi in 5 years  more..

    Soumick

    Mobile: +91 89210 61945
    Location: West Bengal, Online (Mangaluru)
    Qualification: 12+

    Experience: Graphic design powerpoint design branding social media graphics video editing infographic brochure webpage design ui design  more..

    Sindhukumar

    Mobile: +91 91884 77559
    Location: Tamil Nadu, Online (Mangaluru)
    Qualification: ME

    Experience: HTMl Bootstrap CSS Jquery Javascript React ja Angular Adobe Photoshop php mysql Dreamviewer  more..

    Lakshmi

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

    Experience: Python software testing ITIL certification CSM certification core java automation  more..

    Deepthi

    Mobile: +91 98474 90866
    Location: Shoranur , Online (Mangaluru)
    Qualification: M.sc in Electronics and Communication Systems

    Experience: Manual testing SDLC STLC Bug Life cycle Agile methodologies defect reporting automation testing selenium jmeter SQL basics of Java API  more..

    Rahul

    Mobile: +91 89210 61945
    Location: Vadodara, Online (Mangaluru)
    Qualification: Diploma

    Experience: I have more than 10 year experience as sr graphic designer I’m good in Photoshop Illustrator in design and many  more..

    Aditi

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

    Experience: I have 2 years of experience in manual testing for websites and mobile applications in Banking and Health care domain  more..

    Parkash

    Mobile: +91 8301010866
    Location: Chandigarh, Online (Mangaluru)
    Qualification: B.tech

    Experience: Manual testing Automation Testing API Testing TestNGApplication for Software Testing  more..

    Apurv

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

    Experience: I have 1+ year of experiance in flutter application development with various statemanagement features like bloc provider and getx along  more..

    MUHAMMAD

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

    Experience: • Managing and Maintaining Backup of Cisco Routers and Switches • Configuring and troubleshooting RIP EIGRP OSPF BGP • Switching  more..

    Alwin

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

    Experience: Manual testing Automation testing Selenium webdriver TestNG Maven GitHub Jenkins  more..

    Monika

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

    Experience: I have an experience as an intern of php developer of 4 months Now i have to work on django  more..

    Harsh

    Mobile: +91 91884 77559
    Location: Gujarat, Online (Mangaluru)
    Qualification: Master in computer science

    Experience: I am certified odoo functional expert I have 6 years of experience in ofoo front end and backend | (Work  more..

    Prateek

    Mobile: +91 8301010866
    Location: Uttarakhand, Online (Mangaluru)
    Qualification: Btech IT

    Experience: Web development Python and 2 yr experience   more..

    Hariganesh

    Mobile: +91 91884 77559
    Location: Tamil Nadu, Online (Mangaluru)
    Qualification: Mtech integrated software

    Experience: Completed selenium in manual and automation testing course with certification Worked as intern in manual testing at ATG Bangalore |  more..

    Praveen

    Mobile: +91 8301010866
    Location: Uttar Pradesh, Online (Mangaluru)
    Qualification: Msc

    Experience: I have 6 year of work experience in networking field  more..

    Lakshaya

    Mobile: +91 89210 61945
    Location: Uttar Pradesh, Online (Mangaluru)
    Qualification: Masters of computer application

    Experience: I’m Lakshaya Tyagi Now I’m pursuing Masters of computer application from Bennett University Times of India Group greater Noida I  more..

    Gayathiri

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

    Experience: Oracle SQL DBMS JAVA Mainframe and other front end and back end programming  more..

    Umang

    Mobile: +91 91884 77559
    Location: Uttar Pradesh, Online (Mangaluru)
    Qualification: B.Tech(Computer Science)

    Experience: Programming languages -Java C Python DBMS SQL HTML Css Manual Testing Automation Testing -Selenium Cucumber API Testing Tools- SOAPUI REST  more..

    Dony

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

    Experience: Test cases Selenium automation testing course completed Fresher  more..

    Aman

    Mobile: +91 91884 77559
    Location: Himachal Pradesh, Online (Mangaluru)
    Qualification: Master

    Experience: Html javascript bootstrap react jQuery WordPress css  more..

    Krupa

    Mobile: +91 98474 90866
    Location: Maharashtra, Online (Mangaluru)
    Qualification: Masters in Education

    Experience: Committed educator with eight years of experience fostering a dynamic and engaging learning environment Skilled in developing curriculum implementing innovative  more..

    Kausiek

    Mobile: +91 98474 90866
    Location: West Bengal, Online (Mangaluru)
    Qualification: MBA Energy Management, B.sc. Physics

    Experience: Subjects I can teach students: 1 Physics 2 Management Papers 3 Python programming Language 4 Tableau 5 SQL 6 Data  more..

    Raguram

    Mobile: +91 89210 61945
    Location: Coimbatore, Online (Mangaluru)
    Qualification: BE ECE

    Experience: Currently working as project coordinator in epublishing sector Meanwhile I did internship in software testing with both manual and automation  more..

    Rishi

    Mobile: +91 91884 77559
    Location: Gujarat, Online (Mangaluru)
    Qualification: B-tech In Mechanical Engineering

    Experience: Hello I'm a certified freelance mechanical designer proficient in AutoCAD and SolidWorks With expertise in 2D 3D AutoCAD design SolidWorks  more..

    Arpit

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

    Experience: 1 5 Year of experience in Python Django development Application for Python Django  more..

    Navin

    Mobile: +91 8301010866
    Location: Noida, Online (Mangaluru)
    Qualification: B.TECH

    Experience: django python fronend mysql php and 8 month experiance for Integer Telicom service NoidaApplication for Python Django  more..

    Abhishek

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

    Experience: Dedicated quality analyst with 2 years of experience in implementing the quality and functionality of software through thorough testing processes  more..

    Saurav

    Mobile: +91 9446600368
    Location: Uttarakhand, Online (Mangaluru)
    Qualification: bachelor of arts

    Experience: here's a list of experiences related to designing social media posts email marketing and Amazon A+ layout design: Social Media  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