3 Important Things About Backing Up Data
Backing up data is important, but not that many people bother putting enough effort into making sure that their files are safe. The negligence should not be so prominent given how many different…
A proper & well organized listing of IT companies
Backing up data is important, but not that many people bother putting enough effort into making sure that their files are safe. The negligence should not be so prominent given how many different…
You can use the below code to display the preview of a large-sized image when the user clicks on its thumbnail. I had to do this in one of my projects. So, I thought of publishing the code here, so…
If you are preparing for Amazon, then you must prepare yourself for the behavioral/leadership round of interviews at Amazon.These are the questions, you can not answer instantly. So, in my opinion, it…
In signing, a Digital Signature (Digital Signature is nothing, just a string) is shared with the recipient. The recipient uses this signature to verify the authenticity of the issuer.You can co-relate…
Android SDK has a variety of tools that helps you to develop a mobile application for the Android platform. These tools have been classified into 2 groups. - SDK Platforms (Platform dependent…
In this post, we will understand how can we export the SQL Server database via the command line and also copy the same to Azure Blob Storage.ProblemIt is a very common requirement to schedule daily…
These are the 2 most basic tasks that I do every time I create a new Windows Server Virtual Machine in Cloud. Installing Google ChromeInstalling IISIn this post, we will understand how can we install…
In this post, we will create a Billing Alarm for your Azure account. So, let's understand the purpose of Billing Alarm and how can it help. Objective of Billing AlarmThe main purpose of Billing Alarm…
In this post, we will understand how can we create a Virtual Machine in Azure inside a Virtual Network (VNET).Table of ContentsCreating a Resource GroupCreating a Virtual Network and SubnetCreating a…
In this post, we will understand how to register an application in Google and generate ClientId and Client Secrets for that application.…