-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
708 lines (655 loc) · 29 KB
/
Copy pathindex.html
File metadata and controls
708 lines (655 loc) · 29 KB
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
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description"
content="Jishnu V - I'm a performance optimization enthusiast. I challenge myself to write clean and pixel-perfect code. I had my hands on most of the layers of web technology. I'm currently working at buildnext, a young vibrant startup. In my spare time, I try to figure out how to exit from Vim and whether to use Tabs over Spaces.">
<meta name="author" content="Jishnu Vasanth">
<title>Hey, I'm Jishnu</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="https://fonts.googleapis.com/css?family=Saira+Extra+Condensed:100,200,300,400,500,600,700,800,900"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i"
rel="stylesheet">
<!-- <link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet"> -->
<link href="vendor/devicons/css/devicons.min.css" rel="stylesheet">
<link href="vendor/simple-line-icons/css/simple-line-icons.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/devicon.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.1/css/all.css"
integrity="sha384-5sAR7xN1Nv6T6+dT2mhtzEpVJvfS3NScPQTrOxhwjIuvcA67KV2R5Jz6kr4abQsz" crossorigin="anonymous">
<!-- Custom styles for this template -->
<link href="css/resume.min.css" rel="stylesheet">
<style>
#particles-js {
position: absolute;
width: 100%;
height: 40vh;
right: 0;
top: 0;
}
canvas {
display: block;
vertical-align: bottom;
}
.small-logo {
font-size: 2rem;
}
.btn-footer {
color: #fff;
background-color: rgba(255, 255, 255, .2);
/*border-color: #a25537;*/
/*background: #a25537;*/
color: #fff;
padding: 8px 15px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
/* -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
-moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4); */
text-transform: uppercase;
/*font-weight: 500;*/
font-size: 12px;
}
.btn-footer:hover {
border-color: #a25537;
background: #a25537;
}
.reduce-size {
font-size: 40px;
}
</style>
</head>
<body id="page-top">
<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top" id="sideNav">
<div class="btn-group">
<a href="mailto:[EMAIL_ADDRESS]" target="_blank"><button type="button" class="btn btn-footer"
style="margin-right: 5px"><i class="fa fa-paper-plane" aria-hidden="true"></i> Say Hello</button></a>
<a href="Jishnu V - Resume-S.pdf" target="_blank" alt="Jishnu Vasanth Resume"><button type="button"
class="btn btn-footer"><i class="fa fa-download"></i> Resume</button></a>
</div>
<a class="navbar-brand js-scroll-trigger" href="#page-top" style='z-index: 1033'>
<!-- <span class="d-block d-lg-none">Hey, I'm Jishnu</span> -->
<span class="d-none d-lg-block">
<img class="img-fluid img-profile rounded-circle mx-auto mb-2" src="img/profile.jpg" alt="">
</span>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent" style='z-index: 1033'>
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#about"><i class="fa fa-user"></i> About</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#experience"><i class="fa fa-briefcase"></i> Experience</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#skills"><i class="fa fa-rocket"></i> Skills</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#patents"><i class="fa fa-lightbulb"></i> Patents</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#projects"><i class="fa fa-archive"></i> Projects</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#education"><i class="fa fa-graduation-cap"></i> Education</a>
</li>
<!-- <li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#get-in-touch">Get in touch</a>
</li> -->
</ul>
</div>
</nav>
<div id="particles-js"></div>
<div class="container-fluid p-0">
<section class="resume-section p-3 p-lg-5 d-flex d-column" id="about">
<div class="my-auto">
<i>Hey there, I'm</i>
<h1 class="mb-0">Jishnu
<span class="text-primary">Vasanth</span>
</h1>
<p class="mb-5">A pragmatic software engineer with a keen eye for performance optimization and writing
pixel-perfect code
with 10+ years of thorough hands-on experience in various layers of web applications, VR, and AI. Proficient
in designing, implementing, and maintaining innovative, robust, and scalable distributed solutions. Proven
track record in people leadership, delivery ownership, system design, and production AI reliability.
Experienced in operating under ambiguity and partnering closely with founders and business leaders.</p>
<ul class="list-inline list-social-icons mb-0">
<li class="list-inline-item">
<a href="https://www.facebook.com/jishnu.vasanth" target="_blank">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fab fa-facebook-f fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li class="list-inline-item">
<a href="https://twitter.com/jishnuvasanth" target="_blank">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fab fa-twitter fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li class="list-inline-item">
<a href="https://www.linkedin.com/in/jishnuvasanth/" target="_blank">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fab fa-linkedin fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li class="list-inline-item">
<a href="https://github.com/jishvi" target="_blank">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fab fa-github fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li class="list-inline-item">
<a href="mailto:jishnuvasanth@gmail.com" target="_blank">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fas fa-envelope-open fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li class="list-inline-item">
<a href="https://dev.to/jishvi" target="_blank">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fab fa-dev fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
</ul>
</div>
</section>
<section class="resume-section p-3 p-lg-5 d-flex flex-column" id="experience">
<div class="my-auto">
<h2 class="mb-5">Experience</h2>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">Head of Engineering / Founding Member</h3>
<div class="subheading mb-3"><a href="https://buildnext.in" target="_blank">BuildNext</a></div>
<p><em>A Pidilite-backed organization that enables technology in the construction industry with the help of
web applications, AI, and Virtual Reality.</em></p>
<ul>
<li>Led a 15+ member cross-functional engineering team while maintaining hands-on architectural
ownership, driving the design and evolution of scalable, production-grade systems.</li>
<li>Architected and built <a href="https://descon.ai" target="_blank">descon.ai</a>, a multi-tenant
AI-integrated SaaS platform with modular monolith architecture, defining
service boundaries, API contracts, and deployment topology across web, mobile, and desktop,
engineered to <b>scale to ~5M API requests/day</b>.</li>
<li>Contributed hands-on production code across backend (Python), frontend (Next.js), mobile (React
Native), desktop (Electron), maintaining ownership of core platform
components.</li>
<li>Led multi-cloud migration (GCP → AWS), re-architecting infrastructure for high availability
and fault tolerance while <b>cutting cloud workload costs by ~50%</b>.</li>
<li>Implemented CI/CD pipelines with containerized deployments and automated quality gates (SonarQube),
structured observability (logging, metrics, alerting) and strengthened TDD adoption
<b>reducing production defects by ~60%</b>.
</li>
<li>Owned hiring and performance management for the engineering team, instituting structured
performance reviews and targeted growth plans that improved retention and reduced attrition, while
driving AI adoption across the SDLC to <b>enhance developer productivity by ~50%</b>.</li>
</ul>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">November 2023 - Present</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">Technical Lead</h3>
<div class="subheading mb-3"><a href="https://buildnext.in" target="_blank">BuildNext</a></div>
<ul>
<li>Mentored and guided a team of engineers, providing technical direction, code reviews, and design
feedback while delivering complex features end-to-end.
</li>
<li>Improved search accuracy and logging by integrating the Elastic (ELK) stack, and optimized the
website performance using Redis and Varnish.</li>
<li>Designed and executed performance and load testing strategies using Gatling and Locust, identifying
bottlenecks and <b>improving production stability by 30%.</b>
</li>
<li>Crafted and delivered REST APIs for web and mobile applications, <b>achieving P99 latency of
200ms</b>.
</li>
<li>Designed and enforced fully automated CI/CD pipelines, enabling reliable builds, automated
testing, and seamless deployments to production.</li>
</ul>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">October 2021 - November 2023</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">Software Development Engineer/ Sr. SDE</h3>
<div class="subheading mb-3"><a href="https://buildnext.in" target="_blank">BuildNext</a></div>
<ul>
<li>Designed and implemented a headless e-commerce platform using Magento and Vue.js, architected to
<b>support ~1M daily active users </b> with high availability and low-latency APIs.</b>
</li>
<li>Architected and rolled out a real-time messaging and notification platform using Node.js, Kafka, and
WebSockets, with RBAC and OAuth 2.0 based authentication for secure, role-aware communication.
</li>
<li>Owned the development and integration of multiple internal platforms, including payroll automation,
ticketing, careers, and content systems, along with payment gateway integrations to streamline
operational and business workflows.</li>
<li>Delivered and maintained production-grade VR applications using Unity and C#, while extending and
customizing ERPNext (Frappe/Python) to support domain-specific business workflows.</li>
</ul>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">June 2016 - October 2021</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">Web Developer (Intern)</h3>
<div class="subheading mb-3"><a href="https://www.innointel.com/" target="_blank">INNOINTEL LLC</a></div>
<ul>
<li>A predictive analytics system using NodeJS with Mustache templating engine and Express.js framework.
</li>
<li>Visualized data using a graph database (Neo4J) and D3.js.</li>
</ul>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">July 2015 - October 2015</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row">
<div class="resume-content mr-auto">
<h3 class="mb-0">Web Designer (Intern)</h3>
<div class="subheading mb-3">XENONOUS</div>
<ul>
<li>Front-end development using Bootstrap.</li>
</ul>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">January 2015 - February 2015</span>
</div>
</div>
</div>
</section>
<section class="resume-section p-3 p-lg-5 d-flex flex-column" id="skills">
<div class="my-auto">
<h2 class="mb-5">Skills</h2>
<div class="subheading mb-3">Programming Languages & Tools</div>
<ul class="list-inline list-icons">
<li class="list-inline-item" data-toggle="tooltip" title="C">
<i class="devicon-c-plain small-logo"></i>
</li>
<li class="list-inline-item" data-toggle="tooltip" title="C++">
<i class="devicon-cplusplus-plain small-logo"></i>
</li>
<li class="list-inline-item" data-toggle="tooltip" title="Java">
<i class="devicon-java-plain small-logo"></i>
</li>
<li class="list-inline-item" data-toggle="tooltip" title="PHP">
<i class="devicon-php-plain small-logo"></i>
</li>
<li class="list-inline-item" data-toggle="tooltip" title="Python">
<i class="devicon-python-plain small-logo"></i>
</li>
<li class="list-inline-item" data-toggle="tooltip" title="C#">
<i class="devicon-csharp-plain small-logo"></i>
</li>
<li class="list-inline-item" data-toggle="tooltip" title="NodeJs">
<i class="devicon-nodejs-plain small-logo"></i>
</li>
<li class="list-inline-item" data-toggle="tooltip" title="HTML5">
<i class="devicon-html5-plain small-logo"></i>
</li>
<li class="list-inline-item" data-toggle="tooltip" title="CSS3">
<i class="devicon-css3-plain small-logo"></i>
</li>
<li class="list-inline-item" data-toggle="tooltip" title="Javascript">
<i class="devicon-javascript-plain small-logo"></i>
</li>
<li class="list-inline-item" data-toggle="tooltip" title="React">
<i class="devicon-react-original small-logo"></i>
</li>
<li class="list-inline-item" data-toggle="tooltip" title="Vue">
<i class="devicon-vuejs-plain small-logo"></i>
</li>
<li class="list-inline-item" data-toggle="tooltip" title="NextJs">
<i class="devicon-nextjs-plain small-logo"></i>
</li>
<li class="list-inline-item" data-toggle="tooltip" title="Django">
<i class="devicon-django-plain small-logo"></i>
</li>
<li class="list-inline-item" data-toggle="tooltip" title="Laravel">
<i class="devicon-laravel-plain small-logo"></i>
</li>
<li class="list-inline-item" data-toggle="tooltip" title="Express JS">
<i class="devicon-express-original small-logo"></i>
</li>
<li class="list-inline-item" data-toggle="tooltip" title="FastAPI">
<i class="devicon-fastapi-plain small-logo"></i>
</li>
<li class="list-inline-item" data-toggle="tooltip" title="MySQL">
<i class="devicon-mysql-plain small-logo"></i>
</li>
<li class="list-inline-item" data-toggle="tooltip" title="MongoDB">
<i class="devicon-mongodb-plain small-logo"></i>
</li>
<li class="list-inline-item" data-toggle="tooltip" title="Elasticsearch">
<i class="devicon-elasticsearch-plain small-logo"></i>
</li>
<li class="list-inline-item" data-toggle="tooltip" title="Docker">
<i class="devicon-docker-plain small-logo"></i>
</li>
<li class="list-inline-item" data-toggle="tooltip" title="Redis">
<i class="devicon-redis-plain small-logo"></i>
</li>
<li class="list-inline-item" data-toggle="tooltip" title="Git">
<i class="devicon-git-plain small-logo"></i>
</li>
<li class="list-inline-item" data-toggle="tooltip" title="AWS">
<i class="devicon-amazonwebservices-plain-wordmark small-logo"></i>
</li>
<li class="list-inline-item" data-toggle="tooltip" title="GCP">
<i class="devicon-googlecloud-plain small-logo"></i>
</li>
<li class="list-inline-item" data-toggle="tooltip" title="Unity">
<i class="devicon-unity-original small-logo"></i>
</li>
<li class="list-inline-item" data-toggle="tooltip" title="Gatling">
<i class="devicon-gatling-plain small-logo"></i>
</li>
<li class="list-inline-item" data-toggle="tooltip" title="Webpack">
<i class="devicon-webpack-plain small-logo"></i>
</li>
<li class="list-inline-item" data-toggle="tooltip" title="Bootstrap">
<i class="devicon-bootstrap-plain small-logo"></i>
</li>
<li class="list-inline-item" data-toggle="tooltip" title="Postman">
<i class="devicon-postman-plain small-logo"></i>
</li>
<li class="list-inline-item" data-toggle="tooltip" title="Jira">
<i class="devicon-jira-plain small-logo"></i>
</li>
<li class="list-inline-item" data-toggle="tooltip" title="Socket.io">
<i class="devicon-socketio-original small-logo"></i>
</li>
<li class="list-inline-item" data-toggle="tooltip" title="Magento">
<i class="devicon-magento-original small-logo"></i>
</li>
<li class="list-inline-item" data-toggle="tooltip" title="WordPress">
<i class="devicon-wordpress-plain small-logo"></i>
</li>
<li class="list-inline-item" data-toggle="tooltip" title="Nginx">
<i class="devicon-nginx-original small-logo"></i>
</li>
<li class="list-inline-item" data-toggle="tooltip" title="D3.js">
<i class="devicon-d3js-plain small-logo"></i>
</li>
</ul>
<div class="subheading mb-3">Core Competencies</div>
<ul class="fa-ul mb-0">
<li>
<i class="fa-li fa fa-check"></i>
People Management (Hiring, Performance, Mentorship, Growth) and Cost, Reliability & Technical Risk Ownership
</li>
<li>
<i class="fa-li fa fa-check"></i>
Relational and non-relational database designing and implementation
</li>
<li>
<i class="fa-li fa fa-check"></i>
System Design, Architecture, Performance testing, and optimization
</li>
<li>
<i class="fa-li fa fa-check"></i>
Agile and Kanban Development, and proficiency in various design patterns
</li>
<li>
<i class="fa-li fa fa-check"></i>
Prompt Engineering and machine learning
</li>
<li>
<i class="fa-li fa fa-check"></i>
Gen AI with multimodal LLMs for RAG and agentic systems
</li>
</ul>
</div>
</section>
<section class="resume-section p-3 p-lg-5 d-flex flex-column" id="patents">
<div class="my-auto">
<h2 class="mb-5">Patents</h2>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">An end-to-end seamless pipeline system for Virtual warehouse and scalable hyperlocal
pricing</h3>
<p>A platform to find the nearest warehouse and best pricing using the Haversine formula, leveraging Google
Maps APIs.</p>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">An end-to-end central planning system and Method for the orchestration of Construction
projects</h3>
<p>A sophisticated set of tools to automate various tasks in construction projects, including timeline
auto-generation using CPM and a variation of Dijkstra's algorithm.</p>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">A system and method for visualizing and generating residential floor plans using AI</h3>
<p>A floor plan generator that takes input parameters like massing and outputs floor plans and elevation
renders using fine-tuned LLMs</p>
</div>
</div>
</div>
</section>
<section class="resume-section p-3 p-lg-5 d-flex flex-column" id="projects">
<div class="my-auto">
<h2 class="mb-5">Projects</h2>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">HelloEco</h3>
<p>A website created using the concept of page-as-a-component with Django in the backend and react in the
frontend. Webpack module bundler was used to build assets. Gunicorn as WSGI server and nginx for serving
static content</p>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">Scholarship Portal</h3>
<p>A scholarship portal where users can log in and see their eligible scholarships. Designed using Java and
MySQL.</p>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">HOME AUTOMATION SYSTEM</h3>
<p>Home automation system using Raspberry Pi. Programmed using Python and PHP.</p>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">ONLINE CODING ENVIRONMENT</h3>
<p>An online coding <a href="https://github.com/jishvi/codemad">platform</a> for competitive exams. Used
Node.js with Express framework for server side programming and MongoDB for creating the database. Docker
was used for creating isolated environments for users.</p>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">BOOK A TUTOR (FREELANCE)</h3>
<p>A website for booking tutors online.</p>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">PANTHEON CET (FREELANCE)</h3>
<p>Website of a college fest called pantheon.</p>
</div>
</div>
</div>
</section>
<section class="resume-section p-3 p-lg-5 d-flex flex-column" id="education">
<div class="my-auto">
<h2 class="mb-5">Education</h2>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0"><a href="https://www.cet.ac.in/">College of Engineering Trivandrum </a></h3>
<div class="subheading mb-3">Bachelor of Technology</div>
<div>Computer Science and Engineering</div>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">2012 - 2016</span>
</div>
</div>
</div>
</section>
</div>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/resume.min.js"></script>
<script src="js/particles.js"></script>
<script>
/* ---- particles.js config ---- */
particlesJS("particles-js", {
"particles": {
"number": {
"value": 1200,
"density": {
"enable": true,
"value_area": 3000
}
},
"color": {
"value": "#ffffff"
},
"shape": {
"type": "circle",
"stroke": {
"width": 0,
"color": "#000000"
},
"polygon": {
"nb_sides": 9
},
"image": {
"src": "img/github.svg",
"width": 100,
"height": 100
}
},
"opacity": {
"value": 0.5,
"random": false,
"anim": {
"enable": false,
"speed": 1,
"opacity_min": 0.1,
"sync": false
}
},
"size": {
"value": 4,
"random": true,
"anim": {
"enable": false,
"speed": 40,
"size_min": 0.1,
"sync": false
}
},
"line_linked": {
"enable": true,
"distance": 100,
"color": "#ffffff",
"opacity": 0.4,
"width": 1
},
"move": {
"enable": true,
"speed": 6,
"direction": "none",
"random": false,
"straight": false,
"out_mode": "out",
"bounce": false,
"attract": {
"enable": false,
"rotateX": 600,
"rotateY": 1200
}
}
},
"interactivity": {
"detect_on": "canvas",
"events": {
"onhover": {
"enable": true,
"mode": "grab"
},
"onclick": {
"enable": true,
"mode": "push"
},
"resize": true
},
"modes": {
"grab": {
"distance": 140,
"line_linked": {
"opacity": 1
}
},
"bubble": {
"distance": 400,
"size": 50,
"duration": 2,
"opacity": 8,
"speed": 8
},
"repulse": {
"distance": 200,
"duration": 0.4
},
"push": {
"particles_nb": 4
},
"remove": {
"particles_nb": 2
}
}
},
"retina_detect": true
});
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-113143329-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-113143329-1');
$(document).ready(function () {
$('[data-toggle="tooltip"]').tooltip();
});
</script>
</body>
</html>