How to use your laptop as a second monitor
Overview In this article we will see how you can use your laptop as a second monitor. Most of the time during your work you may need additional screen for more space or when you need to share screen during…
Overview In this article we will see how you can use your laptop as a second monitor. Most of the time during your work you may need additional screen for more space or when you need to share screen during…
Why do you need to setup static IP address address By default most of the network setup at home are DHCP, which means you are not sure which ip is assigned to your raspberry pi and can change. There may…
Configuring an Android emulator for mobile testing involves several steps. Here’s a general guide on how to do it: Step 1: Install Android Studio Download and install Android Studio, which is the official development environment for Android app development. Android…
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…
In this post we will see how you can write test automation using Python. We see how to configure your Python test environment and write your first Python unit test using unittest framework. Setup and Configuration Note: On Windows machine…
Overview Here I will show you how to fail OpenAI. I have given a simple mathematical problem to solve. Open AI got confused on the questions and gave multiple incorrect answers each time trying to prove itself correct. So its…
In this post we will see how to create Azure Virtual Desktop step by step from the user interface. Alternatively you can use PowerShell command to achieve the same. The things you create in Azure are called resources, and every…
Why do you need to convert? You may have html file with image and do not want to keep your image file separately with html file. In such case you can convert image to base64 string and use it in…
Problem statement You have made an IOT project e.g.: home automation and wanted to send whatsapp messages to your self or some registered number for all the alerts. Here is a simple way to send messages in whatsapp using Whatabot…