-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
322 lines (283 loc) · 16.2 KB
/
Copy pathindex.html
File metadata and controls
322 lines (283 loc) · 16.2 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
<!DOCTYPE html>
<!--[if IE 8]>
<html lang="en" class="ie8"> <![endif]-->
<!--[if IE 9]>
<html lang="en" class="ie9"> <![endif]-->
<!--[if !IE]><!-->
<html lang="en"> <!--<![endif]-->
<head>
<title>Khaled Ali Full Portfolio</title>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Responsive HTML5 Resume/CV Template for Developers">
<meta name="author" content="Xiaoying Riley at 3rd Wave Media">
<link rel="shortcut icon" href="favicon.ico">
<link href='https://fonts.googleapis.com/css?family=Roboto:400,500,400italic,300italic,300,500italic,700,700italic,900,900italic'
rel='stylesheet' type='text/css'>
<!-- Global CSS -->
<link rel="stylesheet" href="js/team/ikhaled/bootstrap/css/bootstrap.min.css">
<!-- Plugins CSS -->
<link rel="stylesheet" href="js/team/ikhaled/font-awesome/css/font-awesome.css">
<!-- Theme CSS -->
<link id="theme-style" rel="stylesheet" href="css/team/ikhaled/ekko-lightbox.css">
<link id="theme-style" rel="stylesheet" href="css/team/ikhaled/styles.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body style=" background: url('images/backgrounds/1.jpg') no-repeat center center fixed;">
<div class="wrapper">
<div class="sidebar-wrapper">
<div class="profile-container">
<img class="profile" src="images/team/ikhaled/profile.png" alt=""/>
<h1 class="name">Khaled Ali</h1>
<h3 class="tagline">iOS Team Lead</h3>
</div><!--//profile-container-->
<div class=".education-container container-block">
<h2 class="container-block-title">Summary</h2>
<div class="item">
<div class="time">A skilled iOS team lead with over 7 years+ of experience in the field. with an extensive knowledge of iOS app development (Objective-c, Swift and SwiftUI).
Having analytical skills, architectural vision and strong attention to details in order to deliver efficient solutions in the desired time.
Nevertheless, I am skilled in team coordination, management and mentoring.
</div>
</div><!--//item-->
</div><!--//summary-container-->
<div class="contact-container container-block">
<ul class="list-unstyled contact-list">
<li class="email"><i class="fa fa-envelope"></i><a href="mailto: ikhaled.dev@gmail.com">ikhaled.dev@gmail.com</a>
</li>
<li class="phone"><i class="fa fa-phone"></i><a href="tel:+961 71742008">+961 71742008</a></li>
<li class="whatsapp"><i class="fa fa-whatsapp"></i><a
href="https://api.whatsapp.com/send?phone=96171742008">Start chatting</a></li>
<li class="phone"><i class="fa fa-home"></i>Tripoli, Lebanon</li>
<li class="website"><i class="fa fa-globe"></i><a href="url('/team/ikhaled'
target="_blank">/team/ikhaled</a></li>
<li class="github"><i class="fa fa-github"></i><a href="https://github.com/ikhaled-ali" target="_blank">github.com/ikhaled-ali</a>
</li>
</ul>
</div><!--//contact-container-->
<div class="education-container container-block">
<h2 class="container-block-title">Education</h2>
<div class="item">
<h4 class="degree">Master in Computer Science</h4>
<h5 class="meta">Lebanese University,Faculty of Science </h5>
<div class="time">2014 - 2015</div>
</div><!--//item-->
<div class="item">
<h4 class="degree">Bachelor in Computer Science</h4>
<h5 class="meta">Lebanese University,Faculty of Science</h5>
<div class="time">2013 - 2014</div>
</div><!--//item-->
<div class="item">
<h4 class="degree">High school General Science Baccalaureate </h4>
<h5 class="meta">ElKobbeh high school</h5>
<div class="time">2010 - 2011</div>
</div><!--//item-->
</div><!--//education-container-->
<div class="languages-container container-block">
<h2 class="container-block-title">Languages</h2>
<ul class="list-unstyled interests-list">
<li>Arabic <span class="lang-desc">(Mother tongue)</span></li>
<li>English <span class="lang-desc">(Read & Write)</span></li>
<li>French <span class="lang-desc">(Normal)</span></li>
</ul>
</div><!--//interests-->
<div class="interests-container container-block">
<h2 class="container-block-title">Interests</h2>
<ul class="list-unstyled interests-list">
<li>BasketBall</li>
<li>Swimming</li>
<li>Reading</li>
</ul>
</div><!--//interests-->
</div><!--//sidebar-wrapper-->
<div class="main-wrapper left-side">
<section class="section experiences-section">
<h2 class="section-title"><i class="fa fa-briefcase"></i>Experiences ( 10 years + )</h2>
<div class="item">
<div class="meta">
<div class="upper-row">
<h3 class="job-title">iOS Team Lead & Senior Developer </h3>
<div class="time">2019 - Present</div>
</div><!--//upper-row-->
<div class="company"><i class="fa fa-home"></i> <a target="_blank" href="http://www.vianeos.com/en/home-vianeos/">Vianeos </a> | <i class="fa fa-map-marker"></i> Tripoli, Lebanon
</div>
</div><!--//meta-->
<div class="details">
<ul>
<li><b>Experience</b> : Led and develop multiple high-value projects using agile methodology and partnering with key stakeholders to identify and scope project requirements.<br>Implement full range of products and tools to distribute, manage, organize and display video content on any type of device, IPTV / OTT project.<br>
</li>
<li><b>Projects achieved/worked on</b> : <a href="https://apps.apple.com/ng/app/gochat-messenger/id1536700017">GoChat Messenger</a>, <a href="https://apps.apple.com/eg/app/ooredoo-tv/id1080904063#?platform=appleTV">Ooredoo Apple TV</a>, Ooredoo Android TV, Etisalat real7 TV, Etisalat Octo-Analytics
</li>
<li><b> Projects customers </b> : Ooredoo Qatar , Etisalat UAE , Sunrise Switzerland
</li>
<li><b>Used languages</b> : Swift, Obejctive-C
</li>
</ul>
</div><!--//details-->
</div><!--//item-->
<div class="item">
<div class="meta">
<div class="upper-row">
<h3 class="job-title">Freelancer Developer </h3>
<div class="time">2019</div>
</div><!--//upper-row-->
<div class="company"><i class="fa fa-home"></i> <a target="_blank" href="#">Home </a> | <i class="fa fa-map-marker"></i> Tripoli, Lebanon
</div>
</div><!--//meta-->
<div class="details">
<ul>
<li><b>Development</b> : implement online intelligent data analysis platforms,
implement mapping analysis systems , implement e-commerce system..
</li>
<li><b>Projects achieved</b> : Concern World Wide mapping system, so-Clinics : online clinics system,
Koton e-commerce online shopping..
</li>
<li><b> Projects customers </b> : Concern world wide , So-Business , koton ..
</li>
<li><b>Used languages</b> : PHP ( laravel ), Prestashop latform , MySql, Jquery, Ajax, Html, Css,
Rest Api, JSON
</li>
</ul>
</div><!--//details-->
</div><!--//item-->
<div class="item">
<div class="meta">
<div class="upper-row">
<h3 class="job-title">Lead Technical & Developer <span
class="label label-success">Remotely</span></h3>
<div class="time">2016 - 2018</div>
</div><!--//upper-row-->
<div class="company"><i class="fa fa-home"></i> <a target="_blank" href="http://ida-systems.com/">IDA
systems</a> | <i class="fa fa-map-marker"></i> Beirut, Lebanon
</div>
</div><!--//meta-->
<div class="details">
<ul>
<li><b>Lead developers team</b> : projects planning and time estimation, decision making, team
tasks distribution, reporting, code debuging, code optimization, testing, fast solving any
customers problem..
</li>
<li><b>Development</b> : implement internal organizations intelligent data analysis systems from
A to Z, implement remote monitoring and management systems , implement Barcode-Reader
systems ..
</li>
<li><b>Projects achieved</b> : HR payroll management, maintenance management, warehouse
management, stocks management, parking managment,Dashboard and statistics etc..
</li>
<li><b> Projects customers </b> : BBB ( Beirut by bike ), JCC ( AlJihad Group for Commerce and
Contracting ), Sukleen & Sukomi, Araco-group, libby's juice lebanon..
</li>
<li><b>Used languages</b> : PHP, .NET, MySql, Jquery, Ajax, Html, Css, Ratchet - PHP WebSockets,
Rest Api, JSON
</li>
</ul>
</div><!--//details-->
</div><!--//item-->
<div class="item">
<div class="meta">
<div class="upper-row">
<h3 class="job-title">Web Developer</h3>
<div class="time">2015 - 2016</div>
</div><!--//upper-row-->
<div class="company"><i class="fa fa-home"></i> <a target="_blank" href="http://creativelb.com/">Creative
Smart Solution</a> | <i class="fa fa-map-marker"></i> Tripoli, Lebanon
</div>
</div><!--//meta-->
<div class="details">
<ul>
<li><b>Development</b> : Build fully responsive websites SEO friendly, using the latest
techniques, Implement content management system ( CMS )
</li>
<li><b>Projects achieved</b> : Capinco Financial Market, Portobello Clothings, PS Longue system
</li>
<li><b>Used languages</b> : PHP, MySql, Jquery, Ajax, Html, Css</li>
</ul>
</div><!--//details-->
</div><!--//item-->
<div class="item">
<div class="meta">
<div class="upper-row">
<h3 class="job-title">Web Application Developer</h3>
<div class="time">2014 - 2015</div>
</div><!--//upper-row-->
<div class="company"><i class="fa fa-home"></i> <a target="_blank" href="http://tripnologies.com/">Tripnologies</a>
| <i class="fa fa-map-marker"></i> Tripoli, Lebanon
</div>
</div><!--//meta-->
<div class="details">
<ul>
<li><b>Development</b> : Build modules and tools for a big web application for a canadian
company
</li>
<li><b>Modules and tools achieved</b> : Inbox management, Chatting tools, Email and Web Template
management, Employee groups management
</li>
<li><b>Used languages</b> : PHP, MySql, Jquery, Ajax, Html, Css</li>
</ul>
</div><!--//details-->
</div><!--//item-->
<div class="item">
<div class="meta">
<div class="upper-row">
<h3 class="job-title">Mobile Developer</h3>
<div class="time"></div>
</div><!--//upper-row-->
<div class="company"><i class="fa fa-home"></i> <a target="_blank" href="#">Freelancer</a> | <i
class="fa fa-map-marker"></i> Tripoli, Lebanon
</div>
</div><!--//meta-->
<div class="details">
<ul>
<li><b>Development</b> : Mobile Application Android native / Facebook React Native /
Cross-Platform ( Xamarin C# )
</li>
<li><b>Projects achieved</b> : Events System + Authentication + server / News Application (
Cross-Platform ) + server + FCM push notifications, Medicaments reminder ( Android ), LU
Faculties introduction ( Android )
</li>
<li><b>Used languages</b> : Native android ( java ), Native Cross-Platform ( Xamarin forms /
native C# )
</li>
</ul>
</div><!--//details-->
</div><!--//item-->
</section><!--//section-->
<section class="section experiences-section">
<h2 class="section-title"><i class="fa fa-info-circle"></i>Complementary information</h2>
<div class="item">
<div class="details">
<ul>
<li> Ability to quick learn any new language , any new framework</li>
<li> Take initiative and able to function well in team work or independently</li>
<li> Ability to work under pressure</li>
<li> Good interpersonal and communication skills , Respects others opinions and differences</li>
</ul>
<div class="alert alert-danger"><b> <i class="fa fa-warning"></i> NOTE </b><br>
<ul>
<li> Not all Projects preview available due to customer (and/or company) restrictions.</li>
<li> References available upon request</li>
</ul> </div>
</div><!--//details-->
</div><!--//item-->
</section><!--//section-->
</div></div>
<footer class="footer">
<div class="text-center">
<p class="foot"> Copyright © 2018. <a href="url("/" target="_blank">infoteamplus</a> By <a
href="http://infoteamplus.tk/team/ikhaled" target="_blank" rel="noopener">iKʜAʟED〆</a></p>
</div><!--//container-->
</footer><!--//footer-->
<!-- Javascript -->
<script type="text/javascript" src="js/team/ikhaled/jquery-1.11.3.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<!-- custom js -->
<script type="text/javascript" src="js/team/ikhaled/jquery.isotope.min.js"></script>
<script type="text/javascript" src="js/team/ikhaled/ekko-lightbox.min.js"></script>
<script type="text/javascript" src="js/team/ikhaled/main.js"></script>
</body>
</html>