InfoQ Homepage Agile Content on InfoQ
-
When Deferring Decisions Leads to Better Codebases: Boris Litvinsky at ReactiveConf 2019
Boris Litvinsky, tech lead at Wix, recently presented in a talk at ReactiveConf 2019 in Prague why he thinks deferring decisions taken in the software development process can result in a better codebase. He also discussed some design and coding practices which support delaying or reversing decisions.
-
The Traits of an Agile Nation
Dr Rashina Hoda gave a TEDx talk in which she reflected on New Zealand’s response to the terror attacks of March 15, 2019. She described how the response showed the traits of an agile society, and presented a view of the agile manifesto values as an inspiration for societal change towards humanism and collaboration.
-
Reduce Xcode Build Times Using Carthage and Caching Binary Dependencies
In a recent post, Spotify engineer Patrick Balestra explained how they managed to improve Xcode build time by 50% using dependency manager Carthage to avoid rebuilding dependencies over and over across their teams.
-
Product Thinking: Q&A with Jeff Patton
Product thinking focuses on outcomes to maximize the success of your customers, argued Jeff Patton in the closing keynote at the Agile Greece Summit 2019. The things that make a product good are results of customers seeing, trying and using your product; they happen after you ship it. Product delivery is the beginning, not the end.
-
How Team Feedback Can Drive OKRs
Team feedback meetings can help teams to define their own goals. Such meetings increase focus and motivation within teams, and with proper transparency they enable alignment between the teams’ and organizational goals. In his talk at Agile Leadership Day 2019, Michael Sommerhalder presented how Digitec Galaxus combined quarterly team feedback meetings and team missions with OKRs.
-
How to Remain Agile While Scaling
Managing the complexity and scale of both the business and the software were key challenges as Yext started to grow, said Sean MacIsaac at Agile Business Day 2019. Yext addresses this by having product solutions that are broadly applicable and configurable by their customer team, and by hiding complexity with independently deployable services with clearly defined interfaces.
-
CircleCI Adds Security Integrations to Streamline Securing CI/CD Pipelines
CircleCI announced the addition of new orbs that address common use cases and needs with securing your CI/CD pipelines. The orbs added to the repository with this release cover vulnerability scanning, secrets management, license scanning, and digital scanning. It includes integrations with AWS and Google Cloud.
-
Atomist Adds Drift Management Features to Minimize Process and Code Divergence
Atomist recently released Drift Management as a new feature within their Software Delivery Machine. This tool helps to track and control drift within repositories, libraries, and Docker images. Drift Management is open source and available in Atomist subscription plans, including the free tier.
-
Accessibility Testing: Convincing Your Product Owner
Accessibility testing is just the right thing to do; the internet and e-services are a place for people to feel and interact equally, so our software should not exclude people, argued Martin Tiitmaa at TestCon Europe 2019.
-
Open-Source Build and Test Tool Bazel Reaches 1.0
Derived from Google's internal build tool Blaze, Bazel is a build and test tool that offers a human-readable definition language and is particularly aimed at large, multi-language, multi-repositories projects. Originally open-sourced in 2015, Bazel has now reached 1.0.
-
GoDaddy Releases Automatic Canary Deployments Tool for Kubernetes
GoDaddy recently released an open-source tool to automate gated deployments in Kubernetes. Every time a deployment happens, the tool can run regression tests, and pull metrics from data backends like New Relic. After some time, the tool decides whether to roll back or continue with the deployment automatically. Users can run A/B tests and run experiments with a small portion of live traffic.
-
Reducing the Friction in Multi-Cloud Deployments, Pulumi Launches 1.0 Platform
In a recent blog post, Pulumi has announced the release of Pulumi 1.0, an Infrastructure as Code platform that allows organizations to reduce the challenges associated with managing multiple cloud deployments. Their solution includes using consistent tooling based on popular programming languages like TypeScript, JavaScript, Python and Go.
-
Google Enables Continuous Testing Using the Android Emulator
The Android Emulator is the main tool Android developers use to test their apps. Google has just made integrating the Android Emulator within a continuous testing pipeline easier by open sourcing the Android Emulator Container Scripts and two related tools.
-
Becoming Outcome Focused: Q&A with Jeff Patton
We need to become focused on outcomes and adapt our way of thinking and our processes to continuously release small changes to our products and services, argued Jeff Patton in the closing keynote at the Agile Greece Summit 2019.
-
Leadership in an Agile Environment
We would like agile leaders to stop being in the fire fighting mode. They should be there to help and empower, instead of taking over, argued Leonoor Koomen at Experience Agile 2019. She suggested replacing traffic light reporting with Obeya and showed leaders how they can focus on the deltas instead of covering and wanting to know everything.