.NET Core Efficient Bulk Operations in Entity Framework Core Mousavi, December 9, 2024February 20, 2025 In any application, performance becomes a critical factor when dealing with large amounts of data…. Continue Reading
DevOps Maximizing Developer Productivity with Azure Artifacts Mousavi, August 2, 2024December 9, 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
DevOps Setting Up PostgreSQL and pgAdmin with Docker on Linux Mousavi, October 30, 2023December 9, 2024 Docker is a powerful tool for containerization, making it easier to manage and deploy applications…. Continue Reading
DevOps Enabling and Customizing MySQL Cache in Apache Server Mousavi, October 8, 2023December 9, 2024 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
DevOps Optimizing SQL Server Performance: Best Practices and Tips Mousavi, August 2, 2023December 9, 2024 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
DevOps Best Practices for Linux Partitioning Mousavi, July 9, 2023December 9, 2024 Ubuntu Server, a widely adopted Linux distribution, is preferred by numerous organizations to meet their… Continue Reading
DevOps Enable Python In IIS Mousavi, June 25, 2023December 9, 2024 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