0% found this document useful (0 votes)
155 views16 pages

Hero Vired Certificate Program On Full Stack Development Brochure

The document describes a certificate program in full stack development that provides 250+ hours of instruction over 6 months covering topics ranging from HTML, CSS, and JavaScript to databases, servers, and cloud deployment to prepare students for a career as a full stack developer. The curriculum combines live instructor-led classes, projects, and career services to equip students with the skills needed for in-demand jobs in web and mobile application development. Upon completing the program, students will have the expertise to build full-stack applications using technologies like MERN stacks and deploy their work to cloud platforms.

Uploaded by

Lucky Sharma
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
155 views16 pages

Hero Vired Certificate Program On Full Stack Development Brochure

The document describes a certificate program in full stack development that provides 250+ hours of instruction over 6 months covering topics ranging from HTML, CSS, and JavaScript to databases, servers, and cloud deployment to prepare students for a career as a full stack developer. The curriculum combines live instructor-led classes, projects, and career services to equip students with the skills needed for in-demand jobs in web and mobile application development. Upon completing the program, students will have the expertise to build full-stack applications using technologies like MERN stacks and deploy their work to cloud platforms.

Uploaded by

Lucky Sharma
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 16

You’re not made to write code,

You’re made to rewrite the future.

CERTIFICATE
PROGRAM IN
FULL STACK
DEVELOPMENT
WITH CLOUD
FOR WEB AND MOBILE

M E NT
ACE A
PL

Placement
SS
UR
N CE •

ANCE •

Assurance
RA
SU

LA
S CE
www.herovired.com
M E NT A
THE DEFINITIVE,
JOB FOCUSED ROUTE
TO LEARNING FULL
STACK DEVELOPMENT
FOR HOLISTIC WORK
GROWTH.
Powered by

This program is designed with an industry-first, project


-centric approach that equips you with tools that take you
beyond just coding and give you the requisite skillset to build
end-to-end applications.

With this program you open up your possibilities to a future


in all segments in web development, making you an asset in
one of the fastest growing professional niches in the world.
FULL STACK DEVELOPMENT
THE NO.1 EMERGING EXPERTISE

By 2024 web developer job growth


From is expected to increase by

23
million
developers today, by 2023,
27 %
*U.S. Bureau of Labor Statistics

there will be 27.7 million


*Evan Data Group

The starting salary for


a Frontend/Backend
Developer is
The average
salary for a Web
Developer is
3.5 lakh/pa
6-7lakh/pa Full Stack developer role is
the No.1 position to be
filled in 2020 according to

A Machine Learning
Engineer earns an
average salary of
38
of hiring managers.
%

6-7 lakh/pa
Forecasts indicate that
there are around

1.4 million
vacancies for Full Stack Web Development
CERTIFICATE PROGRAM IN FULL
STACK DEVELOPMENT WITH CLOUD
FOR WEB AND MOBILE

• India’s only online industry-focused, comprehensive


program (250+ hours) that integrates Full Stack Mobile
& Web App Development & Cloud Deployment

• 70-90% of the program will be in the form of live


instructor-led classes with a mentor to guide you
through

• 6 months + 3 months (Capstone Project) program


powered by Codecademy

• Deep industry connect with faculty, mini-projects,


internships and/or capstone project

• Personal branding sessions, career services and


placement assistance with 3-5 guaranteed interview
opportunities, and a placement assurance*. ( T&C apply)
*

• Access to Singularity University’s digital platform -


Abundance Digital

Eligibility: Graduation (Final year students across


disciplines can also apply)*

*Note: Students from a non-coding background will


have access to free additional Foundation classes
CURRICULUM
DURATION: 6 months + 3 months (Capstone project)
Online with Live Classes over weekends
& One mini project per topic (1 - 2 hours of effort per week) and
One capstone project (16 - 24 hours of effort) towards the end of the program

MODULE ABOUT THE MODULE LEARNING OUTCOMES

Introduction to Understand the basic idea behind What is Full Stack development? What is
Full Stack full-stack development and how it front-end and back-end development? What
differs from other programming does a Full Stack developer do and what are
paradigms the opportunities for a full-stack developer?

Building Basics of HTML, CSS and how they HTML Tags, CSS: Colour and styling,
webpages with work together to bring you beautiful Responsive Pages; DOM
HTML and CSS and fast front end experiences

Programming Get a solid foundation in programing Programming constructs such as Loops,


with in one of the most popular Full Stack Functions, etc; Errors and Debugging, Unit
Javascript programming language: Javascript Testing, Classes & OOP, server side
communication with AJAX, Manipulating
Documents using JS, using HTML, CSS, and JS
together to create fully functional front end pages

Algorithms Lay the necessary theoretical Data Structures - Stacks, Queues, Linked List,
and Data foundation for applied programming Graph; Algorithms - Searching, Sorting, Quick
Structures Sort, Graph Traversal, BFS, DFS Application

