UNUmesh Nagareinumeshrenders.hashnode.dev·Apr 20, 2025 · 3 min readUnderstanding CSR and SSR: A Simple GuideLet’s understand what is CSR (Client Side Rendering) and SSR (Server Side Rendering). There are mainly two Approaches of Rendering: Server-Side Rendering (SSR): The server does the rendering before sending it to the browser. Client-Side Rendering (...00
UNUmesh Nagareinumeshthreads.hashnode.dev·Mar 8, 2025 · 2 min readThreads & Processes in CPUWe often hear about threads when buying a processor or while working with programming languages like JavaScript, Java, Python etc. But what exactly is a thread, and how does it relate to both processors and programming? What is a Thread? A thread is ...00