DKDevadath KVinoauth-20.hashnode.dev·Feb 12 · 7 min readApex 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 ...10
DKDevadath KVinoauth-20.hashnode.dev·Feb 8 · 3 min readCORS 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...10
DKDevadath KVinoauth-20.hashnode.dev·Feb 5 · 2 min readOAuth 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...10