Skip to content

Commit

Permalink
feat: emphasize archive recorder
Browse files Browse the repository at this point in the history
  • Loading branch information
FlandreDaisuki committed May 24, 2024
1 parent 6817f7c commit 39fbe75
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions public/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ a {
text-decoration: none;
color: black;
}
ul {
padding-left: 1.7rem;
}
header {
display: flex;
align-items: center;
Expand Down
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ <h2>Experience</h2>
<h3><span class="title-and-company">Senior Frontend Engineer @ 17LIVE Inc.</span> <time id="current-position-date-time" datetime="2021-06">2021.06 ~ Present</time></h3>
<ul>
<li>Developed a web extension in one month, preserving over <strong>90%</strong> of e-commerce team revenue at risk due to the termination of a third-party service.</li>
<li>Introduced type-checking tools, such as TypeScript, Zod, and Valibot, to enhance project stability.</li>
<li>Implemented a streaming archive recorder system capable of exporting <strong>a single video</strong> with optional features such as comments, interactions, and product promotions.</li>
<li>Designed and set up <strong>independently</strong> a simple end-to-end test pipeline using <a href="https://playwright.dev/" target="_blank" rel="noopener noreferrer">Playwright</a>, <a href="https://github.com/features/actions" target="_blank" rel="noopener noreferrer">GitHub Actions</a>, and <a href="https://developers.cloudflare.com/workers/" target="_blank" rel="noopener noreferrer">Cloudflare Workers</a>.</li>
<li>Reduced the e-commerce team's CI/CD time by <strong>~50%</strong> and image size by <strong>~50%</strong> using multi-stage builds.</li>
<li>Created various tools using <strong>Userscript, Google App Script, and Codepen</strong> to improve efficiency for QA, PM, and UI teams, with half of these tools becoming their essential daily productivity tools.</li>
<li>Collaborated with the game team to develop a webview in vanilla from scratch in less than <strong>15</strong> days.</li>
<li>Shared technical knowledge with the team at least once a year.</li>
<li>Introduced type-checking tools, such as TypeScript, Zod, and Valibot, to enhance project stability.</li>
</ul>
<h3><span class="title-and-company">Software Engineer @ MiTAC Inc.</span> <time datetime="2019-11/2021-04">2019.11 ~ 2021.04</time></h3>
<ul>
Expand Down

0 comments on commit 39fbe75

Please sign in to comment.