-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathresume.html
50 lines (50 loc) · 2.12 KB
/
resume.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Resume</title>
<style>
.content {
max-width: 500px;
margin: auto;
}
</style>
</head>
<body>
<div class="content">
<h2 style="text-align: center;">RAVITEJA GORIJALA</h2>
<p style="text-align: center;">Los Angeles based Web Developer</p>
<p style="text-align: center;">[email protected] | github.com/rtg0795</p>
<h3>OBJECTIVE</h3>
<p>Back-end focused full stack developer with an eye for smooth performance and balanced secure web applications.</p>
<h3>HIGHLIGHTS</h3>
<p>2 years of experience
<ul>
<li>•In building and testing REST and GraphQL APIs using Python (Django).</li>
<li>•In developing, deploying and maintaining apps in PaaS model.</li>
<li>In debugging and writing reusable components.</li>
</ul>
</p>
<h3>WORK HISTORY</h3>
<h4>Back-end Developer, Software Solutions and Services, India [2017 –Present]</h4>
<p>
<ul>
<li>•Involved from product prototyping, designing through development, testing and production.</li>
<li>•Responsible for developing reusable components that seamlessly work in Python and Django</li>
<li>•Experience in working with team of 4 people for clients based in US, Australia and India.</li>
</ul>
</p>
<h3>TECHNICAL SKILLS</h3>
<p>HTML, CSS, Python, Javascript, Bootstrap, Git, SQL, JSON, MongoDB, Django, GraphQL, NodeJS, AWS, Heroku, PaaS, Linux, Ubuntu.</p>
<h3>EDUCATION</h3>
<p>
<ul>
<li><b>MS in Computer Science</b>[2018 - May 2020; GPA 3.5] CSU Channel Islands, California</li>
<li><b>BS in Computer Science</b>[2013 - 2017; CGPA: 8.1] Techno India University, Kilkata, India</li>
</ul>
</p>
</div>
</body>
</html>