-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
110 lines (99 loc) · 3.05 KB
/
Copy pathindex.html
File metadata and controls
110 lines (99 loc) · 3.05 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Jamie Christian | Business Analyst Portfolio</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 40px;
line-height: 1.6;
background-color: #f9f9f9;
}
h1, h2 {
color: #1f2937;
}
.section {
margin-bottom: 40px;
}
ul {
list-style-type: square;
}
a {
color: #2563eb;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.tag {
display: inline-block;
background: #e5e7eb;
padding: 4px 10px;
margin: 4px;
border-radius: 6px;
font-size: 14px;
}
</style>
</head>
<body>
<h1>Jamie Christian</h1>
<p><strong>Business Analyst | Data & Process Optimization | Agile & SQL</strong></p>
<p>
Business Analyst with hands-on experience delivering end-to-end case studies across
healthcare, SaaS, operations, CRM, and analytics. Strong background in requirements,
process modeling, data analysis, and stakeholder collaboration.
</p>
<div class="section">
<h2>🔧 Core Skills & Tools</h2>
<div class="tag">Business Requirements (BRD)</div>
<div class="tag">Functional Requirements (FRD)</div>
<div class="tag">BPMN (As-Is / To-Be)</div>
<div class="tag">SQL</div>
<div class="tag">Excel Dashboards</div>
<div class="tag">RTM</div>
<div class="tag">UAT</div>
<div class="tag">Agile / Scrum</div>
</div>
<div class="section">
<h2>📂 Featured Case Studies</h2>
<ul>
<li>
<strong>Healthcare Claims Processing Optimization</strong><br>
Reduced claim turnaround time by 55%, rework by 20%, and delivered $1.4M in annual savings.<br>
👉 <a href="./Healthcare_BA_Case_Study">View Case Study</a>
</li>
<li>
<strong>SaaS Workflow Optimization Case Study</strong><br>
Improved operational efficiency through requirements analysis and process redesign.<br>
👉 <a href="./SaaS_Business_Analyst_Case_Study">View Case Study</a>
</li>
<li>
<strong>SQL Customer Retention Analysis</strong><br>
Used SQL to identify churn drivers and recommend retention strategies.<br>
👉 <a href="./SQL_Customer_Retention_Case_Study">View Case Study</a>
</li>
<li>
<strong>Salesforce Sales Operations Case Study</strong><br>
Analyzed CRM workflows and improved pipeline visibility and reporting.<br>
👉 <a href="./Salesforce_SalesOps_Case_Study">View Case Study</a>
</li>
</ul>
</div>
<div class="section">
<h2>📄 Documentation & Artifacts</h2>
<ul>
<li><a href="./Requirement_Documentation_Examples">BRD, FRD, NFR Samples</a></li>
<li><a href="./Requirements_Planning_Artifacts">Stakeholder Maps, RTM, RACI</a></li>
<li><a href="./Business_Analytics_Excel">Excel KPI Dashboards</a></li>
</ul>
</div>
<div class="section">
<h2>📫 Contact</h2>
<p>
LinkedIn: <a href="https://www.linkedin.com/">Add your LinkedIn URL</a><br>
GitHub: <a href="https://github.com/JamieChristian22">github.com/JamieChristian22</a>
</p>
</div>
</body>
</html>