InfoQ Homepage Languages Content on InfoQ
-
Mobile Server-Driven UI at Scale
Rafael Ring explains how Nubank revolutionized mobile development by building a scripted server-driven UI framework, reducing feature lead times from weeks to minutes for 115 million customers.
-
So You’ve Decided to Do a Technical Migration
Sophie Koonin explains how Monzo navigated a two-year migration from Flow to TypeScript. She shares strategies for gaining stakeholder buy-in, using automation, and managing incremental rollouts.
-
Are You Missing a Data Frame? The Power of Data Frames in Java
Vladimir Zakharov discusses the power of DataFrames in Java. He compares implementations like DataFrame-EC and Tablesaw against Python’s pandas, focusing on performance and memory efficiency.
-
Expanding Swift from Apps to Services
Cory Benfield explains why Swift is a powerhouse for services like Apple’s Private Cloud Compute. He shares how Swift's memory safety and C++/Java interop deliver high-performance, frugal systems.
-
Java Concurrency from the Trenches: Lessons Learned in the Wild
Hugo Marques shares architectural lessons from scaling Java concurrency at Netflix, exploring the trade-offs between parallel streams, CompletableFutures, and the impact of Virtual Threads on IO.
-
Fix SLO Breaches before They Repeat: an SRE AI Agent for Application Workloads
Bruno Borges explains how to automate SLO breach diagnostics using SRE agents and MCP tools. He shares methodologies for identifying bottlenecks and balancing speed, cost, and reliability.
-
Orchestrating AI Services with the Spring AI Framework
Loiane Groner discusses Spring AI and how developers can build powerful, production-ready AI solutions in Java.
-
Clojure's Journey: From Simplicity to Enterprise Maturity
Jordan Miller explains Clojure's evolution, from Rich Hickey's vision to its enterprise adoption, highlighting key tools.
-
Ultra-Fast In-Memory Database Applications with Java
Markus Kett shares how to build the fastest database applications using Java & EclipseStore, bypassing traditional database limitations.
-
A Walk along the Complexity-Performance Curve
Richard Startin explores the relationship between complexity and performance through the lens of recent improvements to the Java String class, visiting continuous profiling and some assembly code.
-
Building a Lightning Fast Firewall with Java & eBPF
Johannes Bechberger discusses building a high-throughput firewall leveraging the combined power of eBPF and Java.
-
Zero Waste, Radical Magic, and Italian Graft – Quarkus Efficiency Secrets
Holly Cummins discusses some of the technical underpinnings of Quarkus’s efficiency, providing advice for those using or considering Quarkus.