<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Hardianto</title><description>Full Stack Engineer specializing in designing and deploying end-to-end web applications that unify resilient backend architectures with responsive user-centered interfaces. My technical focus spans architecting scalable RESTful APIs, optimizing relational and document databases, and managing client-side application state for high performance. By applying clean code principles, automated testing, and efficient CI/CD workflows, I translate complex business requirements into high-availability digital products engineered for maintainability and growth.</description><link>https://hardianto.tech/</link><item><title>Autonomous AI Agents: Architecture, Cognitive Loops, and Multi-Agent Systems</title><link>https://hardianto.tech/blog/agents-ai/</link><guid isPermaLink="true">https://hardianto.tech/blog/agents-ai/</guid><description>A deep-dive technical blueprint for modern AI agents: POMDP formalisms, perception-reasoning-action loops, memory architectures, tool-use protocols (MCP), multi-agent coordination, and sandboxed execution.</description><pubDate>Sat, 05 Sep 2026 00:00:00 GMT</pubDate></item><item><title>Artificial Intelligence: From Foundational Models to Autonomous Agentic Systems</title><link>https://hardianto.tech/blog/artificial-intelligence/</link><guid isPermaLink="true">https://hardianto.tech/blog/artificial-intelligence/</guid><description>A comprehensive, technical exploration of modern Artificial Intelligence: transformer mechanics, retrieval-augmented generation (RAG), autonomous multi-agent workflows, frontier benchmark evaluations, and alignment safety frameworks.</description><pubDate>Thu, 20 Aug 2026 00:00:00 GMT</pubDate></item><item><title>PostgreSQL Performance Tuning at Scale: Indexing Strategies, Buffer Cache, and Connection Pooling</title><link>https://hardianto.tech/blog/postgresql-performance-tuning/</link><guid isPermaLink="true">https://hardianto.tech/blog/postgresql-performance-tuning/</guid><description>An architectural deep dive into PostgreSQL internals: interpreting EXPLAIN (ANALYZE, BUFFERS), B-Tree vs BRIN indexing mechanics, WAL write path optimization, autovacuum worker tuning, and PgBouncer transaction-mode connection pooling.</description><pubDate>Thu, 20 Aug 2026 00:00:00 GMT</pubDate></item><item><title>Production Kubernetes Hardening: Kernel Observability and Networking with eBPF &amp; Cilium</title><link>https://hardianto.tech/blog/kubernetes-production-ebpf/</link><guid isPermaLink="true">https://hardianto.tech/blog/kubernetes-production-ebpf/</guid><description>Modern Kubernetes cluster engineering: bypassing legacy iptables with eBPF socket-layer routing, Cilium service mesh without sidecars, kernel-level L7 security policies, and zero-downtime Pod Disruption Budgets (PDB).</description><pubDate>Wed, 05 Aug 2026 00:00:00 GMT</pubDate></item><item><title>Demystifying Go Runtime Internals: The GMP Scheduler, Memory Allocator, and GC Mechanics</title><link>https://hardianto.tech/blog/go-runtime-scheduler-internals/</link><guid isPermaLink="true">https://hardianto.tech/blog/go-runtime-scheduler-internals/</guid><description>A low-level analysis of the Go runtime engine: work-stealing Goroutine scheduling (GMP model), network poller integration, TCMalloc-inspired multi-tiered memory allocation, and concurrent tri-color mark-sweep garbage collection.</description><pubDate>Tue, 28 Jul 2026 00:00:00 GMT</pubDate></item><item><title>Computer Science 2026: Paradigms, Hardware Frontiers, and Distributed Resilience</title><link>https://hardianto.tech/blog/computer-science-2025/</link><guid isPermaLink="true">https://hardianto.tech/blog/computer-science-2025/</guid><description>An in-depth technical analysis of the structural breakthroughs defining computer science: spatial computing pipelines, neuromorphic silicon architectures, post-quantum cryptographic standards (FIPS 203/204/205), and decentralized consensus algorithms.</description><pubDate>Tue, 14 Jul 2026 00:00:00 GMT</pubDate></item><item><title>The Evolution of Computing: From Mechanical Engines to Quantum Coherence</title><link>https://hardianto.tech/blog/evolution-of-computing/</link><guid isPermaLink="true">https://hardianto.tech/blog/evolution-of-computing/</guid><description>An authoritative chronological and architectural study of computing history: from Babbage and ENIAC through microprocessors, RISC vs. CISC battles, modern heterogeneous accelerators, and quantum computing paradigms.</description><pubDate>Thu, 18 Jun 2026 00:00:00 GMT</pubDate></item><item><title>Architecting Resilient Event-Driven Systems: Kafka Partitioning, Consumer Groups, and the Transactional Outbox Pattern</title><link>https://hardianto.tech/blog/event-driven-kafka-outbox/</link><guid isPermaLink="true">https://hardianto.tech/blog/event-driven-kafka-outbox/</guid><description>Eliminating the dual-write problem in distributed microservices using PostgreSQL and Apache Kafka: implementing the Transactional Outbox Pattern with Debezium CDC, partition key hashing, idempotent consumer processing, and dead-letter retry topologies.</description><pubDate>Mon, 15 Jun 2026 00:00:00 GMT</pubDate></item><item><title>High-Throughput Distributed Caching: Stampede Mitigation, Probabilistic Early Expiration, and Redis Cluster</title><link>https://hardianto.tech/blog/distributed-caching-redis-topologies/</link><guid isPermaLink="true">https://hardianto.tech/blog/distributed-caching-redis-topologies/</guid><description>Engineering fault-tolerant cache layers: comparing Cache-Aside with Write-Through, mitigating cache stampedes with singleflight and the XFetch probabilistic algorithm, Redis Cluster hash slots (CRC16), and memory eviction trade-offs.</description><pubDate>Sat, 30 May 2026 00:00:00 GMT</pubDate></item><item><title>The Modern IoT Architecture: Matter, Edge AI, and Industrial Telemetry</title><link>https://hardianto.tech/blog/iot/</link><guid isPermaLink="true">https://hardianto.tech/blog/iot/</guid><description>A deep architectural dive into the Internet of Things: standardized communication protocols (Matter, Thread, MQTT), Edge AI inferencing, industrial telemetry (IIoT), digital twins, and zero-trust security frameworks.</description><pubDate>Mon, 18 May 2026 00:00:00 GMT</pubDate></item><item><title>Programming Languages 2026: Memory Safety, Concurrency, and Type System Evolutions</title><link>https://hardianto.tech/blog/programming-language/</link><guid isPermaLink="true">https://hardianto.tech/blog/programming-language/</guid><description>A comprehensive technical exploration of modern programming languages: Rust ownership and borrow checker mechanics, Python 3.13 free-threaded GIL elimination, TypeScript advanced type algebra, Go concurrency primitives, and emerging systems languages.</description><pubDate>Tue, 28 Apr 2026 00:00:00 GMT</pubDate></item><item><title>Zero-Downtime Database Migrations: The Expand-and-Contract Pattern in High-Volume Production</title><link>https://hardianto.tech/blog/zero-downtime-schema-migrations/</link><guid isPermaLink="true">https://hardianto.tech/blog/zero-downtime-schema-migrations/</guid><description>Safely evolving relational database schemas without maintenance windows or lock contention: the 5-phase Expand and Contract lifecycle, lock-free column additions, asynchronous batch backfills, and blue-green API deployment backward compatibility.</description><pubDate>Fri, 10 Apr 2026 00:00:00 GMT</pubDate></item><item><title>Strengthening Digital Defenses: Enterprise Cybersecurity and Resilience in Indonesia</title><link>https://hardianto.tech/blog/strengthening-digital-defenses/</link><guid isPermaLink="true">https://hardianto.tech/blog/strengthening-digital-defenses/</guid><description>A rigorous technical analysis of Indonesia cybersecurity landscape: regulatory compliance under Personal Data Protection Law (UU PDP No. 27/2022), Zero Trust Architecture (NIST SP 800-207), Ransomware mitigation, and SOC incident response.</description><pubDate>Tue, 10 Mar 2026 00:00:00 GMT</pubDate></item></channel></rss>