-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
891 lines (815 loc) · 49 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
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
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
<html>
<head>
<title>About Nikhil SB</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="style.css">
<script src="https://use.fontawesome.com/d41a1a9d72.js"></script>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" crossorigin="anonymous"></script>
<!--- ----------------If someones mentions my link---------------- --->
<meta property="og:site_name" content="Nikhil's Resume" />
<meta property="og:title" content="About Nikhil S.B" />
<meta property="og:description" content="This web page is a Resume and contains all the experiences, education and achievements of Nikhil S.B." />
<meta property="og:image" content="https://nikhilsb.github.io/Nikhil_SB.png">
<meta property="og:url" content="https://nikhilsb.github.io/">
<meta property="og:type" content="profile" />
<meta property="profile:first_name" content="Nikhil">
<meta property="profile:last_name" content="Sunkesula Bhaskar">
<meta property="profile:gender" content="male">
<meta property="profile:username" content="nikhilsb">
<meta property="og:image:width" content="255">
<meta property="og:image:height" content="255">
</head>
<body>
<!--- ---------------------Navigation Bar----------------------- --->
<nav id="navbar" class="navbar navbar-light bg-light navbar-fixed-top">
<a class="navbar-brand" href="#"><b>Nikhil's Resumé</b></a>
<a class="download-phone" href="/Resume/Nikhil.S.B_Resume.pdf" data-toggle="tooltip" title="Download resume file in PDF" download>Download PDF version</a>
<ul class="nav nav-pills">
<li class="nav-item" id="introm">
<a class="nav-link" href="#intro">Intro</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#education">Education</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#exp">Experience</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li>
<li class="nav-item download-button">
<a class="nav-link download-button-text" href="/Resume/Nikhil.S.B_Resume.pdf" data-toggle="tooltip"
title="Download resume file in PDF" download>Download</a>
</li>
</ul>
</nav>
<div id="intro"></div>
<br>
<br>
<div class="container-fluid">
<!--- ---------------------Intro----------------------- --->
<div class="container firstB">
<div class="row">
<div class="col-md-12">
<br>
<h1 class="text-center">Nikhil S.B</h1>
<h2 class="text-center">Full Stack Software Developer</h2>
<br>
<div class="text-center">
<a class="github-link" data-toggle="tooltip" title="Github Profile" href="https://github.com/Nikhilsb/" target="_blank" style="padding: 10px 0px;"><span class="fa-stack fa-lg">
<i class="fa fa-square-o fa-stack-2x"></i>
<i class="fa fa-github fa-stack-1x"></i>
</span></a>
<a class="linkedin-link" data-toggle="tooltip" title="LinkedIn Profile" href="https://www.linkedin.com/in/nikhilsb/" target="_blank" style="padding: 10px 0px;"><span class="fa-stack fa-lg">
<i class="fa fa-square-o fa-stack-2x"></i>
<i class="fa fa-linkedin fa-stack-1x"></i>
</span></a>
</div>
<br>
</div>
</div>
</div>
<br>
<div class="container contact-info">
<div class="row">
<div class="col-md-4">
<a data-toggle="tooltip" title="Click to email me" href="mailto:nikhil2007in@gmail.com" class="contact-links">
<span class="fa-stack fa-lg">
<i class="fa fa-envelope-square fa-stack-2x"></i></span> nikhil2007in@gmail.com
</a>
</div>
<div class="col-md-4">
<a data-toggle="tooltip" title="Click to call me" href="tel:+14804526506" class="contact-links">
<span class="fa-stack fa-lg">
<i class="fa fa-phone-square fa-stack-2x"></i></span> (+1)-480-452-6506
</a>
</div>
<div class="col-md-4">
<a data-toggle="tooltip" title="View on Map" href="https://bit.ly/33RjqNj" class="contact-links">
<span class="fa-stack fa-lg">
<i class="fa fa-map-marker fa-stack-2x"></i></span> Phoenix, Arizona, USA
</a>
</div>
</div>
</div>
<br>
<br>
<!--- ---------------------Personal Statement----------------------- --->
<div class="row text-center" style="color:aliceblue">
<div class="col-md-4">
<hr>
</div>
<div id="skills" class="col-md-4">
<h2>PERSONAL STATEMENT</h2>
</div>
<div class="col-md-4">
<hr>
</div>
</div>
<div class="container" style="margin-top:30px">
<div class="row">
<div class="col-md-7">
<h2 style=" font-size: 25px;">
Background
</h2>
<p>Over a decade of professional experience in software development;
Worked on 3 releases of Point of Sale (POS) application software.
Efficient team player with experience working in SCRUM teams in AGILE software development environment.
</p>
</div>
<div class="col-md-5">
<h2 style=" font-size: 25px;">
Objective
</h2>
<p class="objective">
To become a part of an organization where my curricular background is utilized to the fullest and opportunities to grow and learn are intact.
</p>
<!--
-->
</div>
</div>
</div>
<br>
<br>
<!--- ---------------------Experience----------------------- --->
<div class="row text-center" style="color:aliceblue">
<div class="col-md-4">
<hr>
</div>
<div id="exp" class="col-md-4">
<h2>EXPERIENCE</h2>
</div>
<div class="col-md-4">
<hr>
</div>
</div>
<div class="container" style="margin-top:30px">
<div class="row ml-1 eduentry">
<div class="col-md-12 float-left edu">
<h2 style="font-size: 22px; font-weight: 600">
Software Developer
</h2>
<h1 style="font-size: 18px; font-weight: 600; color: #007bff">
<a href="https://www.verasretail.com/" style="color: #007bff;">Veras Retail</a> <a style="font-size:10px; vertical-align: top; cursor: pointer" tabindex="0" data-toggle="popover" data-trigger="focus" title="About Veras Retail LLC" data-content="Founded in 2008 as Zoftec LLC, Veras Retail builds unique and innovative software solutions to connect with consumers at the point of decision. It starts at the store, providing point-of-sale/mPOS, inventory, cross-channel execution and CRM applications. Headquartered in Phoenix, Ariz., Veras is focused on using technology to foster enjoyable, meaningful, and profitable interactions between retailers and consumers. Veras POS solutions power more than 130,000 lanes every day in over 50 retailers around the world. Learn more at verasretail.com.">[?]</a>
</h1>
<h2 style="font-size: 15px;font-weight: 600;">
From August 2015 to Now <span style="border-left:solid; border-left: 1px solid;"> AZ, USA</span>
</h2>
<p>
<ul class="text-left">
<li>Lead the integration for custom order management system with POS application, automated order import which reduced order sale time from 10 mins to few seconds.</li>
<li>Architected and oversaw development of application software for CCPA/GDPR compliance.</li>
<li>Created microservice that provided fiscal integration for european clients.</li>
<li>Oversaw & developed code to get BIR accredition for POS application, resulting in 2 new sales.</li>
<li>Developed code and applications using RESTful API microservices in an Agile Environment.</li>
<li>Lead a team of 4 Developers to develop and enhance CRM infrastructure.</li>
<li>Designed and implemented new modules like Loyalty, Campaigns and Sales Analytics for the CRM application and resolving existing issues.
<li>Designed, Developed Promotional Pricing application which manages and executes promotional strategies that are not often present in traditional price management software.</li>
<li>Developed a lightweight inventory tracking software and integrated it with the merchandising system which reduced order picking workflow time by 40%.</li>
<li>Developed modules in Java within a MVC and Hibernate framework for in-house Point of Sale (POS) application.</li>
<li>Experience of working in all phases of a Project Development Life Cycle (PDLC): requirement gathering, design, software development, testing, and documentation.</li>
<li>Supported strategic Teams to solve client issues in an ad hoc manner.</li>
<li>Mentored and guided new Junior Dev ensured that all were trained in the required product knowledge and capable of executing assigned duties.</li>
</ul>
</p>
</div>
</div>
<hr class="sep-marks" style=" border-top: 1px solid rgba(163, 163, 163, 0.24);">
<div class="row ml-1 eduentry">
<div class="col-md-12 float-left edu">
<h2 style="font-size: 22px; font-weight: 600">
Software Developer Intern
</h2>
<h1 style="font-size: 18px; font-weight: 600; color: #007bff">
<a href="http://www.edupoint.com/" style="color: #007bff;">Edupoint Educational Systems, LLC</a> <a style="font-size:10px; vertical-align: top; cursor: pointer" tabindex="0" data-toggle="popover" data-trigger="focus" title="About Edupoint LLC" data-content="Edupoint Educational Systems provides enterprise software solutions for K-12 data management, built on the most advanced technology in the industry. For more than thirty years, the founders of Edupoint have set the standard for student information and instructional management solutions, with market-leading products designed to optimize district and student performance. Today, the company streamlines the way school districts, regional service centers, and states manage and communicate student and instructional data for more than 3 million students nationally.">[?]</a>
</h1>
<h2 style="font-size: 15px;font-weight: 600;">
From Sep 2014 to Dec 2014 <span style="border-left:solid; border-left: 1px solid;"> AZ, USA</span>
</h2>
<p>
<ul class="text-left">
<li>Worked in an agile environment, developing modules for Synergy LMS used in education schools.</li>
<li>Worked on Synergy's Seating and Attendance module using .Net and SQL technologies within a proprietary MVC framework which helped Edupoint win other similar projects.</li>
</ul>
</p>
</div>
</div>
<hr class="sep-marks" style=" border-top: 1px solid rgba(163, 163, 163, 0.24);">
<div class="row ml-1 eduentry">
<div class="col-md-12 float-left edu">
<h2 style="font-size: 22px; font-weight: 600">
Software Developer Intern
</h2>
<h1 style="font-size: 18px; font-weight: 600; color: #007bff">
<a href="https://www.ey.com/" style="color: #007bff;">Ernst & Young LLC</a> <a style="font-size:10px; vertical-align: top; cursor: pointer" tabindex="0" data-toggle="popover" data-trigger="focus" title="About EY" data-content="Ernst & Young is a multinational professional services firm headquartered in London, England, United Kingdom. EY is one of the largest professional services firms in the world. Along with Deloitte, KPMG and PricewaterhouseCoopers, EY is considered one of the Big Four accounting firms.">[?]</a>
</h1>
<h2 style="font-size: 15px;font-weight: 600;">
From Jun 2014 to Aug 2014 <span style="border-left:solid; border-left: 1px solid;"> Ohio, USA</span>
</h2>
<p>
<ul class="text-left">
<li>Worked in an Agile environment developing modules and provided customized solution to existing modules using C#, SQL server in ASP.Net platform.</li>
<li>Designed, developed and tested objects for two modules which reduced the project development time by two weeks and resulted in better integration with the core systems.</li>
</ul>
</p>
</div>
</div>
<hr class="sep-marks" style=" border-top: 1px solid rgba(163, 163, 163, 0.24);">
<div class="row ml-1 eduentry">
<div class="col-md-12 float-left edu">
<h2 style="font-size: 22px; font-weight: 600">
Senior Engineer
</h2>
<h1 style="font-size: 18px; font-weight: 600; color: #007bff">
<a href="https://www.infosys.com/" style="color: #007bff;">Infosys Limited</a> <span style="color: black">
</h1>
<h2 style="font-size: 15px;font-weight: 600;">
From Aug 2010 to July 2013 <span style="border-left:solid; border-left: 1px solid;"> Bangalore, India</span>
</h2>
<p>
<ul class="text-left">
<li>Developed customizable modules to the existing modules using JSP, Java, Finacle scripting in Java platform.</li>
<li>Developed and Implemented front end screens, validations for modules using JSP, Java.</li>
<li>Developed an electronic retail order management system which gave organization an online presence using Java, JSF and POJO framework.</li>
<li>Developed automation tools using Perl, PL/SQL and Unix; minimizing manual intervention and increasing the productive time by 50%.</li>
<li>Optimized the performance of various SQL scripts, thereby reducing time taken for generation of reports.</li>
<li>Handled data migration activities for multi-national banking clients which included ETL - transforming and loading existing information from one database to another.</li>
<li>Resolved 60% of Java critical issues raised during the project within one day.</li>
</ul>
</p>
</div>
</div>
</div>
<br>
<br>
<!--- ---------------------Education----------------------- --->
<div class="row text-center" style="color:aliceblue">
<div class="col-md-4">
<hr>
</div>
<div id="education" class="col-md-4">
<h2>EDUCATION</h2>
</div>
<div class="col-md-4">
<hr>
</div>
</div>
<div class="container" style="margin-top:30px">
<div class="row ml-1 eduentry">
<div class="col-md-9 float-left edu">
<h2 style="font-size: 22px; font-weight: 600">
Master's in Computer Science
</h2>
<h1 style="font-size: 18px; font-weight: 600; color: #007bff">
Arizona State University <a style="font-size:10px; vertical-align: top; cursor: pointer" tabindex="0" data-toggle="popover" data-trigger="focus" title="About ASU" data-content="Arizona State University, or more commonly known as ASU, is one of the top ranked Universities in America.
ASU’s nationally ranked programs inspire the top-qualified graduates and have positioned the university as a top-tier recruiting and hiring institution by more than 50 of the country’s top corporations, according to professional recruiters and rankings services around the world. The university has a pretty vast network of alumni throughout the American tech industry. ASU-ian graduates are spread all over the country as well as internationally.">[?]</a>
</h1>
<h2 style="font-size: 15px;font-weight: 600;margin-top: -5px; margin-left: -5px">
<span class="fa-stack fa-sm">
<i class="fa fa-calendar fa-stack-1x"></i></span>Aug 2013 - May 2015</h2>
</div>
<div class="col-md-3 marks float-right">
<div style="margin-top:10px"></div>
<h2 style="text-align: center; font-size: 13px; font-weight: 600">
CGPA
</h2>
<h2>
<div style="text-align: center; font-size: 26px; font-weight: 600; color: #007bff">
3.6<span style="color: black; font-size: 20px"> / 4.0</span>
</div>
</h2>
</div>
</div>
<hr class="sep-marks" style=" border-top: 1px solid rgba(163, 163, 163, 0.24);">
<div class="row ml-1 eduentry">
<div class="col-md-9 float-left edu">
<h2 style="font-size: 22px; font-weight: 600">
Bachelor's in Information Science & Engineering
</h2>
<h1 style="font-size: 18px; font-weight: 600; color: #007bff">
P.E.S Institute of Technology, Bangalore, India <a style="font-size:10px; vertical-align: top; cursor: pointer" tabindex="0" data-toggle="popover" data-trigger="focus" title="About PES-IT" data-content="People's Education Society Institute of Technology, or more commonly known as PESIT, is one of the best IT Universities in India. The university has a pretty vast network of alumni throughout the Indian and American tech industry. PESIT-ian graduates are spread all over the country as well as internationally.">[?]</a>
</h1>
<h2 style="font-size: 15px;font-weight: 600;margin-top: -5px; margin-left: -5px">
<span class="fa-stack fa-sm">
<i class="fa fa-calendar fa-stack-1x"></i></span>September 2006 - July 2010</h2>
</div>
<div class="col-md-3 marks float-right">
<div style="margin-top:10px"></div>
<h2 style="text-align: center; font-size: 13px; font-weight: 600">
CGPA
</h2>
<h2>
<div style="text-align: center; font-size: 26px; font-weight: 600; color: #007bff">
3.6<span style="color: black; font-size: 20px"> / 4.0</span>
</div>
</h2>
</div>
</div>
</div>
<br>
<br>
<!--- ---------------------Projects----------------------- --->
<div class="row text-center" style="color:aliceblue">
<div class="col-md-4">
<hr>
</div>
<div id="projects" class="col-md-4">
<h2>PROJECTS</h2>
</div>
<div class="col-md-4">
<hr>
</div>
</div>
<div class="container" style="margin-top:30px">
<div class="row ml-1 eduentry">
<div class="col-md-12 float-left edu">
<h2 style="font-size: 22px; font-weight: 600">
Freelancing Projects
</h2>
<h2 style="font-size: 15px;font-weight: 600;">
<!-- <a href="https://www.fiverr.com">fiverr.com</a> & <a href="https://www.upwork.com">upwork.com</a> -->
</h2>
<p>
<ul class="text-left">
<li>Developed a cloud based/ stand-alone desktop capable Invoicing & accounting application for enterprises distributed over logistical, sourcing and retail space.</li>
<li>Developed SEO centric web pages.</li>
<li>Developed webpages and automated scripts around the same inside the word press platform.</li>
</ul>
</p>
</div>
</div>
<hr class="sep-marks" style="border-top: 1px solid rgba(163, 163, 163, 0.24);">
<div class="row ml-1 eduentry">
<div class="col-md-12 float-left edu">
<h2 style="font-size: 22px; font-weight: 600"> Academic Projects</h2>
<h2 style="font-size: 15px;font-weight: 600;">
at <a href="https://www.pes.edu/">PES University, India</a> & <a href="https://www.asu.edu/">Arizona State University, USA</a>
</h2>
<p>
These are some of the projects that were given as an assignment in different courses
<ul class="text-left">
<li><b>Search Engine Implementation - </b>Implemented a Java Lucene based mini search engine for a sample document corpus, using the Vector Space model to rank pages based on TF-IDF values. Page Rank & k-means algorithms used for computing the importance of pages.
Coding in Java Platform and Eclipse IDE.</li>
<li><b>Web based Secure Banking System - </b> Developed a secure Java based web application for the internal and external users of a bank using Spring MVC & Hibernate framework,HTML5, JavaScript, TomCat server and MySQL (RDBMS) database and JUnit. Implemented transaction maintenance and user account management like login, authentication along with security features such as one time password and public key infrastructure.</li>
<li>Coded complete Library Management System in JAVA. Including Multi-user Authentication, Spring MVC, SQL Database and Multi-Threading.</li>
<li><b>Predicting movie rating using social media content - </b> Extracted movie related tweets from crawling the Twitter website. Preprocessed, trained the naive Bayes classifier & classified the tweets, thus arrived at a measure and predicted movie rating</li>
<li><b>Flickr Crawler - </b>Crawl Flickr Website and extract sample data and perform analysis using the methods learnt in the course such as degree distribution , Clustering , community detection etc.</li>
<li><b>Multimedia streaming with Reduced Query processing time in a P2P network - </b> Developed an efficient way of streaming multimedia data by reducing the time required for searching / Querying the network</li>
</ul>
</p>
</div>
</div>
<hr class="sep-marks" style="border-top: 1px solid rgba(163, 163, 163, 0.24);">
<div class="row ml-1 eduentry">
<div class="col-md-12 float-left edu">
<h2 style="font-size: 22px; font-weight: 600">
Freelance Projects
</h2>
<h2 style="font-size: 15px;font-weight: 600;">
Some projects that I did in my spare time
</h2>
<p>
<ul class="text-left">
<li><b>Invoicing & Accounting software - </b>Developed a cloud based/ stand-alone desktop capable Invoicing & accounting application for enterprises distributed over logistical, sourcing and retail space.</li>
<li><b>Predicting Movie Rating - </b>Crawl Twitter Website and extract tweets on the movie and preprocess the tweets. Train the Naive Bayes classifier model, classify the tweets and arrive at a measure using the model. Predict the rating of the movie.
Coding in Java Platform and Eclipse IDE.</li>
<li> Developed SEO centric web pages.</li>
<li>Developed webpages and automated scripts around the same inside the word press platform.</li>
<li><b>Paint Tool - </b>Programmed a Polymorphic Paint Brush tool using core concepts of OOP in C++. </li>
<!-- <li><b>Citizen Portal App</b> - A web app to add/resolve complaints. Built using React, Redux, Firebase (Auth, Firestore, Cloud Functions) and Thunk. (<a href="https://github.com/mohsinht/citizen-portal-app">Github</a> | <a href="https://pm-citizen-portal.firebaseapp.com/">Website</a>)</li> -->
</ul>
</p>
</div>
</div>
</div>
<br>
<br>
<!--- ---------------------MOST PROUD OF----------------------- --->
<div class="row text-center" style="color:aliceblue">
<div class="col-md-4">
<hr>
</div>
<div id="proudof" class="col-md-4">
<h2>MOST PROUD OF</h2>
</div>
<div class="col-md-4">
<hr>
</div>
</div>
<div class="container" style="margin-top:30px">
<div class="row ml-1 eduentry">
<div class="col-md-12 float-left edu">
<h2 style="font-size: 22px; font-weight: 600">
<span class="fa-stack fa-lg">
<i class="fa fa-trophy fa-stack-1x"></i></span>
First in ACM's Programming Competition
</h2>
<p>
A programming competition was held at PES university in 2010 which was arranged by ACM and PES officials. Around 120 teams participated. Each team had a group of 3. Total 5 questions were given and the time limit was 3 hours. C++ was the preferred language. We completed three questions out of five in 3 hours. My team won the first prize and its shield was presented by the director of PESIT and the head of CS-Department.
</p>
</div>
</div>
<hr class="sep-marks" style=" border-top: 1px solid rgba(163, 163, 163, 0.24);">
<div class="row ml-1 eduentry">
<div class="col-md-12 float-left edu">
<h2 style="font-size: 22px; font-weight: 600">
<span class="fa-stack fa-lg">
<i class="fa fa-graduation-cap fa-stack-1x"></i></span>
Disctinction/Honor Award
</h2>
<p>
Recieved Distinction awards in every semester for securing 3.5+ CGPA at PES University. I am listed in Honorary list for getting Distinction in every semester and was awarded a Certificate of Excellence by the Head of Information Science department in 2010.
</p>
</div>
</div>
<hr class="sep-marks" style=" border-top: 1px solid rgba(163, 163, 163, 0.24);">
<div class="row ml-1 eduentry">
<div class="col-md-12 float-left edu">
<h2 style="font-size: 22px; font-weight: 600">
<span class="fa-stack fa-lg">
<i class="fa fa-graduation-cap fa-stack-1x"></i></span>
Professional Awards
</h2>
<p>
Recieved Star of the Quarter award couple of times at Infosys Limited. Recieved Applause/Thank you cards from my Program manager in appreciation of my performance.
</p>
</div>
</div>
<hr class="sep-marks" style=" border-top: 1px solid rgba(163, 163, 163, 0.24);">
<div class="row ml-1 eduentry">
<div class="col-md-12 float-left edu">
<h2 style="font-size: 22px; font-weight: 600">
<span class="fa-stack fa-lg">
<i class="fa fa-free-code-camp fa-stack-1x"></i></span>
Participant in Multiple Programs
</h2>
<p>
I've participated in a <b>36-Hour Hackathon</b> which was organized by Hacks 4 Humanity and ASU in which we developed websites around humanities themes. I've attended <b>EY International Intern Leadership Conference in 2014</b> which was organized by Ernst & Young. I've also attended <b>multiple programming meetups</b> in Arizona & Bangalore.
</p>
</div>
</div>
<!-- <hr class="sep-marks" style=" border-top: 1px solid rgba(163, 163, 163, 0.24);">
<div class="row ml-1 eduentry">
<div class="col-md-12 float-left edu">
<h2 style="font-size: 22px; font-weight: 600">
<span class="fa-stack fa-lg">
<i class="fa fa-paint-brush fa-stack-1x"></i></span>
Director Graphics & Publications for SOFTEC '20
</h2>
<p>
SOFTEC (<b>SOFT</b>ware <b>E</b>xhibition and <b>C</b>ompetition) is one of the biggest IT events in Pakistan. It is organized every year at FAST-NU, Lahore. I work in the senior executive team and my responsibilities are to manage and direct the junior team for the preparation of the event.
<br/>Earlier: Creative Design Team Head in SOFTEC '19, Creative Design Deputy Head in SOFTEC '18
</p>
</div>
</div> -->
</div>
<br>
<br>
<!--- ---------------------MORE DETAILS----------------------- --->
<div class="row text-center" style="color:aliceblue">
<div class="col-md-4">
<hr>
</div>
<div id="more" class="col-md-4">
<h2>MORE</h2>
</div>
<div class="col-md-4">
<hr>
</div>
</div>
<div class="container" style="margin-top:30px">
<div class="row ml-1 eduentry">
<div class="col-md-4 float-left edu rborder">
<h2 style="font-size: 22px; font-weight: 600">
Technologies
</h2>
<p>
<span class="badge badge-primary">Java</span>
<span class="badge badge-primary">Rest API</span>
<span class="badge badge-primary">JavaScript</span>
<span class="badge badge-primary">Hibernate</span>
<span class="badge badge-primary">Ajax</span>
<span class="badge badge-primary">JQuery</span>
<span class="badge badge-primary">Web Sockets</span>
<span class="badge badge-primary">MySql</span>
<span class="badge badge-primary">SQLServer</span>
<span class="badge badge-primary">Wordpress</span>
<span class="badge badge-primary">SVN - Apache Subversion</span>
<span class="badge badge-primary">Jira</span>
<span class="badge badge-primary">Crucible</span>
<span class="badge badge-primary">Confluence</span>
<span class="badge badge-primary">Sharepoint</span>
<span class="badge badge-primary">Git</span>
<span class="badge badge-primary">HTML5/CSS3</span>
</p>
</div>
<div class="col-md-4 float-left edu rborder">
<h2 style="font-size: 22px; font-weight: 600">
Interests
</h2>
<p>
<div class="row interests">
<div class="col-md-6 float-left edu">
<ul class="interests">
<li>Software Development</li>
<li>Data Analysis</li>
<li>Web Development</li>
</ul>
</div>
<div class="col-md-6 float-left edu">
<ul class="interests">
<li>Blockchain</li>
<li>Machine Learning</li>
<li>NLP</li>
</ul>
</div>
</div>
</p>
</div>
<div class="col-md-4 float-left edu">
<h2 style="font-size: 22px; font-weight: 600">
Languages
</h2>
<p>
<div class="row">
<div class="col-md-6 float-left edu langs">
JAVA
<br> Javascript
<br> Python
<br> C++
</div>
<div class="col-md-6 float-left edu" style="display: -webkit-inline-box;">
<span id="circle"></span><span id="circle"></span><span id="circle"></span><span id="circle"></span><span id="circle-dim"></span>
<br>
<span id="circle"></span><span id="circle"></span><span id="circle"></span><span id="circle"></span><span id="circle-dim"></span>
<br>
<span id="circle"></span><span id="circle"></span><span id="circle"></span><span id="circle-dim"></span><span id="circle-dim"></span>
<br>
<span id="circle"></span><span id="circle"></span><span id="circle"></span><span id="circle"></span><span id="circle-dim"></span>
</div>
</div>
</p>
</div>
</div>
</div>
<br>
<br>
<!--- ---------------------Companies' Testimonials----------------------- --->
<div class="row text-center" style="color:aliceblue">
<div class="col-md-4">
<hr>
</div>
<div id="port" class="col-md-4">
<h2>RECOMMENDATIONS</h2>
</div>
<div class="col-md-4">
<hr>
</div>
</div>
<div class="container" style="margin-top:30px">
<div class="row">
<div class="col-md-6">
<div class="card">
<div class="card-header">
Veras Retail LLC
</div>
<div class="card-body">
<blockquote class="blockquote mb-0" style="font-size:15px">
<p>I am happy to recommend Nikhil as an excellent 'full stack' Java software engineer. I had the pleasure of working with him for a year and a half and I was impressed with his skills and great attitude at work. He always faced difficult problems with a smile and started analyzing and then designing a solution methodically. He can work on SQL development one day, the next day on a front end with Javascript and the same week on a Java service on the back end of a solution. He is always ready to help or learn from his colleagues and is a great collaborator. I would like to work with him or for him again one day! <a href="/downloads/Letter of Recommendation - Nikhil.pdf" data-toggle="tooltip" title="Download Complete Letter" download>(view more)</a></p>
<footer class="blockquote-footer">Luis Cisneros <cite title="Recommendation By">(Senior Engineer, Veras Retail LLC)</cite>
</footer>
</blockquote>
</div>
</div>
</div>
<div class="col-md-6">
<div class="card">
<div class="card-header">
Infosys Limited
</div>
<div class="card-body">
<blockquote class="blockquote mb-0" style="font-size:15px">
<p>Nikhil is a committed individual that can be trusted with new assignments in which he may not have prior experience. Always willing to take up new assignments and delivering them on time, Nikhil is a hard-working person with wonderful analytical ability. He makes friends easily, with humility and concern he has for others. I would always prefer to have him in my team. <a href="/downloads/Infosys_Certificate.pdf" data-toggle="tooltip" title="Download Complete Letter" download>(view more)</a></p>
<footer class="blockquote-footer">Selva Jagannathan<cite title="Recommendation By">(Product Solution Architect, Infosys)</cite></footer>
</blockquote>
</div>
</div>
</div>
</div>
<br/>
<div class="row">
<div class="col-md-6">
<div class="card">
<div class="card-header">
Infosys Limited
</div>
<div class="card-body">
<blockquote class="blockquote mb-0" style="font-size:15px">
<p>Nikhil is a very sharp professional. His quick understanding capability helps him to finish things swiftly. His strive towards learning and his analytical thinking makes him an outstanding performer. <a href="/downloads/Letter of Recommendation - Nikhil.pdf" data-toggle="tooltip" title="Download Complete Letter" download>(view more)</a></p>
<footer class="blockquote-footer">Jenny Sahaya Prabhu JR <cite title="Recommendation By">(Program Manager, Infosys)</cite>
</footer>
</blockquote>
</div>
</div>
</div>
<div class="col-md-6">
<div class="card">
<div class="card-header">
Infosys Limited
</div>
<div class="card-body">
<blockquote class="blockquote mb-0" style="font-size:15px">
<p>Nikhil has been an excellent team mate for as long as we have worked together. He is always enthusiastic to learn and try out new ideas on how to improve or simplify things. He brings in his own experience and knowledge to the table which helped us to manage work within our team quite easily. Add to that, he is a very warm and friendly character, easy to go, very active in conversations. Undoubtedly an asset to any team. <a href="/downloads/Infosys_Certificate.pdf" data-toggle="tooltip" title="Download Complete Letter" download>(view more)</a></p>
<footer class="blockquote-footer">Daniel Jonalagadda<cite title="Recommendation By">(Tech Lead, Infosys)</cite></footer>
</blockquote>
</div>
</div>
</div>
</div>
</div>
<br>
<br>
<!--- ---------------------PORTFOLIO----------------------- --->
<!-- <div class="row text-center" style="color:aliceblue">
<div class="col-md-4">
<hr>
</div>
<div id="port" class="col-md-4">
<h2>CLIENTS' TESTIMONIALS</h2>
</div>
<div class="col-md-4">
<hr>
</div>
</div>
<div class="container" style="margin-top:30px">
<div class="row">
<div class="col-md-4">
<div class="card">
<div class="card-header">
GJD Investments Project
</div>
<div class="card-body">
<blockquote class="blockquote mb-0" style="font-size:15px">
<p>I can't tell you how much I LOVE my new website! If anyone has a question about hiring you have them contact me; you were a pleasure to work with and you took great attention to detail. I look forward to working w/you in the future.</p>
<footer class="blockquote-footer">Georgia Hampton <cite title="Source Title">on Fiverr</cite></footer>
</blockquote>
</div>
</div>
<br>
<div class="card">
<div class="card-header">
Marymount LLC Project
</div>
<div class="card-body">
<blockquote class="blockquote mb-0" style="font-size:15px">
<p>I hired Mohsin for developing a website for my real estate company from scratch. Mohsin's biggest strength is his available and his patience. He is willing to work as long as it takes.</p>
<footer class="blockquote-footer">Vibhav Mishra <cite title="Source Title">on Upwork</cite></footer>
</blockquote>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card">
<div class="card-header">
Bizsavvy Affiliates Project
</div>
<div class="card-body">
<blockquote class="blockquote mb-0" style="font-size:15px">
<p>I loved working with Nikhil. He did exactly what he said he would do and even more. Communication was great and he responded in a professional and timely matter. We transferred a site from Wix to Wordpress and he was able to duplicate the site into Wordpress way ahead of schedule.</p>
<footer class="blockquote-footer">Bizsavvy <cite title="Source Title">on Fiverr</cite></footer>
</blockquote>
</div>
</div>
<br>
<div class="card">
<div class="card-header">
Aavant Backdrops Project
</div>
<div class="card-body">
<blockquote class="blockquote mb-0" style="font-size:15px">
<p>Knows Wordpress like the back of his hand. Does good and fast work. You just can depend on him and sit back. He will deliver. Wonderful job.</p>
<footer class="blockquote-footer">Aavant <cite title="Source Title">on Fiverr</cite></footer>
</blockquote>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card">
<div class="card-header">
Skin Swim Project
</div>
<div class="card-body">
<blockquote class="blockquote mb-0" style="font-size:15px">
<p>Great experience with Mohsin. Easy to communicate and completed the job successfully. Very pleased with my website, I will use him in the future!</p>
<footer class="blockquote-footer">Skin Swim <cite title="Source Title">on Upwork</cite></footer>
</blockquote>
</div>
</div>
<br>
<div class="card">
<div class="card-header">
Smile-Fashion Project
</div>
<div class="card-body">
<blockquote class="blockquote mb-0" style="font-size:15px">
<p>Work completed on time and done perfectly. Always a pleasure working with Mohsin</p>
<footer class="blockquote-footer">Lamar Williams <cite title="Source Title">on Upwork</cite></footer>
</blockquote>
</div>
</div>
<br>
<div class="card">
<div class="card-header">
Quick House Canada Project
</div>
<div class="card-body">
<blockquote class="blockquote mb-0" style="font-size:15px">
<p>Thanks again Mohsin! Looking forward to working together again!</p>
<footer class="blockquote-footer">QuickHouseCA <cite title="Source Title">on Upwork</cite></footer>
</blockquote>
</div>
</div>
</div>
</div>
</div>
-->
<br>
<br>
<!--- ---------------------CONTACT----------------------- --->
<div class="row text-center" style="color:aliceblue">
<div class="col-md-4">
<hr>
</div>
<div id="contact" class="col-md-4">
<h2>CONTACT</h2>
</div>
<div class="col-md-4">
<hr>
</div>
</div>
<div class="container" style="margin-top:30px">
<div class="row" style=" flex-flow: column;">
<h2 class="text-center" style="font-size:25px">Let me know if you have any queries or if you'd like to discuss something</h2>
<hr>
</div>
<br>
<form action="https://formspree.io/xayyajwq" method="POST" onsubmit="return checkvalue(this)" />
<div class="form-row">
<div class="col-md-6" style="margin-bottom:5px">
<input type="text" class="form-control" placeholder="Your Message" name="message" id="msg">
</div>
<div class="col-md-3" style="margin-bottom:5px">
<input type="text" class="form-control" placeholder="Name" name="Name" id="name">
</div>
<div class="col-md-3" style="margin-bottom:5px">
<input type="email" class="form-control" placeholder="Email" name="_replyto" id="email">
</div>
</div>
<br>
<div class="col-auto text-right">
<button type="submit" class="btn btn-primary mb-2">Submit</button>
</div>
</form>
</div>
</div>
<br>
<br>
<!--- ---------------------FOOTER----------------------- --->
<p class="text-center" style="color:aliceblue">Designed from scratch by <b>Nikhil S.B</b></p>
<script>
function checkvalue() {
var emailVal = document.getElementById('email').value;
if (!emailVal.match(/^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/)) {
alert('Email is not valid');
return false;
}
var nameVal = document.getElementById('name').value;
if (!nameVal.match(/^[A-Za-z.-]+(\s*[A-Za-z.-]+)*$/)) {
alert('Name is not valid');
return false;
}
var msgVal = document.getElementById('msg').value;
if (!msgVal.match(/\S/)) {
alert('Message cannot be empty');
return false;
}
if (msgVal.length > 250) {
alert('Message cannot be greater than 250 words');
return false;
}
return true;
}
</script>
<script type="text/javascript">
$(document).ready(function() {
$("body").tooltip({ selector: '[data-toggle=tooltip]' });
$('[data-toggle="popover"]').popover();
$('.popover-dismiss').popover({
trigger: 'focus'
})
});
</script>
</body>
</html>