-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
115 lines (115 loc) · 5.55 KB
/
index.html
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
113
114
115
<!DOCTYPE html>
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>antsankov</title>
<meta name="keywords" content="antsankov,Alex Tsankov,Alexander Tsankov,ETC,Ethereum Classic,Resume,open source,developer,personal,github">
<meta name="description" content="Hello, this is Alex Tsankov, a.k.a. 'antsankov'.">
<meta name="author" content="Alex Tsankov">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" href="./assets/base.css">
<link rel="stylesheet" href="./assets/skeleton.css">
<link rel="stylesheet" href="./assets/fork.css" />
<link rel='icon' href='./favicon.ico' type='image/x-icon'/>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-57895312-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-57895312-1');
</script>
<!-- END GA -->
</head>
<body>
<a class="github-fork-ribbon left-bottom fixed" href="https://github.com/antsankov/antsankov.com" target="_blank" data-ribbon="Fork this page!" title="Fork this page!">Fork this Page!</a>
<div class="container">
<div class="sixteen columns">
<h1 style="margin-top: 40px" class="remove-bottom">antsankov.com</h1>
<h5>Hello world ... this is Alex Tsankov!</h5>
<hr>
</div>
<div class="one-third column">
<h3>About</h3>
<table>
<tbody><tr>
<th>Name</th>
<td>Alex Tsankov</td>
</tr>
<th>Picture</th>
<td>
<img src="./assets/profile.png" width="120" height="120">
</td>
<tr>
<th>Location</th>
<td>New York, NY</td>
</tr>
<tr>
<th>Skills</th>
<td>Go, Python, Java, Javascript<br>
<strong>Systems: </strong> Linux, AWS, GCP, Jenkins, Ansible, Bash, Kubernetes, Intrusion Detection, Docker, CDN, Load Balancers.
<br>
<strong>Web: </strong> Github Pages, SSL, Cloudflare, Express.js, Django, MongoDB, PostgreSQL.
<br>
<strong>AI: </strong> Nvidia CUDA, LLMs (LLaMA, llama.cpp), ETL Pipelines, Jupyter, GPUs (DGX Superpod)
</tr>
</tbody></table>
</div>
<div class="one-third column">
<h3>Résumé</h3>
<p>Work Experience:</p>
<ul class="square">
<li><strong><a href="https://www.bloomberg.com/professional/solution/bloomberg-terminal/" target="_blank">Bloomberg LP</a> (2020 - Current)</strong>: Senior Site Reliability Engineer</li>
<li><strong><a href="https://chainalysis.com" target="_blank">Chainalysis</a> (2019 - 2020)</strong>: Software Engineer</li>
<li><strong><a href="https://paxos.com" target="_blank">Paxos</a> (2017 - 2018)</strong>: DevOps Engineer</li>
<li><strong><a href="https://workiva.com" target="_blank">Workiva</a> (2015 - 2017)</strong>: Cloud Infrastructure Engineer, Intern</li>
<li><strong><a href="https://google.com" target="_blank">Google</a> (2015 - 2016)</strong>: DevOps Intern</li>
<li><strong><a href="https://eric-keller.github.io/publications.html" target="_blank">Eric Keller's "Next Generation Networks" Lab</a> (2014-2016)</strong> Student Researcher</li>
</ul>
<p>Education:</p>
<ul class="square">
<li><strong>Columbia Univeristy (2021 - Present)</strong>: MPA (part-time) studying Cyber Security, International Affairs, and Finance</li>
<li><strong>Univeristy of Colorado, Boulder (2012 - 2016)</strong>: Computer Science and Philosophy (Double Major - Dean's List)</li>
</ul>
</div>
<div class="one-third column">
<h3>Contact</h3>
<table>
<tbody>
<tr>
<th>Email</th>
<td>
<span id="obf">tsankov.jobs ꓮТ gmail DՕТ com</span>
</td>
</tr>
<tr>
<th>GitHub</th>
<td><a href="https://github.com/antsankov" target="_blank">antsankov</a></td>
</tr>
<tr>
<th>LinkedIn</th>
<td><a href="https://www.linkedin.com/in/antsankov/" target="_blank">antsankov</a></td>
</tr>
<tr>
<th>Medium</th>
<td><a href="https://antsankov.medium.com/" target="_blank">antsankov</a></td>
</tr>
<tr>
<th>S.Overflow</th>
<td><a href="https://stackexchange.com/users/2132005/alex-tsankov?tab=accounts" target="_blank">alex-tsankov</a></td>
</tr>
</tbody></table>
<h4>Open Source Projects</h4>
<ul class="square">
<li><strong><a href="https://github.com/antsankov/go-live" target="_blank">go-live</a></strong>: An ultra-lightweight Go server that serves a file directory or website over HTTP. </li>
<li><strong><a href="https://github.com/cufcq/cufcq" target="_blank">CUFCQ.com</a></strong>: (Defunct) Summarized and visualized CU Boulder professor evaluation statistics.</li>
</ul>
<h4>Hobbies</h4>
<tr>
<td>History, Regenerative Agriculture, Live Music, Museums</td>
</tr>
</div>
<div class="sixteen columns">
<hr>
<a href="https://github.com/antsankov/antsankov.com">Site Source Code</a> - Served with minimal JS and no external CSS.
</div>
</div>
</body></html>