Scheduling, Automating, and Best Practices for VMware Scripting
A guide to scheduling and automating VMware scripts using Windows Task Scheduler, covering PowerCLI and Python with best practices for reliability.
A guide to scheduling and automating VMware scripts using Windows Task Scheduler, covering PowerCLI and Python with best practices for reliability.
A technical guide on implementing error handling and logging for VMware automation scripts using PowerCLI and Python.
A technical guide on automating VMware report exports using PowerCLI and visualizing the data with Python for VM inventory dashboards.
A technical guide on automating virtual machine power actions and snapshots using PowerCLI and Python scripts.
A cleaner method for managing Python package version numbers using uv and importlib.metadata, avoiding manual updates.
A comprehensive guide to implementing and using the Python logging module for application monitoring and performance analysis.
A humorous exploration of using AI to generate Python scripts that identify and mock outdated C++ code patterns, comparing outputs from Claude Sonnet and GPT-5.
A guide on using Python, AI, and LLMs like LangGraph to detect code vulnerabilities, including workflow design and cost considerations.
A guide on using Azure Automation Python Runbooks to query and interact with Azure Cosmos DB for MongoDB, including package setup and connection code.
A guide to using Python packages like 'markdown' and 'markdownify' to parse, convert, and work with Markdown formatted text in applications.
A developer builds a personal AI workflow using LangGraph, focusing on integrating human-in-the-loop processes.
Using a SAT solver and Python to automate the complex scheduling of student-teacher interviews at a Zen meditation retreat.
Explains how to use Python's typing.Unpack and TypedDict for stricter type annotations of **kwargs.
Explains how to correctly type *args and **kwargs in Python to pass type checkers, avoiding common mistakes.
How to use uv to manage a single source for your Python package version, eliminating the need to update it in multiple files.
A developer's journey using LangGraph to add memory and state management to a chatbot, enabling it to remember user details like names and birthdays.
Introduces Graphiti, an open-source framework for building bi-temporal knowledge graphs to give AI agents long-term memory and real-time data understanding.
A guide to using git worktree with Python projects, including a helper script to automate virtual environment and dependency management.
A tutorial on building a multi-agent AI system with specialized agents using IBM's Watsonx Orchestrate platform and Docker.
A guide to speeding up Python code using four practices: efficiency, compilation, parallelism, and process, achieving a 330x speedup.