-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume.html
More file actions
94 lines (92 loc) · 4.25 KB
/
resume.html
File metadata and controls
94 lines (92 loc) · 4.25 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
<!DOCTYPE HTML>
<html>
<head>
<title>Samkit Shah</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href='http://fonts.googleapis.com/css?family=Roboto:300,900' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/css?family=Titillium+Web" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="main.css" />
</head>
<body>
<div id="content">
<div id="inner">
<h1>Samkit Shah</h1>
<span> Full stack web application engineer | IoT amature | Proud geek</span><br>
<span> Bachelor of Engineering, CS (2014), University of Pune, India </span><br>
<span> <a target="_blank" href="https://www.linkedin.com/in/samkit-shah-86790b32/" title="Samkit Shah">LinkedIn</a> | <a target="_blank" href="https://github.com/shsamkit" title="shsamkit@github">Github</a> | <a href="mailto:shsamkit.shah@gmail.com" title="shsamkit.shah@gmail.com">Email</a> | <a target="_blank" href="http://shsamkit.github.io" title="shsamkit.github.io">More..</a>
<br>
<br>
<div class="exerience">
<span id="title">Experience</span>
<br>
<span id="subtitle">Rakuten Inc., Japan</span>
<br>
<span id="details">— Tech lead and foundation team engineer (Oct 2016 - present)</span>
<br>
<span id="details">Designing a microservice architecture with over 50+ services, and maintain common develop-deploy-maintain components and tools for the same.</span>
<br>
<span id="details">— Web application engineer (Oct 2014 - Sep 2016)</span>
<br>
<span id="details">Develop and maintain MVC and REST only web apps along with minor responsibilities of data engineer.</span>
<br>
<span id="subtitle">Symantec, India</span>
<br>
<span id="details">— Project intern (Oct 2013 - Sep 2014)</span>
</div>
<br>
<br>
<div class="technical-skills">
<span id="title">Technical skills</span>
<br>
<table>
<tr>
<td>Languages</td>
<td>Java, C++, Python, HTML, Javascript</td>
</tr>
<tr><td>---</td></tr>
<tr>
<td>Web Development</td>
<td>Extensive work on microservice-architecture REST-only and rich UX web applications using frameworks/libraries like Spring, Spring boot, Django, React</td>
</tr>
<tr><td>---</td></tr>
<tr>
<td>Testing</td>
<td>Strong believer of TDD using testing frameworks Junit, Jupiter, Spock, Serverspec. Integration tests using embedded support for datastores from Spring and REST API mocking tools.</td>
</tr>
<tr><td>---</td></tr>
<tr>
<td>SRE</td>
<td>Automating CI/CD pipelines troubleshooting on variety of infrastructure orchestrations from private as well as public vendors like AWS, heroku. Reducing developers' concerns just to business logic by separately maintaining other aspects (such as configurations, deploy, scalability) into common components.</td>
</tr>
<tr><td>---</td></tr>
<tr>
<td>Data engineer</td>
<td>Establishing data stream from applications to big-data stores like hadoop and enabling data access for Business Intelligence tools.</td>
</tr>
</table>
</div>
<br>
<br>
<div class="other-skills">
<span id="title">Other skills</span>
<br>
Spoken languages — English, Hindi, Gujarati, Japanese (conversational).
<br>
Requirement negotiation, Project planning, Agile development.
</div>
<br>
<br>
<div class="etc">
<span id="title">Development philosophies</span>
<br>
— Treat code and commits as product documentation.
<br>
— Boring is better (for large critical systems).
<br>
— Distribute responsibilities; standardize methodologies.
<br>
</div>
</div>
</div>
</body>
</html>