blob: f6df1b1f7b0b073c2849114f441486ac7ca4b08d (
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>
</ul>
<p>
<em>Last updated 2024-05-07</em>
</p>
|