Expand Mavenlink points

This commit is contained in:
Kevin Cotugno 2020-08-24 18:11:08 -07:00
parent 3dda27e7dd
commit d5aef280d6

View File

@ -116,19 +116,26 @@ Course work heavily emphasizes philosophy, mathematics, and science.
\vskip-1em\hfill (Intern)\ July 2016--September 2016
\item Maintain the Ruby on Rails platform for integrating the core
\textit{Mavenlink} product with other SaaS products. This system is
responsible for moving critical customer data between their various business
systems where reliability and data integrity are non-negotiable. During
peak load, the backlog reaches five hundred thousand to one millions
events.
\item Extend and maintain the core \textit{Mavenlink} public \textit{API}
focusing on a consistent non-breaking user experience and clean maintainable
code.
\textit{Mavenlink} product with other SaaS products. This system is responsible
for moving critical customer data between their various business systems where
reliability and data integrity are non-negotiable. During peak load, the queues
reach five hundred thousand to one million events. I spend about 95\% of my
time on the backend and about 5\% of it on the frontend.
\item Extend and maintain the core \textit{Mavenlink} public API focusing on a
consistent non-breaking user experience and clean maintainable code. I have
touched nearly all endpoints of the API as both a maintainer and a user of it.
http://developer.mavenlink.com/beta
\item Co-lead development on a new \textit{Ruby On Rails} application for bulk
legacy data importing to \textit{Mavenlink}.
legacy data importing to \textit{Mavenlink}. This platform sees an average of
five hundred thousand objects to process by a single account in a given
import session. The platform must also resolve inter-objects dependencies.
\item Scale existing services through algorithmic and \textit{SQL} design
optimizations; in one case, reducing a query involving over six million rows
from ten minutes to under one second.
optimizations; in one case, reducing a query involving over six million rows
from ten minutes to under one second.
\item Develop maintainable code in a strong test-driven development
environment.