-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharticles.html
More file actions
112 lines (107 loc) · 5.61 KB
/
Copy patharticles.html
File metadata and controls
112 lines (107 loc) · 5.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Articles - Scott Goley</title>
<meta name="description" content="Generated article index from content/posts markdown files.">
<link rel="stylesheet" href="assets/css/site.css">
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-TK7DSRV');</script>
<!-- End Google Tag Manager -->
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-BFSYS2PX3G"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-BFSYS2PX3G');
</script>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TK7DSRV"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<header class="site-header">
<div class="container nav-wrap">
<a class="brand" href="index.html">Scott Goley</a>
<nav class="site-nav" aria-label="Main navigation">
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="projects.html">Projects</a>
<a href="articles.html">Articles</a>
</nav>
</div>
</header>
<main class="container stack">
<section class="panel">
<p class="eyebrow">Writing</p>
<h1>Articles and notes</h1>
<p>These pages are generated from markdown files in <code>content/posts</code>.</p>
</section>
<section class="grid two-col">
<article class="card">
<h2>Education</h2>
<p>I was homeschooled through grade school. I first took a statistics course in high school while dual enrolled at my community college and became obsessed with probabilistic think...</p>
<a href="articles/posts/edu.html">Read article -></a>
</article>
<article class="card">
<h2>Work experience at Deutsche Bank Securities</h2>
<p>June 2015 - October 2015 * Settlements of failing trades and client service for high volume of equity trades (domestic and international) * Collaborative issue resolution on a s...</p>
<a href="articles/posts/exp-1-deutsche-bank.html">Read article -></a>
</article>
<article class="card">
<h2>Work experience at ARS</h2>
<p>Jan 2017 - Oct 2018 * BI / KPI Dashboards for 100-user, $300K/day call center * Salesforce custom reporting through SOQL, Wave Analytics with custom JSON reporting structures an...</p>
<a href="articles/posts/exp-2-ars.html">Read article -></a>
</article>
<article class="card">
<h2>Work experience at Finexio</h2>
<p>Oct 2018 - June 2021 * Development and launch of 50-100+ user customer-facing reporting and analytics portal * Financial modeling and forecasting as due diligence for over $500M...</p>
<a href="articles/posts/exp-3-finexio.html">Read article -></a>
</article>
<article class="card">
<h2>Work experience at Lumi</h2>
<p>June 2021 - July 2021 * Joined as part of engineering team to build out reporting on the Lumi platform * Built and maintained Postgres reporting database * https://en.wikipedia....</p>
<a href="articles/posts/exp-4-lumi.html">Read article -></a>
</article>
<article class="card">
<h2>Work experience at Avenue One</h2>
<p>Aug 2021 - Jan 2025 Responsible for data analytics, data stack infrastructure, and data integration. * File, REST, GraphQL, JSON data source pipelines * Fivetran, Airbyte, and o...</p>
<a href="articles/posts/exp-5-a1.html">Read article -></a>
</article>
<article class="card">
<h2>Work experience at Sofi Technologies</h2>
<p>Feb 2025 - Present Embedded hybrid analytics and data engineer for 2LOD Compliance business. Due to this being my current employer, I won't comment extensively on the company or...</p>
<a href="articles/posts/exp-6-sofi.html">Read article -></a>
</article>
<article class="card">
<h2>Public agent for anyone</h2>
<p>This post explains how the website assistant works. The website chat interface is a homepage async workbench. It combines a grounded chat panel, source cards, guided modes, and...</p>
<a href="articles/posts/post-1-public-agent-for-anyone.html">Read article -></a>
</article>
<article class="card">
<h2>Early Data & Analytics Career Playbook</h2>
<p>No summary available yet.</p>
<a href="articles/posts/post-2-early-career-data.html">Read article -></a>
</article>
<article class="card">
<h2>Curiosity, Serendipity, and Systemized Thinking: A Framework for an Unpredictable Career</h2>
<p>My professional journey hasn't been a straight line dictated by corporate ladders; it has been an evolution driven by an underlying operating system. I focus on navigating my ca...</p>
<a href="articles/posts/post-3-career-philosophy.html">Read article -></a>
</article>
</section>
</main>
<footer class="site-footer">
<div class="container">
<p>(c) <span data-year></span> Scott Goley</p>
</div>
</footer>
<script src="assets/js/site.js"></script>
</body>
</html>