CoderJony

Blogs

Understanding Android SDK ecosystem

Understanding Android SDK ecosystem

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.

Read More By Ankush Jain
Exporting and copying SQL Server backup files to Azure Blob Storage using Command Line

Exporting and copying SQL Server backup files to Azure Blob Storage using Command Line

In this post, we will understand how can to export the SQL Server database via the command line and copy it to Azure Blob storage.

Read More By Ankush Jain
Installing Google Chrome and IIS Web Server on Windows Server

Installing Google Chrome and IIS Web Server on Windows Server

Installing Google Chrome and IIS Web Server are the 2 most basic tasks that I do whenever I create a new Windows Server machine either on the Cloud or On-Premises.

Read More By Ankush Jain
Creating a Cost Alert for Your Azure Account

Creating a Cost Alert for Your Azure Account

In this post, we will create a Cost Alert for your Azure account. So, let's understand the purpose of the Cost Alert and how can it help.

Read More By Ankush Jain
Step by Step - Creating a Virtual Machine in a Virtual Network (VNET) in Azure

Step by Step - Creating a Virtual Machine in a Virtual Network (VNET) in Azure

In this post, we will understand how can we create a Virtual Machine in Azure inside a Virtual Network (VNET).

Read More By Ankush Jain
Register a Client application in Google to access Google APIs via OAuth 2.0

Register a Client application in Google to access Google APIs via OAuth 2.0

Any application that wants to use Google API, must have to register a Client application in Google to get a Client Id and Client Secret. That application will further use this Client Id and Client Secret to get an Access Token from Google to access its APIs.

Read More By Ankush Jain