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

194 lines
8.8 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
5 years ago
Optimizations and flexibility for multiplatform builds for Bazel projects.
description: >
Primary expert and contact point for _configuration trimming_, a major
overhaul of the internals of Bazel's multiplatform support which saves
build time, build artifact disk space and build graph memory by collapsing
redundant nodes together (e.g., deduplicating Java binaries which only
differ by the Python version they're built for).
achievements:
- id: feature-flags
description: >
Designed and built a feature flag system for Bazel which allows
Android developers to toggle build dependencies without needing to
create parallel trees. Used by ~50 Android teams within Google, with
more asking to have the feature enabled weekly.
- id: whitelisting
description: >
Designed and built a mechanism for controlling rollouts of Bazel
features based on build package for use with feature flags, 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, built a fully automated migration tool for and consulted
with users to roll out manual trimming to get Android developers
reduced memory use immediately, saving multiple gigabytes of memory
per build and preventing OOM conditions for larger builds.
- id: auto-trimming
description: >
Researched options for automatic trimming, wrote over 60 pages of
design documents proving the viability of trimming and the tradeoffs
of different options, built a TypeScript/Angular2-based prototype
to gather data on builds and eventually integrated a prototype into
Bazel.
- id: bazel-u
description: >
Ran multiple talks for the Bazel team about trimming and feature
flags, consulted across Bazel and with other teams on the viability of
trimming techniques for different use cases, and received a peer bonus
for my expertise.
- id: trimming-metaphors
description: >
Wrote a document explaining the complex concepts, techniques, and
history of trimming in an easy-to-read manner and received a peer
bonus describing it as "one of the best docs I've read at Google."
- id: bazelcon
description: >
Solicited experts for office hours for BazelCon 2018 and managed rooms
and experts day-of, allowing the show to go on despite last-minute
loss of our planned venue and receiving a peer bonus from the head
organizer.
- 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 fro team members.
- id: kotlin
description: >
Consulted with 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
description: "The long version is, I did so much freaking junk on this thing."
shortDescription: "The short version is, a lot."
achievements:
- id: mentor
description: >
I taught Florian the secrets of releases.
- id: teach
description: >
I taught everyone else how to be sheriff.
# * Bazel release process fixing and documentation
# * Bazel release process overhaul design
# * PB: Sheriffing (x3)
# * PB: Diagnosed & wrote tool to fix bug in test, reenabling releases
# * Perf: Engineering conscientiousness (doing the right thing)
# * Perf: Energetic and invested
- 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: null
# * Bazel Android support: native code, Jack, resource-split APKs, aidl tooling fixes
# * dynamic configs on aspects as part of Jack
# * PB: Big release process documentation
# * PB: Release process migration design help
# * PB: Python and release process teaching
# * PB: release process tools moved into binfs and hashbang
# * PB: --legacy_android_support no-oping
# * Spot: Consulted with Snapchat
- 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
description: null
# * account making service
# * PB: account creation tool (x3) + shutdown
# * Spot: Gaiamaker
- 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
5 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
description: null
# * Web wallet testing
# * Helped organize team fun events on Whisky
# * PB: Guice wiring and integration testing support
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
5 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...
# Agora Games: Ruby web 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
5 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
# Star Analytics C# frontend
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
5 years ago
- id: misc
image: jobs/blocks.svg
name: Hobbyist
team: Other (personal, school, side jobs etc.) Projects
startDate: null
endDate: null
# ## Personal projects
# * Personal blog website using Eleventy + Netlify
# * Anki plugins for Japanese study
# * Personal Docker server for mail and nextcloud
# * Discord bots
# * Assortment of handmade Minecraft plugins, self-run server
# * PDF page-identification and splitting C# utility for helping at the church
# * Python/GTK+ based rental property payment tracking
# * Javascript based dice roller for MSN+
# ## RPI projects
# * Python OpenGL-based game
# * Rails based task management project: https://github.com/thoughtbeam/flagship_tasks
# ## Regis projects
# * C SDL-based game
# * Python/GTK+ based assignment tracker
# * Python based encrypted chat program
# * Java based student chat program