1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
reyasume/_data/experience.yaml

344 lines
15 KiB

---
roles:
- id: bazel-configurability
image: jobs/google/bazel.png
name: Software Engineer # III
team: Bazel Configurability
company: Google
startDate: 2016-07-15 # vague guess - this was around when I would have
# started getting to work on reviewing configurability
# changes and getting up to speed on this team
endDate: 2019-10-04 # dead on, this was my last day at Google
shortDescription: >
Add significant amounts of skill and some experience data. Squashed commit of the following: commit e77be3f08b3f3101e90f4c476b3971b714e67fe5 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 21:16:15 2020 -0500 Add more data to experience and skills commit 6e9b769519acf179dceb8c8ff9ad6b45d229ea44 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 20:36:45 2020 -0500 Add personal projects "role" to experience section. commit 093ecaa7807fb4024676348538f628339ba30b89 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 20:20:18 2020 -0500 Add collapsable image credits section to footer commit 37cf813ee1c7c5aa82fc05fc481750d81b4270b6 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 20:04:39 2020 -0500 Add logos from old internships. commit 2956dd77110d5c93c34115617226fb8e4e90cf15 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 19:51:13 2020 -0500 Remove test resume and limiters on main resume commit ceacd9e0854c8845ba8d9cc0e8284ab1898995dd Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 19:49:46 2020 -0500 Update skills and add logos commit e7b3217a2cd1509424378b218cb43ec5188e9114 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 13:56:39 2020 -0500 Small updates to experience notes commit ba6f8ec460e6404d5a43f70c4f13374da4694e3f Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 13:56:19 2020 -0500 Fix minor bugs in has{High,Low}lightsRecursive commit 846804a6f42dadd2c094c4ab9933ca37b36c772c Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 13:54:52 2020 -0500 Add Skype number and email address. commit 69c6440bb3b8194539645b7564ab9bef55fac343 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 13:54:29 2020 -0500 Add credits for new icons. commit e37386074989ceb57fd7f23769604f0a7cb37c14 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 13:54:21 2020 -0500 Add proper About for main resume page. commit 1741139a211a6ca93353d7ef213d452d7686c285 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 13:53:58 2020 -0500 Update spacing of About and Skills sections. commit 094d6a887ad06f5f6a2287b1c8bb2c64c702285e Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 13:53:35 2020 -0500 First pass of proficiencies and images for skills. commit bbf1b4df9940c7e4912fcd1387be5780bd2c900c Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 12:21:21 2020 -0500 Fix lowlight roles to look more like lowlight skill categories commit a48e23050ae5497e0d1e9f1e48f13c7976c5838b Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 11:53:33 2020 -0500 Add US phone number to contacts (and remove JP phone number for now) commit 03dabcb24f3a6ba86c3bd5bb6842420b8ea35854 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 10:54:35 2020 -0500 Add adaptability as engineering skill commit 8548a78a74a68d79d7ef8e4f6e0c8c2eeab4f4b3 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 10:17:03 2020 -0500 Add Docker and personal projects notes commit 57e42163bf1b5159e1fd4699d7ee0a1b1e27ab54 Author: Mari <mstaib.git@reya.zone> Date: Mon Feb 3 11:38:42 2020 -0500 Translate notes into commented-out text in experience and skills yaml files
4 years ago
Optimizations and flexibility for multiplatform builds for Bazel projects.
description: >
Primary expert for _configuration trimming_, a major overhaul of Bazel's
multiplatform support to save time and memory for users by collapsing
equivalent build tasks.
achievements:
- id: feature-flags
description: >
Designed and built a feature flag system for Bazel, used by ~50
Android teams within Google, with more asking to be enabled weekly.
- id: whitelisting
description: >
Designed and built a mechanism for controlling rollouts of Bazel
features, which was quickly adopted by other subteams within Bazel.
- id: attribute-refactor
description: >
Refactored Bazel's attribute support, prompting a code owner to
describe the result as "so much better it hurts."
- id: test-trimming
description: >
Sped up developer build/test switching, saving 2min+ reanalysis on
each switch, adding up to an hour or more of wait time saved per
engineer over a day's builds.
- id: tagged-trimming
description: >
Implemented manual trimming to get Android developers
reduced memory use immediately, saving multiple GB of memory
per build and avoiding OOM conditions.
- id: tagged-trimming-rollout
description: >
Built a fully automated Python migration tool for and consulted
with users to roll out manual trimming, saving hours of manual corrections
per project.
- id: auto-trimming
description: >
Researched the automatic trimming problem and wrote over 60
pages of design documents proving
[the viability of trimming and the tradeoffs of different options](https://docs.google.com/document/d/1MHq-PKTEhTj7uI185Lm7HSFJK0xSssaY3ZTz7Djq-6A/edit).
- id: trimming-prototype
description: >
Built a TypeScript/Angular2 prototype to gather data on the
tradeoffs of different trimming algorithms with real builds.
- id: bazel-u
description: >
Ran multiple talks for the Bazel team about trimming and feature
flags, consulted with individual developers across teams, and received
a peer bonus for my expertise.
- id: trimming-metaphors
description: >
Wrote an easy-to-read
[introduction to the complexities of trimming](https://docs.google.com/document/d/1J6yvbe0Rt-KLGzVtW9Pt0YjPB8R_tQQ7zy8jIjay7l0/edit)
and received a peer bonus describing it as "one of the best docs I've
read at Google."
- id: bazelcon
description: >
Solicited experts for BazelCon 2018, coordinated rooms day-of, and
made office hours work despite last-minute loss of venue. Received a
peer bonus from the head organizer.
- id: jvm-bug
description: >
Found and fixed a subtle bug in Bazel's test code related to JIT
compilation which disappeared when directly tested as a result.
- id: personal-postmortem
description: >
Wrote, gave a talk on, and received a peer bonus for a document
speaking frankly about emotional safety on the team.
- id: team-culture
description: >
Proposed improvements to team culture, ran meetings on the subject,
consulted with management and gathered feedback from team members.
- id: kotlin
description: >
Consulted with the Kotlin team at Google about the possibility of
using Kotlin within Bazel.
- id: bazel-release
image: jobs/google/bazel-old.png
name: Software Engineer in Test # II
team: Bazel Release Process
company: Google
startDate: 2013-09-15 # rough guess, since I was still working on Wallet in
# Q3 2013, but had fully transitioned to Bazel by
# Q3 2014 - but it hadn't gotten cold yet
endDate: 2017-06-15 # did I truly ever stop working on the release process?
# however, this is around when it stopped being my job
shortDescription: >
Migrations, stability, and features for the internal release process of
Bazel (a.k.a. Blaze).
description: >
Local expert on Google-internal release and testing tools, primary expert
on the release process for the Google-internal version of Bazel (a.k.a.
Blaze).
achievements:
- id: testability
description: >
Updated old release Bash scripts to allow for testing of changes
without risking the stability of the release.
- id: autorerun
description: >
Automated the rerunning of all tests across Google's continuous
builds, saving sheriffs the time and hassle of manually checking the
results and starting reruns.
- id: documentation
description: >
Thoroughly documented the existing release process and all changes
being made to it and presented this information at a team summit,
received a peer bonus.
- id: sheriff
description: >
Consulted with sheriffs and acted as a go-to backup sheriff during
especially difficult situations. Received 4 peer bonuses for different
key moments of help.
- id: redesign
description: >
Designed a new version of the release process using more modern
infrastructure, avoiding version desync problems and allowing better
testing.
- id: tooling
description: >
Automated release of sheriff tooling to developer workstations,
preventing use of out-of-date utilities and making diagnostics during
release significantly easier.
- id: release
description: >
Fixed, documented, and added checks for a rarely used process,
avoiding regular misunderstandings about how the process works.
- id: mentor
description: >
Mentored a new team member in Python and internal release tools,
guided him in implementing the redesign and becoming the new
expert. Got a peer bonus.
- id: bazel-android
image: jobs/google/bazel-old.png
name: Software Engineer # II
team: Bazel Android Support
company: Google
startDate: 2013-09-15 # same as Bazel Release Process
endDate: 2016-11-15 # vague guess - this is around when my focus shifted to
# configurability full-time, since before that I was
# doing configurability as a side job and Android as a
# primary job
description: >
Built features relating to compiling Android apps within Bazel.
achievements:
- id: aidl
description: >
Fixed a long-standing bug in Bazel's AIDL support, correcting
incorrect builds, and migrated all Google Android projects, saving
teams time and bugs.
- id: native
description: >
Upgraded Bazel's Android native code support to allow for automatic
compilation within Bazel, avoiding the need for users to implement it
in a separate system.
- id: jack
description: >
Added support for the Jack and Jill compilers to Bazel, allowing the
Jack team to instantly test their work across the real projects within
Google.
- id: client
description: >
Consulted with a major App Engine client and helped their developers
get set up to use Bazel for their Android app. Received a spot bonus.
- id: google-tooling
image: jobs/google/google.png
name: Software Engineer in Test # II
team: Internal Tooling
company: Google
startDate: 2013-02-15 # rough guess, since Jon mentioned my work on the tool
# in Q3 2013
# which was after I started the UI work in Summer
# which was after I'd been invited to start working on
# the project around midway through Q1
endDate: 2017-12-18 # dead on, this is the day I got a peer bonus for
# helping with turning this down
shortDescription: >
Built and maintained parts of a test-account creation service.
description: >
Built and maintained parts of an internal test-account creation service
which was used by several teams throughout Google for easy isolated
integration testing. At its peak, it created and deleted hundreds of
accounts every minute.
achievements:
- id: wallet-profile
description: >
Installed a new account template on the account creation service,
allowing users to create Google accounts which already had Wallet
accounts set up.
- id: dartui
description: >
Rewrote the existing hacky Javascript-and-jQuery UI in clean,
well-tested Dart, allowing for fully automated
push-on-green releases.
- id: maintenance
description: >
Investigated bug reports, coordinated with other teams and remained
on-call to keep users' tests running. Received three peer bonuses and
a spot bonus.
- id: shutdown
description: >
Received a peer bonus for assisting with the shutdown and migration to
a newer service owned by the account team.
- id: wallet-testing
Add significant amounts of skill and some experience data. Squashed commit of the following: commit e77be3f08b3f3101e90f4c476b3971b714e67fe5 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 21:16:15 2020 -0500 Add more data to experience and skills commit 6e9b769519acf179dceb8c8ff9ad6b45d229ea44 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 20:36:45 2020 -0500 Add personal projects "role" to experience section. commit 093ecaa7807fb4024676348538f628339ba30b89 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 20:20:18 2020 -0500 Add collapsable image credits section to footer commit 37cf813ee1c7c5aa82fc05fc481750d81b4270b6 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 20:04:39 2020 -0500 Add logos from old internships. commit 2956dd77110d5c93c34115617226fb8e4e90cf15 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 19:51:13 2020 -0500 Remove test resume and limiters on main resume commit ceacd9e0854c8845ba8d9cc0e8284ab1898995dd Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 19:49:46 2020 -0500 Update skills and add logos commit e7b3217a2cd1509424378b218cb43ec5188e9114 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 13:56:39 2020 -0500 Small updates to experience notes commit ba6f8ec460e6404d5a43f70c4f13374da4694e3f Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 13:56:19 2020 -0500 Fix minor bugs in has{High,Low}lightsRecursive commit 846804a6f42dadd2c094c4ab9933ca37b36c772c Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 13:54:52 2020 -0500 Add Skype number and email address. commit 69c6440bb3b8194539645b7564ab9bef55fac343 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 13:54:29 2020 -0500 Add credits for new icons. commit e37386074989ceb57fd7f23769604f0a7cb37c14 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 13:54:21 2020 -0500 Add proper About for main resume page. commit 1741139a211a6ca93353d7ef213d452d7686c285 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 13:53:58 2020 -0500 Update spacing of About and Skills sections. commit 094d6a887ad06f5f6a2287b1c8bb2c64c702285e Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 13:53:35 2020 -0500 First pass of proficiencies and images for skills. commit bbf1b4df9940c7e4912fcd1387be5780bd2c900c Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 12:21:21 2020 -0500 Fix lowlight roles to look more like lowlight skill categories commit a48e23050ae5497e0d1e9f1e48f13c7976c5838b Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 11:53:33 2020 -0500 Add US phone number to contacts (and remove JP phone number for now) commit 03dabcb24f3a6ba86c3bd5bb6842420b8ea35854 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 10:54:35 2020 -0500 Add adaptability as engineering skill commit 8548a78a74a68d79d7ef8e4f6e0c8c2eeab4f4b3 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 10:17:03 2020 -0500 Add Docker and personal projects notes commit 57e42163bf1b5159e1fd4699d7ee0a1b1e27ab54 Author: Mari <mstaib.git@reya.zone> Date: Mon Feb 3 11:38:42 2020 -0500 Translate notes into commented-out text in experience and skills yaml files
4 years ago
image: jobs/google/wallet.png
name: Software Engineer in Test # II
team: Wallet Web Frontend
company: Google
startDate: 2011-07-18 # dead on, this was my start date
endDate: 2013-09-15 # same as with the Bazel Release Process start date,
# since they're the same day
shortDescription: >
Built and maintained test infrastructure for the Wallet web frontend.
description: >
Embedded test infrastructure support for the Wallet web frontend team;
worked with related teams and fellow software engineers in test to make
sure developers could quickly and easily write and run tests.
achievements:
- id: page-objects
description: >
Built a framework based on WebDriver PageObjects allowing developers
to write tests as if giving instructions, making tests more stable,
less buggy, and shorter.
- id: integration-suite
description: >
Built and optimized a full-stack in-memory integration test, cutting
time-to-results 75% and allowing tests to run in the
continuous build for instant feedback.
- id: smoke-tests
description: >
Wrote an adapter allowing tests written for in-memory to be used on
the staging and production sites for fully automatic release
testing, halving the build cop checklist.
- id: fun-events
description: >
Organized fun events and wrote fun recruitment emails for the team,
keeping spirits high and the team close.
- id: guice
description: >
Received a peer bonus for teaching teammates how to work with Guice
wiring and the innards of the integration test infrastructure.
Add significant amounts of skill and some experience data. Squashed commit of the following: commit e77be3f08b3f3101e90f4c476b3971b714e67fe5 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 21:16:15 2020 -0500 Add more data to experience and skills commit 6e9b769519acf179dceb8c8ff9ad6b45d229ea44 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 20:36:45 2020 -0500 Add personal projects "role" to experience section. commit 093ecaa7807fb4024676348538f628339ba30b89 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 20:20:18 2020 -0500 Add collapsable image credits section to footer commit 37cf813ee1c7c5aa82fc05fc481750d81b4270b6 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 20:04:39 2020 -0500 Add logos from old internships. commit 2956dd77110d5c93c34115617226fb8e4e90cf15 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 19:51:13 2020 -0500 Remove test resume and limiters on main resume commit ceacd9e0854c8845ba8d9cc0e8284ab1898995dd Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 19:49:46 2020 -0500 Update skills and add logos commit e7b3217a2cd1509424378b218cb43ec5188e9114 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 13:56:39 2020 -0500 Small updates to experience notes commit ba6f8ec460e6404d5a43f70c4f13374da4694e3f Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 13:56:19 2020 -0500 Fix minor bugs in has{High,Low}lightsRecursive commit 846804a6f42dadd2c094c4ab9933ca37b36c772c Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 13:54:52 2020 -0500 Add Skype number and email address. commit 69c6440bb3b8194539645b7564ab9bef55fac343 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 13:54:29 2020 -0500 Add credits for new icons. commit e37386074989ceb57fd7f23769604f0a7cb37c14 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 13:54:21 2020 -0500 Add proper About for main resume page. commit 1741139a211a6ca93353d7ef213d452d7686c285 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 13:53:58 2020 -0500 Update spacing of About and Skills sections. commit 094d6a887ad06f5f6a2287b1c8bb2c64c702285e Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 13:53:35 2020 -0500 First pass of proficiencies and images for skills. commit bbf1b4df9940c7e4912fcd1387be5780bd2c900c Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 12:21:21 2020 -0500 Fix lowlight roles to look more like lowlight skill categories commit a48e23050ae5497e0d1e9f1e48f13c7976c5838b Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 11:53:33 2020 -0500 Add US phone number to contacts (and remove JP phone number for now) commit 03dabcb24f3a6ba86c3bd5bb6842420b8ea35854 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 10:54:35 2020 -0500 Add adaptability as engineering skill commit 8548a78a74a68d79d7ef8e4f6e0c8c2eeab4f4b3 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 10:17:03 2020 -0500 Add Docker and personal projects notes commit 57e42163bf1b5159e1fd4699d7ee0a1b1e27ab54 Author: Mari <mstaib.git@reya.zone> Date: Mon Feb 3 11:38:42 2020 -0500 Translate notes into commented-out text in experience and skills yaml files
4 years ago
- id: agora-games
image: jobs/agora.gif
name: Software Intern
company: Agora Games
startDate: 2010-11-04 # or thereabouts, this is when I was interviewing
endDate: 2010-12-04 # as recorded in a livejournal comment...
shortDescription: >
Wrote browser tests for Rails-based web services.
description: >
Wrote Cucumber and Selenium-based browser tests for Rails-based web
services.
Add significant amounts of skill and some experience data. Squashed commit of the following: commit e77be3f08b3f3101e90f4c476b3971b714e67fe5 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 21:16:15 2020 -0500 Add more data to experience and skills commit 6e9b769519acf179dceb8c8ff9ad6b45d229ea44 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 20:36:45 2020 -0500 Add personal projects "role" to experience section. commit 093ecaa7807fb4024676348538f628339ba30b89 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 20:20:18 2020 -0500 Add collapsable image credits section to footer commit 37cf813ee1c7c5aa82fc05fc481750d81b4270b6 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 20:04:39 2020 -0500 Add logos from old internships. commit 2956dd77110d5c93c34115617226fb8e4e90cf15 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 19:51:13 2020 -0500 Remove test resume and limiters on main resume commit ceacd9e0854c8845ba8d9cc0e8284ab1898995dd Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 19:49:46 2020 -0500 Update skills and add logos commit e7b3217a2cd1509424378b218cb43ec5188e9114 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 13:56:39 2020 -0500 Small updates to experience notes commit ba6f8ec460e6404d5a43f70c4f13374da4694e3f Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 13:56:19 2020 -0500 Fix minor bugs in has{High,Low}lightsRecursive commit 846804a6f42dadd2c094c4ab9933ca37b36c772c Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 13:54:52 2020 -0500 Add Skype number and email address. commit 69c6440bb3b8194539645b7564ab9bef55fac343 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 13:54:29 2020 -0500 Add credits for new icons. commit e37386074989ceb57fd7f23769604f0a7cb37c14 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 13:54:21 2020 -0500 Add proper About for main resume page. commit 1741139a211a6ca93353d7ef213d452d7686c285 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 13:53:58 2020 -0500 Update spacing of About and Skills sections. commit 094d6a887ad06f5f6a2287b1c8bb2c64c702285e Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 13:53:35 2020 -0500 First pass of proficiencies and images for skills. commit bbf1b4df9940c7e4912fcd1387be5780bd2c900c Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 12:21:21 2020 -0500 Fix lowlight roles to look more like lowlight skill categories commit a48e23050ae5497e0d1e9f1e48f13c7976c5838b Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 11:53:33 2020 -0500 Add US phone number to contacts (and remove JP phone number for now) commit 03dabcb24f3a6ba86c3bd5bb6842420b8ea35854 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 10:54:35 2020 -0500 Add adaptability as engineering skill commit 8548a78a74a68d79d7ef8e4f6e0c8c2eeab4f4b3 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 10:17:03 2020 -0500 Add Docker and personal projects notes commit 57e42163bf1b5159e1fd4699d7ee0a1b1e27ab54 Author: Mari <mstaib.git@reya.zone> Date: Mon Feb 3 11:38:42 2020 -0500 Translate notes into commented-out text in experience and skills yaml files
4 years ago
- id: star-analytics
image: jobs/staranalytics.png
name: Software Intern
team: Star Task Builder
company: Star Analytics
startDate: 2010-04-15 # very approximate, got my IP phone/laptop around then
endDate: 2011-05-15 # ish, I stopped this around when I left school
shortDescription: >
Wrote a C#-based UI for the Star Analytics task automation service.
description: >
Developed a C#-based user-friendly GUI for building one's own custom tasks
and processes, allowing even those without coding knowledge to use this
feature.
Add significant amounts of skill and some experience data. Squashed commit of the following: commit e77be3f08b3f3101e90f4c476b3971b714e67fe5 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 21:16:15 2020 -0500 Add more data to experience and skills commit 6e9b769519acf179dceb8c8ff9ad6b45d229ea44 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 20:36:45 2020 -0500 Add personal projects "role" to experience section. commit 093ecaa7807fb4024676348538f628339ba30b89 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 20:20:18 2020 -0500 Add collapsable image credits section to footer commit 37cf813ee1c7c5aa82fc05fc481750d81b4270b6 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 20:04:39 2020 -0500 Add logos from old internships. commit 2956dd77110d5c93c34115617226fb8e4e90cf15 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 19:51:13 2020 -0500 Remove test resume and limiters on main resume commit ceacd9e0854c8845ba8d9cc0e8284ab1898995dd Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 19:49:46 2020 -0500 Update skills and add logos commit e7b3217a2cd1509424378b218cb43ec5188e9114 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 13:56:39 2020 -0500 Small updates to experience notes commit ba6f8ec460e6404d5a43f70c4f13374da4694e3f Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 13:56:19 2020 -0500 Fix minor bugs in has{High,Low}lightsRecursive commit 846804a6f42dadd2c094c4ab9933ca37b36c772c Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 13:54:52 2020 -0500 Add Skype number and email address. commit 69c6440bb3b8194539645b7564ab9bef55fac343 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 13:54:29 2020 -0500 Add credits for new icons. commit e37386074989ceb57fd7f23769604f0a7cb37c14 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 13:54:21 2020 -0500 Add proper About for main resume page. commit 1741139a211a6ca93353d7ef213d452d7686c285 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 13:53:58 2020 -0500 Update spacing of About and Skills sections. commit 094d6a887ad06f5f6a2287b1c8bb2c64c702285e Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 13:53:35 2020 -0500 First pass of proficiencies and images for skills. commit bbf1b4df9940c7e4912fcd1387be5780bd2c900c Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 12:21:21 2020 -0500 Fix lowlight roles to look more like lowlight skill categories commit a48e23050ae5497e0d1e9f1e48f13c7976c5838b Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 11:53:33 2020 -0500 Add US phone number to contacts (and remove JP phone number for now) commit 03dabcb24f3a6ba86c3bd5bb6842420b8ea35854 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 10:54:35 2020 -0500 Add adaptability as engineering skill commit 8548a78a74a68d79d7ef8e4f6e0c8c2eeab4f4b3 Author: Mari <mstaib.git@reya.zone> Date: Wed Feb 5 10:17:03 2020 -0500 Add Docker and personal projects notes commit 57e42163bf1b5159e1fd4699d7ee0a1b1e27ab54 Author: Mari <mstaib.git@reya.zone> Date: Mon Feb 3 11:38:42 2020 -0500 Translate notes into commented-out text in experience and skills yaml files
4 years ago
- id: misc
image: jobs/blocks.svg
name: Hobbyist
team: Other (personal, school, side jobs etc.) Projects
startDate: null
endDate: null
achievements:
- id: blog
description: >
Built a [personal blog website](https://blog.reya.zone) using Eleventy
and Netlify, and hand-coded the theme and filters etc. in
HTML, JS, and CSS. (Not unlike this resume!)
- id: anki
description: >
Built Python [Anki plugins](https://github.com/programmablereya/wani-anki)
to ease my Japanese study, synchronizing learned kanji from WaniKani
and enabling one-click swapping of fields in downloaded cards.
- id: discord
description: >
Built an extensible Kotlin-based Discord chatbot for playing Codenames
with friends.
- id: minecraft
description: >
Built several Minecraft plugins, both in Java and in Kotlin, for use
on my self-hosted server.
- id: church
description: >
Built a C#-based tool for splitting out the pages of a PDF which
contain the IDs from a list, saving the church hours of manual work
printing only those pages.
- id: rental
description: >
Built Python/PyGTK/SQLite based rental property payment tracking
software and migrated the old Visual Basic version to it, permitting
it to keep functioning after the old computer died.
- id: dice-roller
description: >
Built a Javascript-based dice-rolling chatbot for MSN+, enabling my
friends and I to play D&D over the internet easily.
- id: flagship-tasks
description: >
Built a [task management project](https://github.com/thoughtbeam/flagship_tasks)
in Ruby on Rails for an engineering capstone project at RPI.
- id: assignments
description: >
Built an assignment tracker in Python/PyGTK for managing work at
RPI.
- id: extreme-pi-2
description: >
Built a Python/PyOpenGL based video game for a Graphics class project
at RPI.
- id: extreme-pi
description: >
Built an SDL game in raw C for a capstone project in high school.
- id: encrypted-chat
description: >
Built an obfuscated chat program in Python allowing communication
between students over the school networks in high school.
- id: vectors
description: >
Built a TI-BASIC based vector calculation program which was used by my
entire high school class to make vector calculations easier in
Physics class.
- id: java-chat
description: >
Built a Java-based chat program allowing communication between
students over the school networks in high school.