Hosting Angular app on Cloud Cannon

I’ve been using Cloud Cannon Hosting for Jekyll static generated websites for a few months now. When I finally started learning about Angular it seemed like both would play well since they are both served from static resources. I was wrong. As it turns out, Angular apps are meant for “Single Page Applications” so they are literally one page. The index.html page. So when I try to use Angular Router and go to www....

July 14, 2018 · 2 min · Hubert Lin

Edmonton Property Value Finder

The Edmonton Property Value Finder is a tool for Edmontonians to find out the assessed value of their property from the City of Edmonton Open Data Set. I built this app to learn about consuming data from a web API and chose to make something that could benefit others as well. The first iteration of the app used the Bootstrap 4 Framework for front-end components and jQuery for handling the API requests....

July 11, 2018 · 2 min · Hubert Lin