Click any tag below to further narrow down your results
Links
This article showcases how Resolve AI assists engineers in troubleshooting and optimizing their workflows. It covers specific use cases like fixing deployment failures, debugging frontend errors, and improving API performance. Each example highlights practical applications relevant to engineering challenges.
Athas is a lightweight code editor that allows you to stage, commit, and push code without switching windows. It features fast search capabilities and ongoing development for external editor support, Vim keybindings, and debugging tools. The article outlines current progress and future plans for the editor.
This article introduces debugwand, a tool for debugging Python applications in Kubernetes and Docker without the usual setup hassles. It leverages the new sys.remote_exec() feature in Python 3.14 to inject a debug server into a running process, allowing for real-time debugging with minimal configuration.
Mirrord allows developers to run local processes in a Kubernetes context without deploying to the cloud. It connects your local environment to a selected pod, mirroring traffic and file interactions. Available as a VS Code extension, IntelliJ plugin, and CLI tool.
This article explains how Upsun's production cloning feature allows developers to create production-like environments from any Git branch in under a minute. By cloning the necessary files, databases, and services, it reduces environment drift, streamlines testing, and minimizes post-deployment issues.
Seer is an AI debugging tool that helps developers identify and fix bugs during local development, code review, and production. It leverages Sentry's telemetry to provide context and automate root cause analysis, making it easier to catch issues early and streamline the debugging process. The service now offers unlimited use for a flat monthly fee.
The article discusses the need for debug IDs in JavaScript to enhance the debugging process. It emphasizes that such identifiers can significantly improve error tracking and make it easier for developers to resolve issues in their code. By implementing debug IDs, developers can gain more context around errors, leading to quicker resolutions and better overall code quality.