Client-side ReactJS is the next big thing in ReactJS Introduction, ES6, Virtual DOM, JSX,
programming client-side frameworks. This module React Components, React State, Lifecycle of
with ReactJS focuses on ReactJS and how it can be application, Jamming, Function Components,
used to build front-end applications and Hooks, React Router, React Testing with
and interact with backend services. Jest, Redux - Basic and introduction, Advanced
Redux, Redux Testing

MongoDB MongoDB is the most widely used MongoDB - Introduction, Setup and
NoSQL database used to store, Usage, CRUD Operations, Searching Data,
retrieve and search documents quickly Connecting with the NodeJS Backend

Web server Apply Node JS for developing Understanding Web Servers, Node.js
with NodeJS web servers essential for the Basics, Request-Response, Handling
back end Form Data, Express, REST API, Async
Programming, NPM, Express, Unit Testing

Project - MERN is Mongo Express React Node. Applying all the technologies learned so
Building It’s the most widely used stack to build far together, in order to create your first
Application with web applications. In this mini-project, full-stack application
MERN Stack students will build an end-to-end
application using the MERN stack.
MODULE ABOUT THE MODULE LEARNING OUTCOMES

SQL Understand PostgreSQL Database as SQL Databases - Introduction, setup and


Databases a relational database and how SQL usage (Postgres), CRUD operations, Filters,
Databases (PostgreSQL) are different Joins, aggregations, Data modeling,
from NoSQL Databases (MongoDB) Connecting to DB from NodeJS, Transactions
& locking, Authentication & Authorization

Authentication This module covers the core security OAuth 2.0, Passport.js, Session and Cookies,
and concept of Authentication and JWT
Authorization Authorization, necessary to build
secure applications

Python Learn Python and Python based Introduction to Python, Understand Flask
web framework flask, to use in your Framework, Database connections using
full-stack application Flask, Flask views, using Flask with ReactJS

Build a Project Choose a stack of your choice to build Learn to choose the right technologies
with a stack of an app of your choice. You can use for a project and build one using your
your choice PERN which is PostgreSQL, Express, choice of technologies
React and Node; or you can choose to
build using Flask (Python) and ReactJS

Web This module covers the types of Introduction to web security, types of
Security security vulnerabilities and how to security breaches, CSRF, XSS, SQL
protect your application against some Injection, Data Validation, and Sanitization
popular threats

Agile and Understand the core concepts of Agile Concepts, Stories, epics, tasks.
continuous managing the software development Estimation, JIRA, Bitbucket; Build and
development lifecycle, building code and deploying Deploy using Jenkins and Docker
to production environment containers respectively

Cloud Deploying application onto a cloud Cloud Architecture, Deploying in the cloud,
Deployments platform using AWS Serverless Architecture, Connecting to cloud
data sources, Introduction to load balancers,
caching and monitoring

Mobile Creating Mobile applications using Mobile Architecture, Creating React Native
Applications React Native applications, Creating PPK files, Deploying
Mobile Applications, Responsive Design,
Creating a Mobile Application with Cloud
Backend

CAPSTONE PROJECT
SAMPLE INDUSTRY
PROJECTS
Building a platform for raw data analysis with the Aerobotics
team in South Africa
Aerobatics is a company known to build intelligent tools to feed
the world, a team of agronomists, engineers, product
developers, creatives and customer service experts with a
mission is to provide our customers with intelligent tools
throughout every season, so that they can feed the world.

Automating User Interface Journey using Design Thinking


with Wyblo at Switzerland
Wyblo is an EdTech startup that developed a SaaS aimed at
creating continuous feedback loops to decrease the dropout
rate, increase the number of students at the university level
and overall, increase the quality of education. With a vision to
“Empowering education through continuous real-time
feedback loops”.

Web Development, Content Management System in JS with ,


Memomoti Luxembourg
Memomoti is an easy-to-use platform where you can add
anything you need to learn and memorize directly into a digital
game of your choice. Memomoti turns mind-numbing
repetition into a fun game that feels just like playtime.

Cloud Computing Solution with in Code4Kids South Africa


Code4Kids provides a easiest way to upskill teachers and
implement a complete coding, robotics, and IT curriculum in
classroom for ages 8-15 using real-world tools and content.

Cloud Technologies with built-in AI | Unravel ChatBot


Plug-in at , Speak Isreal
The Speak Assessment uses cutting-edge technology and
the talents of an expert linguistics team combining the
advantages of human research and AI.
KEY FACULTY PROFILES
Dipyaman Sanyal
• Doctor of Philosophy - Economics
• CFA Institute, US: Charter Holder
• Master of Science (MS), Applied Economics,
The University of Texas at Dallas

Experience
Co-Founder & CEO Adjunct Faculty Program Director
dōnō consulting Northwestern University Jigsaw Academy

Tarunbir Kalra
• Technology Products, Process Engineering and Automation
• Helping businesses achieve Efficiency and Transparency

Experience

AVP Products Engineering CTO


Xceedance Consultant Crystallise
ESW Capital

Sanjoy Paul
Tech and business Trainer, Edtech entrepreneur and Creating
Millionaire Teachers

Experience
Head of Product SR Associate Co-Founder
Retail360 Cognizant myELSA : The Complete
Ecosystem for Tutors

