blob: d60260dcbebad83ad8157c258ec815c7d8f8fdb0 (
plain) (
tree)
|
|
<?php
if ("/now" == $_SERVER['REQUEST_URI']) {
printf('<a href="https://nownownow.com/about"><h1>Now</h1></a>');
} else {
printf('<h2>Now</h2>');
}
?>
<p>
What am I up to now?
</p>
<h3>Work</h3>
<ul>
<li>Started a new role as an Engineering Manager at Azara Healthcare.</li>
<li>Rapidly upskilling in relational databases and Azure cloud offerings.</li>
<li>Findings ways to always leave code better than I found it.</li>
</ul>
<h3>Hobbies</h3>
<ul>
<li>Ol' Blue needs a new power brake booster <em>badly</em>. The fun never stops!</li>
<li>Staying creative by learning digital art and studying introductory drawing techniques.</li>
<li>(Continual) posting practical programming tutorials and Hudson how-tos to YouTube.</li>
</ul>
<h3>Life</h3>
<ul>
<li>Amy and I are creating a chill backyard fire pit area.</li>
<li>Clementine can't wait to swim but would settle for fetching with no rain.</li>
<li>I'm getting pretty deep into Dungeons and Dragons now that I'm playing it for the first time.</li>
</ul>
<p>
<em>Last updated 2024-05-07</em>
</p>
|