
Hi, I am Satwick Shaw
Innovator | Developer | Thinker
Experience
Microsoft
AI/ML Intern
Worked on cutting-edge technologies, building scalable software solutions and contributing to impactful enterprise projects.
Wipro
Technical Intern
Developed internal tools and dashboards, optimizing workflows and gaining deeper insights into software architecture.
Thinking Box
The Ship of Theseus Paradigm
"If you replace every component of a system over time, is it still the same system? In software engineering, refactoring a legacy codebase eventually leads to an entirely new architecture. At what commit does the original software cease to exist?"
Quantum Superposition in UI State
"A UI component facing an asynchronous data request is in a superposition of states: loading, error, and success—all simultaneously possible until the request resolves. We must design for the uncertainty, not just the definitive outcome."
The Observer Effect of Debugging
"Much like in quantum mechanics, the very act of observing a system can change its behavior. Adding console logs, debuggers, or profilers inherently alters the timing and memory footprint of the application, often masking the original bug."