Speaker Profile
Bio
Hairizuan is a Devops Engineer at Acronis. He is a avid fan of tools and technologies and has dabbled in various programming languages such as Golang, Python and R. He is currently one of the co-organizer for the GDG Cloud Singapore meetup group.
Social Profiles
https://www.linkedin.com/in/hairizuan-noorazman/ https://www.facebook.com/hairizuan.noorazman
Is one of the co-host for the webinars hosted on GDG Cloud Singapore Webinar
https://www.youtube.com/c/GDGCloudSingapore
Books
Author for the following books
Talks
Using Emulators for Testing Google Cloud Datastore
Talk is about the situation where we would want to test an application that relies on Google Cloud Datastore locally. Google Cloud Datastore is a cloud based service - which raises the question of how a developer can test it locally, ideally without requiring to create a separate Google Cloud Project to safely test the changes.
Slides: https://docs.google.com/presentation/d/1qtzs2n5ChbXwi-ZhZtqwf_bSYApM1_5q49_mvrFRMrY/edit#slide=id.p
Deploying apps using workload identity on GKE
Talk on introducing audience to deployment of applications on Google Kubernetes Engine. The application being used for demo would need to contact a Google APIs. The demo would consist having the application deployed in a Kubernetes cluster without needing a service account file for authentication of api requests.
Slides: https://docs.google.com/presentation/d/1-Vsy_1PpQV5wJNyTYuw4OKhyLTt_w_imaT4XPoyIStg/edit#slide=id.p
Introduction to Cloud
Talk on introducing people unfamiliar with cloud to cloud technologies/platforms. Used angle of understanding cloud from feature set available
Video Stream: https://www.twitch.tv/videos/1039052712
Video: https://www.youtube.com/watch?v=N0UA7DgeFBY
Kubernetes HPA with Custom Metrics
A demo of how to utilize an application’s custom metrics
Slides: https://docs.google.com/presentation/d/159fA2Q12nSaldHD--0Ypln_tzruVNiM36edAAUaRoY0/edit?usp=sharing
Video Recording: https://www.youtube.com/watch?v=IxDqs7387YI
Deploy via spreadsheet? Thats a bad idea
Demo of deploying apps into k8s clusters but controlled via Google Spreadsheets
Slides: https://docs.google.com/presentation/d/1YFnL9oirzsaVvqTVM6HshnfVFwqboRzv1KhytqCNQO0/edit#slide=id.p Video Recording: https://www.youtube.com/watch?v=4KZkBJFOgrQ&t=5106s
Interesting Features in GKE
Covering on Workload Identity, Config Connector, Managed Application Delivery etc
Slides: https://docs.google.com/presentation/d/1ptjcfpRuoKGqAsSr7O-USulBEcu9JdQpEZ3y3yQ7Tuk/edit?usp=sharing
Video Recording: https://www.youtube.com/watch?v=xlWX7iNKag8
Introduction to Skaffold
Introductory session to skaffold, reasons for using it as well as how to quickly get started with the tool
Video: https://www.youtube.com/watch?v=xNq-aFohfgk
Skaffold with Google Cloud Build
Talk on using Skaffold to deploy applications to Kubernetes Clusters. Instead of using local docker engine runtime; one would use the Google Cloud Build as the platform to build the image artifacts that would deployed to the cluster
This is mostly a demo session
Quick tour of Knative
A quick tour around the internals of how Knative works under the hood. Knative is the platform that powers Google Cloud Run; this talk explores the various pieces of technologies that one would need to run if one starts from just plain old Virtual Machines.
Note: Video Recording of demo this time failed (due to typo)
Event: Fosassia 2020
Blog: https://www.hairizuan.com/trying-knative-from-scratch/
Video Recording: https://youtu.be/F71rvTQ8unA
Generating videos from slides on applications served from Google Cloud Run
Using Google Cloud Run to create a bunch of services which when combined together would convert presentation slide pdfs and scripts (not programming script but a script on what to say during a presentation) into a video. The following set of services is build by using Google Cloud Run and Google Text to Speech and Google Cloud Storage and Google Datastore; all deployed via Google Cloud Build
Slides: https://docs.google.com/presentation/d/1Vuv7C1rNGbKdOvpJji5QNiqwvsPvHF6uWzNNEsIthlQ/
GCSFuse; Heard of it
An lightning talk to give an introduction to GCSFuse and the Fuse common interface.
Slides: https://docs.google.com/presentation/d/1MWEhJIHRgO60Bc-4HhjdIFSA1L2Z3aOu1lIZl6fWVqE
Introduction to Stackdriver
An introduction to stackdriver, a feature in the Google Cloud Platform. It provides monitoring, logging, profiling services. A golang web application is used an example to demonstrate on how to get such capbilities set up.
Slides: https://docs.google.com/presentation/d/1JtV8N9in039VdtJzz7XN4UcxGHYuowxJQ0b8TOfGn54
Video Recording: https://engineers.sg/video/google-cloud-next-2019-singapore-using-stackdriver-effectively--3402
Introduction to Cloud Run
An introduction to Google Cloud Run, a newly announced serverless solution which allows one to deploy any runtime and any software and let Google manage it. The main piece of this presentation is a demonstration of how to deploy a service onto Google Cloud Run via Google Cloud Console GUI
Slides: https://docs.google.com/presentation/d/1M8EhARDBY33IefEz356NhdUkkSyUZo1tHZBkMt-NtpE
Video: https://www.youtube.com/watch?v=n1wtjEmb7eI
Blog Post: https://www.hairizuan.com/introduction-to-google-cloud-run/
Triggering analytics with serverless functions
Using the various serverless functions to trigger different workflows. Demonstrate the usage of different triggers from Google Cloud Platform to run analytical workloads. Presented during Google Cloud Devfest 2018, October 2018
Slides: https://docs.google.com/presentation/d/1trt8SyQYSgUfx8AfHZ7Pt8_VzfIqEsJerpQYqhQ-MIw
Using Google Cloud Functions for Analytics Workloads
Creating a slack bot that could analyze and return graphs on meetup stats on a single meetup event. This is done by creating an API via Google Cloud Functions. Presented during Google Cloud Next Extended Singapore 2018, August 2018
Video Recording: https://www.youtube.com/watch?v=OYv8nyA8pj8
Slides: https://docs.google.com/presentation/d/1H05sgx7W83_NlNV2cGdjBUBsU1q1PuRSxwe3E88Ybyg/
Quickstart Kubernetes
An overview of a variety of concepts such as docker containers as well as Kubernetes terminology which is needed before introducing someone to the Kubernetes tool. Presented during Google Devfest Singapore 2017, October 2017
Slides: https://docs.google.com/presentation/d/1KW9jwpD10vNm7itrDZD8m0X9zya8jwISl_bPpYcw1_M
From Analysis to Boardroom: Google Slides presentations via R
Went through the reasons for automating analysis work and provided several code snippets on how to get automated analysis when using the R programming language. Presented during Google IO Extended 2017 event, July 2017
This is a Demo only session. No slides are available here.