This commit is contained in:
Danny Berger
2015-07-16 07:22:04 -06:00
parent b5fe154397
commit aebbcd8dc1
2 changed files with 108 additions and 58 deletions

View File

@@ -1,22 +1,61 @@
---
title: Projects
layout: content
description: I like tinkering with ideas and seeing where they end up. These are some of my personal favorites.
description: I like tinkering with ideas and seeing where they end up. These are some of my favorites.
---
<section>
<h1>Projects</h1>
<p>
I like tinkering with ideas and seeing where they end up. Some of my work ends up on
<a href="https://github.com/">GitHub</a> and these are a few of my personal favorites&hellip;
This is a summary of open-source projects I've been involved with. For closed-source projects, you might find
some stories in my <a href="/blog/">blog</a> or summaries on my <a href="/about.html">about page</a>.
</p>
<h3>theloopyewe/elfbot</h3>
<h2>Professional</h2>
<p>
Some projects from my jobs are open source. They might be business-specific, but they still are a great
example of how myself and the team were solving business problems&hellip;
</p>
<h3>logsearch-boshrelease (logsearch)</h3>
<p>
A bot used to automate third-party desktop applications from web applications.
A BOSH release for deploying a customizable stack of Elasticsearch+Logstash+Kibana to ingest, parse, and review
log messages from a variety of sources.
</p>
<dl>
<dt>github</dt>
<dd><a href="https://github.com/logsearch/logsearch-boshrelease">logsearch/logsearch-boshrelease</a></dd>
<dt>blog</dt>
<dd><a href="/blog/2014/11/14/logging-logging-and-finding-bottlenecks.html">Logging logging and Finding Bottlenecks</a> (2014-11-14)</dd>
</dl>
<h3>logsearch-shipper-boshrelease (logsearch)</h3>
<p>
A BOSH release to help centralize logs from any other BOSH deployment, forwarding and parsing them in a central
logging service like logsearch.
</p>
<dl>
<dt>github</dt>
<dd><a href="https://github.com/logsearch/logsearch-shipper-boshrelease">logsearch/logsearch-shipper-boshrelease</a></dd>
</dl>
<h3>elfbot (theloopyewe)</h3>
<p>
A bot used to automate third-party desktop applications from web applications in order to assist in business
processes.
</p>
<dl>
@@ -28,6 +67,15 @@ description: I like tinkering with ideas and seeing where they end up. These are
</dl>
<h2>Personal</h2>
<p>
I also like tinkering with ideas and seeing where they end up. Some of my work ends up on
<a href="https://github.com/">GitHub</a> and these are a few of my personal favorites&hellip;
</p>
<h3>cloque</h3>
<p>
@@ -88,7 +136,8 @@ description: I like tinkering with ideas and seeing where they end up. These are
</dl>
<h1>Contributions</h1>
<h2>Contributions</h2>
<p>
I would not and could not be the developer I am without the time others have invested in publishing open source