Address Quality
An API that validates Indonesian addresses.
49% accuracy on the first 106-address test set
- Go
- SQLite
- React
- TypeScript
Backend Engineer
Backend Engineer for almost a decade. In mission to solve scaling problems by make things effective & efficient.
Never Improve Blindly.
An API that validates Indonesian addresses.
49% accuracy on the first 106-address test set
One question keeps coming up while I build Address Quality: Why not just use Google Maps API? If I have a messy address, Google Maps API can turn it into a structured result. It …
I’ve noticed something common about address forms in Indonesia. You type your address. Then you have to fill in other fields such as kelurahan(subdistrict), kecamatan(district), …
This is the first post in a series about building Address Quality, an API that validates Indonesian addresses. I want to document it honestly: the failures, the measurements, and …
There are various challenge in managing multiple golang microservice. One of them is develop the service with right golang version. I’ve work on a legacy service that set with …