Redesign site as bilingual CV

This commit is contained in:
2026-06-07 18:48:42 +09:00
parent ea90cc5d58
commit 6f9cc0bbbb
12 changed files with 784 additions and 467 deletions
+145
View File
@@ -0,0 +1,145 @@
@{
ViewData["Title"] = "CV";
}
<div class="cv-page">
<header class="cv-header">
<div>
<p class="cv-eyebrow">Curriculum Vitae</p>
<h1>Joshua Ferrer</h1>
<p class="cv-role">Software Engineer / Technical Lead</p>
</div>
<address class="cv-contact">
<a href="mailto:josuferrer@outlook.com">josuferrer@outlook.com</a>
<a href="https://low-level-guy.com">low-level-guy.com</a>
<a href="https://git.low-level-guy.com/josufh" target="_blank" rel="noopener noreferrer">git.low-level-guy.com/josufh</a>
<span>Tokyo, Japan</span>
<a href="/cv?lang=ja">Japanese version</a>
</address>
</header>
<section class="cv-section">
<h2>Profile</h2>
<p>
Software engineer based in Tokyo, working across backend development, infrastructure, requirements
definition, specification writing, and technical leadership. Experienced with .NET, C, Flutter, Linux,
cloud environments, CI/CD, and internal business systems.
</p>
<p>
Owns source code quality, coding standards, infrastructure operations, and technical research for new
projects, with practical experience in architecture decisions, code review, debugging, infrastructure
setup, and defect prevention before release.
</p>
</section>
<section class="cv-section">
<h2>Experience</h2>
<article class="cv-entry">
<div class="cv-entry__header">
<div>
<h3>Nihon Kyoiku Create Co., Ltd. (株式会社日本教育クリエイト)</h3>
<p>Software Engineer / Technical Lead, IT Solutions Business Department (ITソリューション事業部)</p>
</div>
<span>2024/09 - Present</span>
</div>
<ul>
<li>Backend and application development for internal business systems.</li>
<li>Requirements definition with clients and specification writing.</li>
<li>Infrastructure management, cloud VM provisioning, CI/CD setup, and source control administration.</li>
<li>Code review, coding standard maintenance, technical investigation, and defect prevention before release.</li>
<li>Developed and deployed an internal approval system (稟議システム) used by more than 1,000 users.</li>
<li>Administers Gitea and Redmine environments used by a 15-person department.</li>
<li>Deployed five projects of varying size, including a 1.5-year company-wide approval system project.</li>
<li>Improved manual workflows through automation, coding standards, code review, and cloud deployment practices.</li>
</ul>
</article>
</section>
<section class="cv-section">
<h2>Additional Experience</h2>
<details class="cv-details">
<summary>Keio Plaza Hotel (京王プラザホテル) - Lobby / Customer Service</summary>
<article class="cv-entry cv-details__body">
<div class="cv-entry__header">
<div>
<h3>Keio Plaza Hotel (京王プラザホテル)</h3>
<p>Lobby and customer service, Shinjuku</p>
</div>
<span>2023/04</span>
</div>
<ul>
<li>Handled customer service in Japanese, English, Spanish, and occasional Chinese.</li>
<li>Used business Japanese and keigo (敬語) in a hotel environment.</li>
<li>Built Excel-based workflow automation as a secondary responsibility.</li>
</ul>
</article>
</details>
</section>
<section class="cv-section">
<h2>Selected Projects</h2>
<article class="cv-entry">
<div class="cv-entry__header">
<div>
<h3>Personal Git Server</h3>
<p>Public repositories and project references</p>
</div>
<span>Ongoing</span>
</div>
<ul>
<li><a href="https://git.low-level-guy.com/josufh" target="_blank" rel="noopener noreferrer">git.low-level-guy.com/josufh</a></li>
<li>Detailed project writeups will be added as selected repositories are finalized.</li>
<li>Open source activity includes reporting issues to improve .NET tutorial sample code.</li>
</ul>
</article>
</section>
<section class="cv-section cv-columns">
<div>
<h2>Technical Skills</h2>
<ul>
<li><strong>Primary:</strong> C#, .NET, ASP.NET, C</li>
<li><strong>Application:</strong> Dart, Flutter, HTML, JavaScript / TypeScript, Node.js</li>
<li><strong>Databases:</strong> MySQL, PostgreSQL</li>
<li><strong>Cloud:</strong> AWS, Google Cloud, Oracle Cloud, Azure</li>
<li><strong>DevOps:</strong> Gitea Actions CI/CD, Docker, Linux server administration</li>
<li><strong>Testing:</strong> xUnit</li>
<li><strong>Tools:</strong> Neovim / Vim, VS Code</li>
<li><strong>Secondary:</strong> Python</li>
</ul>
</div>
<div>
<h2>Languages</h2>
<ul>
<li>English - professional / TOEIC 965</li>
<li>Japanese - professional / JLPT N2</li>
<li>Spanish - native</li>
<li>Catalan - native</li>
<li>Chinese - intermediate / HSK 3</li>
<li>Japanese Sign Language - beginner / JSL Grade 5</li>
</ul>
</div>
</section>
<section class="cv-section">
<h2>Education</h2>
<article class="cv-entry">
<div class="cv-entry__header">
<div>
<h3>Tokyo Business and Language College (東京ビジネス外語カレッジ)</h3>
<p>IT Business (ITビジネス), Ikebukuro</p>
</div>
<span>2021/04 - 2023/03</span>
</div>
<p>Business program with IT-focused coursework.</p>
</article>
</section>
<section class="cv-section">
<h2>Role Interests</h2>
<p>
Interested in software engineering, architecture, project leadership, internal systems, infrastructure,
and technology research roles. Open to remote work and office-based collaboration.
</p>
</section>
</div>