Introduction Everyone talks about GenAI those days, so I created the project PHC to gain some GenAI skills. The idea is to create a simple application which uses LLM to analyse Apple health data then make recommendations. Data If you are interested to use your own data, here is the instruction: the data is stored … Continue reading Create Personal Health Coach (PHC) with OpenAI
Author: Jackie Chen
Build EKS with EKS Blueprints
I have created the eks-blueprints-demo repository to demonstrate how to quickly bootstrap a new EKS cluster by using EKS Blueprints.
Masking PII Image with Slack Bot
A few months back, I introduced this project which masks texts in an image by utilizing a couple of AWS ML services (Rekognition, Textract and Comprehend). There are many use cases for such tooling, so last week I presented to my team with a live demo - Masking sensitive information in Slack with mask-it bot. … Continue reading Masking PII Image with Slack Bot
Build docker image with kaniko in GitLab pipeline
Kaniko does not need privileged mode, as it doesn't depend on a Docker daemon and executes each command within a Dockerfile completely in userspace.
Learning AWS Landing Zone Accelerator (LZA) as a Developer
From a developer's perspective, LZA is an abstraction layer which hides the complexity of setting up a landing zone on AWS. This is especially useful for the customers who are new to AWS, as they don't necessarily need to have expertise in CloudFormation, CDK and AWS SDK to setup a landing zone with LZA. All they need to maintain are just a few configuration files.



