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
Author: sc khoo
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)
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)
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)
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)
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)