Shakul Malik
Python, Java, JavaScript, Advance JAVA, Docker, Jenkin,
Web services - Soap and REST/API, HTML & CSS, Trainer

Experience
Freelance Consultant Information Technology Training Consultant
Primed Talent Tata Consultancy Services
LEARNING
HOURS

COURSE LIVE ONLINE


LIVE CLASSES
DURATION DURATION
Live Connects Live Lab Time
Total Weekly Total Weekly

6 54
Hours Hours Hours Hours

105 4 59 2
Months Days 2 hours
(27 weeks) (Sat, Sun)

SELF LEARNING HOURS SELF


(Live Connect +Live Lab Time
Self - Paced + Self Paced) Self - Work
Total Weekly Total Weekly Total Weekly
Hours Hours Hours Hours Hours Hours

52 2 216 8 78 3

TOTAL EFFORT
(Learning Hours + Self Work) 294 Hours
TOTAL
WEEKLY EFFORT 11 Hours
Your
Learner
Success Industry Faculty
Learners will have the opportunity to

Story interact with domain experts from


across industries through regular
faculty lectures, industry sessions and
networking opportunities.

Integrated Mini-Projects
All learners will work on multiple
domain-focused real world projects that
will be spread out over the span of the
program with expert mentoring and
guidance sessions.

Internship or Industry Project


Every learner will have the opportunity
to gain industry experience with
specialisation-focused long-term projects
of 6-8 weeks with a personal assigned
mentor and an industry guide.

Personalised Career Services


Each learner will work with an assigned career
specialist from the Learner Success team to
build out their personal and professional
brand, prepare and work on their presentation,
interviewing and communication skills.
CERTIFICATION
On the successful completion of this program, you will be eligible for:

• Hero Vired Certificate powered by Codecademy

powered by

ate
e r t
C E RT I F I C A T E of A C H I E V E M E N T
ific
p l e C This is to certify that

m
Name Surname

Sa has successfully completed


CERTIFICATE PROGRAM IN FULL STACK DEVELOPMENT WITH CLOUD FOR WEB AND MOBILE

June 2021-March 2022

Dipyaman Sanyal Akshay Munjal


Academic Director Unique Certification Number CEO

*Certificates are indicative and are subject to change


ABOUT

Since 2011, Codecademy has empowered over 45


million people in 190 countries to unlock their personal
and professional potential through coding. To date,
Codecademy has raised $42.5 million to make its vision
of providing an accessible, flexible, and engaging online
education a reality. Codecademy also works with
businesses like Facebook and IBM to help teams
expand their skills and increase employees' confidence.
Codecademy has partnered with governments including
the USA, UK, Brazil, Argentina, and others, and has also
worked with companies like Google and Amazon to
create curriculum.

All Hero Vired learners will have access and


membership to Singularity University’s digital platform
– Abundance Digital; where you can join cutting-edge
webinars with the world’s greatest leaders in innovation
and technology, have access to learn more about
futuristic technologies, and be a part of a dynamic
community to help in building your entrepreneurial
vision and/or designing your career and future.
WHY 1
VIL – Vired Integrated Learning
Comprehensive professional

VIRED?
development through
measurable transformation

Hero Vired is a premium


learning experience, offering
industry relevant programs
and world class partnerships,
2
VIR - Vired Industry Ready
‘Industry relevant focus’-
from the industry, of the
industry, for the industry
to create the change makers

3
of tomorrow.

With a goal to make learning I Vired – Vired Personalised


a continuous endeavour, Training
Vired offers a holistic Personalised & high- engagement
experience that is applied, learning experience
real-time and engaging.

4
At Hero Vired, we believe
everyone is made for big Vired Connect
things. With the experience, Premium access to international
knowledge and expertise of learning experiences
the Hero Group, Hero Vired is

5
on a mission to change the
way we learn.
Virednomics
Academic Bank of Credits
towards future learning in India
& across the world

6
Vired Globally
Recognised certification
from the world’s premium
institutions
OUR PARTNERS
THE HERO GROUP IN EDUCATION
The Hero Group has made significant contributions in the field of
K12, medical education and higher education.

IN PRIMARY AND HIGHER SECONDARY EDUCATION

Raman Munjal BCM Chain Green Meadows


Vidya Mandir of Schools School

IN HIGHER EDUCATION

ISB Founding BML Munjal Dayanand Medical


Members University College & Hospital

THE HERO STORY


The Hero Group is one of the leading business conglomerates in the world.
The company saw its humble beginning in 1956 when the four Munjal brothers
migrated to Ludhiana from Kamalia (now in Pakistan). As first-generation
entrepreneurs, they started out by manufacturing bicycle components and then
rapidly expanding the business. From there, they continued their growth story
by diversifying and deepening their expertise across domains.

Today, the US $5 billion diversified Hero Group is a conglomerate of Indian


companies with primary interests and operations in automotive
manufacturing, financing, renewable energy, electronics and education.
#getvired

Want more information on this program?


Reach us at 1800 309 3939 | Visit us at www.herovired.com

You might also like