-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
367 lines (330 loc) · 16.8 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
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
<!DOCTYPE html>
<html class="no-js" 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">
<title>Sandeep Kumar, India</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,900" rel="stylesheet">
<link rel="stylesheet" href="libs/font-awesome/css/font-awesome.min.css">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/styles.css" rel="stylesheet">
<!-- <script src="index.js"></script> -->
</head>
<body>
<div id="mobile-menu-open" class="shadow-large">
<i class="fa fa-bars" aria-hidden="true"></i>
</div>
<!-- End #mobile-menu-toggle -->
<header>
<div id="mobile-menu-close">
<span>Close</span> <i class="fa fa-times" aria-hidden="true"></i>
</div>
<ul id="menu" class="shadow">
<li>
<a href="#about">About</a>
</li>
<li>
<a href="#experience">Experience</a>
</li>
<li>
<a href="#education">Education</a>
</li>
<li>
<a href="#projects">Projects</a>
</li>
<li>
<a href="#skills">Skills</a>
</li>
<li>
<a href="#contact">Contact</a>
</li>
</ul>
</header>
<!-- End header -->
<div id="lead">
<div id="lead-content">
<div class="container">
<div class="row">
<div class="col-lg-4" style="margin-top:0px;">
<h3 style="color:white">Expertise</h3>
<ul style="color: white">
<li style="text-align: left;">Services oriented programming</li>
<li style="text-align: left;">Decentralised and distributed computation</li>
<li style="text-align: left;">Computer Networking with golang </li>
<li style="text-align: left;">Peer to Peer Networking</li>
<li style="text-align: left;">Blockchain and it's Data structure</li>
<li style="text-align: left;">Research Paper on Triangle Blockchain</li>
<li style="text-align: left;">DAPS with Hyperledger, Bitcoin, Ethereum</li>
<li style="text-align: left;">Docker, Kubernotes</li>
<li style="text-align: left;">golang services</li>
<li style="text-align: left;">Javascript and it's framework like angular, jquery, electron etc. For client side</li>
<li style="text-align: left;">Javascript and it's framework like nodejs, opencv, etc. For Server side</li>
</ul>
</div>
<div class="col-lg-4" style="background-color: cadetblue">
<img src="myy.jpg" style="max-width:300px;max-height:300px;">
<h2 style="color: white;margin-top:30px;">Sandeep Kumar</h2>
<p style="color: white">Computer Science Engineer <br>B.Tech , 2015-2019<br>NIIT University, India</p>
<a href="/sandeepkrcse.pdf" class="btn-rounded-white">Download Resume</a>
</div>
<div class="col-lg-4" style="border-color: tomato;border-width: 3px;margin-top: 15px;margin-bottom: 30px;padding-bottom: 30px;">
<h3 style="color: white">You Can also find Me @</h3>
<ul>
<li>
<a href="blog_i.html" class="btn-rounded-white" style="text-align: center;position: relative;color: red">My Blogs</a>
</li>
<li style="list-style: none;color: white">
<a href="https://github.com/" target="_blank"><i class="fa fa-github" aria-hidden="true" style="color: white;text-align: left">Github</i></a>
</li>
<li style="list-style: none; color: white">
<a href="https://stackoverflow.com/" target="_blank"><i class="fa fa-stack-overflow" aria-hidden="true" style="color: white">Stackoverflow</i></a>
</li>
<li style="list-style: none; color: white">
<a href="https://linkedin.com/" target="_blank"><i class="fa fa-linkedin" aria-hidden="true" style="color: white">Linkedin</i></a>
</li>
<li style="list-style: none; color: white">
<a href="https://twitter.com/" target="_blank"><i class="fa fa-twitter" aria-hidden="true" style="color: white">twitter</i></a>
</li>
<li style="list-style: none; color: white">
<a href="https://plus.google.com/" target="_blank"><i class="fa fa-google-plus" aria-hidden="true" style="color: white">Google Plus</i></a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- End #lead-content -->
<div id="lead-overlay"></div>
<div id="lead-down">
<span>
<i class="fa fa-chevron-down" aria-hidden="true"></i>
</span>
</div>
<!-- End #lead-down -->
</div>
<!-- End #lead -->
<div id="about">
<div class="container">
<div class="row">
<div class="col-md-4">
<h2 class="heading">About Me</h2>
</div>
<div class="col-md-8">
<p>
I am Computer Science Engineer seeking to explore the modern approch to networking and Blockchain based application , which is intrigued by its state preservation by sharing memory based networking approch.
I am curious to develop intelligent network. Mathematical Reasoning has one of my best hobbies and some of my achivements that i have Scored 100% percentile in
All India Mathematics Olympiad in class 10th.
</p>
</div>
</div>
</div>
</div>
<!-- End #about -->
<div id="experience" class="background-alt">
<h2 class="heading">Experience</h2>
<div id="experience-timeline">
<div data-date="March 2017 ">
<h4>Writting Server and client Interface for Sabjidukan( e-commerce based on server and client arch. )</h4>
<p>
I was being only developer among three founding bodies of sabjidukan. It was fun to give time to writting nodejs based server
for providingle single page web application to clients. I have written without using angular so all logic behind angular was however written by
myself. Lastly certain implimentation of blockchain based logic was still left so this project were suspended for some time.
</p>
</div>
<div data-date="July 2017">
<h4>Writting Server and client Interface for Doon Public School, Jharsuguda, Orissa. Based Portal</h4>
<p>
It not much like implementing moodle like services but yes, It was challenging to some aspects. It is still hosted on azure Cloud as nodejs web-Aplication.
<a href=" http://doonpublicschooljsg.com">Doon Public Sochool, Jharsuguda </a>
</p>
</div>
<div data-date="Jan 2018">
<h3>Cyber Space Assets, Australia</h3>
<h4>Worked on the Proposal to put a construction firm on blockchain</h4>
<p>
From Aaron David Battle: "Our aim is to build a
comprehensive platform for the Australia construction industry organizing Different
these parts and allowing faster and more efficient methods of practice." <br>
Status: Work is in Progress!
</p>
</div>
</div>
</div>
<!-- End #experience -->
<div id="education">
<h2 class="heading">Education</h2>
<div class="education-block">
<h3>Niit University, India</h3>
<span class="education-date">2015-2019</span>
<h4>Bachelor of Science in Computer Science and Engineering</h4>
<h5>Courses Highlights</h5>
<p>TA 111-Fundamentals of Computer Programming, TA 202-Engineering Graphics, CS 102-Data Structures, CS 241-Introduction to Communication System, EL 101-Digital Logic & Circuit,
CS 122-Computer Architecture & Organisation, CS 201-Design & Analysis of Algorithms, CS 211-Operating System, CS 231-Database Management Systems, CS 261-Computer Network,
CS 301-Software Engineering, CS 302-Theory of Computation, CS 372-JAVA Programming, CS 382-Programming Tools, CS 3102-Advanced Databases,
CS 322-Artificial Intelligence,
CS 341-Advanced Java Programming, NU 302-R & D Project(communication over decentralized network ), CS 392-Capstone Project (nodejs based server for logistics company ),
CS 301 Software Engineering, CS 3112 Multi-device Programming, CS 342 Artificial Neural Network, CS 4131 Machine Learning, CS 4181 Software Product Engineering
</p>
</div>
<!-- End .education-block -->
<div class="education-block">
<h3>Delhi Public School, Ranchi</h3>
<span class="education-date"> 2013 - 2015</span>
<h4>Class 10th - Class 12th</h4>
<ul>
<li>
Physics + Chemistry + Mathematics + Informative Practice ( Java )
</li>
<li>
Result: Scored ~90% in class 12th
</li>
</ul>
</div>
<div class="education-block">
<h3>O.P Jindal School, Raigarh</h3>
<span class="education-date">... 2013</span>
<h4>Upto Class 10th</h4>
<ul>
<li>
Result: Scored CGPA 10
</li>
</ul>
</div>
<!-- End .education-block -->
</div>
<!-- End #education -->
<div id="projects" class="background-alt">
<h2 class="heading">Projects</h2>
<div class="container">
<div class="row">
<div class="project shadow-large">
<div class="project-image">
<img src="images/project.jpg" />
</div>
<!-- End .project-image -->
<div class="project-info">
<h3>Customizing Optical Mouse for normal pen holding suit</h3>
<p>
It was all about Customizing optical mouse and its sensors in pen holding suit where normal pen can be attached and it could be used to write on normal Paperand at the
same time , it can record all further movements and it simulates over as if it were being written over paint. so
after writting is finished , it all can be visulased virtually in computer. </p>
<a href="#">View Project</a>
</div>
<!-- End .project-info -->
</div>
<!-- End .project -->
<div class="project shadow-large">
<div class="project-image">
<img src="images/project.jpg" />
</div>
<!-- End .project-image -->
<div class="project-info">
<h3>Sabjidukan e-commerce Server</h3>
<p>
Server written in nodejs which provides as a complete single aplication but not using angular. It was aplication using xhr polling.
App has been completed can be viewed on my github link: https://github.com/sharmasandeepkr/sabjidukan
</p>
<a href="https://github.com/sharmasandeepkr/sabjidukan">View Project</a>
</div>
<!-- End .project-info -->
</div>
<!-- End .project -->
</div>
</div>
</div>
<!-- End #projects -->
<div id="skills">
<h2 class="heading">Skills</h2>
<ul>
<li>Node.js</li>
<li>AngularJs</li>
<li>React</li>
<li>Java</li>
<li>C</li>
<li>C++</li>
<li>JavaScript</li>
<li>Python</li>
<li>Go</li>
<li>Jquery</li>
<li>Networking in golang</li>
<li>services in golang</li>
<li>Docker</li>
<li>Programming Tools for golang and c compiler based</li>
<li>Intelligent system designing</li>
<li>intelligent network designing</li>
<li>Machines learning aplication and serving into Real time communications</li>
<li>Azure Cloud infrastructure for web-application</li>
<li>Blockchain datastructure </li>
<li>written papers on blockchain datastructure named Traingle Blockchain (unpublished.. still working to it's networking) </li>
<li>Networking of bitcoin, ethereum, hyperledger projects like iroha, sawtooth, fabric </li>
<li>DAps at ethereum, sawtooth</li>
<li>WebRTC</li>
<li>Html</li>
<li>Css</li>
<li>Bootstrap</li>
<li>Ns1, NS2</li>
<li>Gprof</li>
<li>pprof</li>
<li>valgrind</li>
</ul>
</div>
<!-- End #skills -->
<div id="contact">
<h2>Get in Touch</h2>
<div id="contact-form">
<form method="POST" action="https://formspree.io/[email protected]">
<input type="hidden" name="_subject" value="Contact request from personal website" />
<input type="email" name="_replyto" placeholder="Your email" required>
<textarea name="message" placeholder="Your message" required></textarea>
<button type="submit">Send</button>
</form>
</div>
<!-- End #contact-form -->
</div>
<!-- End #contact -->
<footer>
<div class="container">
<div class="row">
<div class="col-sm-5 copyright">
<p>
Copyright © 2017 YOUR NAME
</p>
</div>
<div class="col-sm-2 top">
<span id="to-top">
<i class="fa fa-chevron-up" aria-hidden="true"></i>
</span>
</div>
<div class="col-sm-5 social">
<ul>
<li>
<a href="https://github.com/" target="_blank"><i class="fa fa-github" aria-hidden="true"></i></a>
</li>
<li>
<a href="https://stackoverflow.com/" target="_blank"><i class="fa fa-stack-overflow" aria-hidden="true"></i></a>
</li>
<li>
<a href="https://linkedin.com/" target="_blank"><i class="fa fa-linkedin" aria-hidden="true"></i></a>
</li>
<li>
<a href="https://www.facebook.com/" target="_blank"><i class="fa fa-facebook" aria-hidden="true"></i></a>
</li>
<li>
<a href="https://twitter.com/" target="_blank"><i class="fa fa-twitter" aria-hidden="true"></i></a>
</li>
<li>
<a href="https://plus.google.com/" target="_blank"><i class="fa fa-google-plus" aria-hidden="true"></i></a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<!-- End footer -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="js/scripts.min.js"></script>
</body>
</html>