InfoQ Homepage Developer Experience Content on InfoQ
-
First Keynote at QCon San Francisco 2025: Reducing Friction by Nicole Forsgren
At QCon SF 2025, Dr. Nicole Forsgren highlighted how AI accelerates code generation but reveals deployment bottlenecks, urging a strategic pivot to optimizing Developer Experience (DevEx). With 31% of developer time lost to friction, focusing on effective feedback loops, flow state, and cognitive load management is vital for competitive survival and retention.
-
HashiCorp Warns Traditional Secret Scanning Tools are Falling behind
HashiCorp has issued a warning that traditional secret scanning tools are failing to keep up with the realities of modern software development. In a new blog post, the company argues that post-commit detection and brittle pattern matching leave dangerous gaps in coverage.
-
GitHub Introduces New Embedding Model to Improve Code Search and Context
GitHub has introduced a new embedding model for Copilot, now integrated into Visual Studio Code. The model is designed to improve how Copilot understands programming context, retrieves relevant code, and suggests completions.
-
Cursor 1.7 Adds Hooks for Agent Lifecycle Control
Cursor has introduced a Hooks system in version 1.7 that allows developers to intercept and modify agent behavior at defined lifecycle events. Hooks can be used to block shell commands, run formatters after edits, or observe agent actions in real time.
-
Pinterest Unifies Engineering Tools with New Pinconsole Platform
Pinterest has introduced PinConsole, a unified internal developer platform (IDP) that centralizes engineering workflows. Built to address fragmented tools for deployment, monitoring, and service management, PinConsole provides a consistent layer that lets engineers focus on business logic instead of infrastructure complexity.
-
Oxlint v1.0 Stable Released: a Rust-Based JavaScript Linter
Introducing Oxlint v1.0: a groundbreaking Rust-based linter for JavaScript and TypeScript, boasting 520+ rules and 50-100x faster performance than ESLint. With zero-config setup, multi-file analysis, and seamless migration tools, it’s ideal for both open-source projects and enterprises. Experience rapid linting and minimal setup.
-
How Empathy-Driven Platform Teams Can Support Software Development
Building empathy and understanding for product developers help platform teams figure out where to draw the boundaries of their scope to provide better support, Erin Doyle mentioned in her talk about empathy-driven platforms at InfoQ Dev Summit Boston.
-
Microsoft Releases TypeScript 5.9 with Deferred Imports and Enhanced Developer Experience
Discover TypeScript 5.9, enhancing developer experience with new features like deferred imports, streamlined project setup, and expandable hover previews. With performance optimizations and support for Node.js v20, this exciting update simplifies configurations and boosts productivity, making TypeScript even more powerful for building scalable applications.
-
How Amazon Uses Guardrails in Software Development
Carlos Arguelles spoke about Amazon’s inflection points in engineering productivity at QCon San Francisco, where he explained that shift testing left can help catch issues early. He suggested using guardrails such as code reviews and coverage checks. Your repo strategy, monorepo or multirepo, will impact the guardrails that need to be in place.
-
Serverless Development with Console to IDE and Remote Debugging for AWS Lambda
AWS enhances Lambda with console-to-IDE integration and remote debugging, empowering developers to streamline serverless application development. These features enable seamless transitions to IDEs like Visual Studio Code and robust debugging with full access to VPC resources. Discover how these tools optimize workflows in the AWS developer guide and Toolkit for VS Code.
-
AI Coding Tools Underperform in Field Study with Experienced Developers
Recent research reveals a surprising 19% increase in task completion time among developers using AI tools like Claude 3.5. Conducted by METR, this study highlights a "perception gap"—while developers felt faster, real-world performance lagged due to frictions with AI integration. These findings stress the need for rigorous evaluation of AI's impact in software development.
-
From C to Rust: inside Meta’s Developer-Led Messaging Migration
Meta has begun rewriting its mobile messaging infrastructure in Rust, gradually replacing a legacy C codebase that engineers say had become increasingly difficult to maintain and frustrating to work with.
-
AWS Lambda Gains Native Avro and Protobuf Support for Kafka Events with Schema Registry Integration
Lambda now natively supports Apache Avro and Protobuf events, streamlining Kafka event processing - an enhancement that eliminates the need for custom deserialization, automates schema validation and filtering, and optimizes costs through efficient event handling. Integration with AWS Glue and Confluent registries simplifies development, allowing cleaner data consumption and enhanced scalability.
-
AWS Open-Sources Smithy API Models for Public Access and Developer Tooling
AWS has unveiled public access to its comprehensive API models, delivering daily updates and open-source resources via GitHub. By utilizing Smithy, AWS aims to empower developers to build custom SDK clients, server stubs, and innovative tools, enhancing integration and understanding of AWS APIs. Explore the potential of API development with these powerful new tools!
-
Mistral Releases Devstral, an Open-Source LLM for Software Engineering Agents
Mistral AI announced the release of Devstral, a new open-source large language model designed to improve the automation of software engineering workflows, particularly in complex coding environments that require reasoning across multiple files and components.