Posts

Showing posts from October, 2022

9 October 2022

Previously, I logged in to npm CLI at the root. So, managing different accounts across different projects was a pain. Instead, we can create a .npmrc file in the project folder. This file should contain: //registry.npmjs.org/:_authToken=<<AUTH TOKEN HERE>>

7 October 2022

Wanted to learn how to create an analogue gauge using d3js. Kapil shared a good blog - https://wattenberger.com/blog/gauge. Understood the basics! Pretty simple stuff!

1 October 2022

Enabled TOTP based authentication for Angel Broking's login flow in one of my old WebApps!