DDivakarindivakar29.hashnode.dev·May 5 · 4 min readAuthentication Using JWTFor any application or product authentication is necessary. Authentication tells us who is the user, who is sending the request. Every application uses authentication. Authentication can be of two typ00
DDivakarindivakar29.hashnode.dev·May 4 · 3 min readSessions VS JWT VS Cookies - Authentication ApproachesAuthentication is a very important module of any product/application. Whenever a MVP is built the first thing it should have is authentication service. Lets understand what is Authentication and how t00
DDivakarindivakar29.hashnode.dev·May 4 · 4 min readURL Parameters VS Query StringsWhenever you surf on internet using any browser chrome, brave ,arc, mozilla etc. You have definitely noticed whenever you go to another page the URL at the top of the browser changes. What is this URL00
DDivakarindivakar29.hashnode.dev·Apr 27 · 3 min readString Polyfills & Common Interview Methods in JavascriptPolyfills means something which fills the gaps or cracks. In Programming this is used in Javascript environment in programming it means the same, but here since the context is different we should unde00
DDivakarindivakar29.hashnode.dev·Apr 21 · 4 min readSynchronous VS Asynchronous JSYou have definitely seen promises, async-await , callbacks in javascript. But have you questioned yourself why we need them. What functionality they provide? Let's understand both Synchronous behavior00