<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>QubitLogic</title>
    <link>https://qubitlogic.dev/</link>
    <description>Recent content on QubitLogic</description>
    <image>
      <title>QubitLogic</title>
      <url>https://qubitlogic.dev/images/og-default.png</url>
      <link>https://qubitlogic.dev/images/og-default.png</link>
    </image>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 01 Jun 2026 17:04:54 +0100</lastBuildDate>
    <atom:link href="https://qubitlogic.dev/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>How to Provision a High-Frequency VPS for AI Agent Workloads</title>
      <link>https://qubitlogic.dev/infrastructure/how-to-provision-vps-ai-agent-workloads/</link>
      <pubDate>Mon, 01 Jun 2026 08:30:00 +0100</pubDate>
      <guid>https://qubitlogic.dev/infrastructure/how-to-provision-vps-ai-agent-workloads/</guid>
      <description>VPS for AI agent workloads on Ubuntu 24.04 — provision, harden, and benchmark with sysbench and fio. CPU governor tuning, swap config, Nginx, and cloud provider selection.</description>
    </item>
    <item>
      <title>Nginx Reverse Proxy: Securing Your Python AI API</title>
      <link>https://qubitlogic.dev/infrastructure/nginx-reverse-proxy-python-ai-api/</link>
      <pubDate>Mon, 01 Jun 2026 10:00:00 +0100</pubDate>
      <guid>https://qubitlogic.dev/infrastructure/nginx-reverse-proxy-python-ai-api/</guid>
      <description>Nginx reverse proxy for Python FastAPI on VPS — TLS via Certbot, rate limiting, upstream health checks, and LLM-aware timeout tuning. Full production configuration.</description>
    </item>
    <item>
      <title>Optimizing Python Environment Performance on Ubuntu 24.04 LTS</title>
      <link>https://qubitlogic.dev/infrastructure/optimizing-python-environment-ubuntu-24-04/</link>
      <pubDate>Mon, 01 Jun 2026 11:30:00 +0100</pubDate>
      <guid>https://qubitlogic.dev/infrastructure/optimizing-python-environment-ubuntu-24-04/</guid>
      <description>Python performance on Ubuntu 24.04 — venv isolation, uvicorn worker sizing, py-spy profiling, and memory optimisation for AI agent workloads. Reproducible benchmarks.</description>
    </item>
    <item>
      <title>The Quantum-Ready Tech Stack: Hardware and Cloud Recommendations</title>
      <link>https://qubitlogic.dev/infrastructure/quantum-ready-tech-stack/</link>
      <pubDate>Mon, 01 Jun 2026 13:00:00 +0100</pubDate>
      <guid>https://qubitlogic.dev/infrastructure/quantum-ready-tech-stack/</guid>
      <description>Quantum-AI developer stack 2026 — IBM Quantum, IonQ, and Azure Quantum reviewed with real cost breakdowns, simulator options, and honest hardware capability ratings.</description>
    </item>
    <item>
      <title>Cost-Effective Cloud Architecture for Backtesting Pipelines</title>
      <link>https://qubitlogic.dev/infrastructure/cost-effective-cloud-architecture-backtesting-pipelines/</link>
      <pubDate>Mon, 01 Jun 2026 14:30:00 +0100</pubDate>
      <guid>https://qubitlogic.dev/infrastructure/cost-effective-cloud-architecture-backtesting-pipelines/</guid>
      <description>Python backtesting pipeline on a $24/mo VPS — multiprocessing pools, memory-mapped data loading, chunked I/O, and cron scheduling for 500&#43; overnight strategy runs.</description>
    </item>
    <item>
      <title>CI/CD Pipeline for AI Python Scripts</title>
      <link>https://qubitlogic.dev/infrastructure/cicd-pipeline-ai-python-scripts/</link>
      <pubDate>Mon, 01 Jun 2026 16:00:00 +0100</pubDate>
      <guid>https://qubitlogic.dev/infrastructure/cicd-pipeline-ai-python-scripts/</guid>
      <description>GitHub Actions CI/CD for Python AI scripts — pytest, dependency auditing, mypy type checking, and zero-downtime SSH deployment to a Linux VPS. Complete workflow included.</description>
    </item>
    <item>
      <title>DigitalOcean vs. Vultr: Performance Benchmarks for AI Agent Workloads</title>
      <link>https://qubitlogic.dev/infrastructure/digitalocean-vs-vultr-performance-benchmarks/</link>
      <pubDate>Mon, 01 Jun 2026 17:00:00 +0100</pubDate>
      <guid>https://qubitlogic.dev/infrastructure/digitalocean-vs-vultr-performance-benchmarks/</guid>
      <description>DigitalOcean vs Vultr benchmark 2026 — sysbench, fio, iperf3, and Python AI workloads on $12/mo plans. Reproducible numbers with a clear provider verdict for developers.</description>
    </item>
    <item>
      <title>Building a Quantum-Inspired Optimizer in Python</title>
      <link>https://qubitlogic.dev/quantum-coding/quantum-inspired-optimizer-python/</link>
      <pubDate>Mon, 01 Jun 2026 09:00:00 +0100</pubDate>
      <guid>https://qubitlogic.dev/quantum-coding/quantum-inspired-optimizer-python/</guid>
      <description>QAOA optimizer in Python with Qiskit — implement quantum-inspired MaxCut from scratch, build the cost Hamiltonian, and benchmark against a classical greedy baseline.</description>
    </item>
    <item>
      <title>QAOA vs. Classical Brute Force: A Benchmarking Guide</title>
      <link>https://qubitlogic.dev/quantum-coding/qaoa-vs-classical-brute-force-benchmarking/</link>
      <pubDate>Mon, 01 Jun 2026 10:30:00 +0100</pubDate>
      <guid>https://qubitlogic.dev/quantum-coding/qaoa-vs-classical-brute-force-benchmarking/</guid>
      <description>QAOA vs classical benchmark — MaxCut across 6–20 nodes comparing brute force, greedy, and simulated annealing. Reproducible code and an honest verdict on when QAOA wins.</description>
    </item>
    <item>
      <title>Implementing Grover&#39;s Search Logic in Python</title>
      <link>https://qubitlogic.dev/quantum-coding/grovers-search-logic-python/</link>
      <pubDate>Mon, 01 Jun 2026 12:00:00 +0100</pubDate>
      <guid>https://qubitlogic.dev/quantum-coding/grovers-search-logic-python/</guid>
      <description>Grover&amp;#39;s algorithm in Python with Qiskit — oracle construction, amplitude amplification, iteration count formula, and honest O(√N) vs O(N) benchmark with Qiskit Aer.</description>
    </item>
    <item>
      <title>Bridging Qiskit and Scikit-Learn: Hybrid Workflow</title>
      <link>https://qubitlogic.dev/quantum-coding/qiskit-scikit-learn-hybrid-workflow/</link>
      <pubDate>Mon, 01 Jun 2026 13:30:00 +0100</pubDate>
      <guid>https://qubitlogic.dev/quantum-coding/qiskit-scikit-learn-hybrid-workflow/</guid>
      <description>Qiskit &#43; Scikit-Learn hybrid ML — quantum kernel SVM as a sklearn estimator, benchmarked against classical SVM and random forest with GridSearchCV and cross-validation.</description>
    </item>
    <item>
      <title>Simulating Circuit Depth: Code Optimization</title>
      <link>https://qubitlogic.dev/quantum-coding/simulating-circuit-depth-code-optimization/</link>
      <pubDate>Mon, 01 Jun 2026 15:00:00 +0100</pubDate>
      <guid>https://qubitlogic.dev/quantum-coding/simulating-circuit-depth-code-optimization/</guid>
      <description>Qiskit circuit depth optimisation — transpiler levels, gate cancellation, and circuit rewriting to reduce noise and simulation time. Benchmarks and reproducible commands.</description>
    </item>
    <item>
      <title>Solving the Traveling Salesperson Problem with Simulated Annealing</title>
      <link>https://qubitlogic.dev/quantum-coding/traveling-salesperson-simulated-annealing/</link>
      <pubDate>Mon, 01 Jun 2026 16:30:00 +0100</pubDate>
      <guid>https://qubitlogic.dev/quantum-coding/traveling-salesperson-simulated-annealing/</guid>
      <description>Simulated annealing for TSP in Python — 2-opt local search, adaptive cooling schedule, restart logic, and benchmarks up to 500 cities against nearest-neighbour and brute force.</description>
    </item>
    <item>
      <title>Post-Quantum Cryptography: API Security Vulnerabilities</title>
      <link>https://qubitlogic.dev/professional-edge/post-quantum-cryptography-api-security/</link>
      <pubDate>Mon, 01 Jun 2026 08:00:00 +0100</pubDate>
      <guid>https://qubitlogic.dev/professional-edge/post-quantum-cryptography-api-security/</guid>
      <description>Post-quantum cryptography for Python APIs — which algorithms are vulnerable to quantum attacks, NIST FIPS replacements, and how to audit and migrate your API stack now.</description>
    </item>
    <item>
      <title>Integrating Enterprise-Grade RAG Agents</title>
      <link>https://qubitlogic.dev/professional-edge/integrating-enterprise-rag-agents/</link>
      <pubDate>Mon, 01 Jun 2026 09:30:00 +0100</pubDate>
      <guid>https://qubitlogic.dev/professional-edge/integrating-enterprise-rag-agents/</guid>
      <description>Enterprise RAG agent architecture — chunking strategy, embedding model selection, vector DB choice, RAGAS retrieval evaluation, and self-hosted VPS deployment guide.</description>
    </item>
    <item>
      <title>Top 5 APIs for Real-Time Financial Data (2026)</title>
      <link>https://qubitlogic.dev/professional-edge/top-5-apis-real-time-financial-data/</link>
      <pubDate>Mon, 01 Jun 2026 11:00:00 +0100</pubDate>
      <guid>https://qubitlogic.dev/professional-edge/top-5-apis-real-time-financial-data/</guid>
      <description>Top 5 real-time financial data APIs 2026 — Polygon.io, Alpaca, and 3 others benchmarked on latency, data quality, and Python ergonomics for algorithmic trading and AI agents.</description>
    </item>
    <item>
      <title>Agentic Workflows vs. Manual Scripts: A Benchmark</title>
      <link>https://qubitlogic.dev/professional-edge/agentic-workflows-vs-manual-scripts/</link>
      <pubDate>Mon, 01 Jun 2026 12:30:00 +0100</pubDate>
      <guid>https://qubitlogic.dev/professional-edge/agentic-workflows-vs-manual-scripts/</guid>
      <description>LangGraph vs Python scripts benchmark — agentic AI vs deterministic code across data pipelines, research, code generation, and API orchestration. Cost, latency, and reliability measured.</description>
    </item>
    <item>
      <title>Review: Are Quantum AI Certifications Worth It?</title>
      <link>https://qubitlogic.dev/professional-edge/quantum-ai-certification-review/</link>
      <pubDate>Mon, 01 Jun 2026 14:00:00 +0100</pubDate>
      <guid>https://qubitlogic.dev/professional-edge/quantum-ai-certification-review/</guid>
      <description>Quantum AI certifications 2026 — IBM, Coursera, AWS Braket, and university programs rated on curriculum depth, industry recognition, and ROI for working developers.</description>
    </item>
    <item>
      <title>Auditing Code for Post-Quantum Compliance</title>
      <link>https://qubitlogic.dev/professional-edge/auditing-code-post-quantum-compliance/</link>
      <pubDate>Mon, 01 Jun 2026 15:30:00 +0100</pubDate>
      <guid>https://qubitlogic.dev/professional-edge/auditing-code-post-quantum-compliance/</guid>
      <description>Post-quantum compliance audit tool in Python — scan codebases for vulnerable crypto, generate prioritised remediation reports, and integrate PQC checks into CI/CD pipelines.</description>
    </item>
    <item>
      <title>About QubitLogic</title>
      <link>https://qubitlogic.dev/about/</link>
      <pubDate>Mon, 01 Jun 2026 00:00:00 +0100</pubDate>
      <guid>https://qubitlogic.dev/about/</guid>
      <description>QubitLogic is a technical workbench for quantum-AI hybrid development — tutorials, benchmarks, and infrastructure guides with reproducible code.</description>
    </item>
    <item>
      <title>Affiliate Disclosure</title>
      <link>https://qubitlogic.dev/affiliate-disclosure/</link>
      <pubDate>Mon, 01 Jun 2026 00:00:00 +0100</pubDate>
      <guid>https://qubitlogic.dev/affiliate-disclosure/</guid>
      <description>QubitLogic affiliate disclosure — how we use affiliate links and our editorial independence policy.</description>
    </item>
    <item>
      <title>Privacy Policy</title>
      <link>https://qubitlogic.dev/privacy/</link>
      <pubDate>Mon, 01 Jun 2026 00:00:00 +0100</pubDate>
      <guid>https://qubitlogic.dev/privacy/</guid>
      <description>QubitLogic privacy policy — how we handle data, cookies, and your rights under UK GDPR.</description>
    </item>
    <item>
      <title>Start Here: The QubitLogic Learning Path</title>
      <link>https://qubitlogic.dev/start-here/</link>
      <pubDate>Mon, 01 Jun 2026 00:00:00 +0100</pubDate>
      <guid>https://qubitlogic.dev/start-here/</guid>
      <description>QubitLogic learning path for developers — start with VPS infrastructure, progress to Qiskit quantum algorithms, finish with production AI and PQC. Every article has runnable code.</description>
    </item>
    <item>
      <title>Weekly Quantum Dev Digest</title>
      <link>https://qubitlogic.dev/newsletter/</link>
      <pubDate>Mon, 01 Jun 2026 00:00:00 +0100</pubDate>
      <guid>https://qubitlogic.dev/newsletter/</guid>
      <description>One serious article per week covering quantum algorithms, AI infrastructure, and financial APIs — with runnable code. Free newsletter from QubitLogic.</description>
    </item>
  </channel>
</rss>
