Joseph Rodman

About Me

Since taking my first programming class in 2019, I've been captivated by the realm of software engineering. I consider myself fortunate to have a career that not only keeps me engaged but also presents daily opportunities for growth and problem-solving. Joining Marq in 2023 as a Software Engineer has been a rewarding journey. Working alongside a great engineering team, I've had the pleasure of contributing to their cloud-based design tool while learning a lot from those around me. Working within a small team amidst a large legacy codebase, I've embraced the chance to take ownership of projects with significant user impact

  • Age: 24
  • Email: josephrodman5@gmail.com
  • Degree: B.S. In Computer Science May 2023

Technical Skills

I've been developing web applications for three years. I've had industry experience with Angular (Marq), Scala (Marq), React (iLumens), Django (Fidelity, iLumens), and SQL (Marq, Fidelity, nView), while my experience with Java, C#, and C++ comes from school projects. While I'm comfortable using all of the aforementioned technologies, at this point I’m confident that I can pretty easily pick up any language or technology.

Resume

Summary

Joseph Rodman

Full stack Software Engineer with with three years of Industry Experience developing applications in javascript.

  • Salt Lake City, UT
  • 508 233 0563
  • josephrodman5@gmail.com

Industry Experience

Software Engineer II

February 2023 - Present

Marq (formerly Lucidpress), Draper, UT

  • Collaborated with my team in an agile environment to develop new features for a document editor
  • Built a brand-controlled Dynamic QR Code feature with integrated analytics, completing the project in 3 months
  • Created Datadog metrics and alerts to monitor the Dynamic QR Codes feature
  • Heavily contributed to a multi-brand template library team project
  • Identified and resolved a Bazel OOM issue that caused Jenkins builds to fail
  • Prioritized tackling tech debt and improving the codebase by removing feature flags, removing deprecated code, and adding documentation
  • Utilized Datadog and Splunk to debug production issues as part of the on-call rotation
  • Full stack development using Angular and Scala

Full Stack Development Intern

Just 2022 - August 2022

Fidelity Investments, Boston, MA

  • Developed a web app to manage AutoSys Workload Automation jobs using Angular, Django, S3 & EC2
  • Responsible for configuring the secure deployment of the backend on an EC2 using nginx and gunicorn
  • Developed a multi parameter search to filter through 90,000 AutoSys jobs
  • Extensively documented the dev setup, architecture, and deployment for a seamless transition to other developers after my internship ended

Full Stack Developer

August 2021 - May 2022

iLumens, Salt Lake City, UT

  • Developed a frontend and backend for dashboard widgets that controlled lights, monitored sensor states, and configured custom lighting schedules
  • Developed a customizable notification system for users to monitor sensors at their facilities
  • Wrote a backend test suite and initiated the start of extensive documentation before interviewing and hiring my successor

Software Developer

March 2020 - May 2021

nView Medical, Salt Lake City, UT

  • Worked in an agile environment to develop software used to view 3D X-rays and manage surgical procedure data
  • Improved software reliability through the application of OOP principles while re-architecting existing code
  • Implemented a relational database used to save procedure data. This enabled previous procedures & images to be reloaded, simplifying image quality reviews, and enabled comparisons of images within a live procedure while tracking important compliance metadata like radiation levels

Education

B.S. In Computer Science

May 2023

University of Utah

  • Introduction to OOP
  • Algorithms
  • Software Practice 1 & 2
  • Artificial Intelligence
  • Database Systems
  • Computer Architecture
  • Calculus 1-3
  • Discrete Structures

Projects

I've linked the github pages for each of my personal projects.

Huddle Up (Capstone Project)

A fantasy football webapp in which users manage a team together to recreate the comradery of traditional team sports

MLB Stats

Webapp that presents sortable MLB statistical league leaders and a player search page. Developed using Angular and PrimeNG, deployed using AWS S3 and Cloudfront. (API has been deprecated so the webapp no longer works :/

Spotify Playlists

Webapp that uses the Spotify API to create and update playlists for users based off of their top songs. The UI is a bootstrap html template, the front end uses javascript, and the backend uses express and a MySQL database