<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Serverless on Experiment, Fail, Learn, Repeat</title>
    <link>https://www.hairizuan.com/tags/serverless/</link>
    <description>Recent content in Serverless on Experiment, Fail, Learn, Repeat</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <copyright>Copyright © 2026 Hairizuan Noorazman</copyright>
    <lastBuildDate>Tue, 23 Jan 2024 10:51:22 +0800</lastBuildDate><atom:link href="https://www.hairizuan.com/tags/serverless/index.xml" rel="self" type="application/rss+xml" />
    
    <item>
      <title>Github actions for shopping list application</title>
      <link>https://www.hairizuan.com/github-actions-for-shopping-list-application/</link>
      <pubDate>Wed, 20 Dec 2023 00:00:00 +0000</pubDate>
      
      <guid>https://www.hairizuan.com/github-actions-for-shopping-list-application/</guid>
      <description>&lt;p&gt;I have a basic shopping list application that is available in the following code base: &lt;a href=&#34;https://github.com/hairizuanbinnoorazman/Go_Programming/tree/master/Apps/shopping-list&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;https://github.com/hairizuanbinnoorazman/Go_Programming/tree/master/Apps/shopping-list&lt;/a&gt;. This is a simple Golang application that also embeds a generated javascripts that has been transpiled into Javascript files. We can then embed the required CSS, Javascript and HTML files that would be the frontend of the shopping list. The frontend would then call some backend apis that would simply store shopping list items into some form of datastore - which in this case, is Google Cloud Datastore (a NoSQL database)&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>Serverless Applications with Cloud Run with Serverless MySQL from PlanetScale</title>
      <link>https://www.hairizuan.com/serverless-applications-with-cloud-run-with-serverless-mysql-from-planetscale/</link>
      <pubDate>Wed, 27 Sep 2023 00:00:00 +0000</pubDate>
      
      <guid>https://www.hairizuan.com/serverless-applications-with-cloud-run-with-serverless-mysql-from-planetscale/</guid>
      <description>&lt;p&gt;Serverless computing, as seen in platforms like Cloud Run or AWS Lambda, allows developers to run code without managing the underlying infrastructure. This is achieved by automatically scaling the resources based on the incoming requests, and users are billed based on the actual execution time and resources consumed during each function or container invocation.&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>Persistance in Google Cloud Run with FUSE storage to Google Cloud Storage</title>
      <link>https://www.hairizuan.com/persistance-in-google-cloud-run-with-fuse-storage-to-google-cloud-storage/</link>
      <pubDate>Wed, 06 Sep 2023 00:00:00 +0000</pubDate>
      
      <guid>https://www.hairizuan.com/persistance-in-google-cloud-run-with-fuse-storage-to-google-cloud-storage/</guid>
      <description>&lt;p&gt;Google Cloud Run is a serverless compute platform that automatically scales applications in response to traffic. It is designed to run stateless containers, meaning that the instances of your application are ephemeral and can be spun up or down as needed. This design choice has implications for data storage, particularly when it comes to persistence.&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>Accessing Google Compute Instances via Cloud Run</title>
      <link>https://www.hairizuan.com/accessing-google-compute-instances-via-cloud-run/</link>
      <pubDate>Wed, 30 Aug 2023 00:00:00 +0000</pubDate>
      
      <guid>https://www.hairizuan.com/accessing-google-compute-instances-via-cloud-run/</guid>
      <description>&lt;p&gt;The typical way to access Google compute instances from Cloud Run is usually done via the Serverless VPC Access. However, setting this up would mean that we are essentially create an instance that would be used as a proxy to send traffic from Cloud Run to the Google Compute instance.&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>Trying out Google Cloud Workflows</title>
      <link>https://www.hairizuan.com/trying-out-google-cloud-workflows/</link>
      <pubDate>Mon, 10 Oct 2022 00:00:00 +0000</pubDate>
      
      <guid>https://www.hairizuan.com/trying-out-google-cloud-workflows/</guid>
      <description>&lt;p&gt;Over the recent weekends, I&amp;rsquo;ve decided to take a gander and try another &amp;ldquo;serverless&amp;rdquo; tool called Google Cloud Workflows. The tool&amp;rsquo;s appeal is to be able coordinate a bunch of services in order to achieve a particular goal. The coordination effort (or workflow) can easily get pretty complex -&amp;gt; one way would be to script but if we want to have the capability to have the button to run the entire workflow from start to end with logging in place as well as capability to run the workflow based on particular triggers.&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>Introduction to Google Cloud Run</title>
      <link>https://www.hairizuan.com/introduction-to-google-cloud-run/</link>
      <pubDate>Mon, 15 Apr 2019 00:00:00 +0000</pubDate>
      
      <guid>https://www.hairizuan.com/introduction-to-google-cloud-run/</guid>
      <description>&lt;p&gt;There are various serverless compute solutions on the Google Cloud Platfrom; initially it used to be only Appengine and Google Cloud Function. Google Appengine is a solution that allow you to focus on writing up apps and allow Google to take of deployment/scaling/operations. Google Cloud Functions take a step further and allow you as a developer to develop just plain old functions and allow Google to handle the rest of it, thereby making it easier to split your app functionality to parts that require to scale and parts that don&amp;rsquo;t need to.&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>Using Go in AWS Lambda</title>
      <link>https://www.hairizuan.com/using-go-in-aws-lambda/</link>
      <pubDate>Mon, 15 Jan 2018 00:00:00 +0000</pubDate>
      
      <guid>https://www.hairizuan.com/using-go-in-aws-lambda/</guid>
      <description>&lt;p&gt;&lt;em&gt;Disclaimer: There are definitely better ways of doing this; this is more of a lazy man&amp;rsquo;s way of doing it. This is just to explore the possibility of getting a golang application into AWS Lambda and successfully running it.&lt;/em&gt;&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>Using AWS Lambda for Data Science Projects and Automations 2</title>
      <link>https://www.hairizuan.com/using-aws-lambda-for-data-science-projects-and-automations-2/</link>
      <pubDate>Tue, 02 Jan 2018 00:00:00 +0000</pubDate>
      
      <guid>https://www.hairizuan.com/using-aws-lambda-for-data-science-projects-and-automations-2/</guid>
      <description>&lt;p&gt;Following from the previous blog post:&#xA;Using AWS Lambda for Data Science Projects and Automations - Part 1&lt;/p&gt;&#xA;&lt;p&gt;Let&amp;rsquo;s deploy a serverless application!&lt;/p&gt;&#xA;&lt;p&gt;Problem Statement:&lt;br&gt;&#xA;The application we would be trying out this time will do the following:&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>Using AWS Lambda for Data Science Projects and Automations 1</title>
      <link>https://www.hairizuan.com/using-aws-lambda-for-data-science-projects-and-automations-1/</link>
      <pubDate>Wed, 20 Dec 2017 00:00:00 +0000</pubDate>
      
      <guid>https://www.hairizuan.com/using-aws-lambda-for-data-science-projects-and-automations-1/</guid>
      <description>&lt;h2 class=&#34;relative group&#34;&gt;A thought experiment&#xA;    &lt;div id=&#34;a-thought-experiment&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;&#xA;    &#xA;    &lt;span&#xA;        class=&#34;absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none&#34;&gt;&#xA;        &lt;a class=&#34;text-primary-300 dark:text-neutral-700 !no-underline&#34; href=&#34;#a-thought-experiment&#34; aria-label=&#34;Anchor&#34;&gt;#&lt;/a&gt;&#xA;    &lt;/span&gt;&#xA;    &#xA;&lt;/h2&gt;&#xA;&lt;p&gt;Let&amp;rsquo;s say there was this one day during your usual work hours where you are tasked to handle some data transformations between your data sources. The data source is csv file generated from backend systems and is provided on the hourly basis. These data sources are to be analyzed as soon as possible and the insights are to be relayed to the marketing and business intelligence teams. How should we handle this? (Of course we should aim for as cheap a solution as possible)&lt;/p&gt;</description>
      
    </item>
    
  </channel>
</rss>
