2025-10-31T18:26:57-05:00 Deploy new site
This commit is contained in:
parent
a9fc9af87a
commit
1380ad9cca
19 changed files with 299 additions and 260 deletions
|
|
@ -3,6 +3,7 @@
|
|||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<meta name="author" content="">
|
||||
<meta name="description" content="Experienced web developer" />
|
||||
|
|
@ -22,7 +23,9 @@
|
|||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="/main.b78c3be9451dc4ca61ca377f3dc2cf2e6345a44c2bae46216a322ef366daa399.css" integrity="sha256-t4w76UUdxMphyjd/PcLPLmNFpEwrrkYhajIu82bao5k=">
|
||||
<link rel="stylesheet" href="/main.min.2729760c629597024c5de34b40ea9f372f2b5a2a192dcdca537b7ddfa483eab8.css" integrity="sha256-Jyl2DGKVlwJMXeNLQOqfNy8rWioZLc3KU3t936SD6rg=" crossorigin="anonymous">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -35,14 +38,15 @@
|
|||
<meta name="msapplication-TileColor" content="#2d89ef">
|
||||
|
||||
|
||||
<meta itemprop="name" content="Web Résumé">
|
||||
<meta itemprop="description" content="Experienced web developer">
|
||||
<meta itemprop="dateModified" content="2024-05-31T16:40:39-05:00" />
|
||||
<meta itemprop="wordCount" content="557">
|
||||
<meta itemprop="keywords" content="" />
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="Web Résumé"/>
|
||||
<meta name="twitter:description" content="Experienced web developer"/>
|
||||
|
||||
<meta itemprop="name" content="Web Résumé">
|
||||
<meta itemprop="description" content="Experienced web developer">
|
||||
<meta itemprop="dateModified" content="2025-10-29T22:17:00-05:00">
|
||||
<meta itemprop="wordCount" content="620">
|
||||
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:title" content="Web Résumé">
|
||||
<meta name="twitter:description" content="Experienced web developer">
|
||||
|
||||
|
||||
|
||||
|
|
@ -63,6 +67,7 @@
|
|||
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
|
|
@ -89,9 +94,8 @@
|
|||
|
||||
|
||||
<span class="header__right">
|
||||
|
||||
<nav class="menu">
|
||||
<ul class="menu__inner"><li><a href="/about/">About</a></li><li><a href="/web/">Résumé</a></li><li><a href="/contact/">Contact</a></li>
|
||||
<ul class="menu__inner"><li><a href="/about/">About</a></li><li><a href="/contact/">Contact</a></li><li><a href="/web/">Résumé</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
|
@ -101,7 +105,6 @@
|
|||
<path d="M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"/>
|
||||
</svg>
|
||||
</span>
|
||||
|
||||
<span class="theme-toggle not-selectable"><svg class="theme-toggler" width="24" height="24" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M22 41C32.4934 41 41 32.4934 41 22C41 11.5066 32.4934 3 22
|
||||
3C11.5066 3 3 11.5066 3 22C3 32.4934 11.5066 41 22 41ZM7 22C7
|
||||
|
|
@ -156,6 +159,8 @@
|
|||
|
||||
<li><a href="#open-source-projects">Open Source Projects</a>
|
||||
<ul>
|
||||
<li><a href="#ezcache">ezcache</a></li>
|
||||
<li><a href="#nomino">nomino</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>
|
||||
|
|
@ -210,6 +215,7 @@
|
|||
<li>React</li>
|
||||
<li>PHP</li>
|
||||
<li>go</li>
|
||||
<li>microservices</li>
|
||||
<li>MySQL</li>
|
||||
<li>Laravel</li>
|
||||
<li>Yii</li>
|
||||
|
|
@ -221,6 +227,7 @@
|
|||
<li>Docker</li>
|
||||
<li>AWS</li>
|
||||
<li>Google App Engine</li>
|
||||
<li>Leadership</li>
|
||||
</ul>
|
||||
|
||||
</aside>
|
||||
|
|
@ -239,6 +246,16 @@
|
|||
<aside id="projects" class="">
|
||||
<h2 id="open-source-projects">Open Source Projects</h2>
|
||||
<section class="projects">
|
||||
<section class="project ezcache">
|
||||
<h3 id="ezcache">ezcache</h3>
|
||||
<p><a href="https://pkg.go.dev/codeberg.org/danjones000/ezcache" class="noprint">🔗</a>
|
||||
Dead simple in-memory caching library for go.</p>
|
||||
</section><!-- /.project.ezcache -->
|
||||
<section class="project nomino">
|
||||
<h3 id="nomino">nomino</h3>
|
||||
<p><a href="https://pkg.go.dev/codeberg.org/danjones000/nomino" class="noprint">🔗</a>
|
||||
go library for random filename generation.</p>
|
||||
</section><!-- /.project.nomino -->
|
||||
<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>
|
||||
|
|
@ -282,9 +299,22 @@ Super simple web server that just returns the HTTP status you ask for. Useful fo
|
|||
<h2 id="work-experience">Work Experience</h2>
|
||||
<ul class="history">
|
||||
<li>
|
||||
<p><a href="https://oteemo.com/"><strong>Oteemo</strong></a><br>
|
||||
<em>Senior Consultant</em><br>
|
||||
<span class="work-period"><time datetime="2021-09">September 2024<time> - present</span></p>
|
||||
<p>Senior Engineer on the US Air Force <a href="https://p1.dso.mil/">Platform One</a> Vulnerability Assessment Tracker, tracking security vulnerabilities in a hardened Docker registry. Led migration of infrastructure to microservices. Mentored Junior Developers. Interviewed potential team members. Led team meetings.</p>
|
||||
<p class="tech">go, microservices, node, MySql, React, Docker</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><a href="https://lenderhomepage.com"><strong>LenderHomePage</strong></a><br>
|
||||
<em>Principal Software Engineer</em><br>
|
||||
<span class="work-period"><time datetime="2021-08">August 2024</time> - <time datetime="2021-09">September 2024<time></span></p>
|
||||
<p class="tech">Laravel, PHP, microservices, MySql</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><a href="https://grin.co"><strong>GRIN</strong></a><br>
|
||||
<em>Principal Software Engineer/Back-end Architect</em><br>
|
||||
<span class="work-period"><time datetime="2021-08">August 2021</time> - present</span></p>
|
||||
<span class="work-period"><time datetime="2021-08">August 2021</time> - <time datetime="2024-05">May 2024</time></span></p>
|
||||
<p>Principal Engineer and Architect at social media SaaS company</p>
|
||||
<ul>
|
||||
<li>Enabled engineering team to focus more on feature work by implementing unit testing framework</li>
|
||||
|
|
@ -394,7 +424,7 @@ Created entire section of website for recruiting purposes. Did extensive researc
|
|||
<section id="education">
|
||||
<h2 id="education">Education</h2>
|
||||
<p>University of Texas at Austin<br>
|
||||
August 2024 - May 2028<br>
|
||||
August 2004 - May 2008<br>
|
||||
Bachelor of the Arts - Theater</p>
|
||||
</section><!-- /#education -->
|
||||
|
||||
|
|
@ -406,7 +436,7 @@ Bachelor of the Arts - Theater</p>
|
|||
<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/bda22111f74e68b6dee91416b62d5a3a2857b78d" target="_blank" rel="noopener">bda2211</a> @ 2024-05-31</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/271b3f865411104f5a148efb051974aa18d71d5d" target="_blank" rel="noopener">271b3f8</a> @ 2025-10-29</p>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
|
|
@ -425,7 +455,7 @@ Bachelor of the Arts - Theater</p>
|
|||
|
||||
|
||||
|
||||
<script type="text/javascript" src="/bundle.min.0931a358499291afca6f741478e9fc9fa973a9fbd7aeb3390f3b10463966dc8195daf98a0e33685a1fbfb9d7578631c3f31fc8e558eaf6e2c30c4c3e14df4931.js" integrity="sha512-CTGjWEmSka/Kb3QUeOn8n6lzqfvXrrM5DzsQRjlm3IGV2vmKDjNoWh+/uddXhjHD8x/I5Vjq9uLDDEw+FN9JMQ=="></script>
|
||||
<script type="text/javascript" src="/bundle.min.ad54ad97364f77ede35def9096b162bb1f0b3973aa50b080f5e82fa147f6882e2a7200d7535adbf9b51bebf939f1c1ca9bbe6be87530092aca720eac4a226fda.js" integrity="sha512-rVStlzZPd+3jXe+QlrFiux8LOXOqULCA9egvoUf2iC4qcgDXU1rb+bUb6/k58cHKm75r6HUwCSrKcg6sSiJv2g=="></script>
|
||||
|
||||
|
||||
<script type="text/javascript" src="/js/application.min.cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e.js" integrity="sha512-z4PhNX7vuL3xVChQ1m2AB9Yg5AULVxXcg/SpIdNs6c5H0NE8XYXysP+DGNKHfuwvY7kxvUdBeoGlODJ6+SfaPg=="></script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue