Blog
-
#5 QuickLoad - One Script to Set Up a Fresh WSL2 Box
A single interactive bash script that sets up my usual dev stack (Git, Java, Docker, KinD, Elastic, Node, Postgres and more) on a fresh WSL2 Ubuntu box. The repo is archived, but it is self-contained and might still save you an afternoon of setup.
-
#4 Designing an Alerter
A scalable ETL pipeline using event-driven architecture for real-time data processing, which have components for synthetic data generation, pub-sub, and alerting.
-
#3 Docker Cheat Sheet
Docker cheat sheet of commands that I frequent
-
#2 Finding and Using Pretrained Models from HuggingFace
Usefull notes to find and deploy a pre-trained machine learning model from HuggingFace, including translation tasks using Helsinki-NLP/opus-mt-mul-en. Also contains usefully tips on Python venv and TensorFlow setup to use HuggingFace.
-
#1 Extension 101
A concise quick reference guide on Chrome Extention.
-
#0 How to use Github Pages?
GitHub Pages is a free hosting service provided by GitHub that allows you to showcase your web development projects, personal blogs, or documentation directly from your GitHub repository