-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
110 lines (110 loc) · 4.39 KB
/
index.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Resume</title>
</head>
<body>
<h1>Abhiraj Damodare</h1>
<img src="Abhi.JPG" width = 200 alt="Abhi photo">
<h2>Summary</h2>
<p>Organized and self-motivated software engineer graduate with 2+ years combined internship
and professional experience. Fluent in .Net C#, SQL, Python, JavaScript, and CSS programming languages.
Possess practical working knowledge of relational databases using PostgreSQL, SQL Server, Cloud
Development, and Agile Development. Constantly updating personal and professional technical
skills with complementary collegiate courses and online bootcamps. Reliable and responsible
team player.
</p>
<hr/>
<h2>Education</h2>
<p>
<ul>
<li>Bachelor Degree: Computer Engineering</li>
Mumbai University (MU) - Mumbai, India
<li>Diploma: Civil Engineering</li>
Maharashtra State Board of Technical Education (MSBTE) - Mumbai, India
<li>SSC</li>
I.E.S Katrap High School - Mumbai, India
</ul>
</p>
<hr/>
<h2> Work Experience</h2>
<p>
<ul>
<li>Software Engineer</li>
<ul>
<li>Developed and maintained web applications using .Net C#, SQL, JavaScript, and CSS</li>
<li>Designed and implemented relational databases using PostgreSQL and SQL Server</li>
<li>Participated in Agile Development and Scrum meetings</li>
<li>Collaborated with team members to develop and maintain web applications</li>
</ul>
<li>Intern</li>
<ul>
<li>Developed and maintained web applications using .Net C#, SQL, JavaScript, and CSS</li>
<li>Designed and implemented relational databases using PostgreSQL and SQL Server</li>
<li>Participated in Agile Development and Scrum meetings</li>
<li>Collaborated with team members to develop and maintain web applications</li>
</ul>
</ul>
</p>
<hr/>
<h2>Skills</h2>
<p>
<ul>
<li>.Net C#</li>
<li>SQL</li>
<li>Python</li>
<li>JavaScript</li>
<li>CSS</li>
<li>PostgreSQL</li>
<li>SQL Server</li>
<li>Cloud Development</li>
<li>Agile Development</li>
</ul>
</p>
<hr/>
<h2>Projecta</h2>
<p>
<ul>
<li>Project 1</li>
<ul>
<li>Developed and maintained web applications using .Net C#, SQL, JavaScript, and CSS</li>
<li>Designed and implemented relational databases using PostgreSQL and SQL Server</li>
<li>Participated in Agile Development and Scrum meetings</li>
<li>Collaborated with team members to develop and maintain web applications</li>
</ul>
<li>Project 2</li>
<ul>
<li>Developed and maintained web applications using .Net C#, SQL, JavaScript, and CSS</li>
<li>Designed and implemented relational databases using PostgreSQL and SQL Server</li>
<li>Participated in Agile Development and Scrum meetings</li>
<li>Collaborated with team members to develop and maintain web applications</li>
</ul>
</ul>
</p>
<hr/>
<h2>References</h2>
<p>
<ul>
<li>Reference 1</li>
<ul>
<li>Ashish Salve</li>
<li>Software Engineer</li>
<li>LinkedIn: <a href="https://www.linkedin.com/in/ashish-salve-606955111/">Ashish Salve</a></li>
</ul>
</ul>
</p>
<hr/>
<h2>Contact</h2>
<p>
<ul>
<li>Email:
<a href="mailto:[email protected]">[email protected]</a>
</li>
<li>Phone: +91 8208547903</li>
<li>LinkedIn: <a href="https://www.linkedin.com/in/abhiraj-damodare/">Abhiraj Damodare</a></li>
</ul>
</p>
</body>
</html>