-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
115 lines (109 loc) · 4.14 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
111
112
113
114
115
<html>
<head>
<link href="style.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<title>Rama Prasad resume</title>
</head>
<body>
<header id="header">
<!-- resume header with your name and title -->
<h1>Rama Prasad</h1>
<hr>
Software Engineer
<hr>
</header>
<main>
<article id="mainLeft">
<section>
<h2>CONTACT</h2>
<p>
<i class="fa fa-envelope" aria-hidden="true"></i>
<a href="mailto:[email protected]">Gmail</a>
</p>
<p>
<i class="fab fa-github" aria-hidden="true"></i>
<a href="https://github.com/Rio-lit">GitHub</a>
</p>
<p>
<i class="fab fa-linkedin" aria-hidden="true"></i>
<a href="https://www.linkedin.com/in/rama-p-6230711b4/">Linkdin</a>
</p>
<!-- contact info including social media -->
</section>
<section>
<h2>SKILLS</h2>
<!-- your skills -->
<p>Python Scripting & Automation,
GitHub,
C++,
HTML/CSS,
ServiceNow,
BMC Remedy,
MS Office (Excel, Word,
Powerpoint),
Azure, Aws</p>
</section>
<section>
<h2>EDUCATION</h2>
<!-- your education -->
<h3>Bachelor of Technology </h3>
<p>
Bhilai Institute of Technology
(CSVTU)
</p>
<p>
2018-2022
</p>
</section>
<section>
<h2>CERTIFICATIONS</h2>
<!-- your skills -->
<ul>
<li>AZ-900 : Microsoft Azure Fundamentals</li>
<li>CLF-01 : AWS Cloud Practitioner</li>
<li>Google Cloud Platform Fundamentals: Core Infrastructure</lili>
</ul>
</section>
</article>
<article id="mainRight">
<section>
<h2>ABOUT</h2>
<!-- about you -->
<p>Seeking a
challenging role where I can
leverage my skills in Python
scripting, data analysis, and server
optimization to drive meaningful
impact and contribute to a dynamic
team environment</p>
</section>
<section>
<h2>WORK EXPERIENCE</h2>
<!-- your work experience -->
<h3>Web Developer Intern</h3>
<p>
Aadi Foundation | 2024 - present
</p>
<p>
Created and maintained web application
</p>
<h3>Software Engineer</h3>
<p>
Atos Global | 2022 - 2023
</p>
<p>
Perform data analysis and server optimization.
Created, tested, and deployed applications on custom hardware.
</p>
<ul>
<li>Utilized advanced monitoring tools and scripting for realtime server health analysis.</li>
<li>Conducted data analysis using Python libraries to identify trends, and optimization opportunities.</li>
<li>Automated routine maintenance tasks, reducing manual
effort and errors and incorporated python for data
processing.</li>
</ul>
</section>
</article>
</main>
</body>
</html>