Session , JWT and CookiesSession variables store temporary information to use for retrieving and viewing data on multiple web pages. It stores information on the server momentarily and it's far more secure since they are saved in binary or encrypted form and when a user logs...Jul 16, 2023·1 min read
Redux vs Context APIRedux is an Open Source Library which provides a central store, and actions to modify the store. It can be used with any project using JavaScript or TypeScript, but since we are comparing it to Context API, so we will stick to React-based Application...Jul 12, 2023·1 min read
Description on SweetAlert and ToastifySweetAlert is a method for alerts in applications. It can be modified and shaped any way we want it. We could change colors, fonts, buttons, texts and even add additional alerts. Toastify is method for alerts in applications. It is used to inform use...Jul 9, 2023·1 min read
What is Solid. js, Vite. js and next. jsSolid.js is a client-side framework used to create SPA's, that is single-page responsibility which means that a module, class or a file should do only one job. Solid is the fastest when it is rendering and also on the sever-side now. It is the smalle...Jul 8, 2023·1 min read