GKGourav Kumar Dhimaningkrdhiman.hashnode.dev·Dec 6, 2025 · 4 min readUltimate Beginner's Guide to UML Class and Sequence Diagrams for Low-Level DesignUnderstanding system design is a key skill for any developer, especially when preparing for technical interviews or building scalable applications. Two of the most important tools in Low-Level Design (LLD) are Class Diagrams and Sequence Diagrams. Th...00
GKGourav Kumar Dhimaningkrdhiman.hashnode.dev·Jan 20, 2025 · 1 min readHow to Create Your Own Browser ExtensionStep 2: Defining the API Call FunctionThis article is a comprehensive guide on how to create your own browser extension. It covers all the essential steps, including the following: Technologies Involved: HTML, CSS, JavaScript, and how they work toge...00