RSRaju Sarkarinrajusarkar.hashnode.dev·Feb 14, 2025 · 4 min readRust variablesAgenda In this blog, we’ll explore Rust’s variable and mutability, breaking down how they work and why they matter. This isn’t a long read—if you’re just reading, it’ll take about 5 minutes. But if you’re following along and running the example code,...00
RSRaju Sarkarinrajusarkar.hashnode.dev·Dec 31, 2023 · 4 min readStatic vs. Dynamic Rendering in WebIn the ever-evolving landscape of web development, rendering techniques play a crucial role in shaping user experience and website performance. Choosing between static and dynamic rendering can feel like a dance between speed and agility, each with i...00
RSRaju Sarkarinrajusarkar.hashnode.dev·Nov 29, 2023 · 2 min readUnderstanding DOM - DOM for beginner.The Document Object Model (DOM) serves as the backbone of dynamic web pages, enabling developers to interact with HTML and XML documents through programming languages like JavaScript. DOM manipulation is a fundamental skill for web developers, empowe...00