SVG instead of images

For standard images displayed on websites like previous, next, up, down use SVG based images or fonts like font awesome. This may help improve performance of your website. Even for larger images design them as SVG. Also if you are using images then try using image...

Google BigQuery

In Google BigQuery it is cheap to store a GB of data compared to run a query against 1 GB of data. To reduce your billing create multiple tables instead of one table to store your data. For example: You can create tables Order_2011, Order_2012, Order_2013 to store...

Google BigQuery

Use dry run flag to get the estimated resource usage for the query that you are planning to run. You can also use validate option in the Browser SQL window.