Resources  
  • CQRS in ASP.NET Core: Practical Scenarios Where It Actually Makes SenseJun 09, 2026. Explore CQRS in ASP.NET Core: understand its benefits, when it truly makes sense, and avoid overengineering simple applications.
  • Claude Code: The Terminal AIJun 04, 2026. Claude Code brings the AI directly into your terminal, where real development work actually happens. Unlike the web app, Claude Code can read and write your project files, run shell commands, execute your tests, and manage Git operations, all without you leaving the command line.
  • Linux Server Monitoring: Essential Commands Every Developer Should KnowJun 03, 2026. Learn essential Linux server monitoring commands including top, htop, free, df, ps, ss, and journalctl to troubleshoot and manage servers effectively.
  • Linux systemd Tutorial: Create and Manage Custom ServicesJun 03, 2026. Learn Linux systemd with step-by-step examples. Create, manage, monitor, and automatically start custom services on Linux servers.
  • Using the COPY INTO Command to Load Data from Fabric Lakehouse to Fabric WarehouseJun 01, 2026. In this article, I demonstrated how to use the COPY INTO Command to Load Data from Microsoft Fabric Lakehouse to Fabric Warehouse
  • SharePoint Detailed Permission Report using PnP PowerShellMay 26, 2026. Generate a detailed SharePoint permission report (sites, libraries, folders, files) using PnP PowerShell. Identify access, unique permissions, and group members.
  • Managing Per-User MFA with Microsoft Entra PowerShell Beta ModuleMar 25, 2026. Manage per-user MFA in Microsoft Entra ID (Azure AD) using PowerShell. Bypass admin center limitations, enable bulk MFA, and automate user management without premium licenses.
  • Create Azure VMs with PowerShell—even when the portal says, "This VM requires a subscription without any spending limit"Mar 18, 2026. Create Azure VMs with PowerShell—even when the portal says “This VM requires a subscription without any spending limit
  • Git Commands to Push a Local Project to an Azure DevOps RepositoryMar 16, 2026. Learn how to push your local Git project to an Azure DevOps repository! This guide covers essential commands for initializing, staging, committing, and pushing code, enabling version control and collaboration. Streamline your workflow with Git and Azure DevOps.
  • How to Optimize PostgreSQL Queries for Large Datasets?Mar 16, 2026. Optimize PostgreSQL queries for large datasets! Learn indexing, EXPLAIN analysis, partitioning, caching, and more to boost speed and efficiency. #PostgreSQL
  • Mastering Git: The Definitive Guide from Basic to Advanced for .NET DevelopersMar 05, 2026. Unlock Git mastery! This definitive guide for .NET developers covers everything from basic setup to advanced history manipulation and repository recovery. Master Git today!
  • Automating IIS Maintenance A Step-by-Step Guide to 5-Hour RestartsMar 05, 2026. Automate IIS maintenance with PowerShell and Task Scheduler! This guide details how to create a script and schedule it to restart IIS every 5 hours, ensuring server stability.
  • Mastering Git: The Definitive Guide from Basic to Advanced for .NET DevelopersFeb 27, 2026. Unlock Git mastery! This guide empowers .NET developers, from beginners to advanced, with essential commands, branching strategies, and history manipulation techniques. Elevate your DevOps skills!
  • Mastering CQRS Pattern with MediatR in .NET 10Feb 17, 2026. Unlock the power of CQRS in .NET 10 using MediatR! Learn to implement Command Query Responsibility Segregation for scalable and maintainable applications.
  • UNDROP in Azure Databricks: Recover Dropped Tables Like a ProJan 20, 2026. In this article, I covered how to use the UNDROP command in Azure Databricks with Unity Catalog to recover accidentally dropped tables and materialized views. A data engineer's lifesaver! Discover syntax, permissions, and limitations for effective data recovery.
  • PnP Template Provisioning for SharePointJan 06, 2026. Automate SharePoint site creation with PnP Provisioning! Use XML or .pnp templates to deploy lists, branding, pages, and more. Simplify and standardize your deployments.
  • Using WebForms Core in GoJan 07, 2026. A Command-Oriented Approach to Server-Driven UI and Data Synchronization
  • Redis Performance Tuning: Practical Techniques for High Throughput and Low LatencyJan 06, 2026. A practical guide to Redis performance tuning. Learn how real-world systems keep Redis fast under load, avoid Redis latency spikes, and safely scale Redis in production environments.
  • Redis Performance Tuning: Practical Techniques for High Throughput and Low LatencyJan 02, 2026. A practical, human written guide to Redis performance tuning. Learn how real systems keep Redis fast under load, avoid latency spikes, and scale safely in production.
  • How to find your CPU’s scoreDec 26, 2025. Finding your CPU score is a great way to see how your computer handles heavy tasks like gaming, video editing, or multitasking. Depending on what you want to measure, there are three main ways to get those numbers.
  • Entity Framework Core – Code First ApproachDec 14, 2025. This article provides a complete and descriptive explanation of the Entity Framework Core Code First approach. It explains how databases are created and managed using C# classes, how DbContext and entities work together, how migrations handle schema changes, and how relationships, configuration, and change tracking are managed in Code First development. Written in simple language, this guide is ideal for beginners and professional .NET developers building modern, scalable applications using Entity Framework Core and SQL Server.
  • Architecture of Azure Command Launcher for JavaNov 28, 2025. Simplify Azure operations in Java with the Azure Command Launcher. Its layered architecture and execution pipeline ensure maintainable, scalable, and testable cloud integrations.
  • Command Routing and Prioritization Patterns at ScaleNov 25, 2025. Scale command handling with routing & prioritization! Learn patterns for high-volume systems, ensuring fairness, SLAs, isolation, and predictable load behavior.
  • Fixing Special-Character Folder Names and Applying Default Metadata in SharePoint Online Using CSOMNov 19, 2025. Fix SharePoint Online folder metadata issues caused by special characters in folder names. This guide provides a PowerShell CSOM script to apply default metadata correctly.
  • Export M365 In-Place Archive to PST Using PowerShell and Purview PortalNov 07, 2025. Streamline Microsoft 365 In-Place Archive mailbox exports to PST with this PowerShell script. Automate Compliance Search creation and data retrieval via Purview. Save time and effort!
  • Mastering Node.js CLI Tools: Building Your Own Developer UtilitiesNov 01, 2025. Build custom Node.js CLI tools to automate tasks & boost productivity! This guide covers setup, argument parsing, error handling, & npm publishing. Create utilities like git or npm!
  • Uploading Files and Folders to GitHubOct 28, 2025. Learn how to upload files and folders to GitHub using the web UI or command line. Perfect for beginners and experienced users. Master Git basics and best practices!
  • Command-Query Separation: Ask Questions Without Changing AnswersOct 26, 2025. Master Command-Query Separation (CQS) for cleaner, more predictable code! Learn how to separate commands and queries to avoid side effects and bugs.
  • Tell, Don't Ask: Write Code That Commands, Not Queries in C#Oct 26, 2025. Master the Tell, Don't Ask principle in C# for cleaner, more maintainable object-oriented code. Refactor from queries to commands for SOLID design!
  • Build a Bash Terminal Agent Using NVIDIA Nemotron Nano v2 in 1 HourOct 26, 2025. Follow a detailed, step-by-step guide to create a natural-language Bash terminal agent using the open-source NVIDIA Nemotron Nano 9B v2 model. Learn prerequisites, architecture, code snippets, safety considerations, and how to extend this system for practical workflows.
  • Visual Studio: Basic Commands and Keywords Every Developer Should KnowOct 24, 2025. Boost your coding productivity in Visual Studio by mastering essential keyboard shortcuts, common C# keywords, and beginner tips. Learn how to code faster, debug efficiently, and streamline your development workflow.
  • Automating SharePoint List MigrationOct 23, 2025. Streamline your SharePoint migration with this PowerShell script! Automate the transfer of list data from on-premises to SharePoint Online, while intelligently preventing duplicates. This script checks for existing items based on key fields, ensuring data integrity and a clean, organized cloud environment. Perfect for efficient and error-free SharePoint modernization, saving time and resources. Includes duplicate detection and automated cleanup for seamless cloud adoption.
  • Mastering Essential Git CommandsOct 15, 2025. Unlock the power of Git! This guide provides a comprehensive overview of essential Git commands for version control. Learn to initialize repositories, commit changes, manage branches, merge code, and collaborate effectively with teams. Master these fundamental commands to streamline your development workflow, track project history, and confidently manage your codebase. Perfect for beginners and experienced developers seeking a Git refresher.
  • Gemini CLI Cheat Sheet Oct 13, 2025. Master the Gemini CLI with this comprehensive cheat sheet! Quickly install, configure, and utilize Google's AI-powered terminal assistant. From basic commands to advanced tools, learn to generate code, refactor, fix bugs, and more. Includes setup, usage, troubleshooting, and pro tips for efficient workflow. Boost your productivity with this essential reference!
  • Getting started with Gemini CLIOct 13, 2025. Unlock the power of Google's Gemini AI models directly in your terminal with Gemini CLI! This open-source command-line agent lets you inspect, fix, refactor, test, and document code using natural language. Stay in your terminal and treat AI as a peer developer. Learn how to install, configure, and use Gemini CLI for enhanced productivity. Explore advanced features, troubleshoot common issues, and discover future roadmap highlights.
  • Bitcoin Mining on Raspberry Pi (2025): Full Setup, Commands, and Profit RealityOct 12, 2025. Step-by-step guide to run Bitcoin mining on a Raspberry Pi in 2025. Covers wallets, pools, BFGMiner build, USB ASICs, monitoring, security, and profitability limits.
  • Azure Cloud: Restore Domain controlled VM in Azure PortalOct 11, 2025. Explore various methods to clone Azure Virtual Machines within a trusted domain. This guide provides a comprehensive overview of different techniques, including Azure portal cloning, PowerShell scripting, and Azure CLI commands. Learn the pros and cons of each approach, ensuring efficient VM replication while maintaining security and compliance within your Azure cloud environment. Optimize your workflow and streamline VM deployment with these proven strategies for trusted domains.
  • Stopping Ghost Commands: How to Detect Replay Attacks in Life-Critical IoT Devices Using PythonOct 10, 2025. This article dives into detecting and preventing these insidious threats, using a smart insulin pump scenario as a compelling example. Learn how to implement timestamp and nonce-based defenses in Python to ensure command freshness and integrity. Safeguard your IoT systems with practical, real-time techniques and best practices to mitigate risks in healthcare and beyond.
  • How to build a custom extension (plugin) for Gemini CLI?Oct 09, 2025. Unlock the full potential of Gemini CLI by building custom extensions! This comprehensive guide walks you through designing, developing, testing, and publishing your own Gemini CLI extension. Learn to integrate custom tools, APIs, and domain knowledge, create shareable workflows, and enhance your terminal AI agent with tailored functionality. Includes practical examples, security best practices, and a ready-to-download project to get you started quickly. Supercharge your productivity and streamline your development process with Gemini CLI extensions!
  • Introduction to Git and Version ControlOct 09, 2025. Learn the fundamentals of Git, the leading version control system. This guide covers everything from understanding Git's core concepts like repositories, staging, and branching, to practical steps for installation and basic commands. Master collaboration, track changes effectively, and streamline your software development workflow.
  • How to Fix npm install Command Not WorkingOct 08, 2025. Struggling with 'npm install' errors? This guide provides a comprehensive, step-by-step troubleshooting approach to resolve common issues preventing npm from installing packages correctly. From clearing the cache and verifying Node.js installation to checking proxy settings and updating npm, learn how to fix npm install problems on Windows, macOS, and Linux. Get back to coding quickly with these proven solutions!
  • Fixing Exchange Management Shell Connecting to the Wrong ServerOct 02, 2025. Frustrated that your Exchange Management Shell (EMS) connects to the wrong server? This article explains why EMS redirects and how to fix it. Learn about the crucial role of SSL certificates in securing PowerShell remoting and ensuring proper redirection. Discover the simple steps to bind a valid SSL certificate to the Exchange Back End site in IIS, resolving authentication errors and guaranteeing secure, predictable Exchange administration. Stop unwanted server redirection now!
  • Audit SharePoint Security Groups — Script & GuideSep 29, 2025. Audit SharePoint Online security with this comprehensive guide and PnP.PowerShell script. Discover Azure AD security groups (including Microsoft 365 Groups) with assigned permissions across your tenant's SharePoint sites. Learn how to securely automate the process, export results to CSV, and avoid common pitfalls. Improve your SharePoint security posture by identifying and managing group permissions effectively.
  • Command Query Responsibility SegregationSep 24, 2025. Command Query Responsibility Segregation (CQRS) separates read and write operations into distinct models, enhancing scalability and performance. Ideal for complex, read-heavy applications and event-driven microservices, CQRS offers optimized read models and better separation of concerns. However, it introduces complexity, eventual consistency challenges, and infrastructure overhead, making it unsuitable for simple CRUD applications. Weigh the pros and cons carefully before implementation.
  • SQL: The Language of DatabasesSep 18, 2025. This article provides a comprehensive overview of SQL, the standard language for relational databases. Learn core features, basic commands (CREATE, INSERT, SELECT, UPDATE, DELETE), and why SQL is essential for web development, data analytics, and business intelligence. Master SQL for efficient data management and a valuable skill in today's tech landscape.
  • Exporting Power Automate Flow Details with PowerShellSep 09, 2025. Gain comprehensive visibility into your Power Automate flows with this PowerShell script! Automate the extraction of flow details, including status, run history, ownership, and connector usage. Simplify auditing, governance, and troubleshooting by exporting data to a CSV report. Identify failing flows, track modifications, and ensure compliance across your Power Platform environment.
  • Top GitHub Copilot Shortcuts and Commands for Faster CodingAug 26, 2025. Unlock peak coding efficiency with GitHub Copilot! Discover essential shortcuts and commands for VS Code and JetBrains IDEs to accept, cycle, and dismiss suggestions faster. Boost your productivity now!
  • Useful Cisco Switch Verification CommandsAug 22, 2025. Master essential Cisco switch verification commands! This guide provides a comprehensive overview of commands to check switch health, interface status, VLAN configurations, MAC address tables, port security, and spanning tree protocol (STP). Learn to diagnose network issues, ensure optimal performance, and maintain a stable and secure network environment.
  • Streamlining SharePoint Site and Group Data Extraction Using PnP PowerShellAug 19, 2025. This blog post explains how to use PnP PowerShell to automate the extraction of SharePoint site and group data, including site groups, subsites, and pages. It provides a step-by-step guide on how to connect to a SharePoint site, gather data recursively from subsites, and export the results to a CSV file for analysis. Ideal for SharePoint administrators looking to streamline auditing and management tasks.
  • Automate SharePoint Online Restricted Search with PowerShellAug 20, 2025. Automate SharePoint Online site management with PowerShell. Apply tenant and site-level search restrictions securely using app-only authentication and CSV input, ensuring compliance, governance, and efficient bulk operations.
  • Discovering SharePoint Pages and Subsites Using PowerShellAug 19, 2025. This blog provides a PowerShell script to efficiently list all pages and subsites in a SharePoint environment. It explains how to navigate web applications, site collections, and subsites while leveraging PowerShell for automation, memory management, and customization. Ideal for SharePoint administrators looking to streamline content audits and management tasks.
  • OneDrive Sharing Report - PowerShellAug 19, 2025. Learn how to create an Azure AD application, assign permissions, and use PowerShell with Microsoft Graph API to generate detailed OneDrive sharing reports, enhancing security and compliance in your organization.
  • What is the purpose of npm, package-lock.json, and the command npm ci?Aug 14, 2025. This article explains what npm is, the role of package-lock.json, and the purpose of the npm ci command in Node.js projects, using clear and simple language with examples.
  • Fix Exchange Hybrid Error: Socket Code 10061 Fix GuideAug 06, 2025. Fixing Exchange Hybrid Deployment Error: Socket code 10061 occurs when a connection to port 25 is refused. Learn how to troubleshoot firewalls, connectors, IPs, and HCW issues to restore mail flow.
  • Build a Simple Command-Line To-Do List App in PythonAug 05, 2025. This article walks readers through building a lightweight command-line To-Do List application in Python. The project teaches basic Python concepts like lists, file handling (saving/loading tasks), user interaction via menus, and simple persistence. It’s perfect for beginners who want a useful utility and a foundation to expand into GUI or web versions.
  • SharePoint Online: Update Web Part Properties using PnP PowerShellAug 04, 2025. In this article, we will see how you can update the web part property of a custom web part on your SharePoint Online page using PnP PowerShell script. Sometimes due to heavy customization on a SharePoint page.
  • Git Cheatsheet: Complete Guide to Git CommandsJul 28, 2025. This GitHub cheatsheet covers essential Git commands for setup, daily workflows, branching, merging, stashing, tagging, pull requests, and more—ideal for beginners and developers managing code with Git and GitHub.
  • Command the Content: Mastering Leading CMS Platforms for Seamless Digital ManagementJul 21, 2025. This article provides a structured overview of CMS fundamentals and guides you through mastering the use of these leading platforms.
  • 🚀 Docker Workflow with Important CommandsJul 14, 2025. Learn the essential Docker workflow: write a Dockerfile, build images, run containers, manage them, and use Docker Compose. Plus, review key Docker interview questions from basics to advanced concepts.
  • Master Dockerfile Instructions: FROM, WORKDIR, COPY, RUN, EXPOSE, ENTRYPOINTJul 03, 2025. A simple article to key Dockerfile instructions: FROM, WORKDIR, COPY, RUN, EXPOSE, ENTRYPOINT. Understand each with examples and a memory trick (FWCREE) to easily build and run Docker containers.
  • Modern CQRS and Messaging in .NET with WolverineJun 30, 2025. Learn how to use Wolverine, a powerful .NET message bus library, to handle commands, publish events, and schedule background tasks in a simple console app with zero boilerplate and full CQRS support.
  • SharePoint Spaces Is Being Deprecated – What You Need to KnowJun 12, 2025. A practical, hands-on guide to navigating the deprecation of SharePoint Spaces in 2025. Learn how to identify existing Spaces content, transition to Microsoft Mesh, or repurpose assets using PowerShell and SharePoint tools. Ideal for IT admins, developers, and Microsoft 365 power users.
  • Introduction to Git and SourceTreeJun 09, 2025. Git is a free and open-source version control system that allows developers to collaborate on projects efficiently. SourceTree is a powerful visual Git client that simplifies the process of using Git.
  • Beginner’s Guide to Git Interview QuestionsJun 02, 2025. A beginner-friendly guide to Git covering key concepts, commands, workflows, and Git vs. GitHub. Learn to manage code, collaborate, and prepare for interviews with real-world examples and step-by-step explanations.
  • Understanding DBCC Commands in SQL Server: Use Cases and ImportanceMay 31, 2025. Learn the essentials of DBCC commands in SQL Server—powerful tools for monitoring, maintaining, and troubleshooting databases. Mastering them ensures performance optimization, deadlock resolution, and proactive database health checks.
  • Understanding the Set-CalendarProcessing Cmdlet in Exchange OnlineMay 27, 2025. Learn how to use the Set-CalendarProcessing cmdlet in Exchange Online to manage calendar settings, auto-accept meetings, configure booking options and streamline scheduling with PowerShell.
  • Getting Hands-On with the Docker MCP CLIMay 04, 2025. Learn how to use the Docker MCP CLI with real-world examples, clear commands, and step-by-step guidance tailored for beginners and devs alike.
  • How to Use Copilot Slash Commands in Visual StudioApr 21, 2025. Discover how commands like /generate, /explain, and /tests can help you write code, fix errors, add documentation, and create unit tests more efficiently. Boost your productivity today.
  • Learn Class Components - ReactApr 15, 2025. this article is basic about class component and its functionality based
  • Passing Connection as Input Parameter in PowerShell FunctionsApr 14, 2025. Easily reuse a single SharePoint Online admin connection in PowerShell functions to fetch QA site info efficiently, reducing redundant logins and enhancing performance in M365 automation tasks.
  • Getting Started with Docker's new CLI Model RunnerApr 02, 2025. Learn how to install, configure, and use Docker Model CLI to run AI models effortlessly. A beginner-friendly guide with hands-on examples!
  • Remove IIS Log Files (4-3) --- AWS security group on the ec2 needs to Allows ports for PowerShell RemotingFeb 27, 2025. This article will discuss AWS security group on the ec2 needs to Allows ports for PowerShell Remoting
  • Remove IIS Log Files (4-2) --- Make Server Allows ports for PowerShell RemotingFeb 27, 2025. This article will discuss to Make Server Allows ports for PowerShell Remoting
  • Automate SharePoint List Retrieval with AWS Lambda and PnP PowerShellFeb 26, 2025. This article walks you through setting up AWS Lambda, configuring PowerShell scripts, and securely accessing SharePoint data. Streamline your workflows with a serverless approach for seamless SharePoint integration.
  • How to Change Time in LinuxFeb 25, 2025. This article covers how to check, set, and synchronize system time using commands like date, timedatectl, and NTP. Whether adjusting manually or syncing with a time server, learn how to manage time effectively in Linux.
  • Design Patterns for Scalable ASP.NET MVC ApplicationsJan 31, 2025. Discover key design patterns like Repository, Unit of Work, Dependency Injection, Factory, Singleton, and Command to enhance the scalability, maintainability, and testability of your ASP.NET MVC applications.
  • Delete Microsoft Team InstantlyJan 30, 2025. This article will help you permanently uninstall or deactivate MS Teams on Windows, Mac, or mobile devices, ensuring a smooth and instant removal process. Follow our tips for hassle-free deletion.
  • How to Install Docker Engine on UbuntuJan 21, 2025. Learn how to install Docker Engine on Ubuntu with this step-by-step article. Simplify containerized app development and deployment effortlessly.
  • Azure API Permissions Managed Identity with PowerShellJan 06, 2025. This article covers the necessary steps to grant specific API access, configure Azure Active Directory roles, and automate permission assignments for secure and efficient identity management within Azure services.
  • Azure CLI CommandsJan 03, 2025. This article explores key commands for deploying, managing, and monitoring resources, simplifying tasks like creating virtual machines, managing storage, and configuring networks directly from the command line.
  • Docker Desktop 4.37: AI Catalog Access and Command-Line ControlDec 19, 2024. Docker Desktop 4.37 introduces AI Catalog access, command-line management, component upgrades, and bug fixes, streamlining modern development workflows.
  • Remove IIS Log Files (3) --- Deploy VBScript Automation by PipelineDec 17, 2024. This article is to discuss the deploying VBScript automation by pipeline
  • How to Create a ListView Command Set ExtensionNov 12, 2024. A ListView Command Set extension in SharePoint customizes the command bar or context menu of lists/libraries. It allows adding buttons that trigger custom actions, such as displaying alerts, showing selected items, or integrating with external systems.
  • Understanding Write-Debug, Write-Verbose, and Write-HostNov 10, 2024. In PowerShell, Write-Debug, Write-Verbose, and Write-Host serve different purposes for output. Write-Debug is used for debugging, displaying messages when the $DebugPreference is set. Write-Verbose provides detailed information when $VerbosePreference is set.
  • Fetch Document Versions in SharePoint using PowerShellNov 08, 2024. This PowerShell script connects to a SharePoint site to retrieve document versions from a specified library. It gathers metadata, including version numbers, last modified dates, and user details, then exports this information to a CSV file.
  • Create Azure App Service via PowerShell 7Nov 05, 2024. In this guide, learn how to create an Azure App Service using PowerShell 7. We'll cover the essential steps, including setting up your environment, configuring your app service plan, and deploying your web applications.
  • Automate SharePoint Site Creation with Azure Functions and AD AuthOct 28, 2024. This guide demonstrates how to automate SharePoint site creation using Azure Function Apps with custom Azure Active Directory (AD) authentication. It covers prerequisites, creating an Azure Function App, configuring authentication, setting up permissions, and testing the function.
  • Restore Deleted Flows with PowerShellOct 26, 2024. Learn how to restore deleted Power Automate flows using PowerShell in this comprehensive guide. This process enables users to recover important automated workflows, minimizing downtime and preserving valuable automation.
  • PowerShell 7 - Create New PowerShell InstancesOct 21, 2024. Learn how to open fresh PowerShell sessions, automate workflows, and take advantage of cross-platform scripting. This guide covers step-by-step instructions for setting up and running new PowerShell instances.
  • Basic Linux CommandsOct 06, 2024. Learn about basic Linux commands including listing files and managing directories as part of fundamental of DevOps.
  • TypeScript command 'tsc' not running in Terminal and PowerShellOct 06, 2024. This series of articles will discuss a specific feature for PowerShell programming.
  • Check which process deleted the files on WindowSep 28, 2024. Enable event logging to identify the process causing deletion operations. Set up folder auditing by adjusting security properties, adding auditing entries, and running AuditPol commands.
  • Authenticate your Azure OpenAI Based App - Key or Key-lessSep 12, 2024. Key-based authentication for Azure OpenAI is simple but unsuitable for production due to security risks like key exposure and lack of granular control. Using Managed Identities offers enhanced security, automatic token management, and role-based access. Transitioning to keyless authentication ensures safer practices.
  • Deleting Unused Items in Sitecore Media Library via PowerShell ScriptSep 05, 2024. In this blog we will find a Sitecore PowerShell script to be able to eliminate multimedia elements that are not being used.
  • Automated Way for PBIX to PBIP File ConversionSep 04, 2024. To automate PBIX to PBIP conversion, install the PowerShell module PBIXtoPBIP_PBITConversion using Install-Module -Name PBIXtoPBIP_PBITConversion. Use PBIXtoPBIP_PBITConversion -PBIXFilePath "<<PBIXFilePath>>" -ConversionFileType "<<ConversionFileType>>" to perform the conversion.
  • Understanding and Fixing the Connect-PnPOnline PowerShell ErrorAug 22, 2024. It covers common issues, troubleshooting steps, and practical tips to fix problems and ensure successful connections with SharePoint Online. Ideal for those new to PnP PowerShell.
  • Mastering Site.Selected API Permissions in SharePoint OnlineAug 21, 2024. This guide explains how to configure Sites.Selected API permissions in SharePoint Online. It covers registering an app in Azure AD, adding the Sites.Selected permission, and granting admin consent. It also includes using PnP PowerShell for configuration and troubleshooting common issues like 403 Forbidden errors.
  • Learning About Docker Basics in Minutes - Docker FileAug 20, 2024. Building a Docker image involves using commands like FROM, CMD, EXPOSE, WORKDIR, ENV, COPY, RUN, and USER in a Docker file. These commands define the base image, set up environment variables, copy files, and execute commands to create a deployable container for various applications.
  • Running .NET Core Application using Docker ContainerAug 13, 2024. Creating a microservice with .NET 8.0 and Docker. It covers installing .NET, setting up a .NET Core API project, creating a Dockerfile, and building and running a Docker image. Learn to verify images, run containers, and explore container contents using Docker commands and Docker Desktop.
  • Running PowerShell Inside Docker ContainerAug 06, 2024. This approach leverages the flexibility of Docker and the powerful scripting capabilities of PowerShell, facilitating cross-platform development, streamlined deployments, and efficient DevOps workflows.