At work, a number of angular web pages were sending an increasing number of requests to the back-end. Apparently, if I reuse components that don’t properly dispose of their observable subscriptions, they keep sending and processing multiple requests.
Month: April 2018
Checking aliases in Have I Been Pwned
I like Have I Been Pwned. I love the simplicity. Unfortunately, it lacks support for Gmail plus notation.
Configure Ubiquiti to use 1.1.1.1 as DNS server
Recently, Cloudflare launched the privacy conscious (and very fast) DNS service 1.1.1.1. I want to use it to resolve all my DNS needs. Setting this up via my Ubiquiti network was super easy.
Continue reading “Configure Ubiquiti to use 1.1.1.1 as DNS server”
Adding reporting in the mix
Last week, I wrote about crafting a CSP for my professional site. This week, I’m going to add reporting so that when things go wrong, I know what went wrong.