Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e3243000ae | |||
| f2681204e9 | |||
| 33f0a454af |
@@ -1,6 +1,6 @@
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright © 2023 Michael Pivato
|
||||
Copyright © 2025 Michael Pivato
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||
|
||||
|
||||
46
index.html
46
index.html
@@ -54,6 +54,9 @@
|
||||
<li>
|
||||
<a class="secondary" href="#depthprediction">Depth Prediction</a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="contrast" href="#about">About</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</aside>
|
||||
@@ -82,12 +85,8 @@
|
||||
<ul>
|
||||
<li>
|
||||
Design, maintain and implement modern solutions in various
|
||||
products, primarily the enterprise costing product (PPM).
|
||||
</li>
|
||||
<li>
|
||||
Create and maintain various front- and back-end components to
|
||||
support consistent theming, quality, and developer experience
|
||||
across PPM and the billing product (PBRC).
|
||||
internal and client-facing products, primarily relating to the
|
||||
enterprise costing product (PPM).
|
||||
</li>
|
||||
<li>Respond to internal and client feedback to improve PPM.</li>
|
||||
<li>Develop automated tests to improve code quality.</li>
|
||||
@@ -96,18 +95,18 @@
|
||||
<h4>Key Achievements</h4>
|
||||
<ul>
|
||||
<li>
|
||||
Significant contributions to PPM, including designing and
|
||||
implementing shared libraries for use in other teams.
|
||||
Significant contributions to PPM, including rewriting many Java
|
||||
Swing components to work natively in the browser.
|
||||
</li>
|
||||
<li>
|
||||
Create and setup front-end and associated web server back-end
|
||||
components on PPM AND PBRC, as well as internal products.
|
||||
Reduced time for a data transmission service by a factor of 10x
|
||||
(e.g. 7.5GB file went from 50 minutes to 5 minutes for data
|
||||
upload).
|
||||
</li>
|
||||
<li>
|
||||
Created the PowerAnalytics product within the PPM reporting
|
||||
framework, which improved the speed and functionality of an
|
||||
implementation in PowerBI by another team that experienced cost
|
||||
blowouts.
|
||||
framework, which improved the speed and functionality of a PowerBI
|
||||
implementation by another team that went over budget.
|
||||
</li>
|
||||
</ul>
|
||||
<details id="powerhealth">
|
||||
@@ -139,10 +138,11 @@
|
||||
that is now in production use and enjoyed by clients.
|
||||
</li>
|
||||
<li>
|
||||
Create and setup front-end and associated web server back-end
|
||||
components on the costing and billing products, as well as
|
||||
internal products.
|
||||
Create front-end and associated web server back-end components
|
||||
on the costing and billing products, as well as internal
|
||||
products such as the licensing service.
|
||||
</li>
|
||||
<li>Migrate the PPM build system from a Ant to Gradle.</li>
|
||||
</ul>
|
||||
</details>
|
||||
<details id="dstgroup">
|
||||
@@ -374,8 +374,20 @@
|
||||
this large, or specifically computer vision related models.
|
||||
</p>
|
||||
</section>
|
||||
<section id="about">
|
||||
<h2>About</h2>
|
||||
<p>
|
||||
Licensed under the
|
||||
<a href="https://gitea.michaelpivato.dev/">MIT</a> license.
|
||||
</p>
|
||||
<p>
|
||||
Inspired by a
|
||||
<a href="https://motherfuckingwebsite.com">motherfuckingwebsite</a>
|
||||
- no JavaScript or framework was used to create this resume.
|
||||
</p>
|
||||
</section>
|
||||
<footer class="container">
|
||||
<small>Michael Pivato • 2025</small>
|
||||
<small>Michael Pivato • 2026</small>
|
||||
</footer>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
Reference in New Issue
Block a user