Category: Technology

  • Find free Datasets from Google dataset search tool

    Find free Datasets from Google dataset search tool

    You are getting into Data Science, you are looking for datasets that you could use for your own learning and to sharpen your skills, Google has you covered. In this article I will tell you about the Google tools you can use to find dataset to sharpen your Data Science skills.

  • Excel with Google Cloud SQL Server

    Excel with Google Cloud SQL Server

    Google has added the SQL server as an option to the Google Cloud SQL service. In this article, I will explore how to set up a Google Cloud SQL server I received a question what was the best way to move a Cloud BI server to the GCP Cloud, and run VB Script from an…

  • Useful GCP commands when working with multiple GCP domains

    Useful GCP commands when working with multiple GCP domains

    I have recently been working on multiple Google Cloud Platform (GCP) domains, I’m not referring to GCP project I talking about different GCP Domains. I have been working with moln.co and socialclimate.tech. When working with different GCP domains, I needed to switch back and forth between the GCP domains. I have listed a few commands…

  • Great new Visualisation starting the new 2020 decade with

    Great new Visualisation starting the new 2020 decade with

    New decade an all, I have always been fascinated by visualizations that tell a story about our world, for the good or the bad. I have come across some great new Visualisation to start the 2020 decade with, as many of us have seen in the news, the Coronavirus outbreak, the Australia fire has caught…

  • What is Cloud Computing

    What is Cloud Computing

    Someone asked me the other day what is Cloud Computing? I told the person that asked the question that clouds computing is the on-demand delivery of computing power, database storage, file storage, applications, and other IT resources through a cloud services platform offered by Google, AWS, Microsoft, IBM, and other providers and the cloud platform…

  • Using Google Vision API in your mobile Angular Ionic app

    Using Google Vision API in your mobile Angular Ionic app

    I built a mobile app that is very basic in its functionality, it allows app users to take a picture, the picture that is taken is sent to the Google Vision API to determine if there is a logo in the picture and if a logo then sends the response back to the mobile app.…

  • Why you should accept micro currency on your website?

    Why you should accept micro currency on your website?

    With the advancement of technology, more and more transactions are happening online. The consumers can now buy their favorite products and service through their smartphones at a convenient time. As the number of online transaction increases, the user of micropayments is getting much more prevalent form of small online payment for supporting the online communities.

  • Creating a Google Cloud Dataprep recipe with no newline delimited JSON file

    Creating a Google Cloud Dataprep recipe with no newline delimited JSON file

    This is to follow up on my previous article Detecting non newline delimited JSON file with Google Cloud Dataprep in this article I will show you how to create a Cloud Dataprep recipe that transforms the no newline delimited JSON file.

  • Detecting non newline delimited JSON file with Google Cloud Dataprep

    Detecting non newline delimited JSON file with Google Cloud Dataprep

    I was recently working on a data project that required us to request data from an internal application using a RESTful API and transform the data to be stored in the Google data warehouse solution BigQuery. As I had some time to experiment, I decided to go down the path of using a Google Cloud…

  • How to add external collaborator to your Firebase project

    How to add external collaborator to your Firebase project

    Recently I got a Firebase use cases that requested an external party access to a Firebase project that I’m involved in, in this brief write up I just want to explain my experience to setup external collaborators.