InfoQ Homepage Articles
-
Q&A with Kubernetes SIG Network Chair and Google's Tim Hockin Regarding Kubernetes Networking
InfoQ caught up with chair of Network SIG, principal software engineer at Google, speaker of the upcoming Kubecon + CloudNativeCon 2020 session, and a Kubernetes maintainer even before it was announced, Tim Hockin, about the history of Kubernetes Networking and the roadmap.
-
A Seven-Step Guide to API-First Integration
For a successful digital transformation project, following an API-first approach is more effective and future proof than using an integration-first approach.
-
Q&A on the Book Competing with Unicorns
The book Competing with Unicorns by Jonathan Rasmusson explores the culture of tech unicorns like Google, Amazon, and Spotify, and dives into the techniques and practices that they use to develop software.
-
Implementing a Staged Approach to Evolutionary Architecture
The evolution of software architecture needs new approaches for continuous planning, facilitating continuous integration, and dashboards and tools, which provide guide rails for systems to evolve.
-
Q&A on the Book Working Remotely
In the book Working Remotely, Teresa Douglas, Holly Gordon, and Mike Webber share their experiences from working at Kaplan, a company that changed from being a brick-and-mortar company to becoming a predominantly virtual company.
-
Taking Control of Confusing Cloud Costs
As cloud adoption accelerates, it’s increasingly important that organisations are able to come to grips with confusing cloud pricing and take back control of budgets to optimise spending. This article looks at the source of confusion, and how to get more clarity about costs.
-
Running React Applications at the Edge with Cloudflare Workers - Q&A with Josh Larson
Running web applications at the edge shortens the latency observed by users of web applications. Flareact is an edge-rendered React framework built for Cloudflare Workers and inspired by Next.js. Flareact currently supports file-based page routing, dynamic page paths, API routes, cache policy configuration, and edge-side data fetching APIs.
-
Dealing with Psychopaths and Narcissists during Agile Change
Psychopathic or narcissistic toxic employees can slow down the adoption of change in a company. Many of the techniques or practices you use with healthy people do not work well with psychopaths or narcissists. This article explores four key areas that can help a change consultant succeed when dealing with toxic people.
-
Q&A on the Book Accelerating Software Quality
The book Accelerating Software Quality by Eran Kinsbruner explores how we can combine techniques from artificial intelligence and machine learning with a DevOps approach to increase testing effectiveness and deliver higher quality. It provides examples and recommendations for using AI/ML-based solutions in software development and operations.
-
Overcoming Software Impediments Using Obstacle Boards
Life is full of obstacles; there’s bound to be a few blockers along the way. In this article, Carly Richmond ponders the successes and challenges of adopting their first Obstacle Board. She will discuss how they integrated the board into their practice, and provide some useful tips on how you can apply the lessons they learned to your own implementation.
-
SeaMonkeys - Chaos in the War Room
Glen Ford describes his experience applying a very early form of chaos testing to naval combat systems in the Australian military in the late 1990s and draws the parallels to modern SRE.
-
Deno Introduction with Practical Examples
Deno is a simple, modern, and secure runtime for JavaScript and TypeScript applications built with the Chromium V8 JavaScript engine and Rust, created to avoid several pain points and regrets with Node.js. Deno was originally announced in 2018 and reached 1.0 in 2020, created by the original Node.js founder Ryan Dahl and other mindful contributors.