Skip to content

Commit

Permalink
update info
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarchini committed Feb 20, 2020
1 parent 8f4c810 commit ded922f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 19 deletions.
Binary file added assets/img/bpftrace-pony.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
41 changes: 22 additions & 19 deletions index.html
Expand Up @@ -30,15 +30,18 @@ <h1 class="title is-3 is-marginless">
<figure class="image is-128x128 is-inline-block profile-picture is-rounded">
<img src="/assets/img/profile-node-summit.jpg" class="is-rounded">
</figure>
<p class="subtitle is-4">
Netflix Performance Engineer
</p>
<p class="subtitle is-4">
<a href="https://github.com/nodejs/node" class="has-text-danger has-text-weight-semibold">
Node.js
</a> Core Collaborator
</p>
<h2 class="subtitle is-5">
<h2 class="subtitle is-6">
Previous
</h2>
<p class="subtitle is-4">
<p class="subtitle is-5">
Lead Software Engineer @ <a class="has-text-danger has-text-weight-semibold" href="https://www.sthima.com/">
Sthima
</a>
Expand All @@ -51,21 +54,16 @@ <h2 class="subtitle is-5">
<div class="column content">
<h2 class="title is-4">About Me</h2>
<p class="about-me">
I’m a <b>Software Engineer</b> at Sthima, where I work solving
<b>hard system-related problems</b> for <b>large-scale
companies</b>. I am passionate about Open Source,
Infrastructure, and Reliability. I'm comfortable working with a
fair amount of languages, although lately I’ve been working mostly
with <b>C/C++</b>, <b>Python</b>, and <b>JavaScript</b>. I’m also
experienced in infrastructure management, maintenance, monitoring
and automation.
I’m a <b>Performance Engineer</b> at Netflix, where I work on
performance analysis and performance tools for Node.js, as well
as BPF Linux tracing tooling. Most of my work is <b>Open
Source</b> (which I love), with a focus on <b>diagnostic
tools</b> (both for performance analysis as well as postmortem
debugging).
</p>
<p class="about-me">
Most of my work on Open Source is related to diagnostic tools,
such as developing new features for llnode, bringing back Linux
perf support to Node.js and introducing dynamic USDT probes for
Linux. I am a <b>Node.js Core Collaborator</b> where I participate in
the Diagnostics and Build Working Groups.
I am a maintaner of llnode and bpftrace, <b>Node.js Core
Collaborator</b>, and <b>TC39 delegate</b>.
</p>
</div>
<div class="column content">
Expand Down Expand Up @@ -98,8 +96,8 @@ <h3 class="subtitle is-4 has-text-weight-normal">Get in touch!</h3>
</a>
</p>
<p class="is-marginless">
<a href="mailto:matheusdot@gmail.com" class="is-size-5">
matheus@sthima.com
<a href="mailto:mmarchini@netflix.com" class="is-size-5">
mmarchini@netflix.com
</a>
</p>
</div>
Expand Down Expand Up @@ -161,7 +159,7 @@ <h2 class="title is-4">Open Source Projects</h2>
</div>
<div class="card-content">
<p class="title is-4">
<a href="https://github.com/nodejs/node">
<a href="https://github.com/nodejs/llnode">
llnode
</a>
</p>
Expand All @@ -176,14 +174,19 @@ <h2 class="title is-4">Open Source Projects</h2>
<div class="columns">
<div class="column is-one-third">
<div class="card card-equal-height">
<div class="card-image">
<figure class="image">
<img src="/assets/img/bpftrace-pony.png" alt="Placeholder image">
</figure>
</div>
<div class="card-content">
<p class="title is-4">
<a href="https://github.com/iovisor/bpftrace">
bpftrace
</a>
</p>
<p class="subtitle is-6">
Collaborator
Maintainer
</p>
</div>
</div>
Expand Down

0 comments on commit ded922f

Please sign in to comment.