InfoQ Homepage Development Content on InfoQ
-
From VR to Flat Screens: Bridging the Input and Immersion Gap
Dany Lepage explains how Lucky VR scaled "Vegas Infinite" from Meta Quest to PS5, PC, and mobile. He shares the technical hurdles of cross-play, dual avatar systems, and the "product fit" trap.
-
Latency: the Race to Zero...Are We There Yet?
Amir Langer explains the critical role of predictable low latency in fintech, sharing lessons from the past and modern techniques like kernel bypass and Aeron to push systems toward zero latency.
-
When Every Bit Counts: How Valkey Rebuilt Its Hashtable for Modern Hardware
Madelyn Olson explains how Valkey optimized its core hash table to reduce memory overhead by 20% while maintaining the high-throughput performance and backward compatibility Redis users expect.
-
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.
-
Panel: Security against Modern Threats
The panelists discuss the challenges in securing the software supply chain against modern threats.
-
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.
-
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.
-
What I Wish I Knew When I Started with Green IT
Ludi Akue explains why emissions are the new design constraint. She shares seven hard-learned lessons for Green IT, from navigating opaque cloud infrastructure to optimizing frontend performance.
-
How WebAssembly Components Enable Safe and Portable Software Extensions
Alex Radovici discusses how WebAssembly components solve the "untrusted code" problem, providing a sandboxed, language-agnostic framework for building high-performance software extensions.
-
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.
-
WASM Components are a FaaS' Best Friend
Laurent Doguin explains why WebAssembly (Wasm) components are the future of FaaS. He discusses the Wasm Component Model, security isolation, and building distributed systems with CNCF wasmCloud.