InfoQ Homepage Articles
-
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.
-
The New Killer Apps: Teamwork and Weak Signal Detection Lessons from the Military
There are a lot of great teamwork and weak signal detection lessons from the military that can help forward-leaning leaders create the organizational agility and safety they need to survive and thrive on their own terms in this VUCA world. This article explores how teamwork and weak signal detection lessons from the military are becoming “The New Killer Apps.”
-
How to Source Control Your Databases for DevOps
A robust DevOps environment requires having continuous integration for every component of the system. But far too often, the database is omitted from the equation. In this article, we discuss the unique aspects of databases, both relational and NoSQL, in a successful continuous integration environment.