What is your escape velocity?

Success is not rocket science but here are few lessons for success from rocket science. Escape velocity is the speed at which an object must travel to escape the gravity of the planet. Read any space agency report about rocket launch and they will have achieving...

Google Cloud Vision API

I explored another new service offered by Google Cloud. This is for extracting information from and about images it is called Google Cloud Vision. This service offers powerful features like Optical Character Recognition, Identifying objects in the images, location...

Google BigQuery – File Sanitizing

One of the first steps in loading data into BigQuery is to extract data from your local datasource and then sanitizing it for importing it into BigQuery. Initially I encountered lot of errors during the import. You can also see that in my ETL demo post. These errors...