JJ Asghar’s role as a developer advocate for IBM has immersed him in helping organizations make the transition to cloud native ecosystems and to IBM Cloud’s Kubernetes Service. Previously, Asghar was the OpenStack go-to-guy at Chef Software. In this interview, Asghar has drawn from his deep well of hands-on and high-level experience to describe the trials and tribulations […]
Category Software Engineering
When SREs and Kubernetes Are Worth It And When They Aren’t
Seth Vargo is a developer relations engineer at Google. He previously held software-development roles at HashiCorp, Chef Software, CustomInk and a few Pittsburgh-based startups. Passionate about reducing inequality in technology, Vargo is also the author of “Learning Chef.”
Two Key Docker Benefits and How to Attain Them
In 2013, Solomon Hykes showed a demo of the first version of Docker during the PyCon conference in Santa Clara. Since then, the benefits of Docker containers have spread to seemingly every corner of the software industry. While Docker (the project and the company) made containers so popular, they were not the first project to […]
Introducing a Next-generation Parallel Config Management tool
James Shubin is a DevOps/config-management hacker and physiologist from Canada. He writes “The Technical Blog of James.” He also works on a next-generation config-management project he started called “mgmt.” In this interview, we discuss Shubin’s open source project and how it can contribute to the cloud-native landscape. You’re the lead developer behind mgmt, which is a “next-generation distributed, […]
Docker’s Gareth Rushgrove on the Importance of CI/CD Pipelines and the Future of Containers
Gareth Rushgrove is an experienced software and operations engineer, working as a product manager at Docker. Additionally, he’s the editor of one of the most widely read newsletters in the DevOps community, “DevOps Weekly.” In this interview, we talk with Rushgrove about his current work at Docker, what is the Cloud Native Application Bundle (CNAB), the importance […]
On the Importance of Observability-Driven Software Development
Charity Majors is the CEO and co-founder of Honeycomb, a tool for software engineers to explore their code on production systems. Prior to co-founding Honeycomb, Majors worked as production engineering manager at Facebook, was the first infrastructure engineer on Parse also spent several years at Linden Lab as operations and database engineer working on the infrastructure that powers “Second […]
Red Hat’s Michael Hausenblas on the Ailments of Cloud-Native
Red Hat developer advocate Michael Hausenblas is on the road 70 percent of his time — yet he managed to carve out some time to speak to us about what ills cloud-native and what to do about it. Hint: aligning the Dev with the Ops inside organizations can go a long way in solving many deployment […]
On How DevOps Destroys Walls, Builds Bridges, and Influences Company Culture for the Better
John Arundel is a consultant and author of Cloud Native DevOps with Kubernetes. We spoke with John on how adopting DevOps destroys walls, builds bridges, and influences company cultures for the better.
Travis CI Alternative for Private Projects
Travis CI is one of the most popular hosted Continuous Integration solutions. Most notably, it has made a huge contribution to the developer community by serving the biggest share of open source projects. However in 2019 most new software projects are looking for a solution that can drive the entire Continuous Delivery lifecycle. There’s also […]
Kubernetes Pioneer Tim Hockin on the State of Kubernetes 2018
Tim Hockin, one of the originators of Kubernetes, is an artist turned engineer. We spoke with Hockin about the state of Kubernetes in 2018, the past and the future of the project and the buzz around it.
Why Cloud Native Success Depends on High-Velocity CI/CD
Article originally published on The New Stack. The goal of every tech leader is to deliver bug-free products to customers at high velocity. Today’s cloud-native technology can empower engineering teams to iterate, at scale, faster than ever. But teams that don’t also change how they deliver software will struggle to benefit from the agility and […]
On Transitioning from a Developer Role to Strategic Business Role
In the Developer Interview series, we talk to engineers who use Semaphore and pick their brains about how they work, what wisdom they would like to pass on, and the most challenging problems they’ve faced during developing. This month, we had a chat with Jeffrey Chupp, the Director of Engineering at Dribbble.
On Prioritizing Performance and Usability with Slim.js Creator
In the Developer Interview series, we talk to engineers who use Semaphore and pick their brains about how they work, what wisdom they would like to pass on, and the most challenging problems they’ve faced during developing. This month we had a chat with Avichay Eyal, the man behind Slim.js – the fastest open source […]
Continuous Delivery Patterns with Serverless Applications
Adoption of serverless technology is surely growing, with emerging product companies who built on top of it. One of them is CloudZero, a Semaphore customer, who recently wrote a detailed article about their experience in achieving continuous delivery for their all-serverless system.
A Practical Guide to Test Doubles in Elixir
Introduction In this tutorial, we’ll be looking at one of the main use cases for test doubles in Elixir: aiding in the interaction between domain logic and impure components that exist over the boundaries of an application. Tests relying on such components are usually brittle, and need to reach out to external resources whose state […]