-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathesh.30.where.html
More file actions
130 lines (121 loc) · 5.68 KB
/
esh.30.where.html
File metadata and controls
130 lines (121 loc) · 5.68 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
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
<!-- BEGIN esh.where.html -->
<div id="where" class="pb-3 bg-primary"> </div>
<main class="bg-primary">
<section class="container py-5">
<div class="row">
<div class="col">
<h1 class="text-center text-md-start text-white border-bottom">
<img src="assets/img-why/where-2730754.svg">
</h1>
<div id="why-us-experience-carousel" class="carousel carousel-dark slide bg-light my-5 rounded"
data-bs-ride="carousel">
<div class="carousel-indicators">
<button type="button" data-bs-target="#why-us-experience-carousel" data-bs-slide-to="0" class="active" aria-current="true" aria-label="ex Klarna"></button>
<button type="button" data-bs-target="#why-us-experience-carousel" data-bs-slide-to="1" aria-label="ex Cisco"></button>
<button type="button" data-bs-target="#why-us-experience-carousel" data-bs-slide-to="2" aria-label="ex Tobii"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active" data-bs-interval="10000">
<div class="carousel-caption">
<h5>ex Klarna</h5>
<p class="mb-0">fintech</p>
</div>
<div class="container">
<div class="row">
<div class="col-8 offset-2 d-none d-lg-block">
<ul class="list-unstyled">
<li>Prototyping Klarna's Checkout with a Finite State Machine.</li>
<li>Developing Klarna's Checkout frontend.</li>
<li>Designing Klarna's Checkout REST API.</li>
<li>Designing Klarna's Backoffice REST API.</li>
<li>Modeling Klarna's business objects.</li>
</ul>
</div>
<div class="col-8 offset-2 d-block d-lg-none">
<ul class="list-unstyled">
<li>Klarna Checkout.</li>
<li>Prototyping.</li>
<li>Finite State Machines.</li>
<li>Frontend engineering.</li>
<li>REST API design.</li>
<li>Object modeling.</li>
</ul>
</div>
</div>
</div>
</div>
<div class="carousel-item" data-bs-interval="10000">
<div class="carousel-caption">
<h5>ex Cisco</h5>
<p class="mb-0">networking</p>
</div>
<div class="container">
<div class="row">
<div class="col-8 offset-2 d-none d-lg-block">
<ul class="list-unstyled">
<li>Managed the Erlang JSON-RPC API for ConfD and NSO (Network Services Orchestrator).</li>
<li>Migrated cross-platform projects and teams from SVN to Git (Atlassian Bitbucket).</li>
<li>Migrated cross-platform projects and teams to Jenkins CI.</li>
</ul>
</div>
<div class="col-8 offset-2 d-block d-lg-none">
<ul class="list-unstyled">
<li>ConfD and NSO.</li>
<li>Erlang.</li>
<li>JSON-RPC API.</li>
<li>Cross-platform.</li>
<li>VCS migration.</li>
<li>CI migration.</li>
</ul>
</div>
</div>
</div>
</div>
<div class="carousel-item" data-bs-interval="10000">
<div class="carousel-caption">
<h5>ex Tobii</h5>
<p class="mb-0">adtech & eyetracking</p>
</div>
<div class="container">
<div class="row">
<div class="col-8 offset-2 d-none d-lg-block">
<ul class="list-unstyled">
<li>Growing Tobii Pro's Cloud Services team.</li>
<li>Designed an agnostic local development platform and build/test/deploy pipeline for multiple
projects.
</li>
<li>Developed an agnostic local development platform and build/test/deploy pipeline for multiple
projects.
</li>
<li>Developed the Data Warehouse, Analytics, Backend, Frontend and Web Extension for Tobii Pro
Pulse.</li>
</ul>
</div>
<div class="col-8 offset-2 d-block d-lg-none">
<ul class="list-unstyled">
<li>Team/tech lead.</li>
<li>Platform engineering.</li>
<li>Cloud-native engineering.</li>
<li>Cross-platform.</li>
<li>Data Warehousing/GDPR.</li>
<li>Full-stack engineering.</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#why-us-experience-carousel" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#why-us-experience-carousel" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</div>
</section>
</main>
<!-- END esh.where.html -->