by CPI Staff | Sep 8, 2025 | Azure, Azure App Configuration
This post walks through the steps of reading JSON files from Azure App Configuration, complete with explanations and code samples. Modern cloud applications often rely on configuration management systems to centralize and secure application settings. Azure App...
by CPI Staff | Sep 3, 2025 | Blog, Docker
In this blog post Keep Docker Containers Running Prevent Exits in Production and Dev we will walk through why Docker containers exit and the reliable ways to keep them running. At a high level, a container runs a single main process. When that process finishes, the...
by CPI Staff | Sep 3, 2025 | AI, Blog, Tiktoken
In this blog post Integrate Tiktoken in Python Applications Step by Step Guide we will explore what tokens are, why they matter for large language models, and how to integrate OpenAI’s Tiktoken library into your Python application with a simple, step-by-step example....
by CPI Staff | Sep 2, 2025 | Blog, Microsoft Intune
In this blog post, Managing Certificates on Managed Devices with Intune, we’ll explore how Microsoft Intune helps organizations deploy and manage certificates effectively. Rather than diving into step-by-step technical instructions, this article will focus on the...
by CPI Staff | Sep 1, 2025 | Blog, Python
In this blog post, “Auto Start Python Virtual Environment in GitHub Codespaces” we’ll cover two main approaches: configuring your shell startup file (recommended) and setting up auto-activation project-wide with devcontainer.json. When working in GitHub...