Skip to content
View porter3's full-sized avatar

Block or report porter3

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

Jake Porter

     

-- Developer who spends most of his time these days working on personal projects and learning new tools --

  • 🔭 I’m currently working on:

    • Document Summarizer web app
    • Simple language detector web service - detection function is written in Rust, compiled into JS w/ Web Assembly, and called by a Node/Express app
  • 🌱 I’m learning more about a variety of things at the moment:

    • More AWS functionality
    • Aspects of Python, Spring, and Express that are new to me
    • Rust
    • Docker
  • 💬 Ask me about how I got into this field (I'm a former personal trainer and strength coach)

Pinned Loading

  1. DocumentSummarizer DocumentSummarizer Public

    React/Spring Boot REST API app that takes an uploaded word document and generates a summary using a Python script and the Natural Language Toolkit

    Java

  2. WellbeingTrackerApp WellbeingTrackerApp Public

    Spring Boot app that allows for choosing certain health-related metrics to track on a regular basis and display them on a line graph next to each other. Metrics can be quantitative (i.e. hours of s…

    Java

  3. ProjectEuler ProjectEuler Public

    Solutions to problems from the Project Euler archive at https://projecteuler.net/archives

    Java

  4. LanguageRecognition LanguageRecognition Public

    Simple web service that determines the language of the text in the request. Uses Node/Express to call a function written in Rust and compiled by WebAssembly.

    JavaScript

  5. ProteinQualityCalculator ProteinQualityCalculator Public

    React SPA that allows a user to get a breakdown of a food's amino acid content and how high/low a specific amino acid is based on USDA standards of protein quality

    JavaScript