PinnedPublished in.Net ProgrammingImplementing gRPC Server and Client with .NET 8In this article we are going to learn about gRPC and how to create a gRPC server and client to communicate with each other.Aug 20Aug 20
PinnedPublished inJavaScript in Plain EnglishNext.js App Router Authentication (Sessions, Cookies, JWTs)In this article We are going to implement basic session authentication in Next.js 14 without any additional libraries.Feb 281Feb 281
PinnedPublished inJavaScript in Plain EnglishImplementing Protected Routing with NextAuth v5In this article I am going to teach you how to protect both client side and server side routes with NextAuth v5 in your next js…Jan 9Jan 9
PinnedPublished in.Net ProgrammingMySQL Database with .NET Core 6 and Entity FrameworkIn this article I am going to teach you how to connect MySQL Database with .NET Core 6 using Entity Framework.Mar 21, 20222Mar 21, 20222
PinnedAgora Voice & Video calls with cloud functions in flutterIn this article I am going to teach you how to implement voice & video calls in flutter application using agora-rtc-engine. In agora sdk we…May 7, 2021May 7, 2021
Published inJavaScript in Plain English14 essential techniques for DOM manipulationHey there, fellow web developers! Today, we’re diving deep into the world of DOM manipulation. If you’ve ever wondered how to dynamically…Sep 5Sep 5
Best way to extract text from PDF files using PythonHi, in this article I am going to teach you how to extract text content from pdf files.Sep 4Sep 4
Published inJavaScript in Plain EnglishMastering Event Delegation in JavaScript: A Comprehensive GuideWhen you first started using JavaScript, you most certainly created event listeners for buttons or other objects on your website. It seems…Sep 31Sep 31
Published in.Net ProgrammingGlobal Exception Handling in ASP .NET Core 8In most of the web API projects, exception handling is usually done by either using middleware or by using filters or using libraries such…Sep 11Sep 11
Published inStackademicFeature Toggling Using Unleash with ReactFeature toggling stands as a crucial and potent requirement for developers seeking the flexibility to toggle specific features within their…Mar 1Mar 1