<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
  xmlns:atom="http://www.w3.org/2005/Atom"
  xmlns:content="http://purl.org/rss/1.0/modules/content/"
  xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Federico Calo - Tech Blog</title>
    <link>https://federicocalo.dev/en/blog</link>
    <description>Articles about software development, AI, machine learning, architecture and technology</description>
    <language>en</language>
    <lastBuildDate>Mon, 06 Jul 2026 11:05:36 GMT</lastBuildDate>
    <atom:link href="https://federicocalo.dev/feed-en.xml" rel="self" type="application/rss+xml"/>
    <atom:link href="https://pubsubhubbub.appspot.com/" rel="hub"/>
    <generator>generate-rss-feed.mjs</generator>
    <managingEditor>info@federicocalo.dev (Federico Calo)</managingEditor>
    <webMaster>info@federicocalo.dev (Federico Calo)</webMaster>
    <image>
      <url>https://federicocalo.dev/assets/images/logo.png</url>
      <title>Federico Calo - Tech Blog</title>
      <link>https://federicocalo.dev/en/blog</link>
    </image>
    <item>
      <title>18 - Copilot Extensions and Marketplace</title>
      <link>https://federicocalo.dev/en/blog/github-copilot-extensions-marketplace</link>
      <guid isPermaLink="true">https://federicocalo.dev/en/blog/github-copilot-extensions-marketplace</guid>
      <pubDate>Thu, 07 Jan 2027 00:00:00 GMT</pubDate>
      <dc:creator>Federico Calo</dc:creator>
      <category>GitHub Copilot</category>
      <description>Extend Copilot with Extensions and Skillsets from the Marketplace. MCP integration, third-party agents (Claude, Codex), and how to create your own custom extension.</description>
    </item>
    <item>
      <title>16 - Advanced Copilot Customization</title>
      <link>https://federicocalo.dev/en/blog/github-copilot-advanced-customization</link>
      <guid isPermaLink="true">https://federicocalo.dev/en/blog/github-copilot-advanced-customization</guid>
      <pubDate>Sun, 03 Jan 2027 00:00:00 GMT</pubDate>
      <dc:creator>Federico Calo</dc:creator>
      <category>GitHub Copilot</category>
      <description>Three levels of customization: personal instructions, repository (.github/copilot-instructions.md), and organization. MCP integration and content exclusion.</description>
    </item>
    <item>
      <title>15 - AI Models in Copilot: Selection Guide</title>
      <link>https://federicocalo.dev/en/blog/github-copilot-ai-models-selection-guide</link>
      <guid isPermaLink="true">https://federicocalo.dev/en/blog/github-copilot-ai-models-selection-guide</guid>
      <pubDate>Fri, 01 Jan 2027 00:00:00 GMT</pubDate>
      <dc:creator>Federico Calo</dc:creator>
      <category>GitHub Copilot</category>
      <description>Complete comparison of AI models in Copilot: GPT-4.1, Claude Opus/Sonnet/Haiku, Gemini. Auto Mode, manual selection, premium requests, and optimal use cases.</description>
    </item>
    <item>
      <title>14 - Copilot Spaces and Memory</title>
      <link>https://federicocalo.dev/en/blog/github-copilot-spaces-memory</link>
      <guid isPermaLink="true">https://federicocalo.dev/en/blog/github-copilot-spaces-memory</guid>
      <pubDate>Wed, 30 Dec 2026 00:00:00 GMT</pubDate>
      <dc:creator>Federico Calo</dc:creator>
      <category>GitHub Copilot</category>
      <description>Organize context with Copilot Spaces and leverage Agentic Memory to remember patterns and conventions. Semantic repository indexing in under 60 seconds.</description>
    </item>
    <item>
      <title>11 - Eventual Consistency: Strategies, Trade-offs and UX Patterns</title>
      <link>https://federicocalo.dev/en/blog/eventual-consistency-distributed-systems-strategies-ux</link>
      <guid isPermaLink="true">https://federicocalo.dev/en/blog/eventual-consistency-distributed-systems-strategies-ux</guid>
      <pubDate>Tue, 29 Dec 2026 00:00:00 GMT</pubDate>
      <dc:creator>Federico Calo</dc:creator>
      <category>Event-Driven Architecture</category>
      <description>Eventual consistency is the fundamental trade-off of event-driven systems: this guide covers strategies for making temporarily inconsistent systems acceptable to users, from optimistic feedback to reconciliation patterns.</description>
    </item>
    <item>
      <title>13 - GitHub Spark: Full-Stack Apps from Natural Language</title>
      <link>https://federicocalo.dev/en/blog/github-spark-natural-language-apps</link>
      <guid isPermaLink="true">https://federicocalo.dev/en/blog/github-spark-natural-language-apps</guid>
      <pubDate>Mon, 28 Dec 2026 00:00:00 GMT</pubDate>
      <dc:creator>Federico Calo</dc:creator>
      <category>GitHub Copilot</category>
      <description>Create full-stack apps with GitHub Spark: describe in natural language, real-time preview, one-click deploy. TypeScript + React powered by Claude Sonnet 4.</description>
    </item>
    <item>
      <title>12 - Copilot Edits and Agent Mode</title>
      <link>https://federicocalo.dev/en/blog/github-copilot-edits-agent-mode</link>
      <guid isPermaLink="true">https://federicocalo.dev/en/blog/github-copilot-edits-agent-mode</guid>
      <pubDate>Sat, 26 Dec 2026 00:00:00 GMT</pubDate>
      <dc:creator>Federico Calo</dc:creator>
      <category>GitHub Copilot</category>
      <description>Multi-file editing and self-healing Agent Mode in Copilot: Plan Mode, Next Edit Suggestions, symbol-aware editing, and comparison between Edit Mode and Agent Mode.</description>
    </item>
    <item>
      <title>11 - Automatic Code Review with Copilot</title>
      <link>https://federicocalo.dev/en/blog/github-copilot-automatic-code-review</link>
      <guid isPermaLink="true">https://federicocalo.dev/en/blog/github-copilot-automatic-code-review</guid>
      <pubDate>Thu, 24 Dec 2026 00:00:00 GMT</pubDate>
      <dc:creator>Federico Calo</dc:creator>
      <category>GitHub Copilot</category>
      <description>Automatic reviews in under 30 seconds: auto-review configuration, custom instructions for organizational standards, and one-click implementable suggestions.</description>
    </item>
    <item>
      <title>10 - Outbox Pattern: Atomic Event Publication with CDC</title>
      <link>https://federicocalo.dev/en/blog/outbox-pattern-event-publication-atomic-cdc</link>
      <guid isPermaLink="true">https://federicocalo.dev/en/blog/outbox-pattern-event-publication-atomic-cdc</guid>
      <pubDate>Tue, 22 Dec 2026 00:00:00 GMT</pubDate>
      <dc:creator>Federico Calo</dc:creator>
      <category>Event-Driven Architecture</category>
      <description>The dual-write problem (saving to the DB and publishing to Kafka/SQS atomically) is solved by the Outbox Pattern: write the event to an outbox table in the same DB transaction, then use Debezium CDC for reliable publication.</description>
    </item>
    <item>
      <title>10 - Copilot Coding Agent: Autonomous Development</title>
      <link>https://federicocalo.dev/en/blog/github-copilot-coding-agent-autonomous-development</link>
      <guid isPermaLink="true">https://federicocalo.dev/en/blog/github-copilot-coding-agent-autonomous-development</guid>
      <pubDate>Tue, 22 Dec 2026 00:00:00 GMT</pubDate>
      <dc:creator>Federico Calo</dc:creator>
      <category>GitHub Copilot</category>
      <description>GitHub Copilot\</description>
    </item>
    <item>
      <title>21 - Monitoring and Productivity with Claude Code</title>
      <link>https://federicocalo.dev/en/blog/claude-code-monitoring-productivity</link>
      <guid isPermaLink="true">https://federicocalo.dev/en/blog/claude-code-monitoring-productivity</guid>
      <pubDate>Sat, 19 Dec 2026 00:00:00 GMT</pubDate>
      <dc:creator>Federico Calo</dc:creator>
      <category>Claude</category>
      <description>Tools for monitoring and optimizing Claude Code: ccflare for metrics, session management, claudekit, status lines, and ROI with 75-85% development time savings.</description>
    </item>
    <item>
      <title>09 - Idempotency in Consumers: Deduplication and Idempotency Keys</title>
      <link>https://federicocalo.dev/en/blog/idempotency-event-driven-consumer-deduplication-key</link>
      <guid isPermaLink="true">https://federicocalo.dev/en/blog/idempotency-event-driven-consumer-deduplication-key</guid>
      <pubDate>Tue, 15 Dec 2026 00:00:00 GMT</pubDate>
      <dc:creator>Federico Calo</dc:creator>
      <category>Event-Driven Architecture</category>
      <description>In a distributed system with at-least-once delivery, the same message may be received more than once. Consumer idempotency is the defence: deduplication with idempotency keys, exactly-once processing with database transactions and inbox/outbox.</description>
    </item>
    <item>
      <title>19 - Claude Cowork: AI for Knowledge Workers</title>
      <link>https://federicocalo.dev/en/blog/claude-cowork-ai-knowledge-workers</link>
      <guid isPermaLink="true">https://federicocalo.dev/en/blog/claude-cowork-ai-knowledge-workers</guid>
      <pubDate>Tue, 15 Dec 2026 00:00:00 GMT</pubDate>
      <dc:creator>Federico Calo</dc:creator>
      <category>Claude</category>
      <description>Claude Code without the terminal: automation for non-developers on macOS. File organization, data extraction, document synthesis, and parallel processing with sub-agents.</description>
    </item>
    <item>
      <title>17 - BMAD Method: AI-Driven Agile Development</title>
      <link>https://federicocalo.dev/en/blog/claude-code-bmad-ai-driven-agile</link>
      <guid isPermaLink="true">https://federicocalo.dev/en/blog/claude-code-bmad-ai-driven-agile</guid>
      <pubDate>Fri, 11 Dec 2026 00:00:00 GMT</pubDate>
      <dc:creator>Federico Calo</dc:creator>
      <category>Claude</category>
      <description>The BMAD method (Breakthrough Method for Agile AI Development): document sharding, 21 specialized agents, 50+ guided workflows, and adaptive intelligence at scale.</description>
    </item>
    <item>
      <title>08 - Dead Letter Queue and Resilience in Async Systems</title>
      <link>https://federicocalo.dev/en/blog/dead-letter-queue-resilience-failed-messages</link>
      <guid isPermaLink="true">https://federicocalo.dev/en/blog/dead-letter-queue-resilience-failed-messages</guid>
      <pubDate>Tue, 08 Dec 2026 00:00:00 GMT</pubDate>
      <dc:creator>Federico Calo</dc:creator>
      <category>Event-Driven Architecture</category>
      <description>The DLQ is the essential safety net for any async system: it captures unprocessable messages after the maximum retry count, enables error analysis and selective re-processing without data loss.</description>
    </item>
    <item>
      <title>10 - Measuring and Monitoring Core Web Vitals in Production</title>
      <link>https://federicocalo.dev/en/blog/measuring-monitoring-core-web-vitals-production</link>
      <guid isPermaLink="true">https://federicocalo.dev/en/blog/measuring-monitoring-core-web-vitals-production</guid>
      <pubDate>Mon, 07 Dec 2026 00:00:00 GMT</pubDate>
      <dc:creator>Federico Calo</dc:creator>
      <category>Core Web Vitals</category>
      <description>Measuring Core Web Vitals in the lab is not enough: field data from the Chrome User Experience Report (CrUX) often diverges 30-50% from synthetic data. This guide shows how to implement real-user monitoring with the Web Vitals JS library, build a BigQuery dashboard and interpret the P75 percentiles Google actually uses for ranking.</description>
    </item>
    <item>
      <title>15 - Hooks: Event-Driven Automation in Claude Code</title>
      <link>https://federicocalo.dev/en/blog/claude-code-hooks-event-driven-automation</link>
      <guid isPermaLink="true">https://federicocalo.dev/en/blog/claude-code-hooks-event-driven-automation</guid>
      <pubDate>Mon, 07 Dec 2026 00:00:00 GMT</pubDate>
      <dc:creator>Federico Calo</dc:creator>
      <category>Claude</category>
      <description>Automate your workflow with Claude Code\</description>
    </item>
    <item>
      <title>13 - Agent Skills: Creating Modular Capabilities for Claude</title>
      <link>https://federicocalo.dev/en/blog/claude-code-skills-modular-capabilities</link>
      <guid isPermaLink="true">https://federicocalo.dev/en/blog/claude-code-skills-modular-capabilities</guid>
      <pubDate>Thu, 03 Dec 2026 00:00:00 GMT</pubDate>
      <dc:creator>Federico Calo</dc:creator>
      <category>Claude</category>
      <description>Discover Claude Code Agent Skills: modular architecture, 62+ community skills across 10 categories, and how to create custom skills for your workflow.</description>
    </item>
    <item>
      <title>07 - SQS vs SNS vs EventBridge: When to Use Which AWS Messaging Service</title>
      <link>https://federicocalo.dev/en/blog/aws-sqs-sns-eventbridge-when-to-use-which</link>
      <guid isPermaLink="true">https://federicocalo.dev/en/blog/aws-sqs-sns-eventbridge-when-to-use-which</guid>
      <pubDate>Tue, 01 Dec 2026 00:00:00 GMT</pubDate>
      <dc:creator>Federico Calo</dc:creator>
      <category>Event-Driven Architecture</category>
      <description>A practical decision guide for choosing between SQS (FIFO queue, at-least-once), SNS (fan-out pub/sub) and EventBridge (intelligent routing): each service has a specific use case and combining them requires understanding the trade-offs.</description>
    </item>
    <item>
      <title>09 - CSS if(), Grid Lanes and the CSS Novelties of 2026</title>
      <link>https://federicocalo.dev/en/blog/css-novelties-2026-if-grid-lanes-scroll-animations</link>
      <guid isPermaLink="true">https://federicocalo.dev/en/blog/css-novelties-2026-if-grid-lanes-scroll-animations</guid>
      <pubDate>Mon, 30 Nov 2026 00:00:00 GMT</pubDate>
      <dc:creator>Federico Calo</dc:creator>
      <category>Core Web Vitals</category>
      <description>2026 marks a generational leap for CSS: if() introduces native conditional logic in property values, Grid Lanes brings native masonry layout without JavaScript, and scroll-driven animations reach full cross-browser compatibility.</description>
    </item>
    <item>
      <title>06 - AWS EventBridge: Serverless Event Bus and Content-Based Routing</title>
      <link>https://federicocalo.dev/en/blog/aws-eventbridge-event-bus-routing-schema-registry</link>
      <guid isPermaLink="true">https://federicocalo.dev/en/blog/aws-eventbridge-event-bus-routing-schema-registry</guid>
      <pubDate>Tue, 24 Nov 2026 00:00:00 GMT</pubDate>
      <dc:creator>Federico Calo</dc:creator>
      <category>Event-Driven Architecture</category>
      <description>Amazon EventBridge is the AWS serverless event router: it routes events based on their content to Lambda, SQS, Step Functions and more. This guide covers routing rules, the Schema Registry and Event Archive for replay.</description>
    </item>
    <item>
      <title>12 - Case Study - End-to-End Observability Implementation (Microservices)</title>
      <link>https://federicocalo.dev/en/blog/case-study-observability-microservices</link>
      <guid isPermaLink="true">https://federicocalo.dev/en/blog/case-study-observability-microservices</guid>
      <pubDate>Tue, 24 Nov 2026 00:00:00 GMT</pubDate>
      <dc:creator>Federico Calo</dc:creator>
      <category>Observability</category>
      <description>Startup con 5 microservizi implementa OTel: auto-instrumentation in Java services, Collector gateway, Jaeger + Prometheus + Grafana, correlation IDs for logs. Risultati: MTTR -40%, insights +60%.</description>
    </item>
    <item>
      <title>08 - View Transitions API: Native Navigation Animations</title>
      <link>https://federicocalo.dev/en/blog/view-transitions-api-navigation-animations</link>
      <guid isPermaLink="true">https://federicocalo.dev/en/blog/view-transitions-api-navigation-animations</guid>
      <pubDate>Mon, 23 Nov 2026 00:00:00 GMT</pubDate>
      <dc:creator>Federico Calo</dc:creator>
      <category>Core Web Vitals</category>
      <description>The View Transitions API brings the fluid animations of native apps directly to the browser, without third-party libraries. The same-document variant is Baseline 2025, while cross-document transitions are reaching full interoperability in 2026.</description>
    </item>
    <item>
      <title>06 - Scaling RAG Systems: Performance and Production</title>
      <link>https://federicocalo.dev/en/blog/scaling-rag-systems-performance-production</link>
      <guid isPermaLink="true">https://federicocalo.dev/en/blog/scaling-rag-systems-performance-production</guid>
      <pubDate>Sat, 21 Nov 2026 00:00:00 GMT</pubDate>
      <dc:creator>Federico Calo</dc:creator>
      <category>PostgreSQL AI</category>
      <description>Complete guide to Scaling RAG Systems: Performance and Production: architecture, practical implementation and best practices for developers and technical teams.</description>
    </item>
    <item>
      <title>05 - Saga Pattern: Distributed Transactions with Choreography and Orchestration</title>
      <link>https://federicocalo.dev/en/blog/saga-pattern-distributed-transactions-choreography-orchestration</link>
      <guid isPermaLink="true">https://federicocalo.dev/en/blog/saga-pattern-distributed-transactions-choreography-orchestration</guid>
      <pubDate>Tue, 17 Nov 2026 00:00:00 GMT</pubDate>
      <dc:creator>Federico Calo</dc:creator>
      <category>Event-Driven Architecture</category>
      <description>The Saga Pattern solves distributed transactions without expensive 2PC: each service executes its local transaction and, on failure, a compensating transaction is triggered. Choreography vs Orchestration compared.</description>
    </item>
    <item>
      <title>05 - pgvector Indexing Strategies: HNSW vs IVFFlat</title>
      <link>https://federicocalo.dev/en/blog/pgvector-indexing-strategies-hnsw-vs-ivfflat</link>
      <guid isPermaLink="true">https://federicocalo.dev/en/blog/pgvector-indexing-strategies-hnsw-vs-ivfflat</guid>
      <pubDate>Tue, 17 Nov 2026 00:00:00 GMT</pubDate>
      <dc:creator>Federico Calo</dc:creator>
      <category>PostgreSQL AI</category>
      <description>Complete guide to pgvector Indexing Strategies: HNSW vs IVFFlat: architecture, practical implementation and best practices for developers and technical teams.</description>
    </item>
    <item>
      <title>07 - CSS Anchor Positioning: Tooltips and Dropdowns Without JavaScript</title>
      <link>https://federicocalo.dev/en/blog/css-anchor-positioning-tooltip-dropdown</link>
      <guid isPermaLink="true">https://federicocalo.dev/en/blog/css-anchor-positioning-tooltip-dropdown</guid>
      <pubDate>Mon, 16 Nov 2026 00:00:00 GMT</pubDate>
      <dc:creator>Federico Calo</dc:creator>
      <category>Core Web Vitals</category>
      <description>The CSS Anchor Positioning API — 78% browser support since January 2026 — lets you attach an element to another as an anchor without a single line of JavaScript: no more fragile offset calculations, no ResizeObserver, just declarative CSS.</description>
    </item>
    <item>
      <title>04 - Vector Similarity Search: Algorithms and Implementation</title>
      <link>https://federicocalo.dev/en/blog/vector-similarity-search-algorithms-implementation</link>
      <guid isPermaLink="true">https://federicocalo.dev/en/blog/vector-similarity-search-algorithms-implementation</guid>
      <pubDate>Fri, 13 Nov 2026 00:00:00 GMT</pubDate>
      <dc:creator>Federico Calo</dc:creator>
      <category>PostgreSQL AI</category>
      <description>Complete guide to Vector Similarity Search: Algorithms and Implementation: architecture, practical implementation and best practices for developers and technical teams.</description>
    </item>
    <item>
      <title>09 - Case Study - Implementazione Quality Framework per AI Code (End-to-End)</title>
      <link>https://federicocalo.dev/en/blog/case-study-quality-framework-ai-code</link>
      <guid isPermaLink="true">https://federicocalo.dev/en/blog/case-study-quality-framework-ai-code</guid>
      <pubDate>Wed, 11 Nov 2026 00:00:00 GMT</pubDate>
      <dc:creator>Federico Calo</dc:creator>
      <category>Quality Engineering</category>
      <description>Startup implementa quality framework: SAST + test intelligence + security scanning + CI/CD guardrails. Risultati: defect rate -45%, production issues -60%, developer satisfaction +30%. Timeline: 2 mesi, team di 2.</description>
    </item>
    <item>
      <title>04 - Event Sourcing + CQRS Together: Projections, Snapshots and Consistency</title>
      <link>https://federicocalo.dev/en/blog/event-sourcing-cqrs-projection-snapshot-eventual-consistency</link>
      <guid isPermaLink="true">https://federicocalo.dev/en/blog/event-sourcing-cqrs-projection-snapshot-eventual-consistency</guid>
      <pubDate>Tue, 10 Nov 2026 00:00:00 GMT</pubDate>
      <dc:creator>Federico Calo</dc:creator>
      <category>Event-Driven Architecture</category>
      <description>Combining event sourcing with CQRS is powerful but complex: how to build projections for the read model, use snapshots to shorten replay on aggregates with many events, and handle eventual consistency gracefully.</description>
    </item>
    <item>
      <title>06 - CSS Container Queries: Truly Responsive Components</title>
      <link>https://federicocalo.dev/en/blog/css-container-queries-responsive-components</link>
      <guid isPermaLink="true">https://federicocalo.dev/en/blog/css-container-queries-responsive-components</guid>
      <pubDate>Mon, 09 Nov 2026 00:00:00 GMT</pubDate>
      <dc:creator>Federico Calo</dc:creator>
      <category>Core Web Vitals</category>
      <description>Container Queries are a breakthrough in responsive design: instead of reacting to the viewport, components react to their container\</description>
    </item>
    <item>
      <title>03 - Building RAG Systems with PostgreSQL</title>
      <link>https://federicocalo.dev/en/blog/building-rag-systems-postgresql</link>
      <guid isPermaLink="true">https://federicocalo.dev/en/blog/building-rag-systems-postgresql</guid>
      <pubDate>Mon, 09 Nov 2026 00:00:00 GMT</pubDate>
      <dc:creator>Federico Calo</dc:creator>
      <category>PostgreSQL AI</category>
      <description>Complete guide to Building RAG Systems with PostgreSQL: architecture, practical implementation and best practices for developers and technical teams.</description>
    </item>
    <item>
      <title>10 - Anomaly Detection with Computer Vision in Manufacturing</title>
      <link>https://federicocalo.dev/en/blog/anomaly-detection-computer-vision-manufacturing</link>
      <guid isPermaLink="true">https://federicocalo.dev/en/blog/anomaly-detection-computer-vision-manufacturing</guid>
      <pubDate>Fri, 06 Nov 2026 00:00:00 GMT</pubDate>
      <dc:creator>Federico Calo</dc:creator>
      <category>Computer Vision</category>
      <description>Complete guide to Anomaly Detection with Computer Vision in Manufacturing: architecture, practical implementation and best practices for developers and technical teams.</description>
    </item>
    <item>
      <title>02 - Vector Embeddings Explained: Theory and Practice</title>
      <link>https://federicocalo.dev/en/blog/vector-embeddings-explained-theory-practice</link>
      <guid isPermaLink="true">https://federicocalo.dev/en/blog/vector-embeddings-explained-theory-practice</guid>
      <pubDate>Thu, 05 Nov 2026 00:00:00 GMT</pubDate>
      <dc:creator>Federico Calo</dc:creator>
      <category>PostgreSQL AI</category>
      <description>Complete guide to Vector Embeddings Explained: Theory and Practice: architecture, practical implementation and best practices for developers and technical teams.</description>
    </item>
    <item>
      <title>08 - Productivity Metrics - Measuring Developer Velocity vs Quality Impact</title>
      <link>https://federicocalo.dev/en/blog/productivity-metrics-velocity-quality</link>
      <guid isPermaLink="true">https://federicocalo.dev/en/blog/productivity-metrics-velocity-quality</guid>
      <pubDate>Wed, 04 Nov 2026 00:00:00 GMT</pubDate>
      <dc:creator>Federico Calo</dc:creator>
      <category>Quality Engineering</category>
      <description>DORA metrics con AI code, productivity paradox (more code ≠ more value), cost of quality vs speed, ROI analysis, business case.</description>
    </item>
    <item>
      <title>03 - CQRS: Separating Read and Write for Independent Scaling</title>
      <link>https://federicocalo.dev/en/blog/cqrs-command-query-responsibility-segregation-scaling</link>
      <guid isPermaLink="true">https://federicocalo.dev/en/blog/cqrs-command-query-responsibility-segregation-scaling</guid>
      <pubDate>Tue, 03 Nov 2026 00:00:00 GMT</pubDate>
      <dc:creator>Federico Calo</dc:creator>
      <category>Event-Driven Architecture</category>
      <description>CQRS separates the write model (command side) from the read model (query side), allowing each to be optimised independently. This guide covers practical implementation, read model projections and async synchronisation.</description>
    </item>
    <item>
      <title>05 - Font Optimization: Subsetting, Variable Fonts and font-display</title>
      <link>https://federicocalo.dev/en/blog/font-optimization-subsetting-variable-fonts</link>
      <guid isPermaLink="true">https://federicocalo.dev/en/blog/font-optimization-subsetting-variable-fonts</guid>
      <pubDate>Mon, 02 Nov 2026 00:00:00 GMT</pubDate>
      <dc:creator>Federico Calo</dc:creator>
      <category>Core Web Vitals</category>
      <description>Web fonts can be the difference between excellent and mediocre LCP: subsetting reduces files from 400KB to 140KB improving Largest Contentful Paint by 20%. This guide covers WOFF2, variable fonts, unicode-range, preconnect and the optimal font-display strategy.</description>
    </item>
    <item>
      <title>09 - Face Detection and Recognition: MediaPipe and Beyond</title>
      <link>https://federicocalo.dev/en/blog/face-detection-recognition-mediapipe-beyond</link>
      <guid isPermaLink="true">https://federicocalo.dev/en/blog/face-detection-recognition-mediapipe-beyond</guid>
      <pubDate>Mon, 02 Nov 2026 00:00:00 GMT</pubDate>
      <dc:creator>Federico Calo</dc:creator>
      <category>Computer Vision</category>
      <description>Complete guide to Face Detection and Recognition: MediaPipe and Beyond: architecture, practical implementation and best practices for developers and technical teams.</description>
    </item>
    <item>
      <title>01 - pgvector Tutorial: Turn PostgreSQL into a Vector Database</title>
      <link>https://federicocalo.dev/en/blog/pgvector-tutorial-turn-postgresql-vector-database</link>
      <guid isPermaLink="true">https://federicocalo.dev/en/blog/pgvector-tutorial-turn-postgresql-vector-database</guid>
      <pubDate>Sun, 01 Nov 2026 00:00:00 GMT</pubDate>
      <dc:creator>Federico Calo</dc:creator>
      <category>PostgreSQL AI</category>
      <description>Complete guide to pgvector Tutorial: Turn PostgreSQL into a Vector Database: architecture, practical implementation and best practices for developers and technical teams.</description>
    </item>
    <item>
      <title>08 - Deploying YOLO26 on Edge: Raspberry Pi and Jetson</title>
      <link>https://federicocalo.dev/en/blog/deploying-yolo26-edge-raspberry-pi-jetson</link>
      <guid isPermaLink="true">https://federicocalo.dev/en/blog/deploying-yolo26-edge-raspberry-pi-jetson</guid>
      <pubDate>Thu, 29 Oct 2026 00:00:00 GMT</pubDate>
      <dc:creator>Federico Calo</dc:creator>
      <category>Computer Vision</category>
      <description>Complete guide to Deploying YOLO26 on Edge: Raspberry Pi and Jetson: architecture, practical implementation and best practices for developers and technical teams.</description>
    </item>
    <item>
      <title>07 - Complexity Assessment e Cognitive Load Metrics</title>
      <link>https://federicocalo.dev/en/blog/complexity-assessment-cognitive-load</link>
      <guid isPermaLink="true">https://federicocalo.dev/en/blog/complexity-assessment-cognitive-load</guid>
      <pubDate>Wed, 28 Oct 2026 00:00:00 GMT</pubDate>
      <dc:creator>Federico Calo</dc:creator>
      <category>Quality Engineering</category>
      <description>Cyclomatic complexity, cognitive complexity, maintainability assessment, AI code tendency per complessità, threshold setting, refactoring recommendations.</description>
    </item>
    <item>
      <title>02 - Event Sourcing: Application State as an Immutable Event Sequence</title>
      <link>https://federicocalo.dev/en/blog/event-sourcing-application-state-immutable-events</link>
      <guid isPermaLink="true">https://federicocalo.dev/en/blog/event-sourcing-application-state-immutable-events</guid>
      <pubDate>Tue, 27 Oct 2026 00:00:00 GMT</pubDate>
      <dc:creator>Federico Calo</dc:creator>
      <category>Event-Driven Architecture</category>
      <description>Event Sourcing replaces in-place record updates with appending immutable events: current state is derived by replaying the sequence. Discover the advantages, trade-offs and how to implement an event store from scratch.</description>
    </item>
    <item>
      <title>11 - AI Observability - Monitoring LLM Calls and Agent Behavior</title>
      <link>https://federicocalo.dev/en/blog/ai-observability-monitoring-llm-agent</link>
      <guid isPermaLink="true">https://federicocalo.dev/en/blog/ai-observability-monitoring-llm-agent</guid>
      <pubDate>Tue, 27 Oct 2026 00:00:00 GMT</pubDate>
      <dc:creator>Federico Calo</dc:creator>
      <category>Observability</category>
      <description>LLM tracing (token usage, latency, errors), agent tracing (decisions, tool calls), cost tracking, hallucination detection signals, monitoring frameworks.</description>
    </item>
    <item>
      <title>04 - CLS Prevention: Visual Stability and Layout Shift Debugging</title>
      <link>https://federicocalo.dev/en/blog/cls-prevention-cumulative-layout-shift</link>
      <guid isPermaLink="true">https://federicocalo.dev/en/blog/cls-prevention-cumulative-layout-shift</guid>
      <pubDate>Mon, 26 Oct 2026 00:00:00 GMT</pubDate>
      <dc:creator>Federico Calo</dc:creator>
      <category>Core Web Vitals</category>
      <description>Cumulative Layout Shift measures how much content unexpectedly shifts during load. Images without explicit dimensions, fonts displacing fallbacks and dynamic ad banners are the most common culprits. Precise debugging tools and CSS patterns to eliminate every visible shift.</description>
    </item>
    <item>
      <title>07 - Building CV Pipelines: OpenCV Integration with PyTorch</title>
      <link>https://federicocalo.dev/en/blog/building-cv-pipelines-opencv-integration-pytorch</link>
      <guid isPermaLink="true">https://federicocalo.dev/en/blog/building-cv-pipelines-opencv-integration-pytorch</guid>
      <pubDate>Sun, 25 Oct 2026 00:00:00 GMT</pubDate>
      <dc:creator>Federico Calo</dc:creator>
      <category>Computer Vision</category>
      <description>Complete guide to Building CV Pipelines: OpenCV Integration with PyTorch: architecture, practical implementation and best practices for developers and technical teams.</description>
    </item>
    <item>
      <title>06 - Image Augmentation: Techniques to Prevent Overfitting</title>
      <link>https://federicocalo.dev/en/blog/image-augmentation-techniques-prevent-overfitting</link>
      <guid isPermaLink="true">https://federicocalo.dev/en/blog/image-augmentation-techniques-prevent-overfitting</guid>
      <pubDate>Wed, 21 Oct 2026 00:00:00 GMT</pubDate>
      <dc:creator>Federico Calo</dc:creator>
      <category>Computer Vision</category>
      <description>Complete guide to Image Augmentation: Techniques to Prevent Overfitting: architecture, practical implementation and best practices for developers and technical teams.</description>
    </item>
    <item>
      <title>06 - CI/CD Guardrails - Quality Gates e Policy Enforcement</title>
      <link>https://federicocalo.dev/en/blog/cicd-guardrails-quality-gates-policy</link>
      <guid isPermaLink="true">https://federicocalo.dev/en/blog/cicd-guardrails-quality-gates-policy</guid>
      <pubDate>Wed, 21 Oct 2026 00:00:00 GMT</pubDate>
      <dc:creator>Federico Calo</dc:creator>
      <category>Quality Engineering</category>
      <description>Quality gates in CI/CD (coverage threshold, complexity limits, security checks), policy as code (OPA/Kyverno), blocking merges per qualità, dashboard monitoring.</description>
    </item>
    <item>
      <title>01 - EDA Fundamentals: Domain Events, Commands and Message Bus</title>
      <link>https://federicocalo.dev/en/blog/event-driven-architecture-fundamentals-domain-events-message-bus</link>
      <guid isPermaLink="true">https://federicocalo.dev/en/blog/event-driven-architecture-fundamentals-domain-events-message-bus</guid>
      <pubDate>Tue, 20 Oct 2026 00:00:00 GMT</pubDate>
      <dc:creator>Federico Calo</dc:creator>
      <category>Event-Driven Architecture</category>
      <description>Event-driven architecture rests on three foundational concepts: domain events that describe what happened, commands that express intent, and a message bus that decouples producers from consumers.</description>
    </item>
    <item>
      <title>03 - LCP Optimization: Image Preloading, Critical CSS and SSR</title>
      <link>https://federicocalo.dev/en/blog/lcp-optimization-image-preloading-critical-css</link>
      <guid isPermaLink="true">https://federicocalo.dev/en/blog/lcp-optimization-image-preloading-critical-css</guid>
      <pubDate>Mon, 19 Oct 2026 00:00:00 GMT</pubDate>
      <dc:creator>Federico Calo</dc:creator>
      <category>Core Web Vitals</category>
      <description>Largest Contentful Paint must occur within 2.5 seconds for optimal user experience and good Google ranking. The four highest-impact strategies — image preloading, critical CSS inlining, font preloading with display:swap and SSR — analysed with practical examples.</description>
    </item>
    <item>
      <title>05 - Image Segmentation: Semantic, Instance, Panoptic</title>
      <link>https://federicocalo.dev/en/blog/image-segmentation-semantic-instance-panoptic</link>
      <guid isPermaLink="true">https://federicocalo.dev/en/blog/image-segmentation-semantic-instance-panoptic</guid>
      <pubDate>Sat, 17 Oct 2026 00:00:00 GMT</pubDate>
      <dc:creator>Federico Calo</dc:creator>
      <category>Computer Vision</category>
      <description>Complete guide to Image Segmentation: Semantic, Instance, Panoptic: architecture, practical implementation and best practices for developers and technical teams.</description>
    </item>
  </channel>
</rss>
