-
Notifications
You must be signed in to change notification settings - Fork 0
/
index3.html
75 lines (72 loc) · 3.84 KB
/
index3.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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]> <html class="no-js"> <!--<![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./style.css">
<link href='https://fonts.googleapis.com/css?family=Lato' rel='stylesheet'>
</head>
<body>
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="#">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div class="container">
<div class="content">
<div>
<h1>Rob Loustau</h1>
<p>I'm a software engineer at ComplyAdvantage, working in the Identity & API team.
I like Spike Milligan, Michael Lewis, the New Forest, guitar, snowboarding, DIY, running, Bob Mortimer's Train guy and flats with non visible plug points.</p>
</div>
<div class="image">
<img src="./assets/me.jpeg" />
</div>
<div class="span">
<h1>My Job</h1>
<p>At <a href="https://complyadvantage.com/" target="_blank">ComplyAdvantage</a> work in the Identity
and API team as a senior software engineer. We manage full access to our Customer Screening & Monitoring and Transaction Monitoring products.
We use Kotlin, Yugabyte, Kafka, Python, Go, Kubernetes and the AWS ecosystem.</p>
</div>
<div class="span">
<h1>Projects</h1>
</div>
<div>
<ul class="bullet">
<li><a href="./projects/nuff.html">Nuff</a></li>
<li><a href="./projects/niito.html">Niito</a></li>
</ul>
</div>
<div>
<ul class="bullet">
<li><a href="./projects/double-or-quits.html">Double or Quits</a></li>
<li><a href="./projects/canicovid.html">CanICovid</a></li>
</ul>
</div>
<div class="span">
<img src="./assets/ls.jpg" />
</div>
<div>
<h1>About Me</h1>
<p>I've been working as a software engineer at ComplyAdvantage since October 2021. Prior to that I was at Temenos working on integrating external service providers into Temenos's core banking software.</br />
I spend a lot of my free time building personal projects for the sake of learning new things (or just fun). When I'm not in front of a screen I play a lot of guitar.</p>
</div>
<div>
<h1>Socials</h1>
<ul class="bullet">
<li><a href="https://www.linkedin.com/in/robert-loustau/" target="_blank">LinkedIn</a></li>
<li><a href="https://github.com/rdlou" target="_blank">GitHub</a></li>
<li><a href="mailto:[email protected]">[email protected]</a></li>
<li><a href="https://rdlou.medium.com/how-to-clean-a-wallabee-c1bff0a38437" target="_blank">How to Clean a Wallabee</a></li>
</ul>
</div>
</div>
</div>
<script src="" async defer></script>
</body>
</html>