-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
146 lines (129 loc) · 5.28 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
<!DOCTYPE html>
<html>
<head>
<title>Haris Shahid - Curriculum Vitae</title>
<meta name="viewport" content="width=device-width"/>
<meta name="description" content="The Curriculum Vitae of Haris Shahid."/>
<meta charset="UTF-8">
<link rel="icon" type="image/png" href="https://img.icons8.com/cotton/64/000000/developer.png"/>
<link type="text/css" rel="stylesheet" href="style.css">
<link href='https://fonts.googleapis.com/css?family=Rokkitt:400,700|Lato:400,300' rel='stylesheet' type='text/css'>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body id="top">
<div id="cv" class="instaFade">
<div class="mainDetails">
<div id="headshot" class="quickFade">
<img src="profilePic.jpg" alt="Haris Shahid" />
</div>
<div id="name">
<h1 class="quickFade delayTwo">Haris Shahid</h1>
<h2 class="quickFade delayThree">Senior Software Engineer</h2>
</div>
<div id="contactDetails" class="quickFade delayFour">
<ul>
<li>e: <a href="mailto:[email protected]" target="_blank">[email protected]</a></li>
<li>l: <a href="https://rebrand.ly/b16dd">https://rebrand.ly/b16dd</a></li>
<li>m: +92-300-6737475</li>
</ul>
</div>
<div class="clear"></div>
</div>
<div id="mainArea" class="quickFade delayFive">
<section>
<article>
<div class="sectionTitle">
<h1>Personal Profile</h1>
</div>
<div class="sectionContent">
<p>To acquire productive work experience in the practical field and to be part of an environment that makes effective use of my potential and enables me to further enhance my capabilities.</p>
</div>
</article>
<div class="clear"></div>
</section>
<section>
<div class="sectionTitle">
<h1>Work Experience</h1>
</div>
<div class="sectionContent">
<article>
<h2>Senior Software Engineer at Synergy-IT</h2>
<p class="subDetails">May 2015 - Present</p>
<p class="mb-10">Synergy-IT is an IT offshoring and a vision to challenge the existing models of global collaboration. Resultant a uniquely creative and collaborative company that helps drive innovation, growth and competitive advantage for its clients.</p>
<h3>Responsibilities</h3>
<ul>
<li>Development & Implementation of Projects</li>
<li>Project & repo setups</li>
<li>Collaboration with Client for requirements, implementation & project feedback</li>
<li>Study existing system to determine new system requirements</li>
<li>Daily project status meeting with Team members</li>
<li>Participate in code reviews to identify basic issues</li>
<li>Managing team members day to day task</li>
</ul>
</article>
<article>
<h2>Software Engineer at E-strats</h2>
<p class="subDetails">February 2013 - April 2015</p>
<p class="mb-10">E-strats is an offshore software development business for more than last ten years, with the Head Office located in California, USA. E-strats offers its clients a complete turnkey solution to their computing needs. E-strats offers the State of the art solutions with the Customer oriented approach developed by highly skilled team members which have Extensive experience in software development.</p>
<h3>Responsibilities</h3>
<ul>
<li>Develop new applications or make enhancements according to project needs</li>
<li>Troubleshoot, fix, verify and deploy issues on systems in production</li>
<li>Study existing system to determine new system requirements</li>
<li>Weekly build creation and deployment on stakeholders machine</li>
<li>Perform applications performance analysis</li>
<li>Weekly project status meetings with customer/management</li>
</ul>
</article>
</div>
<div class="clear"></div>
</section>
<section>
<div class="sectionTitle">
<h1>Key Skills</h1>
</div>
<div class="sectionContent">
<ul class="keySkills">
<li>Visual C#</li>
<li>Asp.Net MVC</li>
<li>Asp.Net Web Api</li>
<li>.Net Core API</li>
<li>Azure Notification Hub</li>
<li>OData</li>
<li>Entity framework</li>
<li>T-SQL</li>
<li>Angular JS</li>
<li>Typescript</li>
<li>Angular 7</li>
</ul>
</div>
<div class="clear"></div>
</section>
<section>
<div class="sectionTitle">
<h1>Education</h1>
</div>
<div class="sectionContent">
<article>
<h2>International Islamic University, Islamabad</h2>
<p class="subDetails">MCS</p>
<p>It was 2 year degree, completed in 2012 with major in desktop and web development.</p>
</article>
</div>
<div class="clear"></div>
</section>
</div>
</div>
<!-- <script type="text/javascript"> -->
<!-- var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); -->
<!-- document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); -->
<!-- </script> -->
<!-- <script type="text/javascript"> -->
<!-- var pageTracker = _gat._getTracker("UA-3753241-1"); -->
<!-- pageTracker._initData(); -->
<!-- pageTracker._trackPageview(); -->
<!-- </script> -->
</body>
</html>