Posts

Showing posts with the label AWS

S3Mate

Image
When working with AWS S3, I often receive S3 URLs that are not publicly accessible. These links can't be opened directly in a web browser, and they come in many different formats. For example: https://bucket.s3.amazonaws.com/key or https://s3.region.amazonaws.com/bucket/key Each time, I had to manually: 1) Figure out which format it was. 2) Extract the bucket and key. 3) Open the AWS Console. 4) Navigate to the correct object. This routine was repetitive and time-consuming. So I built S3Mate . It's a small desktop gadget that lets me paste any S3 URL, automatically resolves the bucket and key, and quickly shows or operates on the object without switching tools. The application detail, source code and releases can be found at the repository of the gadget at  https://github.com/tekichan/s3mate Even though S3Mate is a small project, I picked up a few useful lessons along the way. 1. Building Native Desktop Apps with jpackage I learned how to use jpackage to turn a Java applicat...

Clickstream Collector

Image
"This is My Architecture" is an inspirational video series produced by AWS. HK01 shared their Serverless Clickstream Analytics Architecture in the program. Inspired by that, I created a tech stack at  https://github.com/tekichan/clickstream-collector to demonstrate how to build a Clickstream Collector in AWS Serverless Architecture. In addition, inspired by a TV program, I built Touchwood App at https://tekichan.github.io/clickstream-collector/ as the demo frontend. Hopefully the app may bring you fortune. 😉 我阿媽話「講錯嘢要 Touchwood」。好似我咁。每日都講錯好多嘢,每日都發生好多唔如意嘅事,但就每次都搵唔到塊wood嚟touch。 有人話「樹木喺有靈性,touch一下就會有好運」,呢個app入面就有好多款wood可以touch。 有時唔只喺講錯嘢,得閒touch下都好,或者都會帶來好運。大家都try try,就算明知無用都好。 - Never @ IT狗

Product Catalog Example

Image
I have created a tutorial https://github.com/tekichan/catalog-example how to create a static website in AWS S3 and Azure Storage respectively by CLI. This approach is simple, robust and cost efficient for general usage. Please feel free to leave your comments or questions.

AWS DeepRacer

Image
AWS held a sharing session of DeepRacer candidates in HK region in LOFT. Very hands-on and deep dive details from IVE students. Very impressive. They are the future.