PinnedNaveen DAinJavaScript in Plain EnglishWhere Should You Store JSON Web Tokens (JWT)?We have three options to store the JWT but which one is the most secure?Jul 6, 202119Jul 6, 202119
PinnedNaveen DAinJavaScript in Plain EnglishHow Memory Management Works in JavaScriptWhen my senior developers were discussing things like memory management, I felt like they were speaking some kind of alien language.Jun 22, 2021Jun 22, 2021
PinnedNaveen DAHow to create custom 404 error page in react jsIn this tutorial I am going to teach how to create a custom 404 error page on react js with react-router…Dec 27, 20187Dec 27, 20187
PinnedNaveen DAinJavaScript in Plain EnglishDeploy Your Next.js App on GitHub Pages Using the GitHub ActionI was working on my portfolio by using next.js on the Github pages, I face some issues while deploying the projects. So I decided to write…Oct 21, 20207Oct 21, 20207
Naveen DAHow to Creating a custom 404 Page with React Routers V6?React Router is a popular JavaScript library for building single-page applications with React. It provides a set of components and…Dec 31, 2022Dec 31, 2022
Naveen DAinJavaScript in Plain English10 Ways to Style a React ApplicationReact is a library for rendering UI, it doesn’t really care about styling. It is a nice thing about React, but it also leaves us alone in…Aug 3, 2021Aug 3, 2021
Naveen DADiv === Span 🤯In CSS div is equal to span. Yes, you heard that right!Jul 30, 202113Jul 30, 202113
Naveen DAinJavaScript in Plain EnglishDeep Dive Into Tree-ShakingIn the JavaScript world, the term tree-shaking refers to the removal of dead code or inclusion of live code.Jul 23, 20212Jul 23, 20212
Naveen DAinJavaScript in Plain English5 useEffect Infinite Loop PatternsInfinite loop patterns with the useEffect hook in ReactJul 23, 202111Jul 23, 202111
Naveen DAinJavaScript in Plain EnglishA Detailed Guide to Using Axios in Your React AppAmong others, the Axios provides plenty of features like global-config , Interceptors , better error handlers, etc.May 23, 2021May 23, 2021