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
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
Sentiment analysis on news papers headline and store in MongoDB
Wanted to combine a few things that I know or want to learn to create a small project. This project is to use API to make a call to a public API that serve news headline. Then take the title of the news and run it through Google Cloud’s natural language API for sentiment analysis… Continue reading Sentiment analysis on news papers headline and store in MongoDB
I got a new bicycle
I wanted to cycle more, but prefer a flat bar bicycle, more comfortable, but the old MTB really was in a bad shape. Understandable, it is at least 15 years old, 26″ tyre GT Outpost, plenty of good times on this bike. Rode FRIM countless times, Genting Sempah multiple times. And not really keen to… Continue reading I got a new bicycle
FastAPI CRUD with MongoDB backend
I have a personal project building a SaaS as a startup idea. For now, I am developing the building blocks to complete the whole infrastructure, from mobile app development, backup database design, business plan and etc. For today, I want to build a API services backend that will take requests from mobile and web applications… Continue reading FastAPI CRUD with MongoDB backend
I built a house for Orang Asli with EPIC Home (EH204)
I was given an opportunity to join EPIC home for their 204th build for a Orang Asli family to have a home for themselves. This is my 3rd build with EPIC home. This build was a corporate build which is sponsored by Yayasan Hartalega, a corporate social responsibilities arm of Hartalega. This greeted us when… Continue reading I built a house for Orang Asli with EPIC Home (EH204)
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
Mobile App with Flutter : Playing with button and states (5/N)
Last couple of days, I am following the lesson to create an mobile apps that will allow 2 players to roll a virtual dice on the mobile phone to see who has the highest point. To roll the dice, the player just need to tap on the dice. The app will detect a press event… Continue reading Mobile App with Flutter : Playing with button and states (5/N)
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 with Flutter : Create a personal name card (4/N)
Now, the learning continue. Today, I am given the task to create a app that show the personal contact card of myself. The idea is to demonstrate the usage of Card widget and also using custom fonts that can download from Google website, free of charge and free from copyright. You can download the font… Continue reading Mobile App with Flutter : Create a personal name card (4/N)
