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

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

Connecting MS SQL Server in Visual Studio Code || Step-by-Step Tutorial for Beginners

In this tutorial, we will learn to connect Microsoft SQL Server 2022 in Visual Studio code. I have explained the whole process step by step for better understanding. I suggest you watch this tutorial till the end for complete knowledge and then you can easily connect MS SQL server in Visual Studio code. Inside vs … Read more

Connecting MySql Server in Visual Studio Code

In this video tutorial, you will learn to connect MySQL server in visual studio code. Also, we will fix the issue of authentication mode by creating a new user with a password and then we login in SQL server from visual studio code. I have explained everything there in this tutorial step by step, so … Read more

Comment/uncomment your T-SQL code in SQL Server Management Studio || Tutorial for Beginners

In this tutorial you will learn the following things:   1) Comment/uncomment your T-SQL code in SQL Server Management Studio  2) Indent your SQL queries I hope you found this tutorial helpful, please consider giving a thumbs up and hit the subscribe button to motivate me. Your support is what keeps me inspired and motivated to … Read more