Category: Linux

  • Authenticating a .NET Blazor Server App Using API and PostgreSQL

    by KaliLinuxCode

    in

    .NET 8 Blazor Server API Authentication with PostgreSQL Blazor Server, a part of the ASP.NET Core framework, allows developers to build interactive web UIs using C# instead of JavaScript. With the release of .NET 8, Blazor Server has introduced several enhancements, particularly in the realm of authentication and API integration. This article delves into setting…

  • Let me explain Everything you need to know about DESIGN PATTERNS

    by KaliLinuxCode

    in ,

    No Cheating The Gang of Four (GoF) design patterns are a set of 23 foundational software design patterns described in the book “Design Patterns: Elements of Reusable Object-Oriented Software” by Erich Gamma, Richard Helm, Ralph Johnson, and John Vlissides. These patterns provide solutions to common problems encountered in software design and are grouped into three…

  • How to Set Up Your Own DNS Server?

    by KaliLinuxCode

    in

    What is DNS and How it Works? In this post I will be covering the topic How to set up your own Domain Name System in short we call it DNS. Without any doubt the process of setting up your own DNS server in very simple and concise manner is absolutely easy unless you don’t…