InfoQ Homepage DevOps Content on InfoQ
-
Agile is Giving Testers More Influence
There is an evolution going on in testing. It used to be that testing was about confirming to the specification. Testers were often brought in too late and had too little influence, but that is changing now as Cirilio Wortel explained in his talk on the evolution of software testing.
-
Google Cloud Launcher Debuts with a Catalog of 120 OSS VM Images
Google has partnered with Bitnami to launch a repository of open source software images on its cloud. Dubbed as Google Cloud Launcher, the service brings one-click deployment capability to developers.
-
5 Design Principles for System Configuration
Popular configuration mechanisms like conf.d pose multiple problems when trying to converge system configuration using configuration management tools. Ish-Shalom proposes five design principles for configuration that prevent those problems. The core ideas being the use of a configuration API and the separation of configurations based on the type of system updates they require.
-
Microsoft Consolidates Azure Application Services into App Service
Microsoft attempts to bring web, mobile, API and workflow development under one umbrella called App Services. Along with this, Microsoft also added integration for many 3rd party APIs.
-
Experiencing the Difference Between Dev & Ops and DevOps
In a workshop at the Agile Testing Day Netherlands attendants experienced the Dev & Ops and DevOps approaches. An interview with Jaap Schuttevaer about what DevOps can bring to organizations, tearing down the walls between Dev and Ops and advice for organizations that want to apply DevOps.
-
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.
-
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.
-
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.
-
Bitbucket Launches Snippets for Teams
Atlassian's popular source code hosting site Bitbucket launched Snippets for teams, a collaboration oriented solution to "create and manage multi-file snippets of all kinds". Snippets can be created via drag and drop, owned by a user or a team and optionally shared publicly. They are backed by Git or Mercurial repositories and can be managed via a REST API.
-
Google Leverages Near Real-Time Backend Development With Firebase
From Google Cloud Platform’s team, Mandy Waite presented at QCon London 2015 Firebase, a solution to help teams being focused on building (near) real-time mobile and web applications without dealing with the complexity of backend services.
-
Apache Spark 1.3 Released, Data Frames, Spark SQL, and MLlib Improvements
Apache Spark has released version 1.3 of their project. The main improvements are the addition of the DataFrames API, better maturity of the Spark SQL, as well as a number of new methods added to the machine learning library MLlib, and better integration of Spark Streaming with Apache Kafka.
-
Uber Unveils its Realtime Market Platform
Matt Ranney, Chief Systems Architect at Uber, gave an overview of their dispatch system, responsible for matching Uber's drivers and riders. Ranney explained the driving forces that led to a rewrite of this system. He described the architectural principles that underpin it, several of the algorithms implemented and why Uber decided to design and implement their own RPC protocol.
-
Phil Calcado on Lessons Learnt During SoundCloud's Microservice Migration
At QCon London 2015 Phil Calcado shared lessons learnt from SoundCloud’s move from a monolithic to microservices architecture, and stated that the core requirements for building a microservice platform include developing capabilities for rapid provisioning, basic monitoring and rapid application deployment.
-
Luke Marsden: Using Flocker to Enable Mobility of Docker Container State
Luke Marsden stated at QCon London 2015, that although Docker containers provide a very useful deployment mechanism for development and test, the absence of host mobility for containers with state may provide problems in production deployments. The open source Flocker tool provides a mechanism to overcome this by allowing stateful containers to be moved between hosts.