How to download and install Wamp Server on Windows 11 || Tutorial for Beginners

In this tutorial, you will learn to download and install the Wamp server on Windows 11 properly without any issues. Download link: https://www.wampserver.com/en/download-wampserver-64bits/ If you enjoyed this video tutorial and found it helpful, please consider giving it a thumbs up (like) 👍 and hitting that subscribe button ✅ if you haven’t already.

Installing MinGW (GCC/G++) Compiler in Windows 11 || Compile and run C++ program |Beginners Tutorial

In this tutorial, you will learn to download and install the MinGW GCC compiler on Windows 11. Here we are not using any installer exe. We will quickly set up MinGW on Windows 11 by setting up the environment variable. Also, you will learn to create, compile and run a C++ simple program here in … Read more

How to install CodeBlocks IDE v20.03 on Windows 11 with Compilers ( GCC , G++)?

In this tutorial, you will learn how to download and install CodeBlocks ide on Windows 11 with compilers gcc and g++. Also, we will create a sample C++ program and then compile it and run it in CodeBlocks IDE on Windows 11. I hope you found this tutorial helpful, please consider giving thumbs up and … Read more

Genymobile scrcpy installation on Windows 11 || mirror your Android device to Windows 11| Easy Setup

In this tutorial, you will learn to download and set up the Genymobile scrcpy application on Windows 11. With the help of this application, we can mirror Android screen to our laptop/desktop computer and we can interact with the use of a keyboard and mouse.   Download link: https://github.com/Genymobile/scrcpy Thank you again for being a … Read more

Easy way to delete email from inbox in android phone || Swipe right and delete emails

In this quick tutorial, you will learn an easy way to delete emails from the inbox on your Android phones with a right/left swipe. To do this we need to enable a setting in the Gmail app. Let’s do it. If you enjoyed this video tutorial and found it helpful, please consider giving it a … Read more

How to Install Eclipse on Windows 11 without setting up environment variable? || updated 2023

In this video tutorial, you will learn how to install Eclipse on Windows 11 without setting up the Environment variable. In this method, no need to setup jdk path – Benefits of this method – If the system admin blocked your access to the environment variable and you are not able to change anything, in … Read more

MySQL 8.0.33 server installation process on Windows 11 || Step by Step Installation (Updated 2023)

In this video tutorial, we will learn how to install MySQL server and MySQL work bench on windows 11. I have explained the whole process of installation step by step to avoid mistakes or errors. We can use the same procedure for installing MySQL on Windows 10 as well.  Download link : https://dev.mysql.com/downloads/installer/ I hope … Read more

How to install SQLite database on windows 11 || Creating a database and table in SQLite 2023 updated

SQLite is a self-contained, serverless, and zero-configuration database engine that doesn’t require a separate installation process like some other database systems. To use SQLite on Windows 11, you can download a precompiled binary or use it in various programming languages like Python, Java, or C#. Here’s how to get started: Download SQLite Tools:SQLite provides a … Read more

Install and run apk on the Android Emulator | Android Studio | Quick and easy way

To install and run an APK file on the Android Emulator, you can follow these steps: Install Android Studio:If you haven’t already, download and install Android Studio on your computer. You can download it from the official Android Developer website: Download Android Studio. Launch Android Studio:Open Android Studio after it’s installed. Configure Android Emulator:Before you … Read more

How to install Microsoft SQL Server 2022 on Windows 11 ? || SQL Server tutorial for beginners

To install Microsoft SQL Server 2022 on Windows 11, you can follow these steps. SQL Server 2022 is the latest version as of my last knowledge update in September 2021, so please make sure to check for any updates or changes that may have occurred since then. System Requirements: Ensure that your Windows 11 system … Read more