Workflow
Everything on SkillVeris tagged Workflow — collected across the glossary, study notes, blog, and cheat sheets.
11 resources across 2 libraries
Study Notes(10)
Code-First vs Database-First
Comparing the Code-First and Database-First workflows in EF Core and how to choose between them, including hybrid approaches.
HDFS Read/Write Workflow
Step-by-step walkthrough of what actually happens inside HDFS when a client writes a new file or reads an existing one.
The Power BI Workflow
The end-to-end Power BI lifecycle: connecting, transforming with Power Query, modeling with relationships and DAX, and publishing with scheduled refresh.
Building an Approval Workflow
A step-by-step walkthrough of building a multi-stage approval flow in Power Automate, from the trigger through the Approvals connector to the final outcome han…
Kubernetes Troubleshooting
A systematic approach to diagnosing failing pods, networking issues, and cluster-level problems using kubectl, events, and logs as your primary evidence.
The Machine Learning Workflow
An end-to-end walkthrough of the standard machine learning project lifecycle, from problem framing and data collection through model deployment and monitoring.
GitHub Actions Workflow Basics
GitHub Actions workflows are YAML files in .github/workflows that define when a pipeline runs, what jobs it contains, and what steps each job executes.
Feature Branch Workflow
A widely used team workflow where every change lives on its own short-lived branch off main, gets reviewed via pull request, and is merged once approved and te…
Stashing Changes
Learn how git stash lets you temporarily shelve uncommitted work so you can switch context cleanly, then reapply it later without polluting your commit history.
What Is Terraform?
Terraform is HashiCorp's open-source Infrastructure as Code tool that uses a declarative language, HCL, to provision and manage resources across hundreds of cl…