Skip to content

Commit

Permalink
fix typos and update resume
Browse files Browse the repository at this point in the history
  • Loading branch information
huijing committed Jul 18, 2024
1 parent 5a6041a commit 6d42968
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Chrome doesn't do feature flags that granularly (at least that's my observation)
<ol>
<li class="no-margin">Type <code>chrome://flags</code> in your address bar</li>
<li class="no-margin">Search for the feature</li>
<li class="no-margin">Set value to <strong>Enabled</strong>M</li>
<li class="no-margin">Set value to <strong>Enabled</strong></li>
<li>Relaunch the browser</li>
</ol>

Expand Down
11 changes: 7 additions & 4 deletions content/resume.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Résumé
permalink: /resume/
---

### Summary

<ul>
Expand All @@ -23,15 +24,17 @@ permalink: /resume/
</ul>

### Work experience

<section class="jobs">
<input id="ilf" name="job" type="checkbox" checked>
<label for="ilf"><h4>Interledger Foundation <small>(Jun 2023 - Present)</small></h4></label>
<article>
<p class="no-margin"><strong>Developer Experience Engineer</strong> responsible for architecting and developing the documentation infrastructure for the Interledger network by:</p>
<p class="no-margin"><strong>Principal Engineer</strong> responsible for architecting and developing the web properties for the Interledger Foundation by:</p>
<ul>
<li class="no-margin">Building and maintaining an open-source, performant and customisable documentation platform</li>
<li>Collaborating closely with the team’s technical writers as well as the open-source community to develop the platform roadmap</li>
<li class="no-margin">Collaborating closely with the team’s technical writers to develop the developer experience roadmap</li>
<li class="no-margin">Analyse the organisation's technical gaps and either build or delegate work required to plug those gaps</li>
<li>Contribute to the strategic planning and decision-making process within the engineering department</li>
</ul>
</article>

Expand Down Expand Up @@ -131,7 +134,7 @@ permalink: /resume/
### Education

**University of Nottingham**
(2006-2008)
(2006-2009)
BA (Hons) Finance, Accounting and Management (2:1)

Click [here](/assets/documents/cv.pdf) to download the official-looking, formal PDF version.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
},
"homepage": "https://github.com/huijing/personal-website#readme",
"devDependencies": {
"@babel/cli": "^7.24.7",
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7"
"@babel/cli": "^7.24.8",
"@babel/core": "^7.24.9",
"@babel/preset-env": "^7.24.8"
}
}

0 comments on commit 6d42968

Please sign in to comment.