-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
281 lines (270 loc) · 16.2 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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
<html lang="en">
<title>Juhi Chaudhari</title>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://kit.fontawesome.com/e64389b91a.js"></script>
<link rel="stylesheet" href="styles.css">
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
/>
</head>
<body>
<section id="top">
<header>
<div class="container">
<nav id="top-nav">
<ul>
<li class="push"><a href="https://juhichaudhari.github.io" class="logo">J</a></li>
<li><a href="#about-section">About</a></li>
<li><a href="#projects">Projects</a></li>
</ul>
</nav>
</div>
</header>
</section>
<section id="landing-page">
<div class="computer">
<div class="screen">
<p>public class HelloWorld <br>
{ <br>
<span class="tab">public static void main(String args[])</span> <br>
<span class="tab"></span>{ <br></span>
<span class="tab2">System.out.println("Hello, World");</span> <br>
<span class="tab">} <br></span>
}<br></p>
</div>
<div class="key">
<div class="button"></div>
</div>
<div class="stand"></div>
<div class="bottom-stand"></div>
</div>
</section>
<section class="container-about" id="about-section">
<div id="my-picture">
<img src="pictures/IMG_8210.PNG" alt="My Picture" class="my-picture">
</div>
<div id="about-me">
<h2>About me</h2>
<p ><i class="fas fa-hand-sparkles"></i> Hello, I am Juhi Chaudhari.</p>
<p><i class="fas fa-user-graduate"></i> I will be graduating with Bachelor's in Computer Science from
<a href="https://www.njit.edu/" target="_blank">New Jersey Instituiton of Technology </a>in December 2021.
</p>
<p><i class="fas fa-laptop-house"></i> Currently, I am a Software Engineer Intern at
<a href="https://maps.trimble.com/" target="_blank">Trimble MAPS</a>.</p>
<p><i class="fas fa-laptop-code"></i> My career goal is to work as a Software Engineer with a diverse team.
I hope to be a valuable addition to an organization with a mission to create a long-lasting positive impact
for their customers.
</p>
<a href="mailto:[email protected]" class="btn">Connect With Me</a>
</div>
</section>
<section id="skills">
<div class="skills-container">
<h1>My skills include:
<span class="txt-type" data-wait="3000" data-words='["Java", "Python", "HTML/CSS", "Bootstrap", "JavaScript", "React", "SQL/MySQL", "C#"]'></span>
</h1>
</div>
</section>
<section id="projects">
<p class="projects-header">Projects <span><img src="pictures/IMG_8212.jpeg" alt="My Picture" class="projects-pic"></span>
</p>
<div id="myBtnContainer">
<button class="btn active" onclick="filterSelection('all')"> Show all</button>
<button class="btn" onclick="filterSelection('python')"> Python</button>
<button class="btn" onclick="filterSelection('cpp')"> C++</button>
<button class="btn" onclick="filterSelection('java')"> Java</button>
<button class="btn" onclick="filterSelection('react')"> React</button>
<button class="btn" onclick="filterSelection('WebDevelopment')"> Web Development</button>
</div>
<!-- Portfolio Gallery Grid -->
<div class="row">
<div class="column python react WebDevelopment">
<div class="content skills">
<ul class="project-title">
<li class="push">Tic Tac Toe</li>
<li><a href="https://fierce-ridge-96835.herokuapp.com/" target="_blank"><i class="fas fa-laptop"></i></a></li>
<li><a href="https://github.com/juhichaudhari/tic-tac-toe" target="_blank"><i class="fab fa-github"></i></a></li>
</ul>
<p><i class="fa fa-caret-right" aria-hidden="true"></i>
Developed a live multiplayer Tic Tac Toe game that supports 2 players and up to 10 spectators at once,
with saved user game history. </p>
<p><i class="fa fa-caret-right" aria-hidden="true"></i>
Functional Programming in React, Git version control with branching, real-time networking with Socket.IO,
unit test coverage, persisting data in Postgres database, continuous Heroku deployment, industry-standard
(Airbnb) linting</p>
<ul class="tags">
<li>Python</li>
<li>React</li>
<li>HTML/CSS</li>
<li>Git/Github</li>
<li>Socket.IO</li>
<li>Postgres/MySQL</li>
<li>Industry-Standard (Airbnb) Linting</li>
<li>Continuous Heroku Deployment</li>
</ul>
</div>
</div>
<div class="column python react WebDevelopment">
<div class="content skills">
<ul class="project-title">
<li class="push">Group Tree</li>
<li><a href="https://group-tree.herokuapp.com/" target="_blank"><i class="fas fa-laptop"></i></a></li>
<li><a href="https://github.com/CS490-Group3/group-tree" target="_blank"><i class="fab fa-github"></i></a></li>
</ul>
<p><i class="fa fa-caret-right" aria-hidden="true"></i> Designed a web app that helps users to connect
with their friends and family and get rewarded to stay connected in a form of growing tree.</p>
<p><i class="fa fa-caret-right" aria-hidden="true"></i> Embraced modern development techniques such as
Git version control with branching, unit testing, industry standard (Airbnb) linting, continuous
integration with GitHub Actions, agile methodologies, worked with a Facebook advisor. </p>
<p><i class="fa fa-caret-right" aria-hidden="true"></i> Built using React for interactive UI,
Router for multiple pages, Postgres for data persistence, client-server architecture with Flask backend,
and google API for user authentication.</p>
<ul class="tags">
<li>Team Work</li>
<li>Python</li>
<li>Flask</li>
<li>React</li>
<li>HTML/CSS</li>
<li>Git/Github</li>
<li>Socket.IO</li>
<li>Postgres/MySQL</li>
<li>Industry-Standard (Airbnb) Linting</li>
<li>Continuous Heroku Deployment</li>
<li>Google API</li>
</ul>
</div>
</div>
<div class="column python WebDevelopment">
<div class="content skills">
<ul class="project-title">
<li class="push">Music Discovery Web App</li>
<li><a href="https://nameless-brook-49609.herokuapp.com/" target="_blank"><i class="fas fa-laptop"></i></a></li>
<li><a href="https://github.com/juhichaudhari/music-discovery" target="_blank"><i class="fab fa-github"></i></a></li>
</ul>
<p><i class="fa fa-caret-right" aria-hidden="true"></i> Created a music discovery web app using Spotify API data that suggests
new music to users, allows them follow along with the Genius lyrics. Build in 3 weeks. </p>
<p><i class="fa fa-caret-right" aria-hidden="true"></i> Embraced modern development
techniques such as Git version control, fetching dynamic data with REST APIs, and using a
client-server architecture with Flask backend and HTML/CSS frontend</p>
<ul class="tags">
<li>Python</li>
<li>Flask</li>
<li>HTML/CSS</li>
<li>Git/Github</li>
<li>Rest APIs</li>
</ul>
</div>
</div>
<div class="column python">
<div class="content skills">
<h3>Big Data Processing</h3>
<p><i class="fa fa-caret-right" aria-hidden="true"></i> Created a program that gets a million set of data from Wikipedia Pages. </p>
<p><i class="fa fa-caret-right" aria-hidden="true"></i> Used Python and Python package,beautifulSoup, to extract data from using expressions, and store the data in a dictionary.</p>
<ul class="tags">
<li>Python</li>
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
<li>SQL</li>
</ul>
</div>
</div>
<div class="column python">
<div class="content skills">
<h3>DNS Programming</h3>
<p><i class="fa fa-caret-right" aria-hidden="true"></i> Designed a simplified version of a DNS client and server using UDP sockets. </p>
<p><i class="fa fa-caret-right" aria-hidden="true"></i> The client sends a request to the server to look up the IP address of a specified
host in that domain. The server responds with the type A resource record associated with the host. The client and server communicate
using the message format specified.</p>
<ul class="tags">
<li>Python</li>
<li>UDP Sockets</li>
<li>Computer Networks</li>
</ul>
</div>
</div>
<div class="column python">
<div class="content skills">
<h3>UDP Ping client and server</h3>
<p><i class="fa fa-caret-right" aria-hidden="true"></i> Created a client and server program that enables the client
to determine the round-trip time (RTT) to the server. To determine the RTT delay,
the client records the time on sending a ping request to the server, and then
records the time on receiving a ping response from the server.</p>
<ul class="tags">
<li>Python</li>
<li>UDP sockets</li>
<li>Computer Networks</li>
<li>Round trip time</li>
<li>Ping messages</li>
</ul>
</div>
</div>
<div class="column cpp">
<div class="content skills">
<h3>Complier</h3>
<p><i class="fa fa-caret-right" aria-hidden="true"></i> Designed program that interpret a small language with constants,
a small number of keywords, some operators, and specific grammar rules. </p>
<p><i class="fa fa-caret-right" aria-hidden="true"></i> Created a Lexical Analyzer that would recognize tokens. </p>
<p><i class="fa fa-caret-right" aria-hidden="true"></i> Implemented a parser to match sequences of tokens provided by the
lexical analyzer to syntactic rules of the language </p>
<p><i class="fa fa-caret-right" aria-hidden="true"></i> Constructed an interpreter that would evaluate each statement and
expression to execute them.</p>
<ul class="tags">
<li>C++</li>
</ul>
</div>
</div>
<div class="column java">
<div class="content skills">
<h3>Savings Account</h3>
<p><i class="fa fa-caret-right" aria-hidden="true"></i> Developed a program that reprents as an savings account.
The program is able to make deposits, withdrawals, and process monthly service fees as user likes.</p>
<ul class="tags">
<li>Java</li>
<li>Objected Oriented Programming</li>
<li>Inheritance</li>
<li>Abstract Classes</li>
<li>Interfaces</li>
</ul>
</div>
</div>
<div class="column WebDevelopment">
<div class="content skills">
<ul class="project-title">
<li class="push">Bank Account</li>
<li><a href="https://web.njit.edu/~jc2294/202/captcha.html" target="_blank"><i class="fas fa-laptop"></i></a></li>
</ul>
<p><i class="fa fa-caret-right" aria-hidden="true"></i> Created a Bank Account object with a balance, deposite, withdraw, list of transactions,
and list of the accounts. </p>
<p><i class="fa fa-caret-right" aria-hidden="true"></i> Created the Authentication Page and Captcha which adds an
extra layer of sequerity.</p>
<ul class="tags">
<li>PHP</li>
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
<li>SQL</li>
</ul>
</div>
</div>
<!-- END GRID -->
</div>
</section>
<footer>
<div id="bottom-links">
<ul>
<li><a href="https://www.linkedin.com/in/juhichaudhari88/" target="_blank"><i class="fab fa-linkedin-in fa-lg"></i></a></li>
<li><a href="https://github.com/juhichaudhari" target="_blank"><i class="fab fa-github fa-lg"></i></a></li>
<li><a href="mailto:[email protected]?Subject=Hello%20again" target="_blank"><i class="far fa-envelope fa-lg"></i></a></li>
<li><a href="https://codepen.io/_juhi" target="_blank"><i class="fab fa-codepen fa-lg"></i></a></li>
</ul>
<p>© Copyright 2021 Juhi Chaudhari</p>
</div>
</footer>
<script src="main.js"></script>
</body>
</html>