Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Galo Navarro <[email protected]>
  • Loading branch information
srvaroa committed Jan 7, 2024
1 parent bd1528a commit a5e112a
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 27 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: >
background in distributed systems, scalability and data plumbing. This
site collects some of the stuff I make, mostly about and around
software engineering.
baseurl: "" # the subpath of your site, e.g. /blog
baseurl: "/" # the subpath of your site, e.g. /blog
url: "https://varoa.net"
twitter_username: srvaroa
github_username: srvaroa
Expand Down
9 changes: 9 additions & 0 deletions _sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,15 @@ a {
li {
margin-bottom: 10px;
}

pre.highlight {
background: #222;
padding: 10px;
color: #ddd;
font-family: Arial;
font-size: 0.8em;
}

}

.box {
Expand Down
40 changes: 21 additions & 19 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,35 +25,37 @@
<h2>Work experience</h2>

<p>
I currently work as Principal Engineer at <a
href="https://www.midokura.com/">Midokura</a> building systems that manage
fleets of devices which can running applications based on AI models. These run
as part of Sony's Edge AI sensing platform, <a
href="https://www.aitrios.sony-semicon.com/en">AITRIOS</a>.
I currently work as Principal Engineer at <a href="https://www.midokura.com/">Midokura</a> building systems that manage
fleets of devices which can running applications based on AI models. These run
as part of Sony's Edge AI sensing platform, <a href="https://www.aitrios.sony-semicon.com/en">AITRIOS</a>.
</p>

<p>Prior to that worked at <a href="https://newrelic.com/">New Relic</a>, as
a Principal Engineer for two teams that built systems to inspect real-time
telemetry, infer what type of entity was reporting them so other teams could
build New Relic's observability experience on top of them.</p>
<p>
Prior to that worked at <a href="https://newrelic.com/">New Relic</a>, as
a Principal Engineer for two teams that built systems to inspect real-time
telemetry, infer what type of entity was reporting them so other teams could
build New Relic's observability experience on top of them.
</p>

<p>At <a href="https://adevinta.com">Adevinta</a> I led development of the
internal platform that supported the migration of some of the biggest online
marketplaces in Europe and South America to the cloud. You can find some
<p>
At <a href="https://adevinta.com">Adevinta</a> I joined as a Staff engineer
and later took a role as Technical Product Manager leading the development of an
internal platform that supported some of the biggest online marketplaces in
Europe and South America to migrate to the cloud. You can find some
<a href="{{ site.baseUrl }}/paas/infrastructure/platform/kubernetes/cloud/2020/01/02/talk-how-to-build-a-paas-for-1500-engineers.html">content</a>
<a href="{{ site.baseUrl }}/kubernetes/eureka/paas/microservices/loadbalancing/2020/02/12/eureka-kubernetes.html">about</a>
<a href="{{ site.baseUrl }}/kubernetes/migration/latency/dns/java/aws/microservices/2019/10/22/kubernetes-added-a-0-to-my-latency.html">this</a>.
</p>


<p>
Even earlier, I worked on
distributed virtual networks, built data infrastructure for telcos, and some
backend services for high volume sites like <a
href="https://last.fm/">Last.fm</a>, <a href="https://tuenti.com/">Tuenti</a>.)
Even earlier, I worked on distributed virtual networks, built data
infrastructure for telcos, and some backend services for high volume sites
like <a href="https://last.fm/">Last.fm</a>, <a href="https://tuenti.com/">Tuenti</a>.)
</p>

<p>You can find more about my professional experience at <a
href="https://www.linkedin.com/in/galonavarro">LinkedIn</a>, or maybe
you should just <a href="mailto:[email protected]">drop me an email!</a></p>
<p>
You can find more about my professional experience at <a href="https://www.linkedin.com/in/galonavarro">LinkedIn</a>, or
maybe you should just <a href="mailto:[email protected]">drop me an email!</a>
</p>

14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<p>Hello!</p>

<p>I am a software engineer with a background on distributed systems and data
plumbing. Right now I work as Principal Engineer at Midokura building systems to
manage fleets of intelligent devices as part of Sony's Edge AI sensing platform,
AITRIOS. The <a href="/about">about
section</a> contains more details about my professional work. </p>
plumbing. I'm more broadly interested how complex systems work. Right now I
work as Principal Engineer at Midokura building systems to manage fleets of
intelligent devices as part of Sony's Edge AI sensing platform, AITRIOS.
The <a href="/about">about section</a> contains more details about my professional work. </p>

<p>
I believe that putting ideas into writing makes better thinking. Below
you can find some of the content I've produced over time.
I primarily enjoy building, but I believe that putting ideas into writing makes
better thinking. Below you can find some of the content I've produced over time.
To keep up with updates you can use the <a href="{{ " /feed.xml" | prepend: site.baseurl }}">RSS feed</a>, at least until I set up one
of those email lists that cool kids have nowadays. I'm in
<a href="https://twitter.com/srvaroa">Twitter</a> &
Expand All @@ -25,7 +25,7 @@
<h2>Writing</h2>

<p>
During my tenure at Adevinta I led the team that developed an internal
During my tenure at Adevinta I led development of an internal
platform to support all the online marketplaces in the group
(including some of the biggest in Europe and South America). I
produced some content about strategic and technical challenges (yes,
Expand Down

0 comments on commit a5e112a

Please sign in to comment.