HPHarshana Prabhathinharshanatech.hashnode.dev路Apr 6, 2025 路 3 min readIntegrating JavaScript API Calls with React猸曪笍Let's briefly understand what an API An API (Application Programming Interface) acts like a waiter in a restaurant. The waiter (API) takes your order (request), goes to the kitchen (server), and brings back your food (response). For this to work sm...00
HPHarshana Prabhathinharshanatech.hashnode.dev路Mar 28, 2025 路 4 min readHow Java Codes ExecutesUnderstanding how a Java program runs behind the scenes is very important. If you're going to learn something, dive deep into it. If you only scratch the surface, you'll miss many things, and this can negatively affect your career. Knowing advanced t...00
HPHarshana Prabhathinharshanatech.hashnode.dev路Mar 21, 2025 路 4 min readPracticality of useState in ReactLet's dive into React's useState hook and see how to use it effectively in real-world web applications. We'll cover its practical usage and avoiding common mistakes for better state management. We will discuss:馃専 Simple use cases of useState馃専 Common...00