summaryrefslogtreecommitdiff
path: root/pages/now.php
blob: d60260dcbebad83ad8157c258ec815c7d8f8fdb0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?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>