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 20, 2024Aug 20, 2024
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 28, 20241Feb 28, 20241
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 9, 2024Jan 9, 2024
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
Value vs. Reference in JavaScript: Why It Matters?If you’ve ever encountered mysterious bugs in your JavaScript code or stumbled during technical interviews, the culprit might be a…Feb 12Feb 12
Understanding Higher-Order Functions in JavaScriptIf you’ve ever heard the term “higher-order functions” and nodded along to sound cool, this article is for you. Let’s demystify what they…Feb 101Feb 101
Understanding Factory Functions in JavaScript: Simplifying Object CreationImagine a bustling car factory. Raw materials like metal and plastic enter through one end, undergo a series of precise transformations…Feb 10Feb 10
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 5, 2024Sep 5, 2024
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 4, 2024Sep 4, 2024