PRPranjal Ruhelaingeekymuch.hashnode.dev·Dec 9, 2024 · 5 min readUnderstanding Function Call vs Function Reference in React: A Deep DiveReact's event handling and function calls often leave developers with confusion regarding the performance implications of certain practices. In this article, we will explore the difference between function calls and function references, specifically ...00
PRPranjal Ruhelaingeekymuch.hashnode.dev·Jul 2, 2024 · 20 min readI crafted a CV builder App with React.jsEmbark on a thrilling journey with me as we delve into the development of a resume builder. I use React's dynamic components to build this app. Uncovering the secrets of efficient state management, component hierarchy, and interactivity. Join me in u...00
PRPranjal Ruhelaingeekymuch.hashnode.dev·Jun 11, 2024 · 4 min readBuilding a Dynamic Color Switcher with React: State, Props, and Controlled ComponentsAre you interested in learning how to create a color switching app using React? In this guide, I'll walk you through the process. By the end, you'll have a simple app where you can input a color and see it displayed in real-time. This cool challenge ...00
PRPranjal Ruhelaingeekymuch.hashnode.dev·May 27, 2024 · 2 min readAPI Gateway: A case study with featuresLet’s say we have a monolithic e-commerce application with multiple endpoints. 5 things initially: Client devices HTTP requests from clients The web server The endpoints (Business logic) Additional checks (authentication, authorization, SSL certific...00
PRPranjal Ruhelaingeekymuch.hashnode.dev·May 17, 2024 · 4 min readMicroservices, Docker, and KubernetesA monolithic arch basically means you have a single large program with all the features and things packed into one. The UI layer triggers the functions in the business logic later and the data is transmitted to and from the single data access layer a...00