Author name: Md Nahidur Rahman

Senior Software Engineer | Full Stack .NET Specialist | Cloud & AI Enthusiast | Innovating with C#, Azure, Angular & More

AsSplitQuery in EF Core
.NET, Entity Framework Core

AsSplitQuery in EF Core

When working with Entity Framework Core and including multiple related entities, you may notice performance degradation or unexpected SQL behavior. One hidden gem to address this is the AsSplitQuery() method—a powerful tool that gives you greater control over how EF Core executes your queries. In this article, we’ll explore: The Problem: Cartesian Explosion with Include […]

grok cli
AI

Getting Started with Grok CLI

In the fast-paced world of software development, productivity and clarity are everything — especially for .NET developers juggling APIs, Entity Framework, LINQ, and testing. Enter Grok CLI, a conversational AI tool powered by Grok 3 and 4, designed to live inside your terminal and make your development life smoother. This post covers: 🤖 What is

Getting Started with Gemini CLI The AI Command Line Tool Developers Will Love
AI, API

Getting Started with Gemini CLI

As AI becomes more deeply integrated into the developer workflow, tools like Gemini CLI are changing how we write, test, and explore code — all from the terminal. If you love the command line and want to tap into Google’s powerful Gemini AI models without leaving your dev environment, this guide is for you. 🧠

The Future Developer’s Mindset – Build Faster, Smarter, and Better with AI
AI

The Future Developer’s Mindset

If you’re still writing every single line of code manually, you’re already behind. The best developers today don’t just code. They orchestrate. Think about this: Here’s the AI-Augmented Developer’s Mindset: Automate the Repetition. Focus on Architecture. Use AI as Your Debugging Assistant. Get Good at Prompting. 🚀 Your role isn’t disappearing—it’s evolving. The best developers

Transitioning to Prompt Engineering: How AI is Shaping Software Development Careers
AI

Transitioning to Prompt Engineering

Artificial Intelligence (AI) is no longer just a buzzword; it has transformed nearly every industry, especially software development. Among the many facets of AI, Prompt Engineering has emerged as a critical skill, shaping the way developers interact with AI models like ChatGPT, GPT-4, and other advanced language models. In this article, we’ll explore what prompt

AI

E-commerce Data Access with AI

In today’s fast-paced e-commerce industry, accessing data quickly and effectively is key to making informed decisions. Business users often need insights from the database but lack the technical skills to write SQL queries. Developers, on the other hand, spend time writing and validating these queries, which can create bottlenecks. This article dives into a practical

Scroll to Top