diff options
author | Adam T. Carpenter <atc@53hor.net> | 2024-10-06 09:20:26 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2024-10-06 09:20:26 -0400 |
commit | d788c2b58265e7e1f8725055fea9aef9b55434f1 (patch) | |
tree | 15c228235f27ca74942f58d409b92f581c7b7acc /pages/now.php | |
parent | 1c2a9fa3221f024fa5c7760b470e4d6743610adf (diff) | |
download | 53hor-master.tar.xz 53hor-master.zip |
Diffstat (limited to 'pages/now.php')
-rw-r--r-- | pages/now.php | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/pages/now.php b/pages/now.php index d60260d..cf33a9e 100644 --- a/pages/now.php +++ b/pages/now.php @@ -13,27 +13,27 @@ if ("/now" == $_SERVER['REQUEST_URI']) { <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> + <li>Returned from two awesome on-sites with my team at Azara Healthcare</li> + <li>Trying to refine process and smooth out releases</li> + <li>Finding ways to make feature flags safer to use; also what really defines a SPA?</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> + <li>Ol' Blue got that new power brake booster; it's quieter and stops the car beautifully</li> + <li>Enjoying the wonderful world of TTRPGs playing Dungeons and Dragons for over a year</li> + <li>Dabbling with GameBoy Color game making as a form of storytelling</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> + <li>The fire pit is done; it was back-breaking but worth it</li> + <li>All three of us are back from the Lake but the boating adventures continue (happy Clementine!)</li> + <li>Keeping up with the house seemingly falling apart around us (hooray for home ownership but where'd this water come from?)</li> </ul> <p> - <em>Last updated 2024-05-07</em> + <em>Last updated 2024-10-06</em> </p> |