forked from poole/hyde
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
241 lines (221 loc) · 9.86 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
---
layout: default
title: Home
---
<html>
<body class="body-class">
<div class="introduction">
<h1>Hello, I am Tanmay!</h1>
</div>
<p>
Welcome to this corner of world wide web. I believe if we all strive to leave our community better than we found it; this world would be a fantastic place to live.
</p>
<p>
Everyday I look for ways to empower people by building software. Yes, you got me! I'm a software developer and often resonate to the word "GEEK" (by definition). I am originally from Mumbai, India, however,
Seattle is what we, my beautiful wife and I, call home.
</p>
<p>
Early on in life, I realized that technology has a significant impact on improving lives, hence I developed this passion to code and have been a life long leaner ever since.
</p>
<p>
Being an early riser, I feel like the first five hours of my day are the most productive; couple with an exercise regime which amps up my creativitiy for the day.
I love how Robin Sharma puts it..."Those who don't make time for exercise, must eventually make time for illness".
</p>
<p>
Books help me unwind for the day and going on hikes whenever possible, grounds me on a deeper level. In my downtime, I love to explore food and culture through my travels.
</p>
<p>
Want to join this technology joyride with me?
Well, hop on, let's connect!
</p>
<!-- Begin Project Section -->
<div class="projects">
<section class="resume-section"><h1><div>Projects</div></h1></section>
<div class="left">
<!-- .NET Core REST API -->
<div class="card">
<a href="https://github.com/tanmayfadnavis/.NET_Core_REST_API_basic" target="_blank">
<div class="card-image">
<img src="/public/assets/restapi.png"
alt="Orange" />
</div>
</a>
<div class="card-body">
<div class="card-title">
<h3>
.NET Core REST API
</h3>
<time>
Oct, 2018
</time>
</div>
<div class="card-exceprt">
<p>
Developed a Commands project to demonstrate REST API concepts using .NET Core.
The project demonstrates how to PUT,GET,PATCH,DELETE requests along with Data Transfer Objects.
</p>
</div>
<a class="btn" href="https://github.com/tanmayfadnavis/.NET_Core_REST_API_basic" target="_blank">Github</a>
</div>
</div>
<!-- Virtual Private Network -->
<div class="card">
<a href="https://github.com/tanmayfadnavis/Virtual-Private-Network" target="_blank">
<div class="card-image">
<img src="/public/assets/vpn.png"
alt="Orange" />
</div>
</a>
<div class="card-body">
<div class="card-title">
<h3>
Virtual Private Network
</h3>
<time>
May, 2016
</time>
</div>
<div class="card-exceprt">
<p>
Developed a VPN using OpenSSL, socket programming, and public key certification.
Created TCP channel for key exchange and UDP channel for data.
</p>
</div>
<a class="btn" href="https://github.com/tanmayfadnavis/Virtual-Private-Network" target="_blank">Github</a>
</div>
</div>
<!-- tanmayfadnavis.github.io -->
<div class="card">
<a href="https://github.com/tanmayfadnavis/tanmayfadnavis.github.io" target="_blank">
<div class="card-image">
<img src="/public/assets/readme.PNG"
alt="Orange" />
</div>
</a>
<div class="card-body">
<div class="card-title">
<h3>
Portfolio Project
</h3>
<time>
Sep, 2020
</time>
</div>
<div class="card-exceprt">
<p>
Developed this personal website on github pages.The website is built on top of Hyde, which is 2 column Jekyll theme using html, css and javascript.
</p>
</div>
<a class="btn" href="https://github.com/tanmayfadnavis/tanmayfadnavis.github.io" target="_blank">Github</a>
</div>
</div>
<!-- Dependency Analyzer -->
<div class="card">
<a href="https://github.com/tanmayfadnavis/DependencyAnalyzer---C-Sharp" target="_blank">
<div class="card-image">
<img src="/public/assets/dependencyanalysis.png"
alt="Orange" />
</div>
</a>
<div class="card-body">
<div class="card-title">
<h3>
Dependency Analyzer
</h3>
<time>
Aug, 2014
</time>
</div>
<div class="card-exceprt">
<p>
Developed a dependency analyzer in .NET. This is used to find out all the dependencies of a particular class and/or objects.
Dependencies referes to relationships between different classes and functions. It also calculates the code complexity for the project.
</p>
</div>
<a class="btn" href="https://github.com/tanmayfadnavis/DependencyAnalyzer---C-Sharp" target="_blank">Github</a>
</div>
</div>
</div>
<div class="right">
<!-- .NET Core Secure API -->
<div class="card">
<a href="https://github.com/tanmayfadnavis/.NET_Core_Secure_API" target="_blank">
<div class="card-image">
<img src="/public/assets/secure.png"
alt="Orange" />
</div>
</a>
<div class="card-body">
<div class="card-title">
<h3>
.NET Core Secure API
</h3>
<time>
Oct, 2018
</time>
</div>
<div class="card-exceprt">
<p>
This project is to demonstrate how to secure your REST endpoint.
AAD is being used as Identity and Access management layer and authentication is done using bearer authentication.
</p>
</div>
<a class="btn" href="https://github.com/tanmayfadnavis/.NET_Core_Secure_API" target="_blank">Github</a>
</div>
</div>
<!-- XML parser -->
<div class="card">
<a href="https://github.com/tanmayfadnavis/XML-Document-Model" target="_blank">
<div class="card-image">
<img src="/public/assets/xml.png"
alt="Orange" />
</div>
</a>
<div class="card-body">
<div class="card-title">
<h3>
XML parser
</h3>
<time>
Feb, 2015
</time>
</div>
<div class="card-exceprt">
<p>
Developed an XML parser in C++ to parse XML files and build document object model tree for parsing. This is useful to get element data like attributes and children.
DOM is useful in navigation and manipulation of XML. Behavior is same as .NET's XMLDocument class.
</p>
</div>
<a class="btn" href="https://github.com/tanmayfadnavis/XML-Document-Model" target="_blank">Github</a>
</div>
</div>
<!-- Virtual Private Network -->
<div class="card">
<a href="https://github.com/tanmayfadnavis/Remote-Code-Management-Facility" target="_blank">
<div class="card-image">
<img src="/public/assets/codemanagement.png"
alt="Orange" />
</div>
</a>
<div class="card-body">
<div class="card-title">
<h3>
Remote code management facility
</h3>
<time>
May, 2015
</time>
</div>
<div class="card-exceprt">
<p>
Developed a client-server application in C++/CLI using socket programming to allow source code file/text search, upload and download documents to/from server, similar to GIT.
</p>
</div>
<a class="btn" href="https://github.com/tanmayfadnavis/Remote-Code-Management-Facility" target="_blank">Github</a>
</div>
</div>
</div>
</div>
</body>
<script type="text/javascript" src="{{ '/' | relative_url }}public/js/custom.js"></script>
</html>