<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>SimplyGeek</title><description>A vAdmin’s journey into the world of DevOps &amp; Automation.</description><link>https://simplygeek.co.uk/</link><language>en-gb</language><item><title>Getting Started with Ansible Development on Windows Using WSL and Visual Studio Code</title><link>https://simplygeek.co.uk/getting-started-with-ansible-development-on-windows-using-wsl-and-visual-studio-code/</link><guid isPermaLink="true">https://simplygeek.co.uk/getting-started-with-ansible-development-on-windows-using-wsl-and-visual-studio-code/</guid><description>Set up Ansible development on Windows with WSL 2, AlmaLinux, a Python virtual environment and Visual Studio Code, including linting and code completion.</description><pubDate>Wed, 23 Jul 2025 13:19:08 GMT</pubDate><category>WSL</category><category>Development</category><category>DevOps</category><category>Ansible</category><category>Visual Studio Code</category><category>Automation</category></item><item><title>How I Write Beautiful Code in VCF Operations Orchestrator using ESLint and Prettier</title><link>https://simplygeek.co.uk/how-i-write-beautiful-code-in-vcf-operations-orchestrator-using-eslint-and-prettier/</link><guid isPermaLink="true">https://simplygeek.co.uk/how-i-write-beautiful-code-in-vcf-operations-orchestrator-using-eslint-and-prettier/</guid><description>Configure ESLint and Prettier for Orchestrator JavaScript development, including command-line checks, VS Code formatting and performance tuning.</description><pubDate>Thu, 17 Jul 2025 16:36:53 GMT</pubDate><category>Prettier</category><category>JavaScript</category><category>ESLint</category><category>Broadcom (VMware)</category><category>VMware Cloud Foundation</category><category>VCF Automation</category><category>VCF Operations Orchestrator</category></item><item><title>VCF Operations Orchestrator: Auto-Document Your Actions with Ease</title><link>https://simplygeek.co.uk/vcf-operations-orchestrator-auto-document-your-actions-with-ease/</link><guid isPermaLink="true">https://simplygeek.co.uk/vcf-operations-orchestrator-auto-document-your-actions-with-ease/</guid><description>Generate Markdown documentation from Orchestrator actions, class wrappers and JSDoc comments in a Build Tools JavaScript project.</description><pubDate>Thu, 03 Jul 2025 08:40:52 GMT</pubDate><category>Broadcom (VMware)</category><category>VMware Cloud Foundation</category><category>VCF Automation</category><category>VCF Operations Orchestrator</category></item><item><title>VCF Operations Orchestrator: Why I Write Actions and Not Workflows (Mostly)</title><link>https://simplygeek.co.uk/vcf-operations-orchestrator-why-i-write-actions-and-not-workflows-mostly/</link><guid isPermaLink="true">https://simplygeek.co.uk/vcf-operations-orchestrator-why-i-write-actions-and-not-workflows-mostly/</guid><description>Why I move Orchestrator logic into reusable JavaScript actions, keep workflows small and use development tools for testing and code review.</description><pubDate>Tue, 01 Jul 2025 14:17:56 GMT</pubDate><category>VMware Cloud Foundation</category><category>VCF Automation</category><category>VCF Operations Orchestrator</category><category>Development</category><category>JavaScript</category><category>Broadcom (VMware)</category></item><item><title>Process locking made easy in VCF Operations Orchestrator, featuring automatic unlock</title><link>https://simplygeek.co.uk/process-locking-made-easy-in-vcf-operations-orchestrator-featuring-automatic-unlock/</link><guid isPermaLink="true">https://simplygeek.co.uk/process-locking-made-easy-in-vcf-operations-orchestrator-featuring-automatic-unlock/</guid><description>Use LockingService to create and remove Orchestrator locks, configure retries and optionally remove stale locks after the retry limit.</description><pubDate>Tue, 24 Jun 2025 15:31:14 GMT</pubDate><category>Broadcom (VMware)</category><category>VCF Operations Orchestrator</category></item><item><title>Empower VCF Operations Orchestrator API integration with HttpRestClient</title><link>https://simplygeek.co.uk/empower-vcf-operations-orchestrator-api-integration-with-httprestclient/</link><guid isPermaLink="true">https://simplygeek.co.uk/empower-vcf-operations-orchestrator-api-integration-with-httprestclient/</guid><description>Use HttpRestClient for Orchestrator API integrations, with shared retry handling, request configuration and examples for supported HTTP methods.</description><pubDate>Tue, 24 Jun 2025 15:15:26 GMT</pubDate><category>JavaScript</category><category>Broadcom (VMware)</category><category>VMware Cloud Foundation</category><category>VCF Operations Orchestrator</category><category>Development</category></item><item><title>Logger for better Logs in VCF Operations Orchestrator</title><link>https://simplygeek.co.uk/logger-for-better-logs-in-vcf-operations-orchestrator/</link><guid isPermaLink="true">https://simplygeek.co.uk/logger-for-better-logs-in-vcf-operations-orchestrator/</guid><description>Use a reusable Logger class to identify Orchestrator actions and workflows in console logs, with examples and a comparison to setLogMarker.</description><pubDate>Tue, 24 Jun 2025 15:04:26 GMT</pubDate><category>Broadcom (VMware)</category><category>VMware Cloud Foundation</category><category>VCF Operations Orchestrator</category></item><item><title>VCF Automation – Native Git Integration vs Alternatives</title><link>https://simplygeek.co.uk/vcf-automation-native-git-integration-vs-alternatives/</link><guid isPermaLink="true">https://simplygeek.co.uk/vcf-automation-native-git-integration-vs-alternatives/</guid><description>Compare native Git integration, APIs, Terraform and Build Tools for managing VCF Automation infrastructure and content.</description><pubDate>Tue, 24 Jun 2025 14:46:19 GMT</pubDate><category>Broadcom (VMware)</category><category>VMware Cloud Foundation</category><category>VCF Automation</category><category>VCF Operations Orchestrator</category><category>Development</category><category>Git</category></item><item><title>VCF Automation – Build Tools for VMware Aria – Useful Maven Command Reference</title><link>https://simplygeek.co.uk/vcf-automation-build-tools-for-vmware-aria-useful-maven-command-reference/</link><guid isPermaLink="true">https://simplygeek.co.uk/vcf-automation-build-tools-for-vmware-aria-useful-maven-command-reference/</guid><description>A Maven command reference for Build Tools for VMware Aria: create projects, push and pull content, and clean up Orchestrator packages.</description><pubDate>Tue, 24 Jun 2025 14:39:14 GMT</pubDate><category>Broadcom (VMware)</category><category>VMware Cloud Foundation</category><category>VCF Automation</category><category>VCF Operations Orchestrator</category><category>Build Tools for VMware Aria</category><category>Development</category><category>Maven</category></item><item><title>VCF Automation – Build Tools for VMware Aria – Visual Studio Code Integration</title><link>https://simplygeek.co.uk/vcf-automation-build-tools-for-vmware-aria-visual-studio-code-integration/</link><guid isPermaLink="true">https://simplygeek.co.uk/vcf-automation-build-tools-for-vmware-aria-visual-studio-code-integration/</guid><description>Explore the vRealize Developer Tools extension for VS Code, including project creation, content browsing, action execution and its limitations.</description><pubDate>Tue, 24 Jun 2025 14:23:07 GMT</pubDate><category>Broadcom (VMware)</category><category>VMware Cloud Foundation</category><category>VCF Automation</category><category>VCF Operations Orchestrator</category><category>Build Tools for VMware Aria</category><category>Development</category><category>Visual Studio Code</category></item><item><title>VCF Automation – Build Tools for VMware Aria – Overview of VCF Automation Projects</title><link>https://simplygeek.co.uk/vcf-automation-build-tools-for-vmware-aria-overview-of-vcf-automation-projects/</link><guid isPermaLink="true">https://simplygeek.co.uk/vcf-automation-build-tools-for-vmware-aria-overview-of-vcf-automation-projects/</guid><description>Compare TypeScript, JavaScript, XML, mixed and vRA projects in Build Tools for VMware Aria, with creation commands and project limitations.</description><pubDate>Tue, 24 Jun 2025 14:08:04 GMT</pubDate><category>Broadcom (VMware)</category><category>VMware Cloud Foundation</category><category>VCF Automation</category><category>VCF Operations Orchestrator</category><category>Build Tools for VMware Aria</category><category>Development</category><category>Maven</category></item><item><title>VCF Automation – Build Tools for VMware Aria – Up and Running</title><link>https://simplygeek.co.uk/vcf-automation-build-tools-for-vmware-aria-up-and-running/</link><guid isPermaLink="true">https://simplygeek.co.uk/vcf-automation-build-tools-for-vmware-aria-up-and-running/</guid><description>Set up Build Tools for VMware Aria on Windows, configure Maven and an optional Artifactory repository, then push and pull Orchestrator actions.</description><pubDate>Tue, 24 Jun 2025 13:51:38 GMT</pubDate><category>Broadcom (VMware)</category><category>VMware Cloud Foundation</category><category>VCF Automation</category><category>VCF Operations Orchestrator</category><category>Development</category><category>Build Tools for VMware Aria</category><category>DevOps</category><category>Maven</category><category>Artifactory</category></item><item><title>Using a Service-Oriented Architecture Approach to VCF Operations Orchestrator Development</title><link>https://simplygeek.co.uk/using-a-service-oriented-architecture-approach-to-vcf-operations-orchestrator-development/</link><guid isPermaLink="true">https://simplygeek.co.uk/using-a-service-oriented-architecture-approach-to-vcf-operations-orchestrator-development/</guid><description>Apply service-oriented architecture to Orchestrator integrations with reusable actions, constructor functions and prototypal inheritance.</description><pubDate>Tue, 24 Jun 2025 13:19:45 GMT</pubDate><category>VCF Automation</category><category>VCF Operations Orchestrator</category><category>Broadcom (VMware)</category><category>VMware Cloud Foundation</category></item></channel></rss>