Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

28kayak update resume 2025 #2

Merged
merged 2 commits into from
Mar 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,18 @@ jobs:
python -m pip install --upgrade pip
pip install markdown
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Lint with flake8
- name: Run resume.py to generate a resume file
run: |
# stop the build if there are Python syntax errors or undefined names
python3 resume.py --no-pdf
- name: Archive the generated resume
uses: actions/upload-artifact@v4
with:
name: kaya_resume
path: output/test/code-coverage.html
- name: 'Upload Artifact'
uses: actions/upload-artifact@v4
with:
name: kaya_resume
path: resume.html
retention-days: 30
93 changes: 53 additions & 40 deletions resume.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<!-- The (first) h1 will be used as the <title> of the HTML page -->
# Richard Hendricks
# Kaya Ota

<!-- The unordered list immediately after the h1 will be formatted on a single
line. It is intended to be used for contact details -->
- <[email protected]>
- (912) 555-4321
- [richardhendricks.example.com](http://richardhendricks.example.com)
- San Francisco, CA
- <[email protected]>
- (080) 3717-4344
- Saitama, Japan

<!-- The paragraph after the h1 and ul and before the first h2 is optional. It
is intended to be used for a short summary. -->
Expand All @@ -18,43 +17,57 @@ adaptive variants.

<!-- You have to wrap the "left" and "right" half of these headings in spans by
hand -->
### <span>CEO/President, Pied Piper</span> <span>Dec 2013 -- Dec 2014</span>

Pied Piper is a multi-platform technology based on a proprietary universal
compression algorithm that has consistently fielded high Weisman Scores™ that
are not merely competitive, but approach the theoretical limit of lossless
compression.

- Build an algorithm for artist to detect if their music was violating
copyright infringement laws
- Successfully won Techcrunch Disrupt
- Optimized an algorithm that holds the current world record for Weisman Scores

### <span>Teacher, CoderDojo</span> <span>July 2013 -- Dec 2013</span>

Global movement of free coding clubs for young people.

- Awarded 'Teacher of the Month'
### <span>Search Depertment, Rakuten Group Inc </span>
<span>Nov 2020 -- Present</span>
Working closely with Bussiness Units and Techinical Engineers.

- Explain search realted technology to clients; including both non-techinical and techinical people.
- Consulting for the internal search engine/ provide new functions to clients
- Providing technical support for clients, contact DEV team if necessary, and respond to clients in a timely manner.
- Implement configs as based on clients requests
- Conduct AB test to evaluate changes for search relevancy
- selected as one of the Women's Career https://rakuten.today/blog-ja/womens-career-kaya-2022-j.html?lang=ja
- Main technologies: Apache Solr, Cassandora, Git, python

### <span>Roundhuit Co., Ltd</span>
<span>Sep 2018 -- Oct 2020</span>
Apache Solr's customer supports

- Consulting service for a search engine, especially Apache Solr.
- Providing technical support for clients, including troubleshooting, reviewing configuration, contact the Solr community if necessary.
- Positive responses from the clients according to survey
- Developing web applications with search service.
- Main technologies: Java, Apache Solr, OpenNLP , Manifold-CF, Play,GitLab, vue.js

### <span>laiblitz. Inc (part time job) </span>
<span>Oct, 2017- Mar, 2018</span>

- Help to implement WEB service for professional baseball-teams in Japan.
- The WEB service is to maintain and organize players’ information such as health, game-contribution, and so on.
- Main technologies : Ruby on Rails, PostgreSQL, HTML, CSS, github

## Projects

### <span>Miss Direction</span> <span>Aug 2016</span>

A mapping engine that misguides you:

- Won award at AIHacks 2016
- Built by all women team of newbie programmers
- Using modern technologies such as GoogleMaps, Chrome Extension and Javascript
### <span>Managing Server Migration</span>
<span>Fall 2022</span>
- In order to upgrade our system, we needed to migrate servers seemlessly
- Communicate all stakeholders(clients, dev, SRE) in both Japanese and English to migrate seemlessly
- Explain techinical risk, pros and cons clearly to minimize the data update latency

## Education

### <span>University of Oklahoma, BA Information Technology</span> <span>2011 -- 2014</span>

- GPA 4.0
- DB1101 - Basic SQL
- CS2011 - Java Introduction

## Skills

- Web development: HTML, CSS, JavaScript
- Compression: Mpeg, MP4, GIF
### <span>San Jose State University</span> <span>2011 -- 2014</span>

- B.S. Computer Science
- Course Work
- Mathematical Modeling
- Intro to Artificial Intelligence
- Object Oriented Desgin


## Volunteering/ Extracurricular Activities

- Certificate from Coursera: Text Retrieval and Search Engines https://bit.ly/36B3uAY May 2020
- Apache Solr study session speaker: https://solr.doorkeeper.jp/events/96609 Oct, 2019
- STEM NOW (STEM Network Of Women) Member
- Pearson STEM Conference Speaker in “We Are the 18 Percent”
- CoderDojo Silicon Valley
Loading