BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage Articles

  • Designing, Implementing, and Using Reactive APIs

    Reactive programming is a hot topic in the Java world. Whether you want to leverage non-blocking APIs, manage the latency introduced by the explosion of microservices, or simply utilize computing resources more efficiently, it's time to look at reactive as a viable programming model. In this article, we offer some opinions on how you should design, implement and use reactive APIs.

  • Virtual Panel: Succeeding with Event Sourcing

    Why should you use event sourcing as a data storage and retrieval technique? What are the architectural implications? When should you use platforms versus frameworks to satisfy requirements? InfoQ interviewed two experts to learn more.

  • Q&A on the Book Improving Agile Retrospectives

    The book Improving Agile Retrospectives by Marc Loeffler provides practices and approaches for doing agile retrospectives that support continuous improvement. According to Loeffler, agile retrospectives are workshops which need to be prepared and facilitated well in order to be beneficial to teams.

  • When Streams Fail: Implementing a Resilient Apache Kafka Cluster at Goldman Sachs

    At QCon New York, Anton Gorshkov presented “When Streams Fail: Kafka Off the Shore”. The talk shared insight into how a platform team at a large financial institution design and operate shared internal messaging clusters like Apache Kafka, and also how they plan for, and resolve, the inevitable failure that occurs.

  • How Cryptocurrencies are Changing the IT Industry

    Blockchain has not only become the core mechanism of many cryptocurrencies, it has called a wider attention because its potential for use extends far beyond the confines of cryptocurrencies. InfoQ has spoken to Blockchain developer Eugene Kyselov to learn about how Blockchain-related technologies are changing the world and the IT iindustry.

  • PAL (Planned Agile Leadership) Schedule

    Develop a PAL Schedule to harmonize agile methodologies with static package Go Live dates to enable a visual representation of planned project progress, enable the same methodologies used at an agile sprint level to control the project at a high level, act as a harness for quantifiable and measurable high-level deliverables, coordinate project activities and enrich meaningful communication.

  • Building a CI System with Java 9 Modules and Vert.x Microservices

    Java 9 and Vert.x microservices are compatible for building applications, as showcased by this example application that implements a minimal, but working CI system.

  • Migrating Batch ETL to Stream Processing: A Netflix Case Study with Kafka and Flink

    At QCon New York, Shriya Arora presented “Personalising Netflix with Streaming Datasets” and discussed the trials and tribulations of a recent migration of a Netflix data processing job from the traditional approach of batch-style ETL to stream processing using Apache Flink.

  • The Kubernetes Effect

    To successfully design for, implement, and run applications on Kubernetes requires knowledge of primitives, and awareness of design principles and practices. This article provides an overview of Kubernetes and guidance for how to best use it.

  • Advice on Starting Your Own Software Company

    No matter how great your idea is, there are a lot of down-to-earth things which should be considered and carefully planned if you want to found a software company and ensure its survival. Why didn't Youtube’s predecessor ever get the success of today’s favorite? Why did the right time save Airbnb? To come up with a good idea and make it actually work are two different things.

  • Is Project Treble the Answer to Android Updates?

    While iOS updates can be usually installed on all supported devices the day they are released, Android updates are annoyingly slow to roll out. As a result, fragmentation has been a major problem in the Android world for several years. Project Treble is an attempt to remedy this entire set of problems. This article will introduce its architecture and discuss its chances of success.

  • Q&A on the Book The Startup Way

    The book The Startup Way by Eric Ries explores how large organizations can use startup techniques to innovate and accelerate growth. It provides methods for creating a transformation roadmap towards an entrepreneurial way of working: to experiment and collect data, roll out entrepreneurial ways of working throughout the organization, and tackle the supporting systems like legal, finance, and HR.

BT