1
<!doctype html>
2
<html>
3
<body>
4
 <div class="information">
5
  <p>Name: Randall Blake</p>
6
  <a href="mailto:blakerandall0@gmail.com">Email: blakerandall0@gmail.com</a>
7
  <a href="./resume.pdf">Resume</a>
8
 </div>
9
 <div class="work-experience">
10
  <p>Keysight 2018-2020</p>
11
   <ul>
12
    <li>Developed C application to extract data from network packets</li>
13
    <li>Handled parsing of TCP/UDP packets and other Layer 7 protocols</li>
14
    <li>Made QA regression tests using Robot, Python, and Wireshark</li>
15
    <li>Set up Docker/Kubernetes environment to run product virtually</li>
16
    <li>Earned the team their first $1M deal</li>
17
   </ul>
18
 </div>
19
 <div class="projects">
20
  <a href="http://fencingstar.rkblake.com">Fencing Star 2021-2022</a>
21
   <ul>
22
    <li>Used Flask, PostgreSQL, and Docker to build a full-stack app</li>
23
    <li>Deployed and maintained service on DigitalOcean VPS</li>
24
    <li>Managed customer payments with Stripe</li>
25
   </ul>
26
 </div>
27
</body>
28
</html>