PinnedPublished inJavarevisitedHow to Update Node.js on Windows: A Simple Step-by-Step Guidehttp://i.giphy.com/media/v1.Y2lkPTc5MGI3NjExODEyeWplOHRrdDZrMXZocGVuOHJlZzZqMmIzb2Q2eXBwNnY0NHN6ayZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/…Dec 18, 2024Dec 18, 2024
PinnedPublished inJavarevisitedREACT PATTERN : HOCA Higher-Order Component (HOC) in React is a pattern used to share common functionality between components without repeating code. It is a…May 24, 2024May 24, 2024
PinnedPublished inJavarevisitedWhy you cant pass function as properties to server components and client components?In React, “server components” and “client components” refer to a pattern where some components are rendered on the server side and others…May 21, 2024A response icon1May 21, 2024A response icon1
PinnedPublished inJavarevisitedREACT RECONCILIATION ALGORITHMReconciliation is the process by which React updates the UI to reflect changes in the component state. The reconciliation algorithm is the…Feb 3, 2023A response icon5Feb 3, 2023A response icon5
PinnedPublished inJavarevisitedDon’t get stuck in neutral: Knowing when to use run() or start() in multithreadingMultithreading is a programming technique that allows multiple threads (smaller units of a program) to run concurrently within a single…May 10, 2023May 10, 2023
Crafting Intelligence: Inside the World of Foundation Models, Generative AI, and the Power of…Prompt engineering is the practice of carefully crafting questions or instructions (prompts) to feed into an AI model, especially those…Jun 5, 2024A response icon1Jun 5, 2024A response icon1
Published inJavarevisitedTEST DRIVEN DEVELOPMENTTest-driven development (TDD) is a way of writing software where you write the tests for your code before you actually write the code…May 9, 2024May 9, 2024
Published inJavarevisitedEmbracing the Single Responsibility Principle in Real EngineeringThe Single Responsibility Principle (SRP), a concept in object-oriented programming, is akin to the old adage “Too many cooks spoil the…Mar 12, 2024Mar 12, 2024
𝑮𝑰𝑻 𝑹𝑬𝑩𝑨𝑺𝑬 : 𝑻𝑯𝑬 𝑹𝑬𝑨𝑳 𝑯𝑼𝑺𝑻𝑳𝑬Understanding the concepts of ‘rebase’ and ‘merge’ in Git can be challenging, especially for beginners. However, these are fundamental…Nov 29, 2023Nov 29, 2023