Self-Hosted n8n with Tailscale: Secure Remote Automation Setup (Docker)
Step by step guide to self hosting n8n with Docker behind a Tailscale VPN. Secure setup with Docker Compose, webhook exposure, and NGINX reverse proxy....
Welcome to my dev blog. You'll find a mix of topics here...DevOps, backend, frontend, mobile, macOS and Linux tips, and whatever else I happen to be exploring at the time. Subscribe for new articles, and check out my latest tutorials on YouTube.
Step by step guide to self hosting n8n with Docker behind a Tailscale VPN. Secure setup with Docker Compose, webhook exposure, and NGINX reverse proxy....
How to use shared actions in Redux for resetting a global state when there are multiple reducers in play....
Learn how to publish an Expo iOS app to the Apple App Store using GitHub Actions, including TestFlight setup, App Store review, and no Mac required....
I love automating the publishing process for my Expo apps using GitHub. I already use GitHub for version control, it's the perfect tool for managing builds, especially when I work across different operating systems...
Discover 4 easy ways to remove video backgrounds, even without a green screen or high-end equipment. Works with basic setups!...
Inconsistent versioning and forgetting to increment the expo app version? Not great after spending 20 minutes for an app build. When I see this: Version code X has already been used. Try another version code. Here&...