-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwork.html
111 lines (105 loc) · 5.04 KB
/
work.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
105
106
107
108
109
110
111
<html>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<head>
<meta name="keywords" content="Max Charlamb, Charlamb, mbc222, Cornell University, mcharlamb">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Work</title>
<link rel="icon" type="image/x-icon" href="img/maxcharlamb.png">
<link href="styles/global.css" rel="stylesheet" type="text/css">
<script src="https://kit.fontawesome.com/2482c5e987.js" crossorigin="anonymous"></script>
</head>
<body>
<div class="site">
<header class="site-header">
<div class="site-title">
<a href="index.html">
<img class="site-logo" src="img/maxcharlamb.png">
</a>
</div>
<nav class="site-nav">
<a class="site-nav-link current" href="work.html">Work</a>
<a class="site-nav-link" href="projects.html">Projects</a>
<a class="site-nav-link" href="education.html">Education</a>
<a class="site-nav-link" href="aboutme.html">About Me</a>
</nav>
</header>
<div class="site-content">
<!-- <header class="page-header"><h1>Where I've worked</h1></header> -->
<div class="site-item">
<div class="site-item-header">
Microsoft
</div>
<span style="display:table; margin-bottom:2rem;">
<img src="img/microsoft.svg" style="width: 6rem">
<div style="display:table-cell; vertical-align:middle; padding-left: 1rem; width:100%">
<div>Software Development Engineer Intern</div>
<div style="text-align:left;">
Seattle, WA
<span style="float:right;">
Summer 2022
</span>
</div>
</div>
</span>
</div>
<hr>
<div class="site-item">
<div class="site-item-header">
Amazon (AWS)
</div>
<span style="display:table; margin-bottom:2rem;">
<img src="img/aws.svg" style="width: 6rem">
<div style="display:table-cell; vertical-align:middle; padding-left: 1rem; width:100%">
<div>Software Development Engineer Intern</div>
<div style="text-align:left;">
Seattle, WA
<span style="float:right;">
Summer 2021
</span>
</div>
</div>
</span>
Designed and implemented a new feature for an internal facing AWS tool which automates a monthly ticket saving developer time and reducing the SLA.
Utilized AWS Lambdas, DynamoDB, S3, CloudFormation, and CloudWatch to create the webpage API and backend.
</div>
<hr>
<div class="site-item">
<div class="site-item-header">
Klaviyo
</div>
<span style="display:table; margin-bottom:2rem;">
<img src="img/klaviyo.svg" style="width: 6rem">
<div style="display:table-cell; vertical-align:middle; padding-left: 1rem; width:100%">
<div>Software Development Engineer Intern</div>
<div style="text-align:left;">
Boston, MA (Remote)
<span style="float:right;">
Summer 2020
</span>
</div>
</div>
</span>
Responsible for a new 'Notification Action' in Klaviyo's flow builder. Designed and presented technical documents outlining changes for the Notification Action feature to review board.
Once approved, I implemented both the front-end changes in React (JS/TS), and backend changes in Django (Python).
</div>
</div>
<footer class="site-footer">
<hr class="site-footer-spacer">
<div class="site-copy">
© 2022
<span class="site-author">Max Charlamb</span>
</div>
<div class="site-links">
<a taget="_blank" rel="external" href="https://github.com/max-charlamb">
<i class="fa-brands fa-2x fa-github site-icon-hover"></i>
</a>
<a taget="_blank" rel="external" href="https://www.linkedin.com/in/maxcharlamb/">
<i class="fa-brands fa-2x fa-linkedin site-icon-hover"></i>
</a>
<a target="_blank" href="mailto:[email protected]">
<i class="fa-solid fa-2x fa-envelope site-icon-hover"></i>
</a>
</div>
</footer>
</body>
</html>