.NET Core Maximizing Developer Productivity with Azure Artifacts Mousavi, August 2, 2024August 2, 2024 In today’s fast-paced development environments, maintaining high productivity while managing dependencies can be a significant… Continue Reading
.NET Core Options pattern in ASP.NET CORE Mousavi, March 7, 2024March 7, 2024 The Options pattern in C# is a game-changer for managing application configuration. It provides a structured and type-safe approach to handling settings, which not only enhances code readability but also promotes maintainability and scalability. By encapsulating configuration options within dedicated classes, developers can easily access and manipulate settings using familiar object-oriented techniques. Continue Reading
Linux Setting Up PostgreSQL and pgAdmin with Docker on Linux Mousavi, October 30, 2023October 30, 2023 Docker is a powerful tool for containerization, making it easier to manage and deploy applications…. Continue Reading
Server Configuration Enabling and Customizing MySQL Cache in Apache Server Mousavi, October 8, 2023October 8, 2023 Enabling and customizing MySQL cache in an Apache server environment is crucial for optimizing database performance in web applications. MySQL offers two primary caching mechanisms: the Query Cache and the InnoDB Buffer Pool. Continue Reading
Server Configuration Optimizing SQL Server Performance: Best Practices and Tips Mousavi, August 2, 2023August 3, 2023 In today’s data-driven world, SQL Server databases play a vital role in storing and managing… Continue Reading
.NET Core CQRS and Mediator Design Patterns Concept Mousavi, July 19, 2023July 19, 2023 CQRS, which stands for Command Query Responsibility Segregation, is an architectural pattern designed to facilitate… Continue Reading
Server Configuration Best Practices for Linux Partitioning Mousavi, July 9, 2023July 21, 2023 Ubuntu Server, a widely adopted Linux distribution, is preferred by numerous organizations to meet their… Continue Reading
Python Enable Python In IIS Mousavi, June 25, 2023July 12, 2023 From time to time, we want to run and execute python scripts in a windows… Continue Reading
Laravel/PHP Laravel 10 User Roles and Permissions Tutorial Mousavi, June 17, 2023February 20, 2024 In this tutorial, I am going to talk about how to implement User, role, and… Continue Reading
Uncategorized Hello World ! Mousavi, June 16, 2023June 21, 2023 Welcome to my blog! Here, I will share my experiences, insights, and discoveries as a… Continue Reading