fortunedevs.hashnode.devDay 1 Project: One-Page Web Developer PortfolioGoal Create a single-page portfolio website to showcase your web development skills, projects, and contact information — with no database required. You can watch how I build a one-page web developer portfolio using Yii2 — clean, responsive, and easy ...Oct 29, 2025·3 min read
fortunedevs.hashnode.devvMix Fresh Install Guide (Simple Version)0. Download vMix Installer Go to GetIntoPC: https://getintopc.com In the search bar, type “vMix” and press Enter. Select the latest version of vMix from the results. Scroll down and click on the Download button (usually “Download Full Setup”). W...Sep 28, 2025·2 min read
fortunedevs.hashnode.devUpgrading n8n in Docker Without Losing DataThis guide explains how to upgrade n8n running in Docker to the latest version, while preserving your workflows and credentials. Important: Replace n8n.example.com in the commands with your own domain or subdomain. Step 0: Optional — Run Docker With...Sep 27, 2025·2 min read
fortunedevs.hashnode.devSelf-Hosting n8n with Docker and Nginx Proxy Manager on UbuntuThis guide explains how to deploy n8n with Nginx Proxy Manager (NPM) using Docker Compose on a new Ubuntu server. The setup uses a shared Docker network so that NPM can route traffic to n8n securely with HTTPS. 1. Prerequisites Ubuntu 22.04 or late...Sep 23, 2025·3 min read
fortunedevs.hashnode.devDeploy Yii Framework Application to InfinityFree Using GitHub Actions and FTPThis guide walks you through deploying a Yii2 Framework app to InfinityFree using GitHub Actions and FTP. You'll prepare the project locally, configure GitHub secrets, and deploy automatically through push or manual trigger. Prerequisites Yii2 Basi...Jul 25, 2025·4 min read