Tips

How to Take Screenshot Instantly in Windows 10 Using Snip & Sketch

Snip & Sketch Snip & Sketch is Windows 10’s better version of the Windows Snipping Tool. It has the same screenshot capabilities as before, but with more functionality. Learn how to use it on Windows 10 to take a screenshot. How to Take a Screenshot Using Snip and Sketch to take a screenshot is quick and …

How to Take Screenshot Instantly in Windows 10 Using Snip & Sketch Read More »

How to Log Out of a Single Google (Gmail) Account?

Many individuals have numerous Google accounts, which they use for Gmail and other things. Google makes it extremely tough to sign out of only one account at a time. If you know where to search, it is feasible. When you’re signed into several Google accounts, the only choice in the accounts menu is “Sign Out …

How to Log Out of a Single Google (Gmail) Account? Read More »

What is Axios and how to use it for HTTP request

Axios is a promise-based HTTP client for the browser and Node.js. Axios makes it easy to send asynchronous HTTP requests to REST endpoints and perform CRUD operations. It can be used in plain JavaScript or with a library such as Vue or React. The HTTP protocol is the most common way for frontend programs to communicate with a server. Maybe you are familiar with Fetch API and XMLHttpRequest interface. …

What is Axios and how to use it for HTTP request Read More »

How to get Facebook Profile Photo and Other Data In Flutter

Step 1: You need to setup a permission when creating an instance for Facebook login. FacebookAuth.instance.login(permissions: [’email’, ‘public_profile’]); Step 2: After setting the permission, you can now get the Facebook data of the user easily by simply using the line of code below. You can follow this link Graph API User (facebook.com) to know the …

How to get Facebook Profile Photo and Other Data In Flutter Read More »

How to Connect your device over wifi instead of USB Cable in android vS code

In order to start, you have to make sure that’s your extensions are up to date. Start by checking that you already have the ADB if you’re not take a look here: LINK then make sure to enable developer options … now Install the ADB Commands for VSCode extension you have to make sure that you add …

How to Connect your device over wifi instead of USB Cable in android vS code Read More »