EPEhiabhi Preciousinpreciouscodelab.hashnode.dev·Jul 6, 2023 · 2 min readExplaining Toast and Sweet AlertToast and Sweet Alert are two popular JavaScript libraries used for displaying alert messages or notifications in web applications. Toast is a lightweight and customizable notification library. It provides a non-intrusive way to show temporary messag...00
EPEhiabhi Preciousinpreciouscodelab.hashnode.dev·Jul 6, 2023 · 2 min readClient-side rendering (CSR) and Server-side rendering (SSR)Client-side rendering (CSR) and server-side rendering (SSR) are two different approaches for rendering web content and delivering it to the user's browser. Client-side rendering (CSR) is a technique where the majority of the rendering process is perf...00
EPEhiabhi Preciousinpreciouscodelab.hashnode.dev·Jul 6, 2023 · 2 min readWhat is JWT, Cookies and SessionJWT (JSON Web Token) is a compact, URL-safe means of representing claims between two parties. It is commonly used for authentication and authorization purposes in web applications. JWTs are self-contained tokens that consist of three parts: a header,...00
EPEhiabhi Preciousinpreciouscodelab.hashnode.dev·Jul 6, 2023 · 9 min readVueJS vs SolidJs vs NextJSVueJS Vue.js, also known as Vue, is a JavaScript-based framework developed by Evan You and released in 2014. It was initially intended to build single-page applications (also known as SPAs) and user interface (UI). However, the variety of application...00