Error: Uncaught (in promise) SyntaxError: Unexpected token ‘T’, “The resour”… is not valid JSON

You might get the “Unexpected token ‘T’” error or “404 (Not Found)” error when calling an endpoint from a client App like React. This might be because the request is blocked by the browser due to a CORS error or “same-origin” policy. Example error from a react application calling a .Net Core API endpoint: TheContinue reading “Error: Uncaught (in promise) SyntaxError: Unexpected token ‘T’, “The resour”… is not valid JSON”

Boost Your .Net Debugging Skills With These 7 Tricks

Writing code is easy. Handling messy code in other people’s libraries, investigating unreproduced scenarios in strict production environments, now that will 100% guarantee you gray hairs and a long-lasting burnout. Not unless you equip yourself with ninja-level debugging skills that I’m about to show you. The blog delves into various reverse engineering and debugging techniquesContinue reading “Boost Your .Net Debugging Skills With These 7 Tricks”

5 Ways You Can Save Money Using Azure App Service Plans

So you’re thinking of hosting your site on Azure, but you don’t want to wake up one morning with a hefty bill to pay and some tears to cry 🙂 Here are some tips you can use to manage your Azure App Service plan on a tight budget: 1. Use Linux as OS Type NowContinue reading “5 Ways You Can Save Money Using Azure App Service Plans”