Mobile App with Flutter : A coding challenge to practice row and column (3/N)

In my opinion, the most important thing about mobile app design is the UI/UX, I may be wrong, since I am just started in the journey, completely ok to be told that I am wrong about that. In my learning of Flutter, I was given a small challenge to write the code to display the… Continue reading Mobile App with Flutter : A coding challenge to practice row and column (3/N)

Published
Categorized as Flutter

Mobile App : A simple “Hello World” apps – MAC (2/N)

Ok. after getting the development environment setup, for programmer, the first thing to do is to get “Hello World” as output. Can’t help it, I am from the old school. Anyone started with Logo as a programming language? Ping me, we need to have a pint of Guinness. First, launch the Android Studio (the previous… Continue reading Mobile App : A simple “Hello World” apps – MAC (2/N)

Published
Categorized as Flutter

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

Published
Categorized as 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

MoH Github and Covicnow

Since the beginning of the pandemic in early 2020, the Malaysia Ministry of Health has been making daily press conferences to update the public on the status of the virus situation in Malaysia, even though the information was good, there was a lot of demand for more transparency and more detail for the public to… Continue reading MoH Github and Covicnow

Published
Categorized as CovicNow