-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.qmd
More file actions
55 lines (44 loc) · 2.08 KB
/
about.qmd
File metadata and controls
55 lines (44 loc) · 2.08 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
---
title: "About Me"
page-layout: article
---
<div class="page-wrapper">
<p>
I’m Karan, a Data Science master’s student at UWE Bristol. I focus on building systems that are efficient, structured, and genuinely useful. Most of my projects start with a simple question: <em>“How can this be done better?”</em>
</p>
<p>
I work with Python, R, SQL, and tools like Docker, Git, and Quarto to create clean, reproducible workflows. I enjoy taking something messy — files, data, or a vague idea — and turning it into a process that’s predictable and easy to maintain.
</p>
<p>
I’m currently developing my skills toward the finance and quantitative space. I’m interested in how data behaves in real markets, how signals form, and how to test ideas without overfitting or overcomplicating things. My goal is to build a strong foundation in practical analytics and eventually move into roles where data, modelling, and decision‑making intersect.
</p>
<p>
Outside of work, I enjoy volleyball, exploring Bristol, and constantly refining my own setups — whether that’s my workflow, my tools, or how I organise information.
</p>
<h2 class="section-title">Tools I use</h2>
<div class="skills-grid">
<div class="skill-card">Python Development</div>
<div class="skill-card">Data Analysis (Pandas)</div>
<div class="skill-card">Machine Learning</div>
<div class="skill-card">SQL & MySQL</div>
<div class="skill-card">R & RStudio</div>
<div class="skill-card">Docker & Environments</div>
<div class="skill-card">Git & GitHub</div>
<div class="skill-card">Quarto & Technical Writing</div>
</div>
<div class="site-footer">
<div class="footer-links">
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="projects.html">Projects</a>
<a href="contact.html">Contact</a>
</div>
<div class="footer-icons">
<a href="https://github.com/knhf" aria-label="GitHub"><i class="bi bi-github"></i></a>
<a href="https://www.linkedin.com/in/karan-homayounfar/" aria-label="LinkedIn"><i class="bi bi-linkedin"></i></a>
</div>
<div class="footer-copy">
© Karan Homayounfar — Built with Quarto.
</div>
</div>
</div>