DevOps

Free, One-Command, Self-Hosted Commento Deployment for a Hugo Site

I couldn't find a turnkey, one-command solution to self-host my preferred comment section service on my site, so I wrote my own.

Hiding API Keys on React Native in 10 Minutes with AWS API Gatweway

[]()The popular [react-native-google-places-autocomplete library](https://github.com/FaridSafi/react-native-google-places-autocomplete) asks you to paste your third-party API keys in frontend code, which is pretty insecure. But you _can_ stay secure without wasting a whole day on a custom workaround. Here's how.