Skip to content
View JaxJafinPapau's full-sized avatar
  • Weedmaps
  • Greater Seattle Area

Block or report JaxJafinPapau

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
JaxJafinPapau/README.md

Jeremy Bennett: Family Man, Fullstack Engineer, Musician, Outdoor Enthusiast

class Api::V1::JeremyBennett < ApiBaseController
  before_action :set_free_time
  
  def work
    profession = Developer.new(tools)
    render status: 200, json: FullStack.new(profession)
  end

  def music
    instruments = { decent: 'violin', learning: 'guitar' }
    render status: 206, json: Hobby.new(instruments)
  end

  def fun
    while free_time do
      activities = Fun.new(play)
    end
    render status: 418
  end
  
  def family
    super
  end

  private

    def tools
      params.require(:software_engineer).permit(
        :ruby,
        :rails,
        :elixir,
        :phoenix,
        :react,
        :docker
      )
    end

    def play
      params.require(:human).permit(:snow, :woods, :mountains, :plants)
    end
end

Linkedin: jeremy-bennett-jaxjafinpapau GitHub jaxjafinpapau

Professional Work

Weedmaps.com

Weedmaps Online Ordering

Weedmaps is a cannabis industry leader in e-commerce and I contributed to order management and customer relationship management in Elixir/Phoenix, embedded storefronts in Typescript/Next.js/Node, and flagship weedmaps.com site in Ruby on Rails and Typescript/React. Most of my work with this team focused on facilitating online ordering to include piping and maintaining necessary user and payment data for analytics, establishing payment integrations with industry payment solutions providers, building self service tools to maintain customer product data, and limiting order amounts for jurisdictional compliance laws.

RecruitMilitary

RecruitMilitary Homepage

RecruitMilitary is a job board and contingency recruiting firm that focuses on Veterans. I was a part of a small team that maintained of a mix of new and legacy Rails applications, challenged with containerization and dependency updates that contributed to the migration of applications from Linode to AWS and improved application security. My React contributions were mostly accessibility upgrades and improved automated accessibility scores from an average of 73% to 97%

Veritone

Contact/RIPA

California requires that law enforcement agencies collect data about perceived race, gender, and sexual orientation when officers engage with the public and action is taken against them. I was paired with a senior front end engineer on my team to produce an application that could streamline the collection of data from officers and leverage cognitive analysis of the collected data to produce insights for law enforcement and civilian leadership.

The front end is a React application that uses redux with thunks for state management and server interaction, material-ui for component development, and jest for testing.

The back end of the application is a Ruby on Rails API that I was tasked with building from the ground up. It uses docker-compose to build an rspec-powered test environment with 100% test coverage. This back end also connects Contact to AiWare, Veritone's 'operating system for AI' to highlight PII for redaction and visualize the collected data with Veritone Illuminate.

RIPA Form Flow

Translate

A React application that uses redux, sagas, and material-ui for use as a document translation tool. A user can upload any common document type such as .docx, .odt, .xlsx, .pdf, .txt, etc or enter free-form textual input to be translated to and from over 30 languages. I was given the app fresh out of prototyping from an offshore team and tasked with updating it for Veritone's new core back end. I also contribute to the machine learning powered translation engines which include a Python service for native document translations and a suite of Go engines for text translation.

Translate History Tab

Engines

In addition to my team's front end application suite and Veritone-RIPA, I've had the rewarding opportunity to build and contribute to several back end services which at Veritone are packaged as engines. Engines are docker containers, and are frequently multi-staged builds leveraging a variety technologies such as Alpine base images and open source libraries. Some engines take advantage of 3rd party images or partner API services, while others are written in house to use open source machine learning algorithms such as Yolo for object detection and Tesseract for optical character recognition. Engines are orchestrated by a Go application which I have made contributions to as well.

Cool Stats

(provided by anuraghazra)

Pinned Loading

  1. Matt-Weiss/spaceinyourface Matt-Weiss/spaceinyourface Public

    Mod 3 group project and Demo Competition winning entry

    Ruby 4 5

  2. Matt-Weiss/skyfield_json Matt-Weiss/skyfield_json Public

    Standalone API microservice to provide data to spaceinyourface

    Python 1

  3. express_sweater_weather express_sweater_weather Public

    A reproduction of the SweaterWeather Rails API built in Express.js

    JavaScript

  4. brownfield-of-dreams brownfield-of-dreams Public

    Forked from turingschool-examples/watch-and-learn

    Rails app used for hosting video tutorials and classes. Serves as the base repository for a B3 project.

    JavaScript 2

  5. SweaterWeather SweaterWeather Public

    RESTful JSON API with endpoints that produce weather data to be consumed by a hypothetical front end. It consumes the Dark Sky API for gathering weather data, parses it and returns only what is ex…

    Ruby

  6. JungleBeats JungleBeats Public

    JungleBeats is an example of a simple linked list built in ruby for the Turing School of Software and Design.

    Ruby 1