InCodeToDeploybyFarros FR·6d agoBuilding a Full-Stack App on Cloudflare’s Free Tier with Astro SSRA practical guide to building and deploying a full-stack web app using Cloudflare Workers, D1 database, KV storage, and Astro SSR…
InT3CHbyFarros FR·Jul 2Solar PV Monitoring Networks: Troubleshooting Routing and SubnetsSome guide on network architecture, troubleshooting subnets, routing gateways, and DNS settings for industrial solar PV loggers.
InCodeToDeploybyFarros FR·Jun 26Automating Meeting Minutes with Whisper and PythonA guide to setting up a local AI transcription pipeline and converting raw audio into structured Minutes of Meeting (MoM) documents.
InT3CHbyFarros FR·Jun 26Building Custom ERP Superapps with RustAn architectural look at building type-safe, high-performance custom ERP systems and superapps in Rust, and how they compare with Odoo and…
InSystem WeaknessbyFarros FR·Jun 20Securing AI Agents in CI/CDHow AI agents in development pipelines can be subverted via indirect prompt injection, and how to defend using runtime sandboxes and…
InT3CHbyFarros FR·Jun 18Dual-Path Rust Deployments: Git vs Direct HotfixA detailed guide comparing Git-based automation and manual direct binary hotfixes for deploying Rust web applications on a self-hosted…
InCodeToDeploybyFarros FR·Jun 18Comparing AI Agent Skills: Why I Prefer Caveman Over Ponytail ModeA comparison of the Ponytail and Caveman custom skills for AI coding agents, and why Caveman mode wins for developer productivity.
InSystem WeaknessbyFarros FR·Jun 18Detecting Malicious ML Models: Pickle Bytecode AnalysisLearn how Python’s pickle deserialization works under the hood and build a custom bytecode scanner to detect malicious machine learning…
Farros FR·Jun 18Install Playwright Globally for AI AgentsA practical guide to configuring Playwright and CloakBrowser globally. Essential setup for AI coding agents to perform browser automation…
InT3CHbyFarros FR·Jun 18VPS Auto-Deploy: CI/CD for Astro SSR and RustA step-by-step guide on configuring an automated git-driven CI/CD deployment pipeline on a VPS for Astro SSR and a Rust backend.