Tag: web
All the articles with the tag "web".
Understanding different types of rendering on Frontend
Rendering is the process of generating the final output from the data and template. In frontend development, rendering refers to how the browser displays content on the screen. There are different types of rendering techniques used in web development, each with its advantages and use cases.
Understanding Server-Sent Events (SSE)
Server-Sent Events, a standard for unidirectional communication between a server and a web client over HTTP