Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
srvaroa committed Dec 29, 2023
1 parent 7dd0cb6 commit 0ce1e15
Showing 1 changed file with 36 additions and 44 deletions.
80 changes: 36 additions & 44 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,56 +9,48 @@
<p>I'm a software engineer with a background in distributed systems,
scalability and data plumbing.</p>

<h2>Work</h2>

<p> I work as a Principal Software Engineer at <a
href="https://www.midokura.com/">Midokura</a>, where we build
systems to manage flets of intelligent sensing devices capable of
systems to manage fleets of intelligent sensing devices capable of
running AI models for Sony's Edge AI sensing platform, <a
href="https://www.aitrios.sony-semicon.com/en">AITRIOS</a>. </p>

<p> Prior to that I worked as Principal Sw. Engineer at <a
href="https://newrelic.com/">New Relic</a> on the internal platform
that processes real-time telemetry, infers the type of entity that
reports them (hosts, devices, applications..) from raw data, and
provides type-specific semantics to create New Relic's observability
experience.

I have also worked at <a href="https://adevinta.com">Adevinta</a>
leading the development of an <a
href="https://srvaroa.github.io/paas/infrastructure/platform/kubernetes/cloud/2020/01/02/talk-how-to-build-a-paas-for-1500-engineers.html">internal
PaaS for 1500 engineers</a> that supported the migration of multiple large
online marketplaces to the cloud.

In addition, I've built distributed virtual networks at <a
href="https://midokura.com">Midokura</a>, data infrastructure for
telcos at <a href="http://zhilabs.com/">Zhilabs</a>, and backend
systems for some high volume internet sites (<a
href="https://last.fm/">Last.fm</a>, <a
href="https://tuenti.com/">Tuenti</a>.)</p>

<p>For more details check my <a
href="https://www.linkedin.com/in/galonavarro">LinkedIn profile</a>.
I am somewhat active on <a
href="https://hachyderm.io/@srvaroa">Mastodon</a> or <a
href="https://twitter.com/srvaroa">Twitter</a>. </p>

<h2>OSS</h2>
<p> These are some projects I worked on in the past:
<ul>
<li> At <a
href="https://newrelic.com/">New Relic</a>, leading the
the teams that manage the internal platform to process raw real-time
telemetry, infers what type of entity reports them (hosts,
devices, applications..) and provides type-specific semantics
to create New Relic's observability
experience.</li>

<p>I maintain a <a href="https://github.com/srvaroa/labeler/">GitHub action to manage labels on Pull Requests</a> and a bunch of other small tools</p>
<p>
I contribute occasionally to OSS projects based on job needs and/or
interest. If you're curious, here is <a href="https://github.com/srvaroa">my GitHub profile</a>, and here are some PRs to
<a href="https://github.com/pulls?utf8=%E2%9C%93&q=+is%3Apr+author%3Asrvaroa+archived%3Afalse+org%3Aknative+">Knative</a>,
<a href="https://github.com/envoyproxy/envoy/pull/2303">Envoy</a>,
<a href="https://github.com/spinnaker/igor/pull/142">Spinnaker</a>,
<a href="https://github.com/ReactiveX/RxJava/pulls?utf8=%E2%9C%93&q=is%3Apr+author%3Asrvaroa+">RxJava</a>,
<a href="https://github.com/dropwizard/metrics/pull/654">Dropwizard metrics</a>,
<a href="https://github.com/tuenti/geoip/pull/1">Tuenti's fork of
GeoIp</a>. At Midokura we made most of our development OSS, here
is <a
href="https://github.com/midonet/midonet/commits?author=srvaroa">the
Midonet git log</a>.
<li> <a href="https://adevinta.com">Adevinta</a>
leading the development of an <a
href="https://srvaroa.github.io/paas/infrastructure/platform/kubernetes/cloud/2020/01/02/talk-how-to-build-a-paas-for-1500-engineers.html">internal
PaaS for 1500 engineers</a> that supported the migration of multiple large
online marketplaces to the cloud.</li>

<li>Distributed virtual networks at <a
href="https://midokura.com">Midokura</a>.</li>

<li>Data infrastructure for telcos at <a href="http://zhilabs.com/">Zhilabs</a>

<li>Backend systems for some high volume internet sites (<a
href="https://last.fm/">Last.fm</a>, <a
href="https://tuenti.com/">Tuenti</a>.)</li>
</ul>
</p>

<p>For more details you can find me in
<a
href="https://github.com/srvaroa">GitHub</a>,
<a
href="https://www.linkedin.com/in/galonavarro">LinkedIn</a>.
<a
href="https://twitter.com/srvaroa">Twitter</a>,
<a
href="https://hachyderm.io/@srvaroa">Mastodon</a>.
</p>

<h2>Writings (<a href="{{ "/feed.xml" | prepend: site.baseurl }}">RSS</a>)</h2>
Expand Down

0 comments on commit 0ce1e15

Please sign in to comment.