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 Bhubaneswar

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

    • 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 Bhubaneswar
    Mean Stack Development . It is more relevant these days than ever for cloud-native applications. It’s very light-weight and because of that, we are able to form complex and ascendible network apps rapidly. Developers will currently re-use the codes or the elements of the codes written before in numerous applications therefore creating Angular JS development an awfully unique framework. The benefits of ReactJS are never-ending. . js has become the go-to selection for several industries like IT, Healthcare, and many more. Instead, the documents can use the fields and structures that build the most sense for every application. Be it web development or mobile application development, developers intimate with JavaScript can effortlessly learn ReactJS. We teach you how to unleash the power of MongoDB in incorporating data, performing real-time analytics, managing content, and several other functions.

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

    Ayyadurai

    Mobile: +91 9895490866
    Location: Tamil Nadu, Online (Bhubaneswar)
    Qualification: m.sc electronics

    Experience: I have 7 years experience graphic design  more..

    Khush

    Mobile: +91 98474 90866
    Location: Maharashtra, Online (Bhubaneswar)
    Qualification: BE CSE

    Experience: I am skilled asp net core software developer having worked in competitive startup environment I believe I can play significant  more..

    Madhukar

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

    Experience: Hi having 1 3 years of experience in Manual testing with banking domain with soap api tool |   more..

    Rahul

    Mobile: +91 98474 90866
    Location: Uttar Pradesh, Online (Bhubaneswar)
    Qualification: B.tech computer science

    Experience: Manual testing jmeter postman SQL  more..

    Fathima

    Mobile: +91 91884 77559
    Location: Kerala, Online (Bhubaneswar)
    Qualification: MSc.Computer Science

    Experience: Software testing;manual and automation testing selenium with java PHP Jmeter jira postman soapui etc  more..

    Subashchandrabose

    Mobile: +91 8301010866
    Location: Tamil Nadu, Online (Bhubaneswar)
    Qualification: MCA

    Experience: HTML CSS bootstrap angular sql python  more..

    Guhan

    Mobile: +91 98474 90866
    Location: Erode, Online (Bhubaneswar)
    Qualification: B. Sc computer science

    Experience: WordPress HTML Css Php Java script Photoshop Illustrator I have 2 years experience in WordPress development | Resume for   more..

    Bishnupriya

    Mobile: +91 98474 90866
    Location: Odisha, Online (Bhubaneswar)
    Qualification: Bachelor's in Computer Application

    Experience: Skills: Java Selenium SQL Automation testing Manual Testing I have 2years of experience as a System Associate in Infosys I  more..

    Naresh

    Mobile: +91 9446600368
    Location: Chennai, Online (Bhubaneswar)
    Qualification: B.E

    Experience: 1 year experience in SEO Executive 6month experience in Email marketing Skill: On page SEO OFF page SEO Technical SEO  more..

    Afeefa

    Mobile: +91 91884 77559
    Location: Malappuram, Online (Bhubaneswar)
    Qualification: BCA

    Experience: Python full stack developer  more..

    Sunny

    Mobile: +91 91884 77559
    Location: Kolkata west bengal, Online (Bhubaneswar)
    Qualification: Bsc honours zoology

    Experience: Software design image editor graphic artist trainer in charge image analyst and qc expert ms office 365 and basic computer  more..

    Navaneeth

    Mobile: +91 9895490866
    Location: Kerala, Online (Bhubaneswar)
    Qualification: Bachelor of Commerce

    Experience: Dart Flutter Firebase Riverpod State Management I have been working as a intern in a IT firm and I have  more..

    Akanksha

    Mobile: +91 8301010866
    Location: Delhi, Online (Bhubaneswar)
    Qualification: M. Des

    Experience: Skills:- Social media posts Motion graphics Logo design Branding Brochure Flyer Poster design Print media design Catalog design Info graphics  more..

    AYSHA

    Mobile: +91 8301010866
    Location: Karnataka, Online (Bhubaneswar)
    Qualification: B.E (CIVIL ENGINEERING)

    Experience: Experienced AutoCAD Detailer with a focus on modular building systems (MBS) projects Skilled in creating detailed technical drawings and plans  more..

    Diksha

    Mobile: +91 91884 77559
    Location: Maharashtra, Online (Bhubaneswar)
    Qualification: Btech

    Experience: C c++ python web development by youtube Time management documentation  more..

    Shaik

    Mobile: +91 91884 77559
    Location: Andhra Pradesh, Online (Bhubaneswar)
    Qualification: BTech

    Experience: Java python Html Css Mysql  more..

    Vishawjeet

    Mobile: +91 8301010866
    Location: Punjab, Online (Bhubaneswar)
    Qualification: Bachlors in B.C.A

    Experience: I have an experience of tution more then 3 years I have giving tutions to students of class 5th to  more..

    Iqbal

    Mobile: +91 98474 90866
    Location: Punjab, Online (Bhubaneswar)
    Qualification: Graduate degree

    Experience: Dear Sir or Madam I am writing to express my strong interest in the IELTS Trainer position with your esteemed  more..

    rohit

    Mobile: +91 9895490866
    Location: Himachal Pradesh, Online (Bhubaneswar)
    Qualification: graduation

    Experience: Crafting visually captivating websites and seamlessly blending dynamic content with sleek design is my forte From pixel-perfect layouts to engaging  more..

    Shambhu

    Mobile: +91 9446600368
    Location: Sasaram, Online (Bhubaneswar)
    Qualification: 10th pass

    Experience: I do logo design and poster design and video design and all canva design Experience  more..

    Aparna

    Mobile: +91 89210 61945
    Location: kerala, Online (Bhubaneswar)
    Qualification: mtech in machine learning

    Experience: i have 10 years of experience in software industry and as of now working as data scientist and i have  more..

    Subhash

    Mobile: +91 98474 90866
    Location: Kalol, Online (Bhubaneswar)
    Qualification: BE(COMPUTER ENGINEERING)

    Experience: I have 1 year and 7 months experience in python development as trainer I work with BrainyBeam technology pvt ltd  more..

    Anil

    Mobile: +91 9446600368
    Location: Kerala, Online (Bhubaneswar)
    Qualification: Msc Computer Science

    Experience: Highly motivated and detail-oriented software developer with a Master's degree in Computer Science 6 months Internship Experience in Flutter Proficient  more..

    Salmanul

    Mobile: +91 91884 77559
    Location: Kerala, Online (Bhubaneswar)
    Qualification: Bsc

    Experience: Django python React AWS java script   more..

    Abhishek

    Mobile: +91 9446600368
    Location: Uttar Pradesh, Online (Bhubaneswar)
    Qualification: Btech CSE

    Experience: Dynamic and adaptable Computer Science student skilled in problem-solving versatile in technology and adept at collaborative teamwork Committed to continual  more..

    Shruti

    Mobile: +91 91884 77559
    Location: Haryana, Online (Bhubaneswar)
    Qualification: BCA + Graphic designing

    Experience: Ms excel ms word communications strategy and leadership photoshop illustrator ui ux webdeveloper (wordpress) logical reasoning mathematics (5th to 10th)  more..

    Shivaprasad

    Mobile: +91 8301010866
    Location: Karnataka, Online (Bhubaneswar)
    Qualification: Diploma in computer science

    Experience: Skills- Hardware and networking programming language in C web development and others Experience - Hospital field work ( XRAY Machine  more..

    SEETHALA

    Mobile: +91 91884 77559
    Location: Kannur, Online (Bhubaneswar)
    Qualification: Bachelor of Computer Application

    Experience: Selenium webdriver Manual testing Testcases Java Sql Python Jmeter Postman JunitApplication for Software Testing  more..

    Booshidha

    Mobile: +91 98474 90866
    Location: Tamil Nadu, Online (Bhubaneswar)
    Qualification: bsc . computer science

    Experience: technical skills are in python   more..

    J.

    Mobile: +91 9895490866
    Location: Andhra Pradesh, Online (Bhubaneswar)
    Qualification: Btech

    Experience: I am a Fresher and i have some knowledge on basics on vmware python and java  more..

    Pranav

    Mobile: +91 98474 90866
    Location: Maharashtra, Online (Bhubaneswar)
    Qualification: Diploma in interior design & decoration GOVT.

    Experience: I am an experienced Interior Designer with 3 years of professional experience and a diploma in interior design I have  more..

    Gayathri

    Mobile: +91 9895490866
    Location: Andhra Pradesh, Online (Bhubaneswar)
    Qualification: B. Tech

    Experience: I am having the full stack skills where I learnt from python full stack training Hence I can develop front  more..

    HARITHA

    Mobile: +91 9446600368
    Location: Karnataka, Online (Bhubaneswar)
    Qualification: Bachelor of Engineering

    Experience: Manual testing SQL Python Selenium C++ I am fresher but I have hands-on experience in software testing   more..

    Rajkumari

    Mobile: +91 91884 77559
    Location: Maharashtra, Online (Bhubaneswar)
    Qualification: MSC computer science

    Experience: Html css bootstrap flutter dart javascript json |   more..

    Nancy

    Mobile: +91 9446600368
    Location: Thrissur, Online (Bhubaneswar)
    Qualification: MCA

    Experience: Completed my python course on 2021 November Currently I am working for Altos technologies as a python developer Application for  more..

    Poonam

    Mobile: +91 9895490866
    Location: Maharashtra, Online (Bhubaneswar)
    Qualification: B.E.(CS)

    Experience: I have an experience in wordpress technlogy I am good team leader I have knowledge of both front-end and backend  more..

    RISHI

    Mobile: +91 89210 61945
    Location: Delhi, Online (Bhubaneswar)
    Qualification: Master of Science in Mathematics

    Experience: I have strong expertise across a wide range of mathematics topics including algebra calculus geometry statistics and more I adapt  more..

    Bina

    Mobile: +91 98474 90866
    Location: Uttar Pradesh, Online (Bhubaneswar)
    Qualification: Masters in English

    Experience: 7 reasons why I stand apart as an IELTS Trainer 1 Within 10 minutes of a talk with a student  more..

    Mayank

    Mobile: +91 98474 90866
    Location: Jabalpur , Online (Bhubaneswar)
    Qualification: Bca

    Experience: I have skills like python dsa SQL html css bootstrap Application for Python Django  more..

    Manish

    Mobile: +91 91884 77559
    Location: Lucknow UP India , Online (Bhubaneswar)
    Qualification: B.tech

    Experience: 1)1 3 year of design experience 2) Canva 3) Adobe Photoshop 4) Adobe Illustrator 5) Digital art 6) Graphic design  more..

    GOPINADH

    Mobile: +91 8301010866
    Location: Telangana, Online (Bhubaneswar)
    Qualification: MA

    Experience: AWS DevOps tools apache tomcat K8s Terraform python  more..

    vaishali

    Mobile: +91 8301010866
    Location: Vadodara , Online (Bhubaneswar)
    Qualification: bachelor of architecture

    Experience: logo design poster & post making Digital marketing video editing and other   more..

    Soni

    Mobile: +91 89210 61945
    Location: Ranchi, Online (Bhubaneswar)
    Qualification: Pursuing MCA

    Experience: I hope this message finds you well I'm recognised as a full stack developer I believe that my skills and  more..

    Manju

    Mobile: +91 91884 77559
    Location: Trivandrum, Online (Bhubaneswar)
    Qualification: Bachelor of engineering in computer science

    Experience: Html css javascript jquery bootstrap angular js node js python djangoApplication for Python Django  more..

    Sri

    Mobile: +91 9446600368
    Location: Hyderabad , Online (Bhubaneswar)
    Qualification: B.tech

    Experience: Django python java spring boot sql NET C#Application for Python Django  more..

    pramod

    Mobile: +91 91884 77559
    Location: Kerala, Online (Bhubaneswar)
    Qualification: diploma

    Experience: Autocad excel Expert in interior design and architectural drawings  more..

    Krishna

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

    Experience: My name is KrishnaRS and I'm a BCA graduate I'm passionate about software development and have strong skills in Python  more..

    Himabindu

    Mobile: +91 9895490866
    Location: Andhra Pradesh, Online (Bhubaneswar)
    Qualification: BE- Electronics and communication engineering

    Experience: Done internship on User interface and user experience full stack web development python  more..

    Kuldeep

    Mobile: +91 9446600368
    Location: Madhya Pradesh, Online (Bhubaneswar)
    Qualification: Graduation

    Experience: My name is Kuldeep Rathore I'm a React JS developer I've 2+ years of development Experience and have a strong  more..

    Surya

    Mobile: +91 91884 77559
    Location: Coimbatore , Online (Bhubaneswar)
    Qualification: B E

    Experience: Artificial Intelligence and Machine Learning Catia V5 - 2D 3D Modelling and Part design Advance python Django & Flask Corel  more..

    ARATHI

    Mobile: +91 8301010866
    Location: MYSORE , Online (Bhubaneswar)
    Qualification: BCom

    Experience: basic computer DTP & Canva Design 1 years experience print media solution ( private company) in Canva design  more..

    Venkata

    Mobile: +91 8301010866
    Location: Andhra Pradesh, Online (Bhubaneswar)
    Qualification: BTECH

    Experience: Python Developer Sql odoo xml plsql  more..

    Pratik

    Mobile: +91 89210 61945
    Location: Maharashtra, Online (Bhubaneswar)
    Qualification: B. E

    Experience: Manual testing functional testing api testing automation testing  more..

    Mohd

    Mobile: +91 91884 77559
    Location: Uttar Pradesh, Online (Bhubaneswar)
    Qualification: 12th

    Experience: I have a 2 years experience in graphic design and My skills in Corel draw & Adobe illustrator & Adobe  more..

    Muskan

    Mobile: +91 9446600368
    Location: Ambala cantt, Online (Bhubaneswar)
    Qualification: Bachelor

    Experience: Images anniomation Beginner for canva designs Microsoft Excel powerpoint office Good in canva design Hard+Smart work Excellent communication skills Working  more..

    Hiral

    Mobile: +91 9895490866
    Location: Gujarat, Online (Bhubaneswar)
    Qualification: BE computer engineer

    Experience: I have 1 5 years experience in software testing engineer |   more..

    Vihar

    Mobile: +91 9895490866
    Location: Gujarat, Online (Bhubaneswar)
    Qualification: Bachelor's in Information technology

    Experience: having 2 years of experience in Adobe illustrator Adobe Photoshop Canva Figma Adobe XD Belnder User experience User interface graphic  more..

    Fayas

    Mobile: +91 89210 61945
    Location: Kerala, Online (Bhubaneswar)
    Qualification: Mca

    Experience: Django python html css javascript bootstrap  more..

    venkata

    Mobile: +91 9895490866
    Location: Andhra Pradesh, Online (Bhubaneswar)
    Qualification: bachelors

    Experience: i have done outpass system in my college as web design and data base after that i create the website  more..

    rachana

    Mobile: +91 98474 90866
    Location: Maharashtra, Online (Bhubaneswar)
    Qualification: BE Eletrical engg

    Experience: I bring 2 years and 8 months of solid experience in Python development with a strong focus on creating scalable  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 bhubaneswar
    Internship/projects in bhubaneswar
    Internship/projects in bhubaneswar
    Internship/projects in bhubaneswar
    Internship/projects in bhubaneswar
    Internship/projects in bhubaneswar
    Internship/projects in bhubaneswar
    Internship/projects in bhubaneswar
    Internship/projects in bhubaneswar
    Internship/projects in bhubaneswar
    Internship/projects in bhubaneswar

    Trained more than 10000+ students who trust Nestsoft TechnoMaster

    Get Your Personal Trainer