-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
577 lines (514 loc) · 29.4 KB
/
index.html
File metadata and controls
577 lines (514 loc) · 29.4 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
<!--Pushed 20 July 2022-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon">
<link href="assets/img/favicon.png" rel="apple-touch-icon">
<title>Sanjay Suthar</title>
<link rel="canonical" href="https://sanjoyment.com/" />
<link rel='dns-prefetch' href='https://sanjoyment.com/' />
<meta name="author" content="Sanjay Suthar">
<meta name="keywords" content="Sanjay Suthar's Portfolio, Sr. Software Engineer with 6+ Experience." />
<meta name="description" content="Checkout my portfolio to know about me." />
<meta property="og:site_name" content="Sanjoyment">
<meta property=”og:title” content=”Sanjay Suthar" />
<meta property="og:type" content="website">
<meta property="og:url" content="https://sanjoyment.com/" />
<meta property="og:image" content="assets/img/og-img.png" itemprop="image" />
<meta property="og:image:secure_url" content="assets/img/og-img.png" />
<meta property="og:image:width" content="300" />
<meta property="og:image:height" content="300" />
<meta property="og:image:type" content="image/png" />
<link rel="image_src" href="assets/img/og-img.png" />
<meta property=”og:description” content=”Checkout my portfolio to know about me.” />
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@sanjoyment">
<meta name="twitter:title" content="Sanjay Suthar">
<meta name="twitter:description" content="Checkout my portfolio to know about me.">
<meta name="twitter:image" content="assets/img/og-img.png">
<meta name="msapplication-TileImage" content="assets/img/og-img.png">
<meta property="og:locale" content="en_US" />
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<!-- ======= Mobile nav toggle button ======= -->
<i class="bi bi-list mobile-nav-toggle d-xl-none"></i>
<!-- ======= Header ======= -->
<header id="header">
<div class="d-flex flex-column">
<div class="profile">
<img src="assets/img/profile-img-small.jpg" alt="" class="img-fluid rounded-circle">
<h1 class="text-light"><a href="https://sanjoyment.com/">SANJAY <span class="last-name">SUTHAR</span></a></h1>
<span class="designation">Sr. Software Engineer</span>
<div class="social-links mt-3 text-center">
<!--<a target="_blank" href="https://www.facebook.com/sanjoyment" class="facebook"><i class="bx bxl-facebook"></i></a>-->
<a target="_blank" href="https://www.instagram.com/sanjoyment/" class="instagram"><i class="bx bxl-instagram"></i></a>
<a target="_blank" href="https://www.linkedin.com/in/sanjoyment/" class="linkedin"><i class="bx bxl-linkedin"></i></a>
<a target="_blank" href="https://join.skype.com/invite/MdNXkgfkth4e" class="google-plus"><i class="bx bxl-skype"></i></a>
<!--<a target="_blank" href="https://twitter.com/sanjoyment" class="twitter"><i class="bx bxl-twitter"></i></a>-->
<a target="_blank" href="https://github.com/sanjoyment" class="github"><i class="bx bxl-github"></i></a>
</div>
</div>
<nav id="navbar" class="nav-menu navbar">
<ul>
<li><a href="#hero" class="nav-link scrollto active"><i class="bx bx-home"></i> <span>Home</span></a></li>
<li><a href="#about" class="nav-link scrollto"><i class="bx bx-user"></i> <span>About</span></a></li>
<li><a href="#resume" class="nav-link scrollto"><i class="bx bx-file-blank"></i> <span>Resume</span></a></li>
<li><a href="#contact" class="nav-link scrollto"><i class="bx bx-envelope"></i> <span>Contact</span></a></li>
</ul>
</nav><!-- .nav-menu -->
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="d-flex flex-column justify-content-center align-items-center hero-header">
<div class="hero-container" data-aos="fade-in">
<h1>Sanjay <span class="last-name">Suthar</span></h1>
<p>I'm <span class="typed" data-typed-items="Sr. Software Engineer., Intrapreneur., Programmer., Learner."></span></p>
</div>
</section><!-- End Hero -->
<main id="main">
<!-- ======= About Section ======= -->
<section id="about" class="about">
<div class="container">
<div class="section-title">
<h2>About</h2><!--including 2 years in AI stuff-->
<p>Experienced and friendly software engineer with 7 years of hands-on experience in various technologies. during my progressive job experience, have gained practical skills with exciting technologies and tasks, as well as collaborated with diverse teams. The whole role of my engineering practice includes building and supporting web solutions for high-volume businesses & learning new technology skills.</p>
</div>
<div class="row">
<div class="col-lg-4" data-aos="fade-right">
<img src="assets/img/profile-img.jpg" class="img-fluid" alt="">
</div>
<div class="col-lg-8 pt-4 pt-lg-0 content" data-aos="fade-left">
<h3>Software Engineer.</h3>
<p class="fst-italic">
I'm an energetic, responsible, and hardworking IT person. Being worked for different projects helped me to adapt to the changes quickly and made me a mature team worker. I'm able to work well both in a team environment as well as using my own initiative.
</p>
<div class="row">
<div class="col-lg-6">
<ul>
<li><i class="bi bi-chevron-right"></i> <strong>Name:</strong> <span>Sanjay Suthar</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>City:</strong> <span>Ahmedabad, Gujarat.</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Birthday:</strong> <span>November 11th.</span></li>
</ul>
</div>
<div class="col-lg-6">
<ul>
<li><i class="bi bi-chevron-right"></i> <strong>Email:</strong> <span>sanjaymsuthar@gmail.com</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Degree:</strong> <span>Master of Computer Application</span></li>
<!--<li><i class="bi bi-chevron-right"></i> <strong>Nationality:</strong> <span>Indian</span></li>-->
<!--<li><i class="bi bi-chevron-right"></i> <strong>Website:</strong> <span>sanjoyment.com</span></li>-->
<!--<li><i class="bi bi-chevron-right"></i> <strong>Freelance:</strong> <span>Available</span></li>-->
</ul>
</div>
</div>
<p>
I have enough experience in improving software performance, testing and updating existing software, and developing new software functionalities. I succeed to grow my programming skills in different areas. I have also initiated AI-Based ChatBot functionality in my recent company.
</p>
</div>
</div>
</div>
</section><!-- End About Section -->
<!-- ======= Skills Section ======= -->
<section id="skills" class="skills section-bg">
<div class="container">
<div class="section-title">
<h2>Skills</h2>
<p>No one is perfect but the person who tries is everything, That's why a person always keeps on learning something. Someone well said: “<em>NEVER STOP LEARNING BECAUSE LIFE WILL NEVER STOP TEACHING</em>”. Below are some skills that are too little for me, and which I am improving myself and keep getting sharpen over the time.</p>
</div>
<div class="row skills-content">
<div class="col-lg-6" data-aos="fade-up">
<div class="progress">
<span class="skill">NodeJS <i class="val">85%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="85" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<div class="progress">
<span class="skill">JavaScript <i class="val">90%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<div class="progress">
<span class="skill">PHP Frameworks <i class="val">90%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<div class="progress">
<span class="skill">Go <i class="val">65%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="65" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<div class="progress">
<span class="skill">PostgreSQL <i class="val">75%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<div class="progress">
<span class="skill">HTML <i class="val">95%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="95" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
</div>
<div class="col-lg-6" data-aos="fade-up" data-aos-delay="100">
<div class="progress">
<span class="skill">ReactJS <i class="val">85%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="85" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<div class="progress">
<span class="skill">AngularJS <i class="val">70%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="70" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<div class="progress">
<span class="skill">KnockoutJS <i class="val">68%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="68" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<div class="progress">
<span class="skill">MySQL <i class="val">85%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="85" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<div class="progress">
<span class="skill">Python <i class="val">60%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<div class="progress">
<span class="skill">CSS <i class="val">90%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Skills Section -->
<!-- ======= Resume Section ======= -->
<section id="resume" class="resume">
<div class="container">
<div class="section-title">
<h2>Resume</h2>
<p>I've been doing web development for about 7 years now, and I'm always eager to learn more in this fast-paced industry. I have hands-on experience across all levels of the software development lifecycle, including performance, functional, systems, testing, and user acceptance.</p>
</div>
<div class="row">
<div class="col-lg-6" data-aos="fade-up">
<h3 class="resume-title">Sumary</h3>
<div class="resume-item pb-0">
<h4>Sanjay Suthar</h4>
<p><em>Hey! My name is Sanjay, passionate computer science post-graduate with a passion for developing scalable web applications and working across the full stack for SaaS/PaaS domain. A proven ability to combine technical and leadership to deliver a quality result. Always eager to learn the new and latest technology.</em></p>
<ul>
<li>+91 9166065076</li>
<li>Ahmedabad, Gujarat.</li>
<li>sanjaymsuthar@gmail.com</li>
</ul>
</div>
<h3 class="resume-title">Education</h3>
<div class="resume-item">
<h4>University of Kota, Kota (Raj.) <a href="https://www.google.com/maps/place/University+Of+Kota/@25.1174008,75.8221204,19.21z/data=!4m5!3m4!1s0x0:0xcd871517185912a!8m2!3d25.1177932!4d75.8224083" target="_blank"><i class="bx bx-link-external"></i></a></h4>
<p><em>Master of Computer Application (MCA)</em></p>
<h5>2014 - 2016</h5>
<p>Due to my good rank in 'RMCAAT' exam, I got admission to the 'University of Kota, Kota' with the 'Govt Seat'. Because it was a big government university, most of the time people with great experience used to take seminars which were very helpful.</p>
</div>
<div class="resume-item">
<h4>Gayatri College, Sanchore (Raj.) <a href="https://www.google.com/maps/place/GAYATRI+COLLEGE+SANCHORE/@24.7452206,71.7814642,16z/data=!4m5!3m4!1s0x3944a53d88b14b1d:0x1d380176a1ce5aaf!8m2!3d24.7452206!4d71.7854783" target="_blank"><i class="bx bx-link-external"></i></a></h4>
<p><em>Bachelor of Computer Application (BCA)</em></p>
<h5>2011 - 2013</h5>
<p>To be honest, I was most fond of computers, but without any guidance, I didn't know anything about the BCA field. because in Gayatri College, BCA classes started at the same time, and as my teacher believed in me, so they asked me to take it. I and my other 5 friends did BCA, which was the first time in a city like Sanchore.</p>
</div>
<h3 class="resume-title">Technology</h3>
<div class="resume-item pb-0">
<h4>I have worked on</h4>
<div class="technology">
<div class="tech-item" title="NodeJS">
<img src="assets/img/icons/nodejs.svg" alt="">
<h3>NodeJS</h3>
<h4>5+ Years</h4>
</div>
<div class="tech-item" title="ReactJS">
<img src="assets/img/icons/reactjs.svg" alt="">
<h3>ReactJS</h3>
<h4>3+ Years</h4>
</div>
<div class="tech-item" title="Javascript">
<img src="assets/img/icons/javascript.svg" alt="">
<h3>Javascript</h3>
<h4>5+ Years</h4>
</div>
<div class="tech-item" title="Go">
<img src="assets/img/icons/golang.svg" alt="">
<h3>Go</h3>
<h4>2 Years</h4>
</div>
<div class="tech-item" title="OpenTelemetry">
<img src="assets/img/icons/opentelemetry.svg" alt="">
<h3>OpenTelemetry</h3>
<h4>8 Months</h4>
</div>
<div class="tech-item" title="KnockoutJS">
<img src="assets/img/icons/knockoutjs.svg" alt="">
<h3>KnockoutJS</h3>
<h4>1 Year</h4>
</div>
<div class="tech-item" title="Angular">
<img src="assets/img/icons/angular.svg" alt="">
<h3>Angular</h3>
<h4>1.5 Years</h4>
</div>
<div class="tech-item" title="NextJS">
<img src="assets/img/icons/nextjs.svg" alt="">
<h3>NextJS</h3>
<h4>8 Months</h4>
</div>
<div class="tech-item" title="Vercel">
<img src="assets/img/icons/vercel.svg" alt="">
<h3>Vercel</h3>
<h4>8 Months</h4>
</div>
<div class="tech-item" title="MySQL">
<img src="assets/img/icons/mysql.svg" alt="">
<h3>MySQL</h3>
<h4>4+ Years</h4>
</div>
<div class="tech-item" title="PostgreSQL">
<img src="assets/img/icons/postgresql.svg" alt="">
<h3>PostgreSQL</h3>
<h4>1.5 Year</h4>
</div>
<div class="tech-item" title="Python">
<img src="assets/img/icons/python.svg" alt="">
<h3>Python</h3>
<h4>1+ Year</h4>
</div>
<div class="tech-item" title="MongoDB">
<img src="assets/img/icons/mongodb.svg" alt="">
<h3>MongoDB</h3>
<h4>6+ Months</h4>
</div>
<div class="tech-item" title="Elasticsearch">
<img src="assets/img/icons/elasticsearch.svg" alt="">
<h3>Elasticsearch</h3>
<h4>3 Months</h4>
</div>
<div class="tech-item" title="GitHub">
<img src="assets/img/icons/github.svg" alt="">
<h3>GitHub</h3>
<h4>6+ Years</h4>
</div>
<div class="tech-item" title="ChatterBot">
<img src="assets/img/icons/chatterbot.svg" alt="">
<h3>ChatterBot</h3>
<h4>6+ Months</h4>
</div>
<div class="tech-item" title="HTML">
<img src="assets/img/icons/html.svg" alt="">
<h3>HTML</h3>
<h4>6+ Years</h4>
</div>
<div class="tech-item" title="CSS">
<img src="assets/img/icons/css.svg" alt="">
<h3>CSS</h3>
<h4>6+ Years</h4>
</div>
<div class="tech-item" title="PHP">
<img src="assets/img/icons/php.svg" alt="">
<h3>PHP</h3>
<h4>1.5 Years</h4>
</div>
<div class="tech-item" title="Phalcon">
<img src="assets/img/icons/phalcon.svg" alt="">
<h3>Phalcon</h3>
<h4>4 Months</h4>
</div>
<div class="tech-item" title="CakePHP">
<img src="assets/img/icons/cakephp.svg" alt="">
<h3>CakePHP</h3>
<h4>8+ Months</h4>
</div>
<div class="tech-item" title="Codeigniter">
<img src="assets/img/icons/codeigniter.svg" alt="">
<h3>Codeigniter</h3>
<h4>6+ Months</h4>
</div>
<div class="tech-item" title="Yii">
<img src="assets/img/icons/yii.svg" alt="">
<h3>Yii2</h3>
<h4>6+ Months</h4>
</div>
<div class="tech-item" title="Magento">
<img src="assets/img/icons/magento.svg" alt="">
<h3>Magento</h3>
<h4>6+ Months</h4>
</div>
<div class="tech-item" title="Opencart">
<img src="assets/img/icons/opencart.svg" alt="">
<h3>Opencart</h3>
<h4>6+ Months</h4>
</div>
<div class="tech-item" title="Ubuntu">
<img src="assets/img/icons/ubuntu.svg" alt="">
<h3>Ubuntu</h3>
<h4>6+ Years</h4>
</div>
<div class="tech-item" title="JIRA">
<img src="assets/img/icons/jira.svg" alt="">
<h3>JIRA</h3>
<h4>5+ Years</h4>
</div>
<div class="tech-item" title="Web3.js">
<img src="assets/img/icons/web3js.svg" alt="">
<h3>Web3.js</h3>
<h4>2 Months</h4>
</div>
<div class="tech-item" title="Crypto APIs">
<img src="assets/img/icons/bitcoin.svg" alt="">
<h3>Crypto APIs</h3>
<h4>2 Months</h4>
</div>
</div>
</div>
</div>
<div class="col-lg-6" data-aos="fade-up" data-aos-delay="100">
<h3 class="resume-title">Work Experience</h3>
<div class="resume-item">
<h4>Middleware (YC W23) <a href="https://middleware.io/" target="_blank"><i class="bx bx-link-external"></i></a></h4>
<p><em>Sr. Software Engineer - Ahmedabad</em></p>
<h5>Apr 2022 - Present</h5>
<ul>
<li>Developed a Unified-Dashboard that displays Metrics, Logs, and Traces on a single screen using RestAPI and Socket pipelines, enhancing real-time observability and operational insights.</li>
<li>Integrated DevOps and OpenTelemetry-related components, including package libraries for APMs such as Python (<a target="_blank" href="https://pypi.org/project/middleware-apm/">PyPI</a>), NextJS (<a target="_blank" href="https://www.npmjs.com/package/@middleware.io/agent-apm-nextjs">npm</a>), PHP (<a target="_blank" href="https://packagist.org/packages/middleware/agent-apm-php">Packagist</a>), and Vercel (<a target="_blank" href="https://vercel.com/integrations/middleware">Marketplace</a>); alongside integrations for databases including MySQL, MongoDB, and Elasticsearch.</li>
<li>Designed and implemented cloud integrations for <a target="_blank" href="https://middleware.io/solutions/aws/">AWS</a>, <a target="_blank" href="https://middleware.io/solutions/azure/">Azure</a>, and <a target="_blank" href="https://middleware.io/solutions/gcp/">GCP</a> that allow clients to fetch metrics and logs from their services and view detailed insights directly on Middleware dashboards. Continuously adding support for more services in upcoming releases. (AWS Articles: <a target="_blank" href="https://www.cncf.io/blog/2024/12/02/aws-cloudwatch-metrics-explained-how-to-monitor-and-optimize-your-cloud-resources/">CNCF</a> and <a target="_blank" href="https://middleware.io/blog/aws-monitoring/">Middleware</a>)</li>
<li>Currently, working on GitHub integration to display insights for GitHub activities via webhooks, enabling clients to view detailed events directly on Middleware dashboards.</li>
</ul>
</div>
<div class="resume-item">
<h4>Acquire (Rebranded from Tagove) <a href="https://acquire.io/" target="_blank"><i class="bx bx-link-external"></i></a></h4>
<p><em>Sr. Software Engineer - Ahmedabad</em></p>
<h5>Apr 2017 - Apr 2022</h5>
<ul>
<li>Led in the design, development, and implementation of the Bot related module, As Acquire is a Chat based software, many clients needed a Virtual Assistant to respond to Visitor's queries from trained Q&As & Chat history.</li>
<li>Delegate tasks to the 6 members of the development team and provide counsel on all aspects of the project. </li>
<li>Supervised the whole module of AI in order to ensure the quality and accuracy of the Bot's response within the desired threshold.</li>
<li>Handled core AI part in the Python with help of NLP & other libraries.</li>
<li>Managed whole data flow in various sets of technologies like: NodeJS, ReactJS, Python & MongoDB.</li>
<li>Integrated 6+ third-party bots along with Acquire's Bot, named as Google's DialogFlow, Amazon's LEX Bot, Azure's QnA Maker, IBM Watson & Abe AI.</li>
<li>Consulted & helped many live clients regarding Acquire's Bot, as well as their custom Bot.</li>
</ul>
</div>
<div class="resume-item">
<h4>Indian Web Technology (IWT) <a href="https://www.iwt.in/" target="_blank"><i class="bx bx-link-external"></i></a></h4>
<p><em>Software Engineer - Jaipur</em></p>
<h5>Mar 2016 - Apr 2017</h5>
<ul>
<li>As IWT was a Service-based Company, I developed numerous websites along with their Admin-Panels.</li>
<li>I built Admin as well as Partner's panel with the use of many PHP frameworks (Phalcon, CakePHP, Codeigniter & Yii).</li>
<li>Managed 3-4 CMS(Magento & OpenCart) based projects for the clients.</li>
<li>Also, I have completed my 6th-semester college internship from here.</li>
</ul>
</div>
<div class="resume-item">
<h4>Side Projects</h4>
<h5>Whenever I get free time</h5>
<ul>
<li>Built transaction-based APIs to handle Cryptocurrencies like: Kazuki(ERC20 Token) & Ethereum with the help of Web3.</li>
<li>Honestly, most of the time I prefer family time more than any freelance or side work, but I did 2-3 websites in my friend circle.</li>
</ul>
</div>
</div>
</div>
</div>
</section><!-- End Resume Section -->
<!-- ======= Contact Section ======= -->
<section id="contact" class="contact">
<div class="container">
<div class="section-title">
<h2>Contact</h2>
<p>Whether you have an idea for a project or just want to chat, feel free to contact me on the below mediums, that suit you the best! This will help us to exchange our knowledge.</p>
</div>
<div class="row" data-aos="fade-in">
<div class="col-lg-12 d-flex align-items-stretch">
<div class="info">
<div class="address">
<i class="bi bi-geo-alt"></i>
<h4>Location:</h4>
<p>Ahmedabad, Gujarat.</p>
</div>
<div class="email">
<i class="bi bi-envelope"></i>
<h4>Email:</h4>
<p>sanjaymsuthar@gmail.com</p>
</div>
<div class="phone">
<i class="bi bi-phone"></i>
<h4>Call:</h4>
<p>+91 9166065076</p>
</div>
</div>
</div>
<div class="col-lg-12 mt-5 d-flex align-items-stretch">
<iframe src="https://www.google.com/maps?q=Vasant+Nagar,+Ognaj,+Ahmedabad,+Gujarat&output=embed" frameborder="0" style="border:0; width: 100%; height: 250px;" allowfullscreen></iframe>
</div>
</div>
</div>
</section><!-- End Contact Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="container">
<div class="credits">
<i class="bx bx-copyright"></i> Sanjoyment <script>document.write(new Date().getFullYear());</script>
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/purecounter/purecounter.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/typed.js/typed.min.js"></script>
<script src="assets/vendor/waypoints/noframework.waypoints.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
<!-- Histats.com START (aync)-->
<script type="text/javascript">
var _Hasync= _Hasync|| [];
_Hasync.push(['Histats.start', '1,4854981,4,0,0,0,00010000']);
_Hasync.push(['Histats.fasi', '1']);
_Hasync.push(['Histats.track_hits', '']);
(function() {
var hs = document.createElement('script'); hs.type = 'text/javascript'; hs.async = true;
hs.src = ('//s10.histats.com/js15_as.js');
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(hs);
})();
</script>
<noscript><a href="/" target="_blank"><img src="//sstatic1.histats.com/0.gif?4854981&101" alt="unique visitors counter" border="0"></a></noscript>
<!-- Histats.com END -->
</body>
</html>