InfoQ Homepage Developer Experience Content on InfoQ
-
Improved File Sharing in Docker Desktop for Windows Enhances Developer Experience
Docker has released a new fileshare implementation for Docker Desktop for Windows as part of the 2.1.7.0 edge release. This new fileshare makes use of FUSE (Filesystem in Userspace) and allows for more seamless sharing of files between host and container. This includes being able to edit source on the host, save, and see the changes live in the browser on the container.
-
Pinterest’s Journey to a Kubernetes Platform
Pinterest software engineers have revealed the custom tools and resources they introduced in the company's adoption of Kubernetes.
-
WebAssembly Source Code Can Now Be Debugged Outside the Browser with GDB and LLDB
Mozilla recently demonstrated debugging of WebAssembly binaries outside the browser, using standard debuggers like GDB and LLDB. Debugging WebAssembly code in the same execution environment that is used in production allows developers to catch and diagnose bugs that may not arise in a native build of the same code.
-
@Pika/web Frees Modern Web Development from the Complexity of Package Bundling
@pika/web, part of the pika tool chain, aims at improving web application developers' experience by turning often-complex bundling processes into an opt-in feature. With @pika/web, developers can run `npm` packages directly in the browser. Bundlers, like Browserify, Webpack or import maps, may be used but are no longer required.
-
Debugging Microservices Running in Containers: Tooling Review at KubeCon NA
At KubeCon NA held in Seattle in December 2018, several tools for debugging containerised microservices were presented throughout the conference sessions and the sponsored booths demonstrations. A notable separation appears to be occurring within the market, between "active" and "passive" debugging tools. Two examples within these categories are Rookout and Squash, respectively.
-
Upbound Release Preview of "Crossplane", a Universal Control Plane API for Cloud Computing
Upbound, the creators of the Rook storage orchestrator for Kubernetes, released Crossplane, an open source multi-cloud control plane that aims to provide a “universal API for cloud computing”. Crossplane exposes workload and resource abstractions on-top of Kubernetes and existing cloud-based managed services with the goal of enabling a high degree of workload portability across cloud providers.
-
Why Segment Returned to a Monolith from Microservices
Alexandra Noonan, from Segment, describes how they moved their original monolithic architecture to microservices and then found problems with that approach which required them to rethink and move back to a (different) monolithic architecture with far more appreciable benefits.
-
Shopify’s Journey to Kubernetes and PaaS: Niko Kurtti at QCon NY
At QCon New York, Niko Kurtti presented “Forced Evolution: Shopify’s Journey to Kubernetes”, and described the Shopify engineering team’s journey to building their own PaaS with Kubernetes as the foundation.
-
Q&A with the Creator of Dockly, a Console-Based UI for Managing Docker Containers
Dockly is an open-source alternative to the Docker CLI, which helps you manage and monitor all your Docker containers from the command line. To get a better understanding of how Dockly improves working with Docker, InfoQ spoke with the developer behind Dockly, Liran Tal, about his experience building Dockly and creating terminal-based applications.
-
Q&A with Stuart Davidson on Scaling Continuous Delivery at Skyscanner
Stuart Davidson spoke at QConLondon 2018 about Skyscanner's mission to get from a reactive operations model to providing teams with an empowering developer experience. Davidson told the story of how, with support and a lofty-goal from their CTO, they began on a technical and cultural journey to enable their squads to deliver 10 thousand times a day. InfoQ speaks with Davidson to learn more.
-
Jessica Kerr at QCon London on "Why DevOps is a Special Case of DevEx"
Jessica Kerr, lead engineer at Atomist, presented her perspective on DevEx (Developer Experience) and how it relates to DevOps, at QCon London. She stressed that DevOps led to teams taking on accrued responsibilities (to be able to own and constantly improve their systems). To reduce cognitive load, we need better development tools that push down details on how systems get built and delivered.
-
How Technical Practices Support Evolutionary Architecture and Continuous Delivery
Technical practices of XP such as TDD, Refactoring, CI and Pair Programming support emergent design and enable evolving your architecture. The first practice you need for continuous delivery is CI, committing to mainline every day. Being able to write clean, well-factored, and well-tested modular code is the most important skill for developers.
-
Service-Oriented Development: Rafael Schloming Shares Lessons Learned with Building Microservice
At QCon San Francisco, Rafael Schloming presented “Service Oriented Development”, and argued that an organisation migrating to microservices must seek to break up their monolithic development processes in addition to attempting to break up the system architecture. Treating newly formed microservice teams as internal “spinoffs” provides boundaries and encourages self-sufficiency and autonomy.
-
Removing Friction in the Developer Experience: Adrian Trenaman Shares Experience from HBC at QCon NY
At QCon New York 2017 Adrian Trenaman presented “Removing Friction in the Developer Experience” in the new “Developer Experience: Level up Your Engineering Effectiveness” track. Key takeaways included: minimise the distance between “hello, world” and production; seek out and remove friction in your engineering process; and give freedom-of-choice and freedom-of-movement to your engineers.