-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
278 lines (278 loc) · 13.6 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Reza Qorbani - Personal Website</title>
<link rel="stylesheet" type="text/css" href="css/app.css?ver=2.0.0">
</head>
<body>
<div>
<nav>
<ul>
<li><a data-bind="iclick: Nav.goSpec, iSwitch: 'Spec'">tech spec</a></li>
<li><a data-bind="iclick: Nav.goHistory, iSwitch: 'History'">history</a></li>
</ul>
</nav>
<header>
<div>
<h1>Reza Qorbani</h1>
<span>Design / Architect / Develop</span>
</div>
<div>
<ul>
<li><a target="_blank" href="http://qorbani.com">qorbani.com</a></li>
<li><a target="_blank" href="mailto:[email protected]">[email protected]</a></li>
<li><a target="_blank" href="http://linkedin.com/in/qorbani">linkedin.com/in/qorbani</a></li>
<li><a target="_blank" href="http://twitter.com/qorbani">@qorbani</a></li>
</ul>
</div>
</header>
<article id="viewHome" data-bind="iToggle: 'Home'" class="InActive">
<section>
Home
</section>
</article>
<article id="viewSpec" data-bind="iToggle: 'Spec'" class="InActive">
<section id="qualification">
<div><a title="Qualification"></a></div>
<div>
<p>
More than a decade of engineering experience in developing
Mobile App, SaaS and PaaS solutions for multiple software companies.
</p>
<p>
Well-developed communication & organization
skills / Successful and experienced managing
engineering team and apply scrum processes.
</p>
<p>
Extensive experience in architecting, designing and developing
enterprise-grade software solutions for web, desktop, and mobile
with scalability and user experience in mind.
</p>
</div>
</section>
<section id="sdlc">
<div><a title="sdlc"></a></div>
<div>
<div>Good Average Skilled</div>
<ul>
<li>Scrum / Kanban <span class="s6"></span></li>
<li>Atlassian Suite <span class="s6"></span></li>
<li>Git / Mercurial / TFS <span class="s6"></span></li>
<li>UI / UX Architecture <span class="s6"></span></li>
<li>Cloud: AWS / Google <span class="s6"></span></li>
</ul>
</div>
</section>
<section id="awards">
<div><a title="awards"></a></div>
<div>
<p><span>2010</span>1st Rank in Microsoft Design Toolbox</p>
<p><span>2010</span>1st Rank in Bahrain Fair for Touch Device</p>
<p><span>2009</span>1st Rank for Mobile App in Iran Exhibition</p>
<p><span>2008</span>Best Religious Mobile App - Iran Inter. Fair</p>
<p><span>2004</span>Awarded for MADM Project in Tehran Univ.</p>
<p><span>1993</span>Awarded for Telephone Program in Kharazmi</p>
</div>
</section>
<section id="coding">
<div><a title="coding"></a></div>
<div>
<div>Good Average Skilled</div>
<ul>
<li>JavaScript / Node.JS <span class="s6"></span></li>
<li>HTML5 / CSS3 / SPA <span class="s6"></span></li>
<li>Go / Lua / Bash <span class="s4"></span></li>
<li>Cordova / PhoneGap <span class="s6"></span></li>
<li>Angular / Ionic <span class="s6"></span></li>
<li>Swift / Java <span class="s4"></span></li>
<li>C# / WPF / Silverlight <span class="s6"></span></li>
<li>WF / WCF / Web API <span class="s5"></span></li>
</ul>
</div>
</section>
<section id="education">
<div><a title="education"></a></div>
<div>
<h4>1999 - 2003</h4>
<h3>Computer Software Engineer</h3><p>Bachelor of Science</p>
<p>
Dept. Of Computer Engineering<br>
Sheikh Bahayie University, Iran
</p>
<h6>Thesis Title:</h6><p>Virtual Scientific Group Website<span>Oct. 2003</span></p>
</div>
</section>
<section id="data">
<div><a title="data"></a></div>
<div>
<div>Good Average Skilled</div>
<ul>
<li>Hadoop / Hive / Spark <span class="s4"></span></li>
<li>Couchbase / Redis <span class="s6"></span></li>
<li>Aerospike / MongoDB <span class="s5"></span></li>
<li>SQL Server / MySQL <span class="s5"></span></li>
<li>SQLite / LevelDB <span class="s5"></span></li>
<li>Kafka / Scribe <span class="s5"></span></li>
</ul>
</div>
</section>
</article>
<article id="viewHistory" data-bind="iToggle: 'History'" class="InActive">
<section id="employment">
<div><a title="Employment"></a></div>
<div>
<ul>
<li>
<h4>2015 - <span>Present</span></h4>
<h2>Chief Technology Officer<span>BlueCava, Inc.</span></h2>
<p>
Work w/CEO to establish company technical visions<br />
Manage engineering and operations team to attain<br />
maximum efficiency in the design, architecture<br />
</p>
</li>
<li>
<h4>2013 - 2015</h4>
<h2>VP of Engineering<span>BlueCava, Inc.</span></h2>
<p>
Managing Core, Data, and QA engineering teams <br />
Enhance architecture to billions of impressions/day <br />
Build Realtime Bidding infrastructure at US scale <br />
</p>
</li>
<li>
<h4>2013 - 2013</h4>
<h2>Sr. Software Eng. Lead<span>BlueCava, Inc.</span></h2>
<p>
Re-architect Client-side Device Detection Process <br />
Architect and implement Privacy Compliance layer <br />
Build Continuous Integration, Test and Deployment <br />
</p>
</li>
<li>
<h4>2011 - 2013</h4>
<h2>QA Lead Manager<span>MindFireInc</span></h2>
<p>
Build, Deployment and Release Management <br />
Develop Automated Testing Markup Language <br />
Test Visual Designer / UI/UX Design Consultation <br />
</p>
</li>
<li>
<h4>2007 - 2011</h4>
<h2>Sr. Software Manager<span>Tele Express Business Sys., Inc.</span></h2>
<p>
Telephony Integration with CRM and ERP Systems <br />
Design and Develop Interactive Voice Response <br />
Custom Integration with IP-Based Cameras <br />
</p>
</li>
<li>
<h4>2005 - 2007</h4>
<h2>R&D Manager<span>Namaad Iran</span></h2>
<p>
Research and Develop new features for company's <br />
Main product line such as Visual Report Designer, <br />
Telephony Integration and 3rd Party components <br />
</p>
</li>
<li>
<h4>2003 - 2005</h4>
<h2>Project Manager<span>CarrieX FZCO</span></h2>
<p>
Design and Develop CarrieCall VoIP Soft-Phone <br />
Rate Comparison Tool for Carrier's Usage Rates <br />
Website Design and Manage Hosting <br />
</p>
</li>
</ul>
</div>
</section>
<section id="partner">
<div><a title="partner"></a></div>
<div>
<ul>
<li>
<h4>2012 - 2014</h4>
<h2>Co-Founder / CTO<span>Who Is Who, Inc.</span></h2>
<p>
Enterprise listing for medical professionals <br />
Scheduling platform and patient management <br />
Cloud infrastructure with Mobile App development <br />
</p>
</li>
<li>
<h4>2005 - 2012</h4>
<h2>Owner / Sole Partnership<span>IT Originator</span></h2>
<p>
Custom Programing for Compact Handheld Devices <br />
Mobile Web and Native App Development for <br />
Windows Phone, iPhone, and Android <br />
</p>
</li>
<li>
<h4>2009 - 2011</h4>
<h2>Chief Technology Officer<span>IQ Blend, Inc.</span></h2>
<p>
Mobile & Web-based Patient Management System <br />
Implement Secure RDP Connection for Doctors <br />
Develop Web-based Portal for Sales Management <br />
</p>
</li>
</ul>
</div>
</section>
<section id="parttime">
<div><a title="part time"></a></div>
<div>
<ul>
<li>
<h4>2009 - 2012</h4>
<h2>Chief Technology Officer<span>Orglow, Inc.</span></h2>
<p>
Design, Architect and Develop <br />
Document Management System (SaaS) <br />
Managing Team of outsourced developers <br />
</p>
</li>
<li>
<h4>2008 - 2010</h4>
<h2>Software Consultant<span>Innovation Solutions, Inc.</span></h2>
<p>
FatJam Music File Collaboration Client Application <br />
Everest ERP integration with Yahoo and Amazon <br />
Software design and development consulting <br />
</p>
</li>
<li>
<h4>2000 - 2003</h4>
<h2>Software Engineer<span>Sima Computer</span></h2>
<p>
Extending Microsoft Windows Language for Farsi <br />
Develop Utility for Tweaking Windows Settings <br />
Custom Application Development <br />
</p>
</li>
<li>
<h4>1995 - 1999</h4>
<h2>Software Engineer<span>Array Computer</span></h2>
<p>
Custom Font-Maker Tool for Enabling Farsi in DOS <br />
Develop Custom Application for Patient Visits <br />
</p>
</li>
</ul>
</div>
</section>
</article>
<article id="viewConnect" data-bind="iToggle: 'Connect'" class="InActive">
<section>
Connect
</section>
</article>
</div>
<script type="text/javascript" src="js/app.js?ver=2.0.0"></script>
</body>
</html>