blob: 31d6ccbb5055a3bbc97214820acda86478e1189e (
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>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>
</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>(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>
</ul>
<p>
<em>Last updated 2023-07-18</em>
</p>
|