InfoQ Homepage QCon Software Development Conference Content on InfoQ
-
Stateful Cloud Services at Neon: Navigating Design Decisions and Trade-Offs
John Spray discusses the complexities of stateful cloud service design, using Neon Serverless Postgres as a case study, where to put data and how many copies, ensuring availability, scaling a service.
-
Mind Your Language Models: an Approach to Architecting Intelligent Systems
Nischal HP discusses the intricacies of designing and implementing intelligent systems powered by LLMs, drawing upon practical insights gained from real-world deployments.
-
0 → 1, Shipping Threads in 5 Months
Zahan Malkani shares how they built a microblogging service to compete with Twitter with a small team that shipped a new social network in a few months.
-
Turbocharged Development: the Speed and Efficiency of WebAssembly
Danielle Lancashire discusses why Wasm is the most cross-platform unit of compute for serverless applications, and how that translates to efficiency at scale.
-
The Art, Science and Psychology of Decision Making
Hannes Ricklefs makes an exploration into the science behind decision-making, with tips and tricks to improve the ability to make sound personal and professional choices.
-
Pitfalls of Unified Memory Models in GPUs
Joe Rowell explores the use of unified memory on modern GPU, the low-level details of how unified memory is realized on an x86-64 system, and some of the tools to understand what's happening on a GPU.
-
When DevOps Runs Its Course - We Need Platform as a Runtime
Aviran Mordo describes how Wix is building its own Platform as a Runtime (PaaR) infrastructure that allows developers to ship software faster, more securely, and with higher quality.
-
How We Created a High-Scale Notification System at Duolingo
Vitor Pellegrino and Zhen Zhou discuss how they built and tested Duolingo's high-scale on-demand notification system, including what it takes to manage resources and site reliability concurrently.
-
Architecting for Data Products
Danilo Sato discusses what constitutes a data product and different types of data products, how data products support data architecture at different levels, skills and team topologies needed.
-
Are You Done Yet? Mastering Long-Running Processes in Modern Architectures
Bernd Ruecker discusses process orchestration and how tools like microservice orchestrators or workflow engines are built to implement long-running capabilities.
-
Building SaaS from Scratch Using Cloud-Native Patterns: a Deep Dive Into a Cloud Startup
Joni Collinge presents the design and implementation of the Diagrid Cloud platform, covering design considerations, trade-offs and learnings, using Kubernetes, Dapr and Cloud-Native services.
-
Not Just Memory Safety: How Rust Helps Maintain Efficient Software
Pietro Albini discusses how Rust's type system can be used to ensure correctness and ease refactorings, leveraging procedural macros to reduce code duplication, introducing parallelism, and tooling.