2021.02.24
Serverless function for sending Slack message as a contact method
“Setup a serverless function for sending direct Slack messages for contact purpose."
2021.02.24
“Setup a serverless function for sending direct Slack messages for contact purpose."
As long as the traffic grows for my journal site, I'm curious about how many people visit my site, which posts are most visited, and where users come from. Although Google Analytics can help, almost every ad-blocker will kill it and resulting in less information. After searching for alternatives, I came across a lightweight Node.js application, Ackee. It's a privacy-first solution that provides the basic analytics just what I needed. So, let's deploy it with all the free resources.
2020.12.15
Automatic redirect to HTTPS for Node Express app on Heroku.
While learning Node.js, install packages is a commonly operation. However, as a newbie, I might install the packages not in the right way. So taking this note to refresh my mind on npm installs.