-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
98 lines (88 loc) · 4.41 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta name="viewport" content='width=device-width, initial-scale=1.0,
maximum-scale=1.0, user-scalable=0'/>
<meta name="description" content="alex personal webpage.">
<meta name="author" content="alex">
<title>Alex</title>
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/index-main.css" rel="stylesheet">
</head>
<body>
<left>
<div class="container">
<div class="row" id="query">
<div id="bio" class="col-xs-12 col-sm-8 col-md-8">
<div class="panel">
<p>
My name is Alex, I graduated in Computer Engineering from <a href="https://www.concordia.ca/">Concordia University</a>.<br>
I'm currently working in the control plane team at <a href="https://www.kaloom.com">Kaloom</a>, where we aim to build a flexible yet performant software-based data center fabric product. In my free time, I like to write tech posts, summarize research papers, and take notes of interesting reads and talks.<br><br>
<p>
I've previously participated in projects in aerospace and robotics, working on communication, electrical and embedded systems.
</p>
<center>
<a href="mailto:[email protected]">Email</a> / <a href="https://www.linkedin.com/in/alex-teodor-ionita-65a2b320/" target="_blank">Linkedin</a> / <a href="https://github.com/alex-ii">Github</a> / <a href="https://twitter.com/alext_rex">Twitter</a> / <a href="blog.html" target="_blank">Blog</a>
</center>
</p>
<hr>
<p> My interests are networking and distributed systems while also cherishing robotics and aerospace.</p>
<hr>
<h3 class="Section1">Professional Experiences</h3>
<ul>
<li>Software Developer, Networking & Systems
<br><img class='companyicon' src='assets/kaloom-small.png'>
<a href="https://www.kaloom.com">Kaloom</a> (Aug. 2017 - Present)
</li>
<hr>
<li>Software Developer, Emerging Technologies R&D
<br><img class='companyicon' src='assets/jda.png'>
<a href="https://jda.com/">JDA</a> (Mar. 2017 - Aug. 2017)
</li>
<hr>
<li>Software Developer, Corporate & Investment Banking
<br><img class='companyicon' src='assets/sg.png'>
<a href="https://cib.societegenerale.com/en/">Société Générale</a> (Nov. 2016 - Mar. 2017)
</li>
<hr>
<li>Consultant, Infrastrucutre Engineering
<br><img class='companyicon' src='assets/ms.png'>
<a href="https://www.morganstanley.com/">Morgan Stanley</a> (Jul. 2015 - Nov. 2016)
</li>
<hr>
<li>IT Consultant, Infrastrucutre Improvment
<br><img class='companyicon' src='assets/hermes.png'>
<a href="https://www.hermesmedical.com/">Hermes Medical Solutions</a> (May 2012 - June 2015)
</li>
</ul>
<hr>
<h3 class="Section1">Competitions During Undergrad</h3>
<ul>
<li><a href="http://www.csdcms.ca"><img class='projecticon' src='assets/cubesat.jpg'>
Canadian Satellite Design Challenge (CSDC)</a>, 2010-2013 – 1st Place
<ul>
<li>Multidisciplary project involving mechanical, electrical and software systems.</li>
<li>Reverse engineered UART protocol for transceiver configuration.</li>
<li>Designed communication protocol to provide reliable wireless communication over AX.25 link.</li>
<li>Coded userspace drivers for embedded Linux platform.</li>
</ul>
</li>
<hr>
<li><a href="http://urc.marssociety.org/"><img class='projecticon' src='assets/robotics.jpg'>
University Rover Challenge</a>, 2013-2014
<ul>
<li>Project to design, build and test a proto-Mars rover prototype.</li>
<li>Designed and implemented the rover’s communication subsystem.</li>
<li>Created benchmarking tool to profile communication subsystem performance.</li>
<li>Developed the PID motor controller and the video streaming component.</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
</div>
</body>
</html>