How I Outsmarted <input type="number" />: Crafting a Reusable React Component for Precision Medical DataApr 21, 2025·3 min read
When Default HTML Inputs Fail: Building a Medical-Grade Numeric Input in ReactWhen developing healthcare applications, precision isn't just a nice-to-have—it's critical. This article explores how I discovered a subtle but dangerous flaw in the standard HTML number input and built a custom React solution that maintains data int...May 5, 2025·4 min read
Stop Repeating Yourself: A Smarter Way to Fetch Data in React with Custom HookMar 19, 2025·3 min read
Master Encapsulation in Java - Unlock the Power of Getters, Setters & this Keyword!Feb 24, 2025·5 min read
Java Primitive data TypesDeep Explanation of Java Primitive Data Types, Their Real-World Use Cases, and Overflow ScenariosFeb 20, 2025·13 min read
An Introduction to JavaIntroduction Overview of Java Java was created by James Gosling at Sun Microsystems in 1991 and officially released in 1995. It was designed to be platform-independent, secure, and easy to use, addressing the limitations of C and C++. Java allows pro...Feb 19, 2025·4 min read