Deploying
Everything on SkillVeris tagged Deploying — collected across the glossary, study notes, blog, and cheat sheets.
19 resources across 1 library
Study Notes(19)
Deploying WPF Applications
An overview of ClickOnce, MSIX, and self-contained .NET deployment options for shipping WPF desktop applications to end users.
Deploying Web Pages Sites
Understand how to publish an ASP.NET Web Pages site to production using FTP or Web Deploy, configure web.config for release, and set correct IIS and App_Data p…
Deploying MVC Applications
A practical guide to shipping ASP.NET MVC applications to production using Web Deploy, Azure App Service, web.config transforms, and IIS application pool confi…
Deploying Blazor Apps
How to publish and deploy Blazor WebAssembly and Blazor Server apps to production, including hosting choices, compression, and configuration.
Deploying to Azure App Service and Docker
Containerize an ASP.NET Core app with a multi-stage Dockerfile and deploy it to Azure App Service using Key Vault-backed configuration and deployment slots.
Deploying Flink on Kubernetes
Understand the native Kubernetes deployment modes for Flink, how the Flink Kubernetes Operator manages job lifecycle, and key production configuration.
Deploying to Testnets and Mainnet
A practical guide to deploying Solidity contracts with Hardhat: configuring networks and keys, understanding gas and nonces, waiting for confirmations, and ver…
Deploying a Web App Behind Nginx
A practical walkthrough of putting Nginx in front of an application server: reverse proxying, TLS termination, static asset serving, and process management.
Deploying a Web App with Ansible
A hands-on walkthrough of provisioning a server, installing dependencies, and deploying a web application with an Ansible playbook, including zero-downtime rol…
Deploying a Simple App on GCP
A hands-on walkthrough of deploying a simple containerized web app to Cloud Run, covering build, deploy, environment configuration, and rollback.
Deploying a Simple App on Azure
A hands-on walkthrough of deploying a simple web application to Azure App Service, from CLI deployment to CI/CD and configuration.
Deploying a Simple App on AWS
A practical walkthrough of the main paths for getting a small web application live on AWS, from Elastic Beanstalk to static hosting with S3 and CloudFront.
Deploying a Flask App
A practical guide to taking a Flask application from local development to a secure, production deployment using Docker, environment configuration, and health c…
Deploying a Django App
Walk through the practical steps of taking a Django project from `runserver` to a production-ready deployment with gunicorn, nginx, and a managed database.
Building and Deploying a Next.js App
How to prepare a Next.js application for production, choose a hosting model, and ship it reliably to Vercel or a self-hosted environment.
Deploying Node.js Apps
Understand process managers, containerization, and common hosting options for deploying Node.js applications.
Deploying Containers from CI/CD
Learn the common patterns pipelines use to deploy containerized applications, from direct kubectl updates to GitOps-driven reconciliation.
Building and Deploying a Vue App
Walks through producing a production build of a Vue application with Vite, understanding environment variables and asset handling, and common deployment target…
Building and Deploying an Angular App
Learn how ng build produces an optimized production bundle, what build configurations and budgets control, and common strategies for deploying an Angular app t…