Skip to content
View jd-58's full-sized avatar
  • 01:12 (UTC -04:00)

Highlights

  • Pro

Block or report jd-58

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
jd-58/README.md

About Me πŸ‘‹

Hello! My name is Jacob, and I am currently enrolled at Oregon State University, studying Computer Science through their Ecampus. Read on to learn more about me, or visit my portfolio website!

After 2 years of working as a Business Development Analyst in government contracting, I realized that my true passion was coding! I started my Computer Science degree at Oregon State University in June of 2024, and am projected to graduate in August of 2026.

Education πŸ“–

- Current: Oregon State University, B.S. in Computer Science | June 2024 - May 2026 (Expected) | 4.0 GPA

- Previous: University of Virginia, B.A. in Economics | August 2017 - May 2021 | 3.34 GPA

Projects πŸ’»

A Python program that uses the Yahoo Finance API to download and display live stock data. Custom Tkinter was used to create a GUI, along with Matplotlib to create the graph. For more information, including instructions for how to run the project on your machine, click on the link to go to the repository!

A screenshot of the stock analyzer app. It shows the 6 month price history of AAPL

Weather Tracker Program - x86 Assembly

A program built in x86 MASM Assembly that will track user-entered daily temperature readings, and output helpful statistics such as the minimum, maximum, and average temperature. It will also tell the user how many cold, cool, warm, and hot days there were! (This repository is private)

A Screenshot of the program after taking user temperature readings and running the calculations.

A blackjack game made using Python and Pygame. Currently training an AI to play the game using Pytorch! The game is based on US Casino rules, including splitting (up to 3 hands per turn), doubling down, and late surrender. For more information, including instructions for how to run the project on your machine, click on the link to go to the repository!

A screenshot of my blackjack game. It shows a turn that includes a split hand.

Etch-a-Sketch - Demo - HTML, CSS, JavaScript

A drawing program based on the classic Etch-A-Sketch toy. Features include a color selection button (including a "Random Color" option that automatically chooses a random color for each grid cell as you draw), grid size selector, and the ability to clear the grid. Click the "Demo" button to try it out, or click on the link to go to the repository!

A screenshot of the etch-a-sketch program

Portfolio Website - HTML, CSS

A portfolio website that I created from scratch using HTML and CSS! The website showcases my projects, resume, and hosts my Etch-a-Sketch project.

Work Experience ✏️

Business Development Analyst, FMP Consulting | Sept. 2021 – Dec. 2023

  • Led the creation and development of a customized Power BI Data Dashboard, leveraging thousands of real-time data points from Microsoft Dynamics and custom DAX functions to effectively summarize key business metrics for executive stakeholders.
  • Served as the technical lead for workforce benefits analysis, utilizing Python's Seaborn and Matplotlib libraries to efficiently visualize essential metrics derived from Qualtrics survey data.
  • Actively contributed to the capture planning, content generation, and final review of over 20 impactful proposals in the human capital sector, with the collective contracts valued at over $5 million. Independently developed 5 RFIs from inception to completion.

Resume πŸ“

If you'd like to download a copy, head to my portfolio website!

A picture of Jacob Deaton's resume

Contact Me πŸ“«

deatonja@oregonstate.edu

LinkedIn

Pinned Loading

  1. etch-a-sketch etch-a-sketch Public

    A a web-based drawing tool inspired built using JavaScript, CSS, and HTML.

    JavaScript

  2. stock-analyzer stock-analyzer Public

    A python app to analyze various stocks.

    Python

  3. jd-58.github.io jd-58.github.io Public

    My personal portfolio website!

    CSS 1

  4. blackjack blackjack Public

    A python card game platform! Currently working on implementing blackjack.

    Python