Singapore Mortgage Calculator
I have been busy recently with house hunting and one of the many problems I face is, how much is my mortgage and how can I best manage my finance? I attempt to create a google spreadsheet to calculate and track my finance relating to mortgage, but one important question was not answered.
As a Singapore Citizen, how much of a loan quantum can I afford using CPF if I take a HDB loan without having to top up cash in future repayment?
This got me thinking on how I can make use of my coding knowledge to obtain the answer. At the same time I was playing around with Golang WASM, hence I got the idea of creating this tool in Golang and then compile it in WASM to share it on TiredSG.Dev.
Here’s the Mortgage Calculator Tool. If you are from Singapore, it will give u an insight into using your CPF to pay for your home loan. If not you can still use it as a simple mortgage calculator.
More features and insights will be added later as I continue to improve this tool during my free time. I will be posting a new blog post in the future to explain more on how I use Golang WASM to implement this tool.
You May Also Like
When a Golang nil error is not nil
Coding in Golang are usually fun and easy for developers that are new to the language. There are sometimes gotcha which will catch out even experience …
Read ArticleCrash Course on Golang Benchmarks: A Beginner's Perspective
Golang, renowned for its simplicity and efficiency, employs benchmark testing as a fundamental tool for performance evaluation. In this exploration, …
Read Article