Deploy new site

This commit is contained in:
Circle CI 2024-04-29 20:53:33 +00:00
commit 00288867fc
14 changed files with 143 additions and 95 deletions

BIN
web/dan-jones-resume.pdf Normal file

Binary file not shown.

View file

@ -37,8 +37,8 @@
<meta itemprop="name" content="Web Résumé">
<meta itemprop="description" content="Experienced web developer">
<meta itemprop="dateModified" content="2024-04-14T16:42:01-05:00" />
<meta itemprop="wordCount" content="656">
<meta itemprop="dateModified" content="2024-04-23T13:51:54-05:00" />
<meta itemprop="wordCount" content="484">
<meta itemprop="keywords" content="" />
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Web Résumé"/>
@ -57,7 +57,7 @@
<link rel="stylesheet" href="/extra.079cc03c267bb3fd3d55704543e68284b4133b7fda01b5713478d561560d7a51.css" integrity="sha256-B5zAPCZ7s/09VXBFQ&#43;aChLQTO3/aAbVxNHjVYVYNelE=">
<link rel="stylesheet" href="/extra.4208c29e887eb9b7bc01b58084ad3c1485c93e296f6f216a264dba4081ef695d.css" integrity="sha256-QgjCnoh&#43;ube8AbWAhK08FIXJPilvbyFqJk26QIHvaV0=">
@ -66,8 +66,8 @@
</head>
<body>
<body id="web-resume">
<div class="container">
<header class="header">
@ -118,7 +118,6 @@
<div class="post-info">
</p>
</div>
<article>
@ -127,40 +126,69 @@
</h2>
<hr />
<aside id="toc">
<div class="toc-title">Table of Contents</div>
<nav id="TableOfContents">
<ul>
<li><a href="#skills">Skills</a></li>
<li><a href="#open-source-projects">Open Source Projects</a>
<nav id="TableOfContents">
<ul>
<li><a href="#skills">Skills</a></li>
<li><a href="#code-samples">Code Samples</a></li>
<li><a href="#open-source-projects">Open Source Projects</a>
<ul>
<li><a href="#gin-error-middlewarehttpspkggodevcodebergorgdanjones000gin-error-handler"><a href="https://pkg.go.dev/codeberg.org/danjones000/gin-error-handler">gin error middleware</a></a></li>
<li><a href="#responsable-errorshttpspkggodevcodebergorgdanjones000responsable-errors"><a href="https://pkg.go.dev/codeberg.org/danjones000/responsable-errors">Responsable Errors</a></a></li>
<li><a href="#droploggerhttpsgitlabcomdanjones000droplogger"><a href="https://gitlab.com/danjones000/droplogger">droplogger</a></a></li>
<li><a href="#strip-beatshttpscodebergorgdanjones000strip-beats"><a href="https://codeberg.org/danjones000/strip-beats">strip-beats</a></a></li>
<li><a href="#object-spyhttpspackagistorgpackagesdanjones000object-spy"><a href="https://packagist.org/packages/danjones000/object-spy">Object Spy</a></a></li>
<li><a href="#http-go-statushttpscodebergorgdanjones000http-go-status"><a href="https://codeberg.org/danjones000/http-go-status">http go status</a></a></li>
<li><a href="#gin-error-middleware">gin error middleware</a></li>
<li><a href="#responsable-errors">Responsable Errors</a></li>
<li><a href="#droplogger">droplogger</a>
<ul>
<li><a href="#my-log">my-log</a></li>
</ul>
</li>
<li><a href="#strip-beats">strip-beats</a></li>
<li><a href="#object-spy">Object Spy</a></li>
<li><a href="#http-go-status">http go status</a></li>
</ul>
</li>
<li><a href="#work-history">Work History</a></li>
<li><a href="#code-samples">Code Samples</a></li>
</ul>
</nav>
<li><a href="#work-experience">Work Experience</a></li>
</ul>
<p><a href="/web/dan-jones-resume.pdf">Download a PDF</a></p>
</nav>
</aside>
<hr />
<div class="post-content">
<section id="contact">
<p>Fort Bend, TX 77069<br>
<aside id="contact" class="">
<p>Fort Bend, TX 77069<br>
+1 (704) 326-1626 • <a href="mailto:dan@danielrayjones.com">dan@danielrayjones.com</a>
<span class="printonly"><br/><a href="https://danielrayjones.com/">https://danielrayjones.com/</a></span></p>
</section>
<section id="summary">
<h2 id="skills">Skills</h2>
</aside>
<aside id="skills" class="">
<h2 id="skills">Skills</h2>
<ul class="skills">
<li>HTML</li>
<li>CSS</li>
@ -184,40 +212,64 @@
<li>AWS</li>
<li>Google App Engine</li>
</ul>
</section>
<section id="projects">
<h2 id="open-source-projects">Open Source Projects</h2>
</aside>
<aside id="codesamples" class="noprint">
<h2 id="code-samples">Code Samples</h2>
<ul>
<li><a href="https://codeberg.org/danjones000">Codeberg</a></li>
<li><a href="https://gitlab.com/danjones000">GitLab</a></li>
<li><a href="https://github.com/goodevilgenius">GitHub</a></li>
<li><a href="https://gist.github.com/goodevilgenius">GitHub Gists</a></li>
</ul>
</aside>
<aside id="projects" class="">
<h2 id="open-source-projects">Open Source Projects</h2>
<section class="projects">
<section class="project">
<h3 id="gin-error-middlewarehttpspkggodevcodebergorgdanjones000gin-error-handler"><a href="https://pkg.go.dev/codeberg.org/danjones000/gin-error-handler">gin error middleware</a></h3>
<p>A middleware for go gin framework and wrapper functions to make handling errors easier and more idiomatic.</p>
</section><!-- /middleware -->
<section class="project">
<h3 id="responsable-errorshttpspkggodevcodebergorgdanjones000responsable-errors"><a href="https://pkg.go.dev/codeberg.org/danjones000/responsable-errors">Responsable Errors</a></h3>
<p>A small go library that provides errors that can be more useful in the context of a web app. The heart of gin error middleware.</p>
</section><!-- /responsable -->
<section class="project">
<h3 id="droploggerhttpsgitlabcomdanjones000droplogger"><a href="https://gitlab.com/danjones000/droplogger">droplogger</a></h3>
<p>Python logging application especially suited for life-logging with IFTTT and Dropbox.</p>
<h4 id="my-loghttpscodebergorgdanjones000my-log"><a href="https://codeberg.org/danjones000/my-log/">my-log</a></h4>
<p>A work-in-progress complete rewrite of droplogger in go.</p>
</section><!-- /log -->
<section class="project">
<h3 id="strip-beatshttpscodebergorgdanjones000strip-beats"><a href="https://codeberg.org/danjones000/strip-beats">strip-beats</a></h3>
<p>go cli app for transforming a folder of music videos and music files, with semi-automatic tagging, and user-friendly TUI. <em>This is a work in progress. Not yet fully functional.</em></p>
</section><!-- /beats -->
<section class="project">
<h3 id="object-spyhttpspackagistorgpackagesdanjones000object-spy"><a href="https://packagist.org/packages/danjones000/object-spy">Object Spy</a></h3>
<p>PHP debugging library that makes it easy to inspect private properties and methods without using reflection.</p>
</section><!-- /spy -->
<section class="project">
<h3 id="http-go-statushttpscodebergorgdanjones000http-go-status"><a href="https://codeberg.org/danjones000/http-go-status">http go status</a></h3>
<p>Super simple web server that just returns the HTTP status you ask for. Useful for testing.</p>
</section><!-- /status -->
<section class="project middleware">
<h3 id="gin-error-middleware">gin error middleware</h3>
<p><a href="https://pkg.go.dev/codeberg.org/danjones000/gin-error-handler" class="noprint">🔗</a>
A middleware for go gin framework and wrapper functions to make handling errors easier and more idiomatic.</p>
</section><!-- /.project.middleware -->
<section class="project responsable">
<h3 id="responsable-errors">Responsable Errors</h3>
<p><a href="https://pkg.go.dev/codeberg.org/danjones000/responsable-errors" class="noprint">🔗</a>
A small go library that provides errors that can be more useful in the context of a web app. The heart of gin error middleware.</p>
</section><!-- /.project.responsable -->
<section class="project log">
<h3 id="droplogger">droplogger</h3>
<p><a href="https://gitlab.com/danjones000/droplogger" class="noprint">🔗</a>
Python logging application especially suited for life-logging with IFTTT and Dropbox.</p>
<h4 id="my-log">my-log</h4>
<p><a href="https://codeberg.org/danjones000/my-log/" class="noprint">🔗</a>
A work-in-progress complete rewrite of droplogger in go.</p>
</section><!-- /.project.log -->
<section class="project strip-beats">
<h3 id="strip-beats">strip-beats</h3>
<p><a href="https://codeberg.org/danjones000/strip-beats" class="noprint">🔗</a>
go cli app for transforming a folder of music videos and music files, with semi-automatic tagging, and user-friendly TUI. <em>This is a work in progress. Not yet fully functional.</em></p>
</section><!-- /.project.strip-beats -->
<section class="project object-spy">
<h3 id="object-spy">Object Spy</h3>
<p><a href="https://packagist.org/packages/danjones000/object-spy" class="noprint">🔗</a>
PHP debugging library that makes it easy to inspect private properties and methods without using reflection.</p>
</section><!-- /.project.object-spy -->
<section class="project go-status">
<h3 id="http-go-status">http go status</h3>
<p><a href="https://codeberg.org/danjones000/http-go-status" class="noprint">🔗</a>
Super simple web server that just returns the HTTP status you ask for. Useful for testing.</p>
</section><!-- /.project.go-status -->
</section><!-- /.projects -->
</section>
<section id="workhistory">
<h2 id="work-history">Work History</h2>
</aside>
<div class="post-content">
<section id="workhistory">
<h2 id="work-experience">Work Experience</h2>
<ul class="history">
<li>
<p><a href="https://grin.co"><strong>GRIN</strong></a><br>
@ -242,13 +294,6 @@ Built microservices in go.</p>
<p class="tech">Laravel/Lumen, PHP, PHPUnit, MySQL, Google Cloud Platform, Google App Engine, Google Cloud SQL, mongodb, redis, Google Datastore, Google Cloud Storage</p>
</li>
<li>
<p><strong>University of Texas Coding Bootcamp</strong><br>
<em>Instructor</em><br>
<span class="work-period"><time datetime="2016-10">October 2016</time> - <time datetime="2017-05">May 2017</time></span></p>
<p>Taught Full-stack coding bootcamp. Six month program to introduce students to basics of full-stack <abbr title="Mean, Express, React, Node">MERN</abbr> development.</p>
<p class="tech">HTML, CSS, Javascript, jQuery, APIs, AJAX, Node, Express, MySQL, sequelize, MongoDB, mongoose, PHP, Laravel, Python, React, React-Native</p>
</li>
<li>
<p><a href="https://www.analytehealth.com/"><strong>Analyte Health</strong></a><br>
<em>Senior Full-Stack Developer</em><br>
<span class="work-period"><time datetime="2016-07">July 2016</time> - <time datetime="2017-10">October 2017</time></span></p>
@ -256,6 +301,13 @@ Built microservices in go.</p>
<p class="tech">PHP, PHPUnit, MySQL, Laravel, Eloquent, Javascript, jQuery, AngularJS, React</p>
</li>
<li>
<p><strong>Trilogy Education in association with the University of Texas</strong><br>
<em>Bootcamp Instructor</em><br>
<span class="work-period"><time datetime="2016-10">October 2016</time> - <time datetime="2017-05">May 2017</time></span></p>
<p>Taught Full-stack coding bootcamp. Six month program to introduce students to basics of full-stack <abbr title="Mean, Express, React, Node">MERN</abbr> development.</p>
<p class="tech">Eucation, HTML, CSS, Javascript, jQuery, APIs, AJAX, Node, Express, MySQL, sequelize, MongoDB, mongoose, PHP, Laravel, Python, React, React Native</p>
</li>
<li>
<p><a href="https://servermonkey.com/"><strong>Server Monkey</strong></a><br>
<em>Back-end web developer</em><br>
<span class="work-period"><time datetime="2015-11">November 2015</time> - <time datetime="2016-07">July 2016</time></span></p>
@ -312,16 +364,7 @@ Created entire section of website for recruiting purposes. Did extensive researc
</ul>
</li>
</ul>
</section>
<section id="codesamples" class="noprint">
<h2 id="code-samples">Code Samples</h2>
<ul>
<li><a href="https://codeberg.org/danjones000">Codeberg</a></li>
<li><a href="https://gitlab.com/danjones000">GitLab</a></li>
<li><a href="https://github.com/goodevilgenius">GitHub</a></li>
<li><a href="https://gist.github.com/goodevilgenius">GitHub Gists</a></li>
</ul>
</section>
</section><!-- /#workhistory -->
</div>
</article>
@ -331,7 +374,7 @@ Created entire section of website for recruiting purposes. Did extensive researc
<div class="post-info">
<p><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-git-commit"><circle cx="12" cy="12" r="4"></circle><line x1="1.05" y1="12" x2="7" y2="12"></line><line x1="17.01" y1="12" x2="22.96" y2="12"></line></svg><a href="https://codeberg.org/danjones000/danielrayjones/commit/b20f84799a2c22a1dbbf892b7c1363eafe85ddab" target="_blank" rel="noopener">b20f847</a> @ 2024-04-14</p>
<p><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-git-commit"><circle cx="12" cy="12" r="4"></circle><line x1="1.05" y1="12" x2="7" y2="12"></line><line x1="17.01" y1="12" x2="22.96" y2="12"></line></svg><a href="https://codeberg.org/danjones000/danielrayjones/commit/6292c91b3d1dc30c6f45cd7681e51b2a1b9979bb" target="_blank" rel="noopener">6292c91</a> @ 2024-04-23</p>
</div>
</main>