BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage Articles

  • Distributed Caching with ASP.NET Core

    ASP.NET Core applications deployed to the cloud can receive performance benefits from the use of distributed caching. Matthew Groves explores how Couchbase Server can serve this purpose well. Couchbase Server is a memory-first database that is great for use as a distributed cache, and ASP.NET Core makes it easy to utilize this database in your applications.

  • Three Keys to a Successful “Pre-Mortem”

    Talking about what might go wrong acknowledges that many things are out of our control, and that we might mess up the things which are within our control. To have this conversation safely involves a structured activity called a pre-mortem. If held with some regularity, and always with creative problem solving time at the end, it can build a safe space for adaptation in the face of adversity.

  • Sentiment Analysis: What's with the Tone?

    Sentiment analysis is widely applied in voice of the customer (VOC) applications. In this article, the authors discuss NLP-based Sentiment Analysis based on machine learning (ML) and lexicon-based approaches using KNIME data analysis tools.

  • Q&A on the Book “Distributed Teams: The Art and Practice of Working Together While Physically Apart”

    Distributed Teams: The Art and Practice of Working Together While Physically Apart by John O’Duinn is a practical guide for people who work in distributed or dispersed teams. It details the business, social and personal benefits of distributed teams and provides suggestions for effective communication when physically distributed, coordinating work and handling complex interpersonal situations.

  • The Serverless Sea Change

    This article defines and explains how serverless is different from other application architectures and then walks through a "proof" of sorts to show that serverless application architectures, when done properly, are superior to non-serverless architectures. Finally, it concludes with a number of rules of thumb to help architects and developers realize the benefits of serverless.

  • Great Scrum Masters Are Grown, Not Born

    Becoming a great Scrum Master is a process of mindset shift and skill development. Scrum Masters are Agile Coaches because they do what coaches at the program level do within the scope of teams. The people on the ground need a full complement of skills because on the ground, with teams, day in and day out, is where the action is.

  • Will Cloud Computing Kill Open Source Development?

    While open source development is not going to disappear, the future of commercial open source is not very promising. Cloud providers are adopting open source software without necessarily adding value, or supporting future development. No industry consensus exists on the best way to fund open source development. Many continue to believe that open source software should be free.

  • Getting Started with Istio Service Mesh Routing

    In the following tutorial, we will use Istio to demonstrate one of the most powerful features of service meshes: “per request routing.” This feature allows the routing of arbitrary requests that are marked by selected HTTP headers to specific targets, which is possible only with a (OSI) layer 7 proxy. No layer 4 load balancer or proxy can achieve this functionality.

  • Book Review: Solidity Programming Essentials

    Ethereum is an emerging technology that promises the ability to disintermediate many traditional approaches to business through decentralized ledger technology, built upon open-source software. In this article, we will review a recent book based upon Solidity, a programming language used to construct smart contracts on the Ethereum blockchain.

  • Spark Application Performance Monitoring Using Uber JVM Profiler, InfluxDB and Grafana

    In this article, author Amit Baghel discusses how to monitor the performance of Apache Spark based applications using technologies like Uber JVM Profiler, InfluxDB database and Grafana data visualization tool.

  • Stateful Service Design Considerations for the Kubernetes Stack

    At this summer’s QCon in New York, Jonas Bonér delivered one of the most popular talks of the conference with his focus on Designing Events-First Microservices. In this InfoQ Q&A, we asked Bonér to explain how “bringing bad habits from monolithic design” is a road to nowhere for service design, and where he sees his Akka framework fitting in the cloud-native stack.

  • Building a Web App with Yeoman

    Yeoman is an efficient open-source software system for scaffolding web applications, used for streamlining the development process. It is known primarily for its focus on scaffolding, which means the use of many different tools and interfaces coordinated for optimized project generation.

BT