-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
836 lines (745 loc) · 33.8 KB
/
index.html
File metadata and controls
836 lines (745 loc) · 33.8 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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="format-detection" content="telephone=no">
<link rel="icon" type="image/png" href="logo-white.png">
<link rel="stylesheet" href="index.css">
<title>Software - Y Software AB - Andrei Neculau</title>
</head>
<body data-bs-spy="scroll" data-bs-target="#navbar-menu">
<div id="top"></div>
<!-- BEGIN esh.header.html -->
<header class="fixed-top navbar navbar-expand-lg navbar-dark bg-primary border-bottom border-white">
<nav class="container flex-wrap flex-lg-nowrap" aria-label="Main navigation">
<a id="navbar-brand" class="navbar-brand" href="#top" aria-label="Top">
<img class="d-inline d-lg-none" src="logo-primary.png" style="height: 2em">
<img class="d-none d-lg-inline" src="logo-white-on-transparent-full.png" style="height: 2em">
</a>
<button id="navbar-menu-toggler" class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbar-menu" aria-controls="navbar-menu" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div id="navbar-menu" class="collapse navbar-collapse">
<ul class="an-navbar-menu navbar-nav flex-row flex-wrap">
<li class="nav-item col-6 col-lg-auto">
<a class="nav-link" href="#top">Get In Touch</a>
</li>
<li class="nav-item col-6 col-lg-auto">
<a class="nav-link" href="#what">What</a>
</li>
<li class="nav-item col-6 col-lg-auto">
<a class="nav-link" href="#why">Why</a>
</li>
<li class="nav-item col-6 col-lg-auto">
<a class="nav-link" href="#where">Where</a>
</li>
<li class="nav-item col-6 col-lg-auto">
<a class="nav-link" href="#who">Who</a>
</li>
</ul>
<hr class="d-lg-none text-white-50">
<ul class="an-navbar-socialmedia navbar-nav flex-row flex-wrap justify-content-lg-end ms-lg-auto">
<li class="nav-item col-6 col-lg-auto">
<a class="nav-link" href="https://github.com/ysoftwareab"><i class="bi bi-github"></i><span class="d-lg-none ps-2">GitHub</span></a>
</li>
<li class="nav-item col-6 col-lg-auto">
<a class="nav-link" href="https://www.linkedin.com/company/ysoftwareab"><i class="bi bi-linkedin"></i><span class="d-lg-none ps-2">LinkedIn</span></a>
</li>
<!--
<li class="nav-item col-6 col-lg-auto">
<a class="nav-link" href="https://twitter.com/ysoftwareab"><i class="bi bi-twitter"></i><span class="d-lg-none ps-2">Twitter</span></a>
</li>
-->
<!--
<li class="nav-item col-6 col-lg-auto">
<a class="nav-link" href="https://instagram.com/ysoftwareab"><i class="bi bi-instagram"></i><span class="d-lg-none ps-2">Instagram</span></a>
</li>
-->
</ul>
</div>
</nav>
</header>
<!-- END esh.header.html -->
<!-- BEGIN esh.get-in-touch.html -->
<div id="get-in-touch" class="pb-3"> </div>
<main class="bg-primary text-white py-5">
<section class="container">
<div class="row mb-5 d-md-block">
<div class="col">
<div id="typed-wrap" class="overflow-hidden mx-auto">
<div id="typed-title" class="py-1 text-center">
<div class="buttons">
<div class="button red ms-1 rounded-circle"></div>
<div class="button yellow ms-1 rounded-circle"></div>
<div class="button green ms-1 rounded-circle"></div>
</div>
andrei — -zsh — 40x3
</div>
<div id="typed-body" class="p-2 font-monospace">
$ <span id="typed"></span>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-10 offset-1 col-xl-7 offset-xl-0">
<!-- <h1 class="fw-light">Y Software</h1> -->
<p class="lead">
We ask "why?"<span class="d-none d-md-block"></span>
because software is just a means to an end to us,<span class="d-none d-md-block"></span>
not a goal in itself.
</p>
<p>
We are a product-led software consulting company with a strong background in bootstrapping greenfield products
and development environments, often in the public cloud but not limited to it.
</p>
<p>
We believe tech products and services should focus on the customer and market value, not on the tech stack. We
use time-tested and simple best practices so that your team can have a stronger and more agile product
management.
</p>
<p class="lead text-center">
ex
<a href="https://klarna.com" class="text-white ps-1 ps-md-5"><i class="bi bi-credit-card-fill fs-6"></i> Klarna</a>
<a href="https://cisco.com" class="text-white ps-1 ps-md-5"><i class="bi bi-hdd-network-fill"></i> Cisco</a>
<a href="https://tobii.com" class="text-white ps-1 ps-md-5"><i class="bi bi-eye-fill"></i> Tobii</a>
<a href="https://schibsted.com" class="text-white ps-1 ps-md-5"><i class="bi bi-shop"></i> Schibsted</a>
<a href="https://vend.com" class="text-white ps-1 ps-md-5"><i class="bi bi-shop"></i> Vend</a>
</p>
<p class="text-center">
<a href="https://andreineculau.com" class="btn btn-lg btn-light btn-outline-primary border-light my-2"><i class="bi bi-file-earmark-text-fill"></i> Curriculum Vitae</a>
<!--
<a href="mailto:mejla@ysoftware.se" class="btn btn-lg btn-light btn-outline-primary border-light m-2"><i class="bi bi-envelope-fill"></i> mejla@ysoftware.se</a>
<a href="https://calendly.com/ysoftwareab/25min" class="btn btn-lg btn-light btn-outline-primary border-light m-2"><i class="bi bi-calendar2-week-fill"></i> Book a meeting</a>
-->
</p>
<p class="text-center">
<a href="http://andreineculau.com" class="text-white">andreineculau.com</a> freelanced as Y Software AB 2021-2023
<!--
Y Software AB 559342-8674<br>
Saltsjöbaden, Nacka<br>
Godkänd för F-skatt
-->
</p>
</div>
<div class="col-8 offset-2 d-xl-block col-xl-4 offset-xl-1 p-0 border rounded"
style="overflow:hidden; position:relative">
<img src="assets/andrei2.jpeg" loading="lazy" class="d-none d-xl-block" style="width:100%;position:absolute;top:50%;transform:translatey(-50%)">
<img src="assets/andrei2.jpeg" loading="lazy" class="d-block d-xl-none" style="width:101%">
</div>
</div>
</section>
</main>
<!-- END esh.get-in-touch.html -->
<!-- BEGIN esh.what.html -->
<div id="what" class="pb-3"> </div>
<main>
<section class="container py-5">
<div class="row">
<div class="col">
<h1 class="text-center text-md-start text-primary border-bottom">
<img src="assets/img-why/what-2730753.svg">
</h1>
</div>
</div>
<div class="row row-cols-2 row-cols-md-3 g-4 py-5">
<div class="col d-flex align-items-start">
<div>
<h4 class="fw-bold mb-0">Platform</h4>
<p>
<ul class="list-unstyled">
<li>CI/CD.</li>
<li>GitOps (DevOps).</li>
<li>Self-service.</li>
<li>Infrastructure as Code.</li>
<li>Uniform Patterns.</li>
<li>Secrets Management.</li>
<li>Monitoring.</li>
<li>Observability.</li>
</ul>
</p>
</div>
</div>
<div class="col d-flex align-items-start">
<div>
<h4 class="fw-bold mb-0">HTTP/REST API</h4>
<p>
<ul class="list-unstyled">
<li>Design.</li>
<li>Documentation.</li>
<li>Security.</li>
<li>Integration.</li>
<li>Implementation.</li>
<li>Management.</li>
<li>Strategy.</li>
</ul>
</p>
</div>
</div>
<div class="col d-flex align-items-start">
<div>
<h4 class="fw-bold mb-0">JavaScript &co</h4>
<p>
<ul class="list-unstyled">
<li>Core.</li>
<li>NodeJS, TypeScript, Babel, ...</li>
<li>Servers, API, HTTP, REST, hypermedia, RPC, WebSockets, WebRTC, ...</li>
<li>Web Extensions, Native Messaging.</li>
<li>Desktop Apps via Electron.</li>
<li>Native Bindings.</li>
</ul>
</p>
</div>
</div>
<div class="col d-flex align-items-start">
<div>
<h4 class="fw-bold mb-0">CI/CD</h4>
<p>
<ul class="list-unstyled">
<li>Merge Requests Automation.</li>
<li>Deterministic Builds.</li>
<li>Sandboxed Deployments.</li>
<li>Artifacts Management.</li>
<li>Reliable, Reproduceable, Reusable, Fast.</li>
<li>AppVeyor, Circle CI, Cirrus CI, Codeship, Github Actions, Gitlab CI, Jenkins, Semaphore, Sourcehut,
TeamCity, Travis CI, ...</li>
</ul>
</p>
</div>
</div>
<div class="col d-flex align-items-start">
<div>
<h4 class="fw-bold mb-0">Cloud</h4>
<p>
<ul class="list-unstyled">
<li>Amazon Web Services.</li>
<li>Cloud-Native Architecture.</li>
<li>Account Hierarchy.</li>
<li>Infrastructure as Code.</li>
<li>Identity and Access Management.</li>
<li>Serverless.</li>
<li>Event-Driven.</li>
<li>Monitoring.</li>
<li>Observability.</li>
</ul>
</p>
</div>
</div>
<div class="col d-flex align-items-start">
<div>
<h4 class="fw-bold mb-0">Misc.</h4>
<p>
<ul class="list-unstyled">
<li>Cross-Platform, Darwin, Linux, Windows/WSL, Docker</li>
<li>Finite State Machines.</li>
<li>Grammars.</li>
<li>GDPR.</li>
<li>Erlang.</li>
</ul>
</p>
</div>
</div>
</div>
<div class="row">
<div class="col">
<h1 class="text-center text-md-start text-primary border-bottom">Open-Source Software</h1>
</div>
</div>
<div class="row row-cols-2 row-cols-md-3 g-4 py-5">
<div class="col d-flex align-items-start">
<div>
<h4 class="fw-bold mb-0"><a href="https://github.com/for-GET/know-your-http-well">Know Your HTTP Well</a></h4>
<p>
HTTP headers, media-types, methods, relations and status codes, all summarized and linking to their
specification.
</p>
</div>
</div>
<div class="col d-flex align-items-start">
<div>
<h4 class="fw-bold mb-0"><a href="https://github.com/for-GET/http-decision-diagram">HTTP Decision Diagram</a>
</h4>
<p>
An activity diagram to describe the resolution of HTTP response status codes, given various headers.
</p>
</div>
</div>
<div class="col d-flex align-items-start">
<div>
<h4 class="fw-bold mb-0"><a href="https://github.com/ysoftwareab/yplatform">yplatform</a></h4>
<p>
Software and configuration that supports various cycles of software development.
</p>
</div>
</div>
<div class="col d-flex align-items-start">
<div>
<h4 class="fw-bold mb-0"><a href="https://github.com/for-GET/katt">KATT</a></h4>
<p>
KATT (Klarna API Testing Tool) is an HTTP-based API testing tool for Erlang.
</p>
</div>
</div>
<div class="col d-flex align-items-start">
<div>
<h4 class="fw-bold mb-0"><a href="https://github.com/for-GET/jesse">JeSSE</a></h4>
<p>
jesse (JSon Schema Erlang) is an implementation of a JSON Schema validator for Erlang.
</p>
</div>
</div>
<div class="col d-flex align-items-start">
<div>
<h4 class="fw-bold mb-0"><a href="https://github.com/ysoftwareab/http-lambda">http-lambda</a></h4>
<p>
Write AWS Lambdas the same way as with a local server.
</p>
</div>
</div>
<div class="col d-flex align-items-start">
<div>
<h4 class="fw-bold mb-0"><a href="https://github.com/for-GET/core-pegjs">core-pegjs</a></h4>
<p>
A collection of core PEGjs grammars (IETF, ISO, etc.)
</p>
</div>
</div>
<div class="col d-flex align-items-start">
<div>
<h4 class="fw-bold mb-0"><a href="https://github.com/for-GET/api-pegjs">api-pegjs</a></h4>
<p>
A collection of PEG parsers for HTTP, API and related syntaxes.
</p>
</div>
</div>
<div class="col d-flex align-items-start">
<div>
<h4 class="fw-bold mb-0"><a href="https://github.com/ysoftwareab/npm-publish-git">npm-publish-git</a></h4>
<p>
Publish your NPM package as a (versioned) git tag.
</p>
</div>
</div>
</div>
</section>
</main>
<!-- END esh.what.html -->
<!-- BEGIN esh.why.html -->
<div id="why" class="pb-3"> </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/why-2028047.svg">
</h1>
<figure class="d-none d-md-block">
<blockquote class="blockquote an-blockquote-marks fs-6 text-white">
<p class="font-monospace">
Simplicity is the final achievement.<br>
After one has played a vast quantity of notes and more notes,<br>
it is simplicity that emerges as the crowning reward of art.
</p>
<figcaption class="blockquote-footer text-end text-white">
Frédéric Chopin as quoted in
<cite title="Source Title">If Not God, Then What? (2007) by Joshua Fost, p. 93</cite>
</figcaption>
</blockquote>
</figure>
<div class="card-group my-5 text-center">
<div class="card">
<h1 class="card-header d-none d-md-block"><i class="bi bi-hourglass-split"></i></h1>
<div class="card-body">
<h1 class="card-title">20+ years</h1>
<p class="card-text">
of professional experience<br>
in software engineering<br>
and leadership in tech<br>
<br>
<a href="https://andreineculau.com">curriculum vitae</a>
</p>
</div>
</div>
<div class="card">
<h1 class="card-header d-none d-md-block"><i class="bi bi-eyeglasses"></i></h1>
<div class="card-body">
<h1 class="card-title">polyglot tech</h1>
<p class="card-text an-languages">
<i class="fab fa-apple"></i>
<i class="fab fa-linux"></i>
<i class="fab fa-docker"></i>
<i class="fab fa-windows opacity-25"></i>
<!-- <i class="fas fa-question-circle opacity-25"></i> -->
<br>
<i class="fas fa-terminal"></i>
<i class="fab fa-git"></i>
<i class="fas fa-cloud"></i>
<!-- <i class="fab fa-hacker-news"></i> -->
<i class="fas fa-question-circle opacity-25"></i>
<br>
<i class="fab fa-linux"></i>
<!-- <i class="fab fa-js"></i> -->
<i class="fab fa-node"></i>
<i class="fab fa-erlang"></i>
<!-- <i class="fab fa-python opacity-25"></i> -->
<i class="fas fa-question-circle opacity-25"></i>
<br>
<i class="fab fa-html5"></i>
<i class="fab fa-css3"></i>
<i class="fab fa-vuejs"></i>
<!-- <i class="fab fa-react opacity-25"></i> -->
<i class="fas fa-question-circle opacity-25"></i>
<br>
</p>
</div>
</div>
<div class="card">
<h1 class="card-header d-none d-md-block"><i class="bi bi-github"></i></h1>
<div class="card-body">
<h1 class="card-title">top 10</h1>
<p class="card-text">
<a href="https://commits.top/sweden.html">most active GitHub users in Sweden</a><br>
2016-2021<br>
<br>
<strong>5000+</strong> GitHub stars<br>
<strong>100+</strong> OSS repositories
</p>
</div>
</div>
</div>
</div>
</div>
</section>
</main>
<!-- END esh.why.html -->
<!-- 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 -->
<!-- BEGIN esh.who.html -->
<div id="who" 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/who-2730757.svg">
</h1>
<div id="why-us-testimonials-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-testimonials-carousel" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Erik Alsmyr"></button>
<button type="button" data-bs-target="#why-us-testimonials-carousel" data-bs-slide-to="1" aria-label="Ian Savchenko"></button>
<button type="button" data-bs-target="#why-us-testimonials-carousel" data-bs-slide-to="2" aria-label="Isak Bakken"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active" data-bs-interval="10000">
<div class="carousel-caption">
<h6>Erik Alsmyr / CTO at Lexplore</h6>
<p class="mb-0 d-none d-md-block">Erik managed Andrei directly</p>
</div>
<div class="container">
<div class="row">
<div class="col-12">
<p>I had the pleasure of working along side Andrei at Tobii Pro for almost 4 years. He joined my
nascent
department as we were getting started on building products on AWS and very quickly proved himself
to be
<strong>very fast learner</strong>, <strong>excellent solver of problems</strong> but also
<strong>a super good team member</strong> from the perspective of improving others' skills. Many
were new
to web development in general and cloud infrastrucure in particular but together we grew our
craftmanship
as a team alot thanks to Andrei's <strong>ability to bring others along</strong> on the learning
curve.
</p>
<p>Over the years Andrei <strong>earned everyone's utmost respect</strong> as we grew into a 3 teams
strong
organization basing our development on the same platform but for quite different products. Andrei
was
<strong>instrumental</strong> is establishing our use of AWS, our Devops culture and our solutions
to CI
and CD based on Travis CI and Cloud Formation.
</p>
<p>As we part ways now in the winter of 2020 I wish Andrei all the best and I am certain he will be
<strong>wildly successful</strong> wherever he puts his attention. I truly hope our paths cross
again in
the future work wise. I am sure they will over a glass of fine, japanese whiskey at some nice
place.
</p>
</div>
</div>
</div>
</div>
<div class="carousel-item" data-bs-interval="10000">
<div class="carousel-caption">
<h6>Ian Savchenko / Developer at PayPal</h6>
<p class="mb-0 d-none d-md-block">Ian worked with Andrei on the same team</p>
</div>
<div class="container">
<div class="row">
<div class="col-12">
<p>Without any hesitations, Andrei is <strong>the best Software Engineer</strong> I've ever got a
chance to
work with.</p>
<p>He has a <strong>vast experience</strong> in everything related to Computer Science and he knows
his way
around almost everything when it comes to Web and Cloud development.
<strong>Thinking often several steps ahead</strong>, he identifies problems and comes up with
solutions
that are robust and simple at the same time.
</p>
<p>Andrei is a <strong>fast learner</strong> and worker and you can be surprised by his work pace.
But you
would be even more surprised by the fact that every decision Andrei takes about system design,
code
styling or testing have <strong>a reason behind</strong> them and are usually carefully thought
through,
even though they may be looking hasty. Question him about them and you won't be disappointed by
his
reasoned answers.</p>
<p>Andrei is <strong>always on the edge</strong> of the best practices and techniques and his
proficiency in
development tooling allows him to automate many routines in his personal and team's workflow.</p>
<p>The last but not the least, Andrei is <strong>a caring person</strong> and
<strong>a great teammate</strong> who takes care about coworkers, their productivity and
well-being.
</p>
</div>
</div>
</div>
</div>
<div class="carousel-item" data-bs-interval="10000">
<div class="carousel-caption">
<h6>Isak Bakken / Software Engineer at Spotify</h6>
<p class="mb-0 d-none d-md-block">Isak worked with Andrei on the same team</p>
</div>
<div class="container">
<div class="row">
<div class="col-12">
<p>Andrei is <strong>a highly productive developer</strong>, with skills in many different fields
and
programming languages. He was shown an unusually large ability and drive to
<strong>quickly learn</strong>
new programming languages and technologies. He has
<strong>a very analytic and focused mindset</strong>
and is <strong>skilled</strong> at reasoning about technical problems or solutions. Having Andrei
in our
team was <strong>very valuable</strong>, especially when new solutions to difficult problems were
discussed, prototyped and implemented.
</p>
<p>He has an impressive ability to <strong>quickly comprehend a complex problem</strong> after just
a short
chat about it. Often I just mentioned a few keywords and he gladly helped me solve difficult
problems with
even less communication effort than it would have been to write a ticket about the bug or problem.
</p>
<p>Most of the time he has been a few months before the rest of us when it comes to
<strong>foreseeing technical problems</strong> with a design, and sometimes a few years (like when
it
comes to designing future-proof API:s etc.)
</p>
<!-- <p>He can at times seem a bit blunt, but that's just because he speaks his mind and doesn't pretend to like
your bad solution when it's rightfully stupid. This has been <strong>very valuable to our team</strong>
while developing Klarna Checkout, and I think any company that is into software development would find
Andrei a valuable team member.</p> -->
</div>
</div>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#why-us-testimonials-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-testimonials-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.who.html -->
<!-- BEGIN esh.footer.html -->
<footer class="py-5">
<div class="text-center">
<a href="https://andreineculau.com" class="btn btn-lg btn-primary btn-outline-light border-primary my-2"><i class="bi bi-file-earmark-text-fill"></i> Read Curriculum Vitae</a>
<!--
<a href="mailto:mejla@ysoftware.se" class="btn btn-lg btn-primary btn-outline-light border-primary my-2"><i class="bi bi-envelope-fill"></i> mejla@ysoftware.se</a>
<a href="https://calendly.com/ysoftwareab/25min" class="btn btn-lg btn-primary btn-outline-light border-primary my-2"><i class="bi bi-calendar2-week-fill"></i> Book a meeting</a>
-->
</div>
<br>
<div class="text-center text-muted mt-2">
Copyright © 2021-2026<br>
Andrei Neculau
<!--
Y Software AB 559342-8674<br>
Saltsjöbaden, Nacka<br>
Godkänd för F-skatt
-->
</div>
</footer>
<!-- END esh.footer.html -->
<!-- BEGIN esh.y-trivia.html -->
<div id="y-trivia" class="mb-3"> </div>
<main>
<section class="container py-5">
<div class="row">
<div class="col">
<h1 class="text-center text-md-start text-primary border-bottom">
<img src="assets/img-why/infinity-6224071.svg">
</h1>
</div>
</div>
<div class="row row-cols-2 row-cols-md-3 g-4 py-5">
<div class="col d-flex align-items-start">
<p>Y is pronounced "why" in English.</p>
</div>
<div class="col d-flex align-items-start">
<p>Y is the Greek I.</p>
</div>
<div class="col d-flex align-items-start">
<p>Y is the penultimate letter in Latin alphabet, initially used to spell foreign words.</p>
</div>
<div class="col d-flex align-items-start">
<p>Y stands for yotta, the largest decimal unit prefix in the metric system, denoting a factor of 10^24.</p>
</div>
<div class="col d-flex align-items-start">
<p>Y in American Sign Language is similar to the shaka sign, also known as "hang loose".</p>
</div>
<div class="col d-flex align-items-start">
<p>Y purple is purposefully
<a href="https://meyerweb.com/eric/thoughts/2014/06/19/rebeccapurple/">rebeccapurple</a>.</p>
</div>
</div>
</section>
</main>
<!-- END esh.y-trivia.html -->
<img src="assets/saltsjobaden.webp" width="100%" style="margin-top:-10%">
<script src="assets/node_modules/lodash/lodash.js"></script>
<script src="assets/node_modules/bootstrap/dist/js/bootstrap.bundle.js"></script>
<script src="assets/node_modules/typed.js/lib/typed.js"></script>
<script src="index.js"></script>
</body>
</html>