-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathInvictus.html
More file actions
81 lines (74 loc) · 4.14 KB
/
Copy pathInvictus.html
File metadata and controls
81 lines (74 loc) · 4.14 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
<html>
<head>
<title>Chris' Time at Invictus</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="main.css" />
<noscript>
<link rel="stylesheet" href="assets/css/noscript.css" />
</noscript>
</head>
<body class="is-preload">
<div class="not-main">
<!-- Wrapper-->
<div id="wrapper">
<!-- Nav -->
<!-- Main -->
<div id="main">
<!-- Me -->
<p>
<div class="row">
<div class="col-6">
<h2>Invictus Capital</h2>
<b>Position:</b> Full Stack Engineering Intern
<br>
<b>Time:</b> July 2018-August 2018
<br>
<b>Location:</b> Cape Town, South Africa
<br>
<br> During the summer of my sophomore year I interned at a Blockchain and Cryptocurrency startup.
From here, I learned more about what having a daily job in a tech company was like. I joined
the daily standups of the software engineering team as well as occasional meetings with the founder
and marketing teams to discuss my projects.
<br>
<br> I handled multiple small projects as well as one big one. My main project was creating
a <a href="dashboard.html">dashboard</a> for updating the company's balances. I got to start the project from scratch and
build both the front end and back end myself. This full-stack approach really taught me how to
create a user friendly app, on both the front end and backend, and how to design better front
ends for easy integration.
<br>
<br> For other projects, I created grpc services and researched different ways to create a wrapper
class that converted REST API calls into grpc services (JSON -> protobuffs), and setup testing
for other grpc services using Locust. I learned and utilized a lot of skills for this internship.
These included:
<ul>
<li>Writing GRPC services</li>
<li>Containerization through Docker</li>
<li>Container Management with Kubernetes</li>
<li>React.js</li>
<li>Falcon</li>
<li>RethinkDB</li>
<li>Google Cloud Platform</li>
</ul>
<br><br>
Check out Invictus Capital <a href="https://invictuscapital.com/" target="_blank">here</a>
</div>
<div class="col-1"></div>
<div class="col-5">
<img class="work-project-photo" src="images/mountain.JPG"></img>
<br>
<div class="vid-caption">
<i>I unfortunately do not have any photos from my time in Invictus, however,
I do have a ton of photos from Cape Town! This is a photo from the top of Table Mountain.
Over the summer, not only did I learn a lot about coding, I also gained a lot of experience in
travel and being abroad. I had the most amazing summer of my life, and it really inspired to explore
and travel more. <i>
</div>
</div>
</div>
</p>
</div>
</div>
</div>
</body>
</html>