Skip to content
View jernestmyers's full-sized avatar
  • VEuPathDB @ UPenn
  • Philadelphia, PA

Organizations

@VEuPathDB
Block or Report

Block or report jernestmyers

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
jernestmyers/README.md

languages and tools

  • languages: javascript, typescript, css, html, sql
  • frontend: react, redux, material UI, tailwind, emotion, sass, storybook, plotly, visx, leaflet, WCAG/ARIA
  • backend: node, REST, firebase, express, mongoose, mongodb, postgres, postman, JWT, passport
  • tools/tech: git, github, vscode, webpack, yarn, npm, nx, figma, confluence, redmine

personal projects

  1. household expenses tracker (in progress) - live / README
  2. map itinerary builder - live / README
  3. photo tagging game - live / README
  4. shopping cart - live / README
  5. battleship - live / README
  6. memory game - live / README
  7. CV builder - live / README

open source contributions

  • VEuPathDB: i currently work at this grant-funded, open-source institution. the majority of my contributions are in VEuPathDB/web-monorepo but i've made dozens of contributions to service code over the years too.
  • visx: i submitted a bug fix that aims to improve the tooltip behavior with multiple points on the XYChart. we built a visualization on top of the visx XYChart component and the tooltip behavior was problematic. until visx accepts my bug fix, or merges its own fix, we are using a forked version of the visx/xychart library in our codebase that includes my changes, as described in this PR.
  • Philadelphia Lawyers for Social Equity: this is a project supported by my local Code For America chapter (Code For Philly) that streamlines the criminal record expungement process by parsing court dockets and auto-filling expungement request forms. i submitted a PR that adds client-side form validation to the overall process.
  • The Odin Project: my autodidactic programming journey was guided by the odin project's curriculum, resources, and community. the majority of my contributions to its repos leverage my former teaching experience by improving instructions or explanations in the form of reviews or PRs.

Pinned Loading

  1. monthly-expenses-tracker monthly-expenses-tracker Public

    finance tracker for my household that parses uploaded financial statement CSVs, allows us to edit and categorize transactions, and calculates summary info useful for tax filing and tracking who owe…

    TypeScript

  2. catch-me-at catch-me-at Public

    a feature-rich application that allows users to create itineraries by placing markers and descriptions on a google map. built with react on the front and firebase on the back.

    JavaScript 1

  3. photo-tag-game photo-tag-game Public

    a photo tagging game reminiscent of where's waldo. a NoSQL database via firebase's firestore is leveraged to validate targets and to store user times for the leaderboard.

    JavaScript

  4. shopping-cart shopping-cart Public

    a mock e-commerce site that utilizes react, react routing, and the metropolitan museum of art's API.

    JavaScript

  5. battleship battleship Public

    a battleship game loaded with features like a random placement button and a custom-built drag-and-drop functionality (desktop version only).

    JavaScript

  6. memory-game memory-game Public

    a game built with react that challenges users to click each image only once while each click rearranges the displayed images.

    JavaScript