diff options
author | Adam T. Carpenter <atc@53hor.net> | 2024-05-07 09:01:39 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2024-05-07 09:01:39 -0400 |
commit | d14879acf560c20d70d113725c19415379ff579d (patch) | |
tree | 424d1a1f68f6e4de384b0e9fdae56dafb67a9670 /pages/now.php | |
parent | f538287016913f919ac9b7fca1a625621b4ba88d (diff) | |
download | 53hor-d14879acf560c20d70d113725c19415379ff579d.tar.xz 53hor-d14879acf560c20d70d113725c19415379ff579d.zip |
feat: update now with new job
Diffstat (limited to 'pages/now.php')
-rw-r--r-- | pages/now.php | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/pages/now.php b/pages/now.php index 6cb508c..f6df1b1 100644 --- a/pages/now.php +++ b/pages/now.php @@ -13,26 +13,26 @@ if ("/now" == $_SERVER['REQUEST_URI']) { <h3>Work</h3> <ul> - <li>Still a manager and software engineer at Automatic Data Processing, Inc.</li> - <li>Investing time learning and internalizing SRE methods and practices.</li> - <li>Eagerly finding out more about applying Zero Trust Networks systems.</li> + <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 is running great and enjoying the cooler weather. Got a new tie rod end and an alignment; no more clunks!</li> - <li>Pursuing a New Years' resolution to start editing and uploading my backlog of Hudson YouTube videos.</li> - <li>(Continual) posting practical programming tutorials to <a href="https://www.youtube.com/@carpentertutoring841">Carpenter Tutoring YouTube channel</a>.</li> + <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>Wonderful big family Christmas and New Years -- arguably the best one yet.</li> - <li>Can you distill your own Rum? What does that take?</li> + <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 2023-01-11</em> + <em>Last updated 2024-05-07</em> </p> |