Published onAugust 21, 2023OAuth 1.0 and OAuth 2.0 in .NET Corec-sharp-programmingprogrammingauthenticationnet-corec-sharpHow to seamlessly integrate OAuth 1.0 and OAuth 2.0 into your .NET Core projects.
Published onAugust 20, 2023How To Create API Documentation (FAST): Swagger With TypeScripttypescriptapidocumentationswaggerprogrammingcodingAPI documentation made easy with Swagger.
Published onAugust 19, 2023Implementing a Custom Logger in NestJS: A Step-by-Step GuidenestjstypescriptwinstonloggingLogging is one of the most important parts of application development. Proper logging in a structured format can help us understand and debug the code.
Published onAugust 17, 2023Navigating the Maze of React: Understanding and Resolving the ‘Too Many Re-renders’ Errorreactprogrammingweb-developmentjavascriptcodingFixing React errors like a boss
Published onAugust 16, 2023Next.js 13 Authentication with NextAuth.js(App Router, TypeScript)NextauthNextjsNextjs-13CodingProgrammingThe NextAuth.js is a 3rd party library designed to facilitate the implementation of login functionality on pages built using Next.js.