AI-Assisted Order Processing: Technology Stack, Services, and Model Choices

This document details the technical architecture, software stack, and model selection for our AI-Assisted Purchase Order Processing (POP) system. The goal of this Proof of Concept (PoC) is to demonstrate a “Self-Healing” enterprise application where human feedback directly trains the AI to correct its own mistakes without code changes. 1. Architectural Philosophy: The Unified Vision-Language … Read more

AI-Assisted Order Processing: Solution Approach and System Architecture

Processing purchase orders is often treated as a back-office burden, but it is the pulse of the supply chain. While traditional OCR solutions rely on rigid templates and manual data entry, modern Generative AI allows us to build a system that is flexible, autonomous, and—most importantly—self-healing. This post outlines the architecture for our AI-Assisted Purchase … Read more

Preparing Servers for Ceph

Before deploying Ceph, it is essential to prepare the servers correctly at the hardware, BIOS, operating system, and networking layers. Many Ceph performance and stability issues originate from gaps at this stage. This post documents the preparation steps and design decisions used for my Ceph deployment. 1. BIOS Configuration All servers were first configured at … Read more

Setting up Ubuntu repository mirror

Having a local Ubuntu repository mirror greatly improves package download speed and removes external dependencies during system updates. For my lab setup, I created a dedicated VM to host the mirror, exposed securely over HTTPS using Apache. This post documents the complete setup—from installing apt-mirror to configuring TLS and preparing the repository structure. Note on … Read more

Wildcard SSL Certficates

Enabling SSL/TLS on every site—whether in a home lab or in production—is a good practice. While Let’s Encrypt offers free certificates suitable for most setups, I prefer using eMudhra’s emSign CA, especially for wildcard certificates and environments where commercial CA validation is preferred. This post documents the complete process of generating a wildcard SSL certificate … Read more

Management Server for Home Lab

In a home lab that also serves as an R&D environment, frequent rebuilds, upgrades, and full reinstall cycles are inevitable. To avoid losing critical documentation, Docker repositories, source code, and other persistent assets, I decided to dedicate one physical server exclusively for management. This system now hosts all essential services and a lightweight K3s cluster … Read more

Infrastructure overview

This blog provides a detailed overview of the physical infrastructure supporting the lab and production-grade deployment environment. The goal of this platform is to create a high-performance, high-availability foundation for virtualized workloads, container-based services, storage clusters, and management applications. The hardware has been selected and organized to deliver predictable performance, strong isolation, and reliable scaling. … Read more