0% found this document useful (0 votes)
106 views18 pages

Re Level Course Brochure

The document provides an overview of the Relevel Backend Development course by Unacademy. The 3 month course will teach students backend development through building web applications and learning data structures and algorithms. Students will learn from expert instructors and have career support including mentoring and scholarships. The course aims to help students start their careers as backend developers regardless of their background.
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)
106 views18 pages

Re Level Course Brochure

The document provides an overview of the Relevel Backend Development course by Unacademy. The 3 month course will teach students backend development through building web applications and learning data structures and algorithms. Students will learn from expert instructors and have career support including mentoring and scholarships. The course aims to help students start their careers as backend developers regardless of their background.
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/ 18

Backend

Development

Table of
Contents
i About Revel by Unacademy

Why become a Backend Developer?

? Why Relevel Courses?

Is this for You?

Classes by Experts

Learn from Industry Leaders

Curriculum Snippet

Placement and Career Support

Testimonials

Course Details
About Relevel
by Unacademy

The coming decade is one of immense opportunity for India with a majority
of our population under the age of 35 and the growing proliferation of global
technology.

For a long time, India was known as the land of outsourced opportunities.
The past decade however has shown that Indians can build global products
and businesses. This is expected to grow manifold in the coming years
provided we solve for one crucial element - skilled talent.

Today, there is a massive divide between aspirants looking for the right
opportunities on one side, and companies vying for the best talent on the
other. Historically exposure to opportunities has been defined by one’s
college, degree, or who they already knew in the industry. The events over
the last year have only made the situation worse.

We believe it is high time that this changes for good! We believe that hiring
should depend only on your capabilities and skills, not your college degree.

Being India’s Largest Learning Platform, democratizing knowledge and


access is a core tenet of the Unacademy Group. We are now extending that
to opportunities through Relevel by leveling the playing field for millions of
Indians. We imagine a future where candidates have a transparent path to
the career of their dreams.

At Relevel, we believe your history doesn’t matter. Your skills do. Your
network doesn’t matter. You do!

All the best. We know you can crack it!

Why become a
Backend
Developer?
Every business is moving online today in order to reach more customers.

From using Swiggy to order food, Flipkart for almost everything else and
Paytm to transact for all of this, technology has become an integral part of
our daily lives across the last decade.

Developers are the heroes who spearheaded this. And we don’t see that
changing in the future!

Backend Developers ensure that a product is working as intended. They


define the functioning of the product.

If solving problems logically and building scalable systems excites you, a


career in Backend Development might just be what you’re looking for! With
Relevel Courses, you can now explore exactly what that will look like.
Why Relevel
Courses?

325 hours of Live Learning 5 End to End Web


Apps

1:1
Learn from the best in the 1:1 Placement Mentoring
industry

Hackathon like coding Merit-based


contests scholarships
Is this for

You?

If you’re looking to start your career as a

Backend Developer, or just pick up the

necessary skills, you have come to the right

place!

CSS
Classes by
Experts

Nayanava De Triveni Mahatha


SDE II, Microsoft Engineering Manager, Rippling

Riya Bansal Arnab Chakraborty


SE, Microsoft Technical trainer with 27+
years of experience

Vishwa Mohan Sanket Singh


Staff Engineer, LinkedIn Top Educator- CP, Unacademy
Learn from
Industry Leaders

Nitish Jha Shubham Nayyar


Head of Engineering, GoJek AVP Technology, OYO

Raghu Krishnananda Venkatesh Narayanan


CTO, Myntra Principal Engineering Manager, Microsoft

Sivaramakrishnan
Gaurav Bagga
Narayanan Head of Engineering & Product,

Co-founder & CTO, Fyle Pristyn Care


Curriculum
Snippet
Module 1
Learn the basics of DSA
8 weeks

1 Conditional Statements
Problem solving using conditional statements like if, else and nested if

2 Loops and Palindromes


Problem solving using loops and palindromes.

3 Arrays
Problem solving using arrays.

4 Time and space complexity


Problems on time and space complexity. Calculate the time complexity of a given
piece of code.

5 1D Arrays
Problems on 1D arrays. Devise various approaches for calculating Prefix subarray
and max subarray sum

6 2D Arrays
Problem solving using 2D arrays. Apply various traversal and search techniques for
the 2 Dimensional arrays

7 Sorting Problems
Problem Solving using selection sort and bubble sort. Sort any data structure via
analyzing best fit algorithm for sorted and unsorted arrays

8 Sorting Problems
Problem solving using Merge sort. Dive into the time complexity analysis of the
algorithm and calculate best case and worst case efficiency of the algorithm
Module 1
Building an ecommerce website
8 weeks

1 Introduction to JavaScript, Arrays, Strings, Classes, Loops


Countdown Timer App, Notes App. Problem solving using conditional
statements.

2 Intro to Node.js, npm, node event loops, frontend and backend codebase
Home page with product details, countdown apps, and animations. Problem solving
using loops and palindromes.

3 Authentication & Security, Generating Authentication Tokens, JWT


Designing the database to capture user login and capture product information.
Problem solving using arrays.

4 Sorting, Pagination, Filtering, Callback chaining


Designing the database to capture an array of product cards displayed. Problems
on time and space complexity.

5 Redis, MySQL, Creation and storage of events


Add Products to Cart, Events Tracking on each page. Problems on 1D arrays.

6 Introduction to System Design Queuing, database structuring


in case of increased load
Login module and Product Details Page handling for 1 million users and
products. Problem solving using 2D arrays.

7 Database querying, indexing, sorting


Product Details Page - Search and Filter functionality for 1Mn users. Problem solving
using binary trees.

8 Deploying the app, test functionalities


Intro to github, repository creation, Hosting on Heroku. Problem solving using
dynamic programming.
Module 2

Learn advanced DSA


8 weeks

1 Sorting Problems

Problem solving using Quick Sort. Dive into the time complexity analysis of the

algorithm and calculate best case and worst case efficiency of the algorithm

2 Binary Search

Problem solving using binary search. Employ 3 most used search techniques to

locate values in sorted and unsorted arrays

3 Binary Search

Problem solving using binary search. Optimse the various search techniques to find

the maxima and minima of an array and find the particular number in an array

4 Stacks and Queues

Problem solving using stacks and queues. Implement queues for solving the sliding

window, task scheduling problems

5 Linked Lists

Solve classical linked list implementation problems. Solve the famous cycle

detection problem for circular linked list

6 Binary Trees

Problem solving using binary trees. Analyze use cases for balancing trees

around the diameter, detect if a tree is height balanced and implement various

weighted views in the tree

7 Binary Trees

Problem solving using binary trees. Code the algorithms for inserting, deleting, and
searching in a Binary Search Tree

8 Dynamic Programming

Problem solving using dynamic programming. Understand the class of problems


that can be solved by the dynamic programming algorithm.
Module 2

Building a CRM app


8 weeks

1 Server, routing, frontend and backend codebase, Application

requirements gathering

Home page with login, Dashboard page with navigation. Problem solving using

Quick Sort.

2 Authentication & Security, Generating, Authentication Tokens,

Database design, writing the API

Account Details Page with Permissions, All Contacts page with search and filter

feature. Problem solving using binary search.

3 Introduction to SMTP, environment variables,Socket.io

Reminders and notifications emails, chat with contacts feature. Problem solving

using binary search.

4 Graphs, Percentages, Pie charts Database design

Analytical Dashboard on Home Page, Calendar Page. Problem solving using

stacks and queues.

5 System Design, queuing, and database structuring in case of

increased load

Login module and contacts page for 1 million users. Problem solving using

linked lists.

6 Advanced system design

Task Management page for 100k tasks. Problem solving using binary trees.

Queuing
7

Invoice Generation for a contact - 1 million users. Problem solving using

binary trees.

8 Deploying the app, test functionalities

Intro to github, repository creation, Hosting on Heroku. Problem solving using

dynamic programming.
Module 3
Master DSA
8 weeks

1 Placement Preparation
Resume Building session to help you display your potential.

2 Placement Preparation
Online Profile building - LinkedIn and Github

3 Placement Preparation
Preparation on common interview questions.

4 Placement Preparation
Learn email writing and video resume creation.

5 Searching and Sorting Problems


Problem solving using searching and sorting, backtracking. Implement the solutions

for classical problems - Subsets, N-Queen problem

6 Tries and Greedy Algorithms


Advanced problems on Binary trees, tries, greedy algorithms, hashing and graphs.

7 Tries and Greedy Algorithms


Advanced problems on Binary trees, tries, greedy algorithms, hashing and graphs.

8 Dynamic Programming
Advanced problems on 1D Dynamic Programming.
Module 3

Building a movie app


8 weeks

1 Server, routing, frontend and backend codebase, Application

requirements gathering

Home page with login, Dashboard page with navigation. Resume Building

sessions.

2 Database design, Callback chaining

All movies - Product Page with category view, search and filter functionality.

Online Profile building.

3 Handling HTTP requests, writing the API

Booking flow and seat selection. Preparation on common interview questions.

4 Database design, free text handling

Cancel Booking - (soft delete, hard delete) Create your own event page -

Media + Text. Learn email writing and video resume creation.

5 System Design, queuing, and database structuring in

case of increased load

Product Booking page with calendar view and availability - for 10k theatres.

Problem solving using searching and sorting.

6 Advanced System Design

Handlling 1 million cancellations per month. Advanced problems on Binary trees,

tries, greedy algorithms, hashing and graphs.

7 Responsive Web App, Media Queries

Optimization for mobile use, Writing test cases for backend code, Peer code review.

Advanced problems on Binary trees, tries, greedy algorithms, hashing and graphs.

8 Deploying the app, test functionalities

Intro to github, repository creation, Hosting on Heroku. Advanced problems on

1D Dynamic Programming.
Placement and
Career Support
With Relevel, you can now get a job in
three simple steps

Qualify the Relevel Backend Development Test

Interview with a minimum of 5 companies

15
Receive an offer within 15 days!

DAYS
Student
Testimonials

“I was very happy with the number of interview

opportunities I got access to before landing a job.

The placement team is too good and resolve queries

in no time.”

Sohel Tamboli

Software Engineer, One Code

“Coming from a Tier-3 college, I had zero hope of

getting a good job. Thanks to the Relevel team for

making it possible for me to interview at companies

where my resume would not be accepted otherwise.”

Yahiya Mansuri

Software Engineer, Yellow AI

“The placement support at Relevel is incredible. They

put a lot of effort in scheduling interviews and getting

the right candidate the right job.”

Atharv Redij

Software Engineer, Graphy


Course

Details
Duration of the Course 6 months

Commitment Required 15 hours in a week

Course Fee INR 40,000

What are you waiting for?

Enroll Now

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy