-
Notifications
You must be signed in to change notification settings - Fork 0
/
_top_portfolio.html
131 lines (130 loc) · 3.65 KB
/
_top_portfolio.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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
<head>
<meta name="robots" content="noindex" />
</head>
<div class="row portfolio_row">
<div class="image_column">
<a href="portfolio-carium.html">
<img
srcset="
./images/portfolio/carium/carium_400_w.webp 400w,
./images/portfolio/carium/carium_1000_w.webp 800w
"
sizes="(max-width: 980px)
100vw, 30vw"
loading="lazy"
decoding="async"
src="./images/portfolio/carium/carium.png"
alt="Carium"
/>
</a>
</div>
<div class="text_column">
<h3><a href="portfolio-carium.html">Carium</a></h3>
<h4>Software Engineer, Remote US</h4>
<ul>
<li>
Crafted EHR integrations and REST API automations to allow care team
members to use and automate external patient data natively in Carium.
</li>
<li>
Developed data pipeline and dashboard for new video call feature to
provide billing and time tracking analytics with data exports for
billers.
</li>
<li>
Implemented custom tooling to improve developer experience, pace, and
accuracy.
</li>
</ul>
<div class="portfolio_more">
<a href="portfolio-carium.html">Read more →</a>
</div>
</div>
</div>
<hr class="desktop_only" />
<div class="row portfolio_row">
<div class="image_column">
<a href="https://www.salesforce.com/" target="_blank">
<img
srcset="
./images/portfolio/salesforce/team_lunch_400_w.webp 400w,
./images/portfolio/salesforce/team_lunch_800_w.webp 800w
"
sizes="(max-width: 980px) 100vw, 40vw"
loading="lazy"
decoding="async"
src="./images/portfolio/salesforce/team_lunch.png"
alt="Salesforce"
/>
</a>
</div>
<div class="text_column">
<h3>
<a href="https://www.salesforce.com/" target="_blank">Salesforce</a>
</h3>
<h4>Support Engineer, Portland OR</h4>
<ul>
<li>
Developed
<a
href="https://salesforcegalaxy.com/"
target="_blank"
style="color: #383838"
><u>salesforcegalaxy.com</u></a
>, a 3D web app for learning the Salesforce platform using Vite.js and
Three.js.
</li>
<li>
Created internal macro tool with a wxPython GUI to increase efficiency
of case documentation tasks.
</li>
<li>
Resolved customer formula fields, validation rules, Flows, and
automations.
</li>
</ul>
</div>
</div>
<hr class="desktop_only" />
<div class="row portfolio_row">
<div class="image_column">
<a href="portfolio-aldras.html">
<img
srcset="
./images/portfolio/aldras/aldras_400_w.webp 400w,
./images/portfolio/aldras/aldras_1000_w.webp 800w
"
sizes="(max-width: 980px)
100vw, 40vw"
loading="lazy"
decoding="async"
src="./images/portfolio/aldras/aldras.png"
alt="Aldras"
/>
</a>
</div>
<div class="text_column">
<h3><a href="portfolio-aldras.html">Aldras Automation</a></h3>
<h4>Software Engineer, Remote US</h4>
<ul>
<li>
Developed user-centered desktop SaaS application to record and automate
repetitive computer workflows.
</li>
<li>
Constructed full stack
<a
href="https://aldras.netlify.com/"
target="_blank"
style="color: #383838"
><u>website</u></a
>
with user documentation, video tutorials, app download, and payment
integration.
</li>
</ul>
<div class="portfolio_more">
<a href="portfolio-aldras.html">Read more →</a>
</div>
</div>
</div>