oauth-20.hashnode.devApex APIIntro During my first month of coding, I came across the term API. Not knowing what it was, I Googled it, asked ChatGPT, and explored multiple sources. As a beginner, terms like GET, POST, and PUT can feel overwhelming. In this blog, we’ll learn how ...Feb 12·7 min read
oauth-20.hashnode.devCORS explained simplyIntro If you’re a developer, you must’ve already built many platforms that require API calls and one of the most common errors developers encounter is: Access to fetch at '...' has been blocked by CORS policy This message appears when the browser blo...Feb 8·3 min read
oauth-20.hashnode.devOAuth 2.0Intro If you’ve ever clicked “Continue with Google” or “Login with GitHub”, then congratulations — you’ve already used OAuth 2.0 in real life. In this blog, I’ll help you understand what this stuff is and how it has currently changed the authorizatio...Feb 5·2 min read