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

Published
Categorized as Travel

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

Published
Categorized as Python

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