by H.Thirukkumaran | Jun 28, 2020 | Cloud Development, Software Development
gRPC is a remote procedure protocol from Google which is open source and programming language agnostic. It is touted to be better than REST in some aspects. The reason why I evaluated gRPC for some of my projects is that it is built into various components of Google...
by H.Thirukkumaran | Mar 10, 2018 | Cloud Development
<iframe width="560" height="315" src="https://www.youtube.com/embed/zt8UBPdeM7A" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> The following are the resources you need to do what is shown in the demo....
by H.Thirukkumaran | Mar 10, 2018 | Cloud Development
<iframe width="560" height="315" src="https://www.youtube.com/embed/fn-Z-UE566s" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> The following are the resources you need to do...
by H.Thirukkumaran | May 4, 2017 | Cloud Development
As a technical person my first curiosity about Big Data was to learn what it is. I think one of the most relevant definitions for Big Data was provided by Gartner Inc. The definition is the following. Big data is high-volume, high-velocity and/or high-variety...
by H.Thirukkumaran | May 3, 2017 | Cloud Development
CodeIgniter is a PHP based MVC framework. It is the first PHP MVC framework I learnt while learning PHP. My like-minded friends and I developed a small application in CodeIgniter. We didn’t develop it with a goal to host it on App Engine. After we used this...
by H.Thirukkumaran | Mar 9, 2017 | Cloud Development
Google BigQuery is a wonderful platform for analyzing your data. It is a database that can store various types of data from text to records to binary data. This BigData database provides very simple SQL like querying language to help mine your data and identify the...
Recent Comments