FFumiinfumisaito.hashnode.dev·Nov 3, 2022 · 8 min readIntroduction to Google Cloud's SpannerIntroduction 👋 Everything in technology has some reliance on data whether it's analyzing trends to develop data-driven strategies for optimising profit margins, or to store transactions for a business' operations, there is a dependency on data and t...00
FFumiinfumisaito.hashnode.dev·Oct 4, 2022 · 11 min readVertex AI - An OverviewIntroduction I'm sure you have heard the fuss about Vertex AI - an end-to-end machine learning platform on Google Cloud that went GA last year. However, at first glance, it can be incredibly intimidating and confusing as there are many components. Th...00
FFumiinfumisaito.hashnode.dev·Jun 27, 2021 · 14 min readGetting Started with dbt on BigQueryIntroduction 👋 Hello! I recently got started with dbt as I will be working on a data quality proof of concept at work that primarily uses dbt. The purpose of this post is to give an introduction to dbt and show a fairly simple example of a data mode...00
FFumiinfumisaito.hashnode.dev·Jun 4, 2021 · 8 min readApp Engine (GAE) - IntroductionIntroduction to App Engine + Python Environment 👋 Google App Engine (GAE) is a fully managed and serverless platform for deploying applications. Focus on writing your code and easily deploy it on the cloud without worrying about operational overhead...01S
FFumiinfumisaito.hashnode.dev·May 23, 2021 · 8 min readBigQuery - User Defined Functions and ScriptingIntroduction 👋 These are two useful features of BigQuery that can either accelerate your queries or extend query capabilities to perform things such as loops. User Defined Functions (UDFs) are user written functions that can be called in a similar ...00