Technical Articles

Posts published a while ago...

Angular is the most used SPA framework - with its SSR capability it has overcome the shortcomings like SEO & other ajax loading based issues.
Sample code to parse current browser URL / address into URL parts like host, port, hash, query etc., using a lightweight `url-parse` module without requiring heavy Angular routing module.