InfoQ Homepage InfoQ Dev Summit Content on InfoQ
-
Are We Ready for the Next Cyber Security Crisis Like Log4shell?
Soroosh Khodami shares a "horror story" on supply chain attacks. He explains how one Maven or npm command can gift hackers a reverse shell and shares critical strategies like SBOMs to defend teams.
-
Data Mesh in Action: a Journey from Ideation to Implementation
Anurag Kale explains how to solve brittle ETL pipelines using Data Mesh. He shares an approach to decentralizing data ownership, treating data as a product, and building self-serve platforms.
-
Image Processing for Automated Tests
Stefan Dirnstorfer explains the evolution of image-based test automation, comparing GenAI agents like Claude 3.5/4.5 with traditional computer vision for resilient, internal-free frontend testing.
-
Four Patterns of AI Native Development
Patrick Debois explains the shift to AI-native development, focusing on how engineers are moving from producers to managers of intent while navigating the "chaos period" of 600+ emerging AI tools.
-
Busting AI Myths and Embracing Realities in Privacy & Security
Katharine Jarmul keynotes on common myths around privacy and security in AI and explores what the realities are, covering design patterns that help build more secure, more private AI systems.
-
AI Innovation in 2025 and beyond
Tejas Kumar discusses the evolution of AI from 1906 to 2026, explaining how agentic RAG and the Model Context Protocol (MCP) are shifting the industry from complex UIs to a prompt-driven future.
-
The Ideal Micro-Frontends Platform
Luca Mezzalira discusses the evolution of micro-frontends, explaining how to scale engineering teams through technical decentralization, business subdomain boundaries, and organizational autonomy.
-
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.
-
Scaling to 100+ as a Director: Lessons from Growing Engineering Organizations
Thiago Ghisi shares his journey scaling engineering orgs to 100+ people. He explains how to establish operational cadence, manage highs and lows, and use reorgs as a feature to drive execution.
-
Theme Systems at Scale: How to Build Highly Customizable Software
Guilherme Carreiro explains how Shopify scales a customizable theme system to 60M requests per minute. Learn about Liquid DSL constraints, native extensions, and bridging technical/non-technical gaps.
-
No QA Environment? No Problem: How Classpass Enables Testing on a Single Environment in ECS
Po Linn Chia explains how ClassPass eliminated environment contention using ECS, Traefik, and OpenTelemetry baggage to enable scalable, ephemeral testing without a dedicated QA environment.
-
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.