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

  • How to use Google sheets for stock analysis

    How to use Google sheets for stock analysis

    In this post I will show you how you can use Google sheets for stock analysis. Only prerequisite is you need to have a google account and some basic spreadsheet knowledge. Here are step by step approach to build Google sheets for stock analysis. Step1 Login to your google account and open drive. From there…

  • Raspberry Pi Tips and Tricks

    Raspberry Pi OS Basic commands In this post I am listing out some raspberry pi tips and tricks. These frequently used commands will help you maintain and use your raspberry pi efficiently and should help you in resolving some basic issues. Keeping your Operating System up to Date APT keeps a list of software sources…

  • How to use Azure IOT Hub – Part 1

    Introduction In this part we will cover how to configure Azure IOT hub and make it ready for using it with Raspberry Pi or ESP8266 boards. Things that you Need An ESP8266 Dev board or Raspberry Pi 2 or 3 or Pie Zero W or Node MCU. I will be using Raspberry Pi 2 An…

  • Raspberry pi as print server

    Making Raspberry pi as print server will help you in making your printer wireless. What you need ? Raspberry pi USB wireless dongle. USB Printer I am assuming that you have already setup raspberry pi with suitable OS.  Make sure that is is updated to latest version. To do so follow the following commands. sudo…

  • UI Automation using Appium and WinAppDriver

    Introduction to Appium Appium is an open source cross platform test automation framework for use with native, hybrid and mobile web apps. It drives iOS, Android, and Windows apps using the WebDriver protocol. Platforms supported are:  iOS Android Windows FirefoxOS Step 1: Installing Appium in Windows machine Install latest nodejs from https://nodejs.org/en/ Open command prompt and…

  • What is DevOps

    What is DevOps? DevOps is a term used to refer a set of practices that emphasize the collaboration and communication of software developers and Information technology(IT) professional while automating the process of software delivery and infrastructure changes. It aims at establishing a culture and environment where building. Testing and releasing software  can happen at a…