-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
104 lines (89 loc) · 3.35 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
<!DOCTYPE HTML>
<!--
Lincoln Simba
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Lincoln Simba</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<div class="logo">
<span class="icon fa-gem"></span>
</div>
<div class="content">
<div class="inner">
<h1>LINCOLN SIMBA</h1>
<p> SOFTWARE ENGINEER</p>
<p> DATA ENGINEER</p>
</div>
</div>
<nav>
<ul>
<li><a href="#intro">Intro</a></li>
<li><a href="#highlights">Highlights</a></li>
<li><a href="#skills">Skills</a></li>
</ul>
</nav>
</header>
<!-- Main -->
<div id="main">
<!-- Intro -->
<article id="intro">
<h3 class="major">Software Engineer</h3>
<p>I have experience designing, building and deploying web applications.</p>
<h3 class="major">Data Engineer</h3>
<p>I have built and deployed data ingestion ETL and ELT pipelines using Beam, NiFi and Airbyte.</p>
</article>
<!-- Highlights -->
<article id="highlights">
<h2 class="major">Highlights</h2>
<ul>
<li>Built an outlier detection algorithm for maternal health risk scoring based on pre-natal and post-natal data.</li>
<li>Development, testing, and deployment of OnaData platform (Onadata, PyXForm)</li>
<li>Developed and deployed data ingestion ETL pipelines using apache-beam and apache-NiFi from different sources (CSV files, excel, APIs, RapidPRO) to different sinks (Postgres databases, Power BI, ) for multiple clients.</li>
<li>Part of the team that built KazNet(cloud tasking application) - users are assigned tasks(work to be undertaken) who then make task submissions, which are validated as per the task requirements - built on React, Django and Flutter.</li>
<li>Part of a team that built GRP (Global Resilience Partnership) Management Information System. An MIS that allows the public to apply for donor funds for community-based projects and allows for review and approval of these applications. Integrations with Discover, Box, Ona. Languages used - Django, React.</li>
</ul>
</article>
<!-- Skills -->
<article id="skills">
<h2 class="major">Skills</h2>
<ul>
<li>Python</li>
<li>Django</li>
<li>Ansible</li>
<li>Terraform</li>
<li>Kubernetes</li>
<li>SQL</li>
<li>Java</li>
</ul>
</article>
</div>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://www.linkedin.com/in/lincoln-simba/" class="icon brands fa-linkedin"><span class="label">LinkedIn</span></a></li>
<li><a href="https://github.com/lincmba" class="icon brands fa-github"><span class="label">GitHub</span></a></li>
</ul>
</footer>
</div>
<!-- BG -->
<div id="bg"></div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>