Tutorials

HIGHLIGHTED WORK

Featured Projects

  • How to Use Azure DevOps with Power BI & View Reports

    How to Use Azure DevOps with Power BI & View Reports

    You can connect Azure DevOps to Power BI using either: Below are step-by-step instructions. Method 1: Using Azure DevOps Analytics Views (Most Common & Easiest) If your Azure DevOps organization…

  • Azure DevOps Guide for Testers

    Azure DevOps Guide for Testers

    1. Introduction to Azure DevOps (ADO) Azure DevOps (ADO) is Microsoft’s cloud-based DevOps platform that supports the entire software development lifecycle. It provides tools for: For testers, Azure DevOps is…

  • How to install Docker to Raspberry Pi?

    How to install Docker to Raspberry Pi?

    Installation Step1 Update all our existing packages before we proceed to install Docker. We can upgrade all existing packages by running the following two commands on the Raspberry Pi. sudo…

LEARN AT YOUR PACE

All Tutorials

  • Notebook LM: How to Use It as Your AI Research & Learning Partner

    Notebook LM: How to Use It as Your AI Research & Learning Partner

    Notebook LM is a powerful AI-powered research and learning assistant designed to support students, professionals, and lifelong learners. It helps you study smarter by transforming complex information into clear, easy-to-understand insights—using only the sources you provide. Whether you are preparing for exams, learning a new skill, or researching a tool or product, Notebook LM acts…

  • How to Use Azure DevOps with Power BI & View Reports

    How to Use Azure DevOps with Power BI & View Reports

    You can connect Azure DevOps to Power BI using either: Below are step-by-step instructions. Method 1: Using Azure DevOps Analytics Views (Most Common & Easiest) If your Azure DevOps organization has Analytics enabled and do not require to make complex calculation then this is the best method. Step 1 — Enable Analytics in Azure DevOps(Prerequisite)…

  • Azure DevOps Guide for Testers

    Azure DevOps Guide for Testers

    1. Introduction to Azure DevOps (ADO) Azure DevOps (ADO) is Microsoft’s cloud-based DevOps platform that supports the entire software development lifecycle. It provides tools for: For testers, Azure DevOps is especially useful for: 2. Key ADO Modules for Testers Boards Test Plans Dashboards 3. Working With Test Plans 3.1 Creating a Test Plan A Test…

  • How to Install and configure Homepage Dashboard on Raspberry Pi

    How to Install and configure Homepage Dashboard on Raspberry Pi

    If you’re looking for a sleek, stylish, and customizable dashboard for managing your self-hosted applications, Homepage is hard to beat. Its minimalist design and user-friendly interface make setup quick and painless—even if it involves a bit of YAML configuration. With a few simple tweaks to the YAML config file, you can make Homepage truly your…

  • How to install Docker to Raspberry Pi?

    How to install Docker to Raspberry Pi?

    Installation Step1 Update all our existing packages before we proceed to install Docker. We can upgrade all existing packages by running the following two commands on the Raspberry Pi. sudo apt update sudo apt upgrade Step2 After this install Docker. We will use official Docker setup script to install Docker. Follow the following command for…

  • What is Artificial Intelligence(AI)?

    What is Artificial Intelligence(AI)?

    Overview The term Artificial Intelligence(AI), refers to the simulation of human intelligence by machines or in other words, AI is software that imitates human behaviors and capabilities. Technologies or workloads that come under AI include machine learning and deep learning, Natural Language Processing(NLP), Document Intelligence, Computer Vision, Knowledge Mining, Generative AI etc. Machine Learning –…

  • Test Automation using Python and pytest

    In this post we will see test automation using python and pytest. Previously we have seen how to write Selenium test using Python and unittest. Python unittest has many advantages like: Simple and easy to use Comprehensive reporting- Python unittest framework provides comprehensive reporting features, which allows developers to easily analyze and debug the test…