BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage Articles

  • Microservices in a Post-Kubernetes Era

    How are microservices standing in the Kubernetes era? The microservice architecture is still the most popular architectural style for distributed systems. But Kubernetes and the cloud-native movement have redefined certain aspects of application design and development at scale.

  • Four Ways to Take Charge in Your First Agile Project

    Dudharejia dives into the details of Agile, as well as the Scrum process. The overarching lesson throughout this post is how newbies can take charge in an Agile project. The post discusses the importance of meetings, identifying strengths and weaknesses, using your team to the fullest extent, and how to avoid micromanaging.

  • The State of Java Serialization

    Java’s Serialization feature has garnered several years' worth of security exploits and zero day attacks. This article discusses the current state of the technology and what can be done, both now and in the future, to protect against serialization flaws.

  • DDD With TLC

    At the 2017 Explore DDD conference, Julie Lerman, a self-described Serial DDD Advocate, spoke about how to approach Domain-Driven Design with Tender Loving Care. InfoQ sat down with Lerman to ask about how she introduces DDD to new clients, and helps them be successful.

  • Q&A on the Book Adaptive Space

    The book Adaptive Space by Michael Arena explores what enables organizations to positively disrupt themselves and transform into responsive agile organizations. It describes four sets of connections, and five core principles, that support organizations increasing their agility.

  • A Critique of Resizable Hash Tables: Riak Core & Random Slicing

    This fall, Wallaroo Labs will be releasing a large new feature set to our distributed data stream processing framework, Wallaroo. One of the new features requires a size-adjustable, distributed data structure to support growing & shrinking of compute clusters. It might be a good idea to use a distributed hash table to support the new feature, but what distributed hash algorithm should we choose?

  • Build a MySQL Spring Boot App Running on WildFly on an Azure VM

    How to build a demo site that runs on the WildFly application platform and connects to a MySQL database in the cloud, on Microsoft Azure. The premise seems simple, but the implementation can be tricky, and there is limited documentation on how to set something like this up.

  • The Future-Ready Organization: An Interview with Agile Manifesto Co-Author Arie Van Bennekum

    Co-Author of the Agile Manifesto and Thought Leader, Arie van Bennekum is probably one of the rare co-authors of the Agile Manifesto who never lost touch with the essence of agile. To become agile, people and organizations must shift to a totally different paradigm. Arie designed an Integrated Agile Transformation Model, a proven approach to transforming organizations to new agile paradigms.

  • The State of DevOps in Banking – Report from DOES London 2018

    At the 2018 DevOps Enterprise Summit in London, a number of banks presented talks that shared their experience and learning around the principles and practice of embracing DevOps: CapitalOne, Barclays, Lloyds Banking Group, Key Bank, Standard Bank, ABN Amro, UBS and RBS. Here, we summarise the key points of their talks and identify the correlations and crossovers in the messages.

  • The Argument for WCF Hosting in .NET Core

    Should WCF Hosting be Supported in .NET Core? To a lot of people this seems like a strange question; the answer is obviously... yes? no? Well actually it is quite contentious with people on both sides of the issue fiercely arguing for their position. We’ll try to unpack the debate and explain the arguments on both sides.

  • How to Choose a Stream Processor for Your App

    Choosing a stream processor for your app can be challenging with many options to choose from. The best choice depends on individual use cases. In this article, the authors discuss a stream processor reference architecture, key features required by most streaming applications and optional features that can be selected based on specific use cases.

  • Testing Programmable Infrastructure - a Year On

    Programmable infrastructure is becoming widespread. There are very specific domain issues that make testing it tricky. This article looks at the evolution of tooling and approaches used to address it.

BT