Saw a flyer (at the end of this blog) about a Motorcross Merdeka Ride at Mount Bromo. I was thinking, why not, that will be an adventure. Riding at the sands around the volcano. What a good idea. And oh boy, what did I just sign up to. Probably the craziest adventure in my life.… Continue reading Gas! Gas! My adventure at Bromo
Author: admin
Python Conference Malaysia 2024
Attended PyCon 2024 this year at Sunway University over the last weekend (23-24/August/2024). Credit to PyCon Malaysia Facebook page Attended one before during the pandemic time, but I still prefer the face to face conference, got the chance to talk to other Pythonistas. This year agenda is pretty good, have some good speakers with some… Continue reading Python Conference Malaysia 2024
Sourdough Baking : Considered a Success
I have been baking sourdough bread for about 6 years. Recently up my baking game with a new oven, large 65L capacity, and able to reach 250C. Because of the size of the oven, I am able to bake the bread in my cast iron dutch oven. This will trap the steam from the dough… Continue reading Sourdough Baking : Considered a Success
Continuous Deployment (CD) to Cloud Run
I have a personal project to create a generic RestAPI server using FastAPI that can be use as a template to extend for any use case. It should be able to handle PUT, GET, POST, DEL, PATCH and access a backend database. I need the code to be able to run in Google cloud serverless… Continue reading Continuous Deployment (CD) to Cloud Run
Mobile App : setup development environment – MAC (1/N)
Always facinated about developing application to run on mobile devices. I need a project to keep me interested and I think developing a mobile application will be one of them. The plan is to have a simple mobile application up and running on Android by 31st December 2023. Step 1 is to get my home… Continue reading Mobile App : setup development environment – MAC (1/N)
NMAX, Babi Guling, and Sate
Day 0 – Pick up the bikes, rode to Uluwatu and Nusa Dua Day 1 – Kuta to Kota Negara Right after clearing the city traffic, found a nice cafe to calm the nerve and have a coffee. Also to plan for the route and lunch place. This is a preview of what to come… Continue reading NMAX, Babi Guling, and Sate
Node-RED sending data to IoT Platform
Hello my fellow life time learner. Recently I rebuilt my home Raspberry Pi cluster to upgrade some of the SD card to SSD. I wipe out the entire OS without doing a backup, or documentation on my setup. I need to redo my IoT sensors data to IoT Platform in the cloud. Since I am… Continue reading Node-RED sending data to IoT Platform
Introducing Kubernetes
Recently, an acquaintance asked me to give some assistance in getting to know more about this “K8S” thingy. I wrote a long email to him and thought I should put this in my blog too. For a start, take a look at the documentaries published just 2 months ago, they will give you some history… Continue reading Introducing Kubernetes
Covicnow #2 – ICU utilization by state
The following is the chart from Covicnow (https://covidnow.moh.gov.my/icu/). I will be recreating the chart based on the public domain data from Github First, as usual, need to import Python packages. Then we need to read the CSV from MoH Github into a dataframe. Please note the number of rows (10551) and also the number of… Continue reading Covicnow #2 – ICU utilization by state
Covicnow #1 – new daily cases by state
This visualization will be the first one that I will try to replicate using Python, Pandas, and Matplotlib/Seaborn. The data required from MoH Github are from the following Updated daily new cases for the entire country https://github.com/MoH-Malaysia/covid19-public/blob/main/epidemic/cases_malaysia.csv Updated daily new cases for each state https://github.com/MoH-Malaysia/covid19-public/blob/main/epidemic/cases_state.csv Static data of population for each states https://github.com/MoH-Malaysia/covid19-public/blob/main/static/population.csv First We… Continue reading Covicnow #1 – new daily cases by state
