155 lines
5.0 KiB
HTML
Executable File
155 lines
5.0 KiB
HTML
Executable File
---
|
|
title: Projects
|
|
layout: content
|
|
description: I like tinkering with ideas and seeing where they end up. These are some of my favorites.
|
|
---
|
|
|
|
<section>
|
|
<h1>Projects</h1>
|
|
|
|
<p>
|
|
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>
|
|
|
|
|
|
|
|
<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…
|
|
</p>
|
|
|
|
|
|
<h3>logsearch-boshrelease (logsearch)</h3>
|
|
|
|
<p>
|
|
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>
|
|
<dt>github</dt>
|
|
<dd><a href="https://github.com/theloopyewe/elfbot">theloopyewe/elfbot</a></dd>
|
|
|
|
<dt>blog</dt>
|
|
<dd><a href="/blog/2015/02/21/sending-work-from-a-web-application-to-desktop-applications.html">Sending Work from a Web Application to Desktop Applications</a> (2015-02-21)</dd>
|
|
</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…
|
|
</p>
|
|
|
|
|
|
<h3>cloque</h3>
|
|
|
|
<p>
|
|
Some tools to support a unified management strategy of BOSH+AWS environments.
|
|
</p>
|
|
|
|
<dl>
|
|
<dt>github</dt>
|
|
<dd><a href="https://github.com/dpb587/cloque">dpb587/cloque</a></dd>
|
|
|
|
<dt>blog</dt>
|
|
<dd><a href="/blog/2014/09/17/simplifying-my-bosh-related-workflows.html">Simplifying My BOSH-related Workflows</a> (2014-09-17)</dd>
|
|
</dl>
|
|
|
|
|
|
<h3>ti-debug</h3>
|
|
|
|
<p>
|
|
A browser client for debugging server-side code (like PHP) without an IDE.
|
|
</p>
|
|
|
|
<dl>
|
|
<dt>github</dt>
|
|
<dd><a href="https://github.com/dpb587/ti-debug">dpb587/ti-debug</a></dd>
|
|
|
|
<dt>blog</dt>
|
|
<dd><a href="/blog/2013/05/16/ti-debug-a-browser-debugger-for-server-code.html">ti-debug: For Debugging Server Code in the Browser</a> (2013-05-16)</dd>
|
|
</dl>
|
|
|
|
|
|
<h3>PHP Diff Engine</h3>
|
|
|
|
<p>
|
|
A language-aware diff engine for changes in PHP classes/interfaces/functions over time.
|
|
</p>
|
|
|
|
<dl>
|
|
<dt>github</dt>
|
|
<dd><a href="https://github.com/dpb587/diff-defn.php">dpb587/diff-defn.php</a></dd>
|
|
|
|
<dt>blog</dt>
|
|
<dd><a href="/blog/2013/03/07/comparing-php-application-definitions.html">Comparing PHP Application Definitions</a> (2013-03-07)</dd>
|
|
</dl>
|
|
|
|
|
|
<h3>CLI for OpenGrok</h3>
|
|
|
|
<p>
|
|
Command line interface (à la <code>grep</code>) for getting results from an OpenGrok server.
|
|
</p>
|
|
|
|
<dl>
|
|
<dt>github</dt>
|
|
<dd><a href="https://github.com/dpb587/opengrok-cli">dpb587/opengrok-cli</a></dd>
|
|
|
|
<dt>blog</dt>
|
|
<dd><a href="/blog/2013/01/21/opengrok-cli.html">OpenGrok Cli</a> (2013-01-21)</dd>
|
|
</dl>
|
|
|
|
|
|
|
|
<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
|
|
software. For my modest part, I've been able to contribute back to…
|
|
</p>
|
|
|
|
<ul>
|
|
<li><a href="https://github.com/logstash/logstash/commits?author=dpb587">logstash/logstash</a> – small enhancements</li>
|
|
<li><a href="https://github.com/elasticsearch/kibana/commits?author=dpb587">elasticsearch/kibana</a> – small bug fixes</li>
|
|
<li><a href="https://github.com/composer/composer/commits?author=dpb587">composer/composer</a> – small enhancements, bug fixes</li>
|
|
<li><a href="https://github.com/symfony/symfony/commits?author=dpb587">symfony/symfony</a> – small enhancements, bug fixes</li>
|
|
<li><a href="https://github.com/doctrine/dbal/commits?author=dpb587">doctrine/dbal</a> – oracle bug fixes</li>
|
|
</ul>
|
|
</section>
|