DDivakarindivakar29.hashnode.dev00Authentication Using JWTMay 5 · 4 min read · For 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 typJoin discussion
DDivakarindivakar29.hashnode.dev00Sessions VS JWT VS Cookies - Authentication ApproachesMay 4 · 3 min read · Authentication 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 tJoin discussion
DDivakarindivakar29.hashnode.dev00URL Parameters VS Query StringsMay 4 · 4 min read · Whenever 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 URLJoin discussion
DDivakarindivakar29.hashnode.dev00String Polyfills & Common Interview Methods in JavascriptApr 27 · 3 min read · Polyfills 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 undeJoin discussion
DDivakarindivakar29.hashnode.dev00Synchronous VS Asynchronous JSApr 21 · 4 min read · You 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 behaviorJoin discussion