Claude Code's Ask User Question Tool: First Impressions
I've been looking for something that sits between heavy specification frameworks and just diving straight into code with coding agents....
Welcome to my professional homepage where software fundamentals meet purposeful innovation to solve real business challenges.
0 000000 0000000000 00000000000000000 000000000000000000 11111100 00000000000000000000 011111110 00011000000000000000000 011111110 000111110000000000000000 011111110 001111111100000 000 0000000000 001111111000 000000000 011111100 0000000000 0111100 00000000000 011100 0000 00000000000 00000000000000 000000000000000000 0000000000000 00000000000000000000 00000000000000 0000000000000000 0000000000001100 00000000000 000000000011111110000 000000 00000000011111111111111110000000000 000 001111111111111111111100 0 000111111111110000 0000
import React from 'react'; const DevWorkspace = () => { const [isLoading, setIsLoading] = React.useState(true); React.useEffect(() => { const timer = setTimeout(() => { setIsLoading(false); }, 2000); return () => clearTimeout(timer); }, []); return ( <div className="workspace"> {isLoading ? ( <LoadingScreen /> ) : ( <Projects /> )} </div> ); }; export default DevWorkspace;
Building software with timeless principles and purposeful innovation.
I've been crafting software solutions for 47 years, long enough to see multiple technology revolutions and recognize the patterns that repeat. My technical background includes C, C++, C#, and Java, but I've never stopped learning. I believe the best developers aren't defined by their current tech stack but by their ability to apply solid engineering principles across any technology.
My professional life revolves around code, proven patterns, and new possibilities. Let's build something amazing together!
Software that stands the test of time, showcasing products and projects where disclosure permits, built on lasting principles and delivered with innovation.
Professional IDE for Industrial Automation Graphics, Reports, and Scripts
Enterprise-grade SCADA system powering critical industrial infrastructure since 1988
Transforming Industrial Operations Through Immersive 3D Digital Twins and Real-Time Data Integration
Writing about software fundamentals, technology evolution, and whatever else catches my attention along the way.
I've been looking for something that sits between heavy specification frameworks and just diving straight into code with coding agents....
If you are already using coding agents, the following video may be pretty ho-hum, no big deal. However, I'm still blown away by how quickly we've come to the point where I can get a support query,...
This post compares Gaussian splats to photogrammetry meshes and point clouds for complex geometries like industrial scenes with piping, hardware, and equipment....
A couple of months back, I started experimenting with Claude Code. When I get deeply into a task or technical concept, my brain starts pattern matching outside of that scope....
Ready to discuss your software project? Reach out via email or connect with me on social media.