diff options
author | Adam T. Carpenter <atc@53hor.net> | 2024-01-11 17:15:55 -0500 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2024-01-11 17:15:55 -0500 |
commit | f538287016913f919ac9b7fca1a625621b4ba88d (patch) | |
tree | f6c3480612bbf27cc3f5b26e3675d2e44d753b26 /pages/now.php | |
parent | c3a81ed3d355d542f78c215d93f5197c42dfb47c (diff) | |
download | 53hor-f538287016913f919ac9b7fca1a625621b4ba88d.tar.xz 53hor-f538287016913f919ac9b7fca1a625621b4ba88d.zip |
feat(resume): update hireme page and make resume nicely printable
Remove CV because that wasn't going anywhere.
Also update now!
Diffstat (limited to 'pages/now.php')
-rw-r--r-- | pages/now.php | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/pages/now.php b/pages/now.php index 31d6ccb..6cb508c 100644 --- a/pages/now.php +++ b/pages/now.php @@ -14,25 +14,25 @@ if ("/now" == $_SERVER['REQUEST_URI']) { <ul> <li>Still a manager and software engineer at Automatic Data Processing, Inc.</li> - <li>Investing in Argo blue-green rollouts to spend less time working ungodly hours testing and releasing new builds.</li> - <li>Open to private contractor software development and website building projects.</li> + <li>Investing time learning and internalizing SRE methods and practices.</li> + <li>Eagerly finding out more about applying Zero Trust Networks systems.</li> </ul> <h3>Hobbies</h3> <ul> - <li>Fixed up Ol' Blue's fuel pump. Installed a new diaphragm and she's back on the road. Now investigating a clunky tie rod end.</li> + <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>Translating a Computational Problem Solving course (CS 101) from Python to Rust. <a href="https://youtube.com/playlist?list=PLXGxiiv_uyipnFxS6c93UKuXc8mJzkl4h">First chapters are up on YouTube.</a></li> </ul> <h3>Life</h3> <ul> - <li>Gearing up for a family reunion trip to Long Island.</li> - <li>Returning soon to the "happy place" on Lake Erie with wife and puppy.</li> + <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> </ul> <p> - <em>Last updated 2023-07-18</em> + <em>Last updated 2023-01-11</em> </p> |