forked from StartBootstrap/startbootstrap-clean-blog-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
27 lines (22 loc) · 2.27 KB
/
about.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
---
layout: page
title: "About"
description: "Guy Davis"
background: /img/headers/sunflowers.jpg
---
<img src="/img/site/guy_profile.jpg" class="img-fluid" style="margin-left:10px; height:180px; float:right"/>
<p>By day I'm a mild-mannered coder, slinging apps into the cloud as DevSecOps for multiple development teams. But by night, I keep the city safe by dabbling in machine learning, crypto, robotics, and data science.
<span style="display:none">I also <a href="{{ site.url }}/consulting/">volunteer</a> on projects which interest me.</span></p>
<p>For more details, see my <a href="https://www.linkedin.com/in/{{site.linkedin_username }}">LinkedIn</a>,
<a href="https://github.com/{{site.github_username }}">GitHub</a>,
<a href="http://stackoverflow.com/users/{{site.stack_overflow_userpath}}">StackOverflow</a>, and
<a href="http://www.slideshare.net/{{site.slideshare_username }}">Slideshare</a>.
To contact me, send email to <a href="mailto:{{ site.email_username }}">[email protected]</a>.</p>
Some of my blog posts:
<ul>
<li>Crypto: Building the <a href="{{site.url}}/2021/05/21/unraid-chia-machinaris/" style="text-decoration: underline;">Machinaris WebUI</a> for the Chia blockchain.</li>
<li>Gaming: Teaching <a href="{{site.url}}/2021/01/05/unity-lego-kids/" style="text-decoration: underline;">Unity programming</a> to my sons using the Lego microgame.</li>
<li>Machine Vision: <a href="{{site.url}}/2017/09/25/lane_detect_video/"style="text-decoration: underline;">Lane Detection</a> and <a href="{{site.url}}/2018/02/28/tabular-ocr-options/" style="text-decoration: underline;">Character Recognition</a>.</li>
<li>Cloud Deployments: Older experiments using Kubernetes in <a href="{{site.url}}/2017/02/21/ml_kube_setup/" style="text-decoration: underline;">AWS</a>, <a href="{{site.url}}/2017/12/17/lane_detect_cloud_azure/" style="text-decoration: underline;">Azure</a>, and <a href="{{site.url}}/2017/11/24/lane_detect_cloud_gke/" style="text-decoration: underline;">GCP</a>.</li>
</ul>
<p>Hosted on Github Pages, this blog uses an <a href="https://github.com/guydavis/guydavis.github.io">enhanced Jekyll theme</a> which includes search, comments, more social links, and background-blending. Code samples are <a href="https://opensource.org/licenses/MIT">MIT licensed</a>.</p>