InfoQ Homepage Development Content on InfoQ
-
InnoDB Enhancements for MySQL 5.7
MySQL 5.7 comes with over 20 enhancements to InnoDB. In this, the first of our reports on MySQL 5.7, we will cover some of the highlights such as temp table performance, spatial indexes, and full text search parsers.
-
Playing the Product Owner Value Game
The product owner value game is a card game for teams. The objective of the game is to deliver as much value as possible. Teams learn to prioritize backlogs, plan iterations, and deliver results. The game helps teams to talk about agile principles, and exchange experiences.
-
Amazon EBS Service Supports Enhanced Size and Increased Performance
Amazon announced increased size and IOPS for Elastic Block Store (EBS) at AWS re:Invent 2014. This feature has now become generally available in all AWS regions.
-
The Demise of Open Source Hosting Providers Codehaus and Google Code
Open Source project hosting sites like SourceForge, Codehaus and Google Code inspired developers to share their code for projects not associated with a foundation like Apache or Eclipse. Over the past few years, these hosting sites have been superseded by GitHub, to the extent that they are closing down over the next year. InfoQ looks back at their contributions and into the future.
-
Making Sense of Event Stream Processing
Structuring data as a stream of events is an idea appearing in many areas and is the ideal way of storing data. Aggregating a read model from these events is an ideal way to present data to a user, Martin Kleppmann claims explains when describing the fundamental ideas behind Stream Processing, Event Sourcing and Complex Event Processing (CEP).
-
Lessons Learned From Scaling Services at Google and eBay
Randy Shoup shared his experiences to the QCon London audience in scaling services at Google and eBay, giving advice on building and operating services. A successful services strategy requires end-to-end service ownership, decentralized decision-making and standardization efforts focused on protocols of communications and supporting infrastructure.
-
Install Eclipse Projects with a lot more Oomph
At last week's EclipseCon, Eike Stepper and Ed Merks introduced Eclipse Oomph, which aims to simplify the out-of-the-box experience for Eclipse installations, facilitating IDE setup and project checkouts. Eclipse Oomph is available as a standalone installer for Eclipse and is built into Eclipse Mars packages, which are available as M6 releasees with a release date of June 2015.
-
Adoption of Agile in Eastern Europe
The gap in agile adoption between Eastern Europe and the US and Western Europe is becoming smaller. Scrum is the most widespread framework, Kanban adoption is growing and SAFe, LeSS, DAD are trending. The way that companies are transitioning to agile is significantly different in Eastern Europe.
-
Google Cloud Platform Gets Integrated Log Management
Google has added a service that makes it easy to ingest, view, search and analyze logs generated by Compute Engine and App Engine.
-
Maven Escapes from XML
The recently released Maven 3.3.1 adds support for core extensions to be added to a project through additional metadata as well as using alternatives to the eponymous pom.xml file for building. This has been used to create build scripts for JRuby that build upon Maven but use a JRuby script to represent dependencies and plugins.
-
RoboVM 1.0 Touts JVM-based Languages for iOS Development
RoboVM, aimed at bringing JVM-based languages to iOS development, has reached its first stable version, Trillian Mobile announced, bringing new features and new commercial licenses in addition to its OSS core.
-
How Testers Can Make Organizations More Successful
Tester should go beyond their testing discipline and go into the organization. By asking questions they can start a movement that increases product quality and helps organizations to become more successful as Mike Sutton explained in his closing keynote at the Agile Testing Day Netherlands 2015 about test beyond quality – beyond software.
-
MSBuild Joins GitHub, Paving Way for Non-Windows Build Systems
MSBuild, the command-line tool used to build Visual Studio solutions and projects has been released to GitHub under an open source license. This paves the way for non-Windows systems to build .NET-based applications without requiring Visual Studio to be installed.
-
Google Brings Places API Natively to Android and iOS
So far, Places API has been available as a web service, but now it has been integrated in the recently released Android Play Services 7.0, and a beta program has been started to bring it natively to iOS. On Android, this new API can be used on all OS versions starting with Gingerbread. There are not many details yet on how it will work on iOS.
-
Yelp Engineering: Using Services to Break Down a Monolith
The Yelp engineering team have stated that moving to a service-oriented architecture has allowed them to scale their development process and maintain a rapid pace of software delivery as the team and codebase has grown. This has been achieved by focusing on distributed systems education, creating a set of basic service design principles and implementing a supporting infrastructure.