-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
82 lines (76 loc) · 3.76 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Faizan's Portfolio</title>
<meta name="viewport" content="width=device-width, initial-scale=1"> <!-- adjust viewport for different devices automatically -->
<link type="text/css" rel="stylesheet" href="index.css" /> <!-- add css stylesheet -->
</head>
</head>
<body>
<img id="my-photo" src="my-photo.jpg" />
<h2 id="title"> Faizan Patel </h2>
<h4 class="shout inline"> (Software Developer) </h4>
<p class="contact"><a href="mailto: [email protected]"> [email protected] </a></p>
<span style="font-weight: bold;">
<a href="https://www.linkedin.com/in/faizan-patel-fp2786" target="_blank"><img src="linkedin.png"></a>
</span>
<div id="intro">
<p>
My name is <span class="loud shout"><strong>Faizan Patel</strong></span>.
I am a <em>Software Developer</em> specialised in building high performance backend applications mainly in C++ using modern tools, technologies and development practices.
Currently, I am working for <span class="shout"> Torstone Technology,</span> a <em>fintech</em> firm in London, specialised in post-trade processing.
I have done my <span class="shout"> MSc. in Advanced Computer Science from University of Leicester.</span>
<br/>
<br/>
I am very passionate about computing and AI. I am always keen to learn new technologies to improve my knowledge and skills and expand my horizon in the world of computing!
I am open to take on a new challenge in the industry where I can contribute to develop and maintain large scale intelligent systems using my skills and where I can take my professional software development experience to a new level!
<br/>
<br/>
<span class="shout" >You can reach out to me via e-mail or LinkedIn given above.</span>
</p>
</div>
<div id="experience">
<h4 class="shout">List of few projects that I have worked on:</h4>
<ul>
<li> Data analysis and reporting applications in C++ to handle high volumes of data </li>
<li> Asynchronous micro-services with REST APIs using C++ backend </li>
<li> Event-driven processes developed and deployed using latest distributed technologies like AWS, Kafka and ClickHouse </li>
<li> Computer vision system for pattern fabric inspection in C++ using OpenCV.</li>
<li> Defect Classification using Convolutional Neural Network in Python.</li>
</ul>
<h4 class="shout">Technical skills: </h4>
<table>
<tr>
<th>Languages</th>
</tr>
<tr>
<td>C++</td>
</tr>
<tr>
<td>Python</td>
</tr>
<tr>
<td>Java</td>
</tr>
<tr>
<td> HTML + CSS </td>
</tr>
</table>
<h4 class="shout"> Here are the tools/libraries/frameworks that I am familier with: </h4>
<ul>
<li> OpenCV </li>
<li> CMake </li>
<li> AWS </li>
<li> Kafka </li>
<li> Docker </li>
<li> Event-Driven micro-services </li>
<li> Numpy </li>
<li> Tensorflow </li>
<li> ClickHouse </li>
<li> MySQL </li>
</ul>
</div>
<script src="./index.js"></script>
</body>
</html>