Skip to content

Commit

Permalink
resume added
Browse files Browse the repository at this point in the history
  • Loading branch information
Brigidi committed Nov 16, 2024
1 parent c58e701 commit a7af7a0
Showing 1 changed file with 163 additions and 0 deletions.
163 changes: 163 additions & 0 deletions about/resume/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,163 @@
<!DOCTYPE html>
<html>
<head>
<!--META-->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<!--TITLE-->
<title>About</title>

<!--LINK-->
<link rel="canonical" href="https://www.mattbrigidi.com" />
<link rel="icon" href="/assets/beau_spirit.png">
<link rel="stylesheet" href="/style/style.css">

<!-- Load an icon library to show a hamburger menu (bars) on small screens -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">

</head>

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GQGC5GKEKL"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-GQGC5GKEKL');
</script>

<!--BODY-->
<body>
<div class="header">
<!--IMAGE-->
<a href="https://www.mattbrigidi.com">
<img class="me" src="/assets/brigidi_head_shot.jpg">
</a>

<!--NAV BAR-->
<nav class="topnav" id="myTopnav">

<!--NAV OPTIONS-->
<!-- <li><a href="/"> Home</a></li>
<li>|</li> -->
<!-- Responsive Menu Icon -->
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
<i class="fa fa-bars"></i>
</a>
<a href="/"> Home</a>
<a href="/about/"> About</a>
<a href="/tutorials/"> Tutorials</a>
<a href="/contact/"> Contact</a>

</nav>
</div>

<!--CONTENT START-->
<div class="container">
<h1>
Skills
</h1>
<p>
<b>Analysis Tools</b> — Excel, Google Sheets, Looker
</p>
<p>
<b>Database Systems</b> - BigQuery, Databricks, Presto, AirTable, Google Tables, Google Sheets, SQLite, EPM
</p>
<p>
<b>Programming Languages</b> - Google Apps Script, Python, SQL, HTML, CSS
</p>

<hr>

<h1>
Experience
</h1>
<h3>
Condé Nast
</h3>
<p>
<i>Director, Innovation & Solutions (Apr. 2021 - Present)</i>
</p>
<uL>
<li>Automated business reporting through Dashboards, Documents, Decks, Slack, & Email</li>
<li>Built a workflow to process P&L data to cutdown on manual input for standard month-end reporting</li>
<li>Created an ecosystem to analyze, set & visualize KPIs</li>
<li>Engineered a system to measure ROI on YouTube video inventory</li>
</uL>

<br>

<p>
<i>Sr. Manager, Video Research & Analytics (July 2019 - Apr. 2021)</i>
</p>
<uL>
<li>Analyzed the performance of video inventory across all programming platforms</li>
<li>Built data visualizations to help programming leads track performance</li>
<li>Created standard reports to contextualize the health of the business</li>
<li>Developed tools to plan quarterly content programming against budget & projected targets</li>
</uL>

<br>

<h3>
Vox Media
</h3>
<p>
<i>Analyst (July 2017 - July 2019)</i>
</p>
<uL>
<li>Developed standard reports for audio & video programming</li>
<li>Built dashboards to quantify monthly performance</li>
<li>Composed monthly reports to contextualize the state of the business</li>
</uL>

<br>

<p>
<i>Operations Manager (March 2015 - July 2017)</i>
</p>
<uL>
<li>Packaged video inventory for distribution to O&O and partner platforms</li>
<li>Optimized content for growth via discovery & recommendation</li>
<li>Managed metadata taxonomy via video content management system organization</li>
</uL>

<hr>

<h1>
Projects
</h1>
<p>
<b>Global KPI Initiative</b> | <i>Databricks, Python, Google Drive (Nov. 2023 - Present)</i>
</p>
<ul>
<li>Unified system for setting targets for Condé Nast’s brands across all key platforms</li>
</ul>

<p>
<b>EPM Data Extractor</b> | <i>EPM, Python, Google Drive (Aug. 2023 - Sept. 2024)</i>
</p>
<ul>
<li>Hybrid workflow that minimized manual data extraction for P&L data</li>
</ul>

<p>
<b>Video Inventory ROI</b> | <i>Databricks, Python, Google Drive (Aug. 2022 - Feb. 2024)</i>
</p>
<ul>
<li>Engineered composite data segments that evaluated investment against returns</li>
</ul>

<p>
<b>Programming Plan Scratchpad</b> | <i>Google Drive (July. 2019 - June 2024)</i>
</p>
<ul>
<li>Tool that projected performance against budget and targets</li>
</ul>

</div>

</body>
</html>

0 comments on commit a7af7a0

Please sign in to comment.