chanbodd.hashnode.devMicrosoft Foundry Local: Run AI Models on Your Machine - A Complete Hands-On GuideIntroduction: The Rise of Local AI The AI landscape is undergoing a fundamental shift. For the past several years, using large language models meant sending your data to a cloud endpoint (OpenAI, Azur2h ago·22 min read
chanbodd.hashnode.devComplete Guide to Monitoring Applications with Prometheus and GrafanaPrometheus: An Overview Prometheus is a powerful monitoring system and time series database. It collects metrics from configured targets at given intervals, evaluates rule expressions, displays the results, and can trigger alerts if some condition is...Jun 25, 2024·13 min read
chanbodd.hashnode.devAutomate Infrastructure Deployments Using Jenkins and TerraformIn the ever-evolving landscape of DevOps, automation is key to efficient and reliable infrastructure management. Building on our previous blog of using Terraform for EC2 deployments with remote backend, we're taking the next step in streamlining our ...Jun 20, 2024·13 min read
chanbodd.hashnode.devProvision AWS EC2 Instance Using Terraform with Remote Backend: A Complete GuideTerraform is an open-source infrastructure as code (IaC) tool that enables you to provision and manage cloud resources across multiple cloud providers, including Amazon Web Services (AWS). One of the key resources in AWS is the Elastic Compute Cloud ...Jun 19, 2024·13 min read
chanbodd.hashnode.devStep-by-Step Guide to Configuring Jenkins Master-Slave with SSH for Distributed ProcessingJenkins master-slave configuration, also known as Jenkins distributed builds, is a setup in which a Jenkins master server delegates tasks to one or more Jenkins slave nodes to distribute the workload and improve the efficiency of continuous integrati...Jun 30, 2023·4 min read