ADAnushree Dixitingoanu.hashnode.dev路Feb 15, 2023 路 2 min readDebug with Console (JavaScript) 馃槑When you hear console, what is the first thing that comes to mind?? console.log('Am here to help!!'); Yes, most of us know only about console.log when debugging a code in JavaScript. There are several ways to debug a JavaScript code like pressing f1...00
ADAnushree Dixitingoanu.hashnode.dev路Dec 1, 2022 路 2 min readBasic Understanding of OAuth2There are several terms that are used during the discussion which confuse some of the non-tech guys or beginners. Tried to write about it in a very short & simplified way. OAuth2 is an Authorization framework and version 2 of OAuth. It authorizes thi...00