-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
56 lines (55 loc) · 3.57 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"><meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Webox | Sammy</title>
<link rel="stylesheet"href="styles1.css">
</head>
<body>
<div class="hero">
<nav>
<img src=".\img\my_logo.png" class="logo">
<ul>
<h3>
<li><a href="./index.html" class="underline">HOME</a></li>
<li><a href="about.html" class="underline">ABOUT</a></li>
<li><a href="projects.html" class="underline">WORK</a></li>
<li><a href="http://bit.ly/3xcRgwr" class="underline">HIRE ME</a></li>
</h3>
</ul>
</nav>
<div class="detel">
<p> Hello, Samarth Sarvade here. Well, I have enrolled for my BTech in
N. K. Orchid College of Engineering and Technology, Solapur. Basically
I'm an E&TC student studing in Second Year but, I'm also interested in the software
field especially into google cloud. . I am proficient in coding and have expertise in languages such as C,
C++, Java, and Python, with front-end development experience in HTML, CSS, and JavaScript.
My interests lie in Cloud and Flutter, and I attended the Google Devfest 2022 in Belgaum to deepen
my understanding of these technologies in which flutter, kubernetes
and Al were the main parameters to understand.. I have also participated in various events by Google,
including the Google Cloud Ready Facilitator Program, Google Cloud Practitioners Pathway Program,
and Arcade events, to gain hands-on experience in Google Cloud. I am currently serving as the Technical Lead
for E-Cell IIT Bombay at our institute and the Energy Swaraj Warrior, where I represented 1500 students on our
campus.
<br>Additionally, I am the Technical Member of the AEXS committee at our institute, where we regularly conduct events.
Recently, I led a hackathon with 1000+ participants as part of the E-Sparks 2022 event. My expertise also extends
to Data Analytics and DevOps, which I have honed through my experience and learning.
At present, I would be totaly concentrating on skill improvements in Core Java Programming.
Recently, I was able to crack AZ-400 Exam which is been conducted by Microsoft Learn, into which
designing and implementing microsoft devops solutions which I get to learn. While, Microsoft Learn is the best
platform to learn about azure, cloud, dynamics, etc. I am fond of Google Cloud Concole too.
<br>Well, I also complete various badges for e.g. Cloud Engineering is the Path which is the beast away experience into
the ferm of cloud. Recently I even attended Google Devfest carried out by techiz og GDG Belgaum. Here, I got a lot
experience ot boost up my skills into challenging fields such as Flutter, AI & ML, some cloud related grooms as Kubernets, etc.
Here, at ending I would like to mention that Learing is Infinite, there are inumrous of things
to surf on and get to know.. Thankyou..
</p>
</div>
</div>
<div class="images">
<img src=".\img\sign_up.png" class="shape">
</div>
</div>
</body>
</html>