How Four Teams Stopped Postponing the Refactoring They Knew They Needed
Insights How Four Teams Stopped Postponing the Refactoring They Knew They Needed As an engineering leader, you don’t need to be told your codebase needs attention. The issue isn’t awareness – it’s the rational risk calculation that follows. For four teams, that calculation kept producing the same answer: defer. They found a way out not […]
How AI Agents Can Work with TeamCity
TL;DR: At some point, we crossed an interesting threshold. AI agents can now set up TeamCity build configurations and even full build chains, add build features, and configure parameters. This works because TeamCity documentation is structured and accessible through MCP via Context7, and because agents can rely on tools like the TeamCity CLI and the […]
IntelliJ IDEA 2026.2 EAP Is Open
Early Access Program IntelliJ IDEA 2026.2 EAP Is Open The Early Access Program (EAP) for IntelliJ IDEA 2026.2 is now ongoing. The first EAP builds are already available in the Toolbox App, on the website, and as a snap for Ubuntu. As always, EAP builds are free to use until the release ships, and the […]
Koog 1.0 Is Out: Stable Core, Better Interop, and Multiplatform Observability
AI Java Kotlin Koog 1.0 Is Out: Stable Core, Better Interop, and Multiplatform Observability Last week at the KotlinConf 2026 keynote (watch the recording here), we announced Koog 1.0. Koog is JetBrains’ open-source framework for building AI agents in Kotlin and Java. It provides the core building blocks for agentic applications: tools, workflows, persistence, memory, […]
Build a Live Object Detection App for the Reachy Mini With TensorFlow and PyCharm
Data Science Tutorials Build a Live Object Detection App for the Reachy Mini With TensorFlow and PyCharm This is a guest post from Iulia Feroli, founder of the Back To Engineering YouTube community. In this tutorial, we build a live object detection app using TensorFlow and PyCharm, then deploy it onto the Reachy Mini open-source […]
Introducing the Cloud9 JetStream Theme for JetBrains IDEs
Cloud9 and JetBrains have been working together on projects that connect software development and esports, from the Sky’s The Limit hackathon to custom tools built for live events, podcasts, and team content. One of the latest results of this collaboration is Cloud9 JetStream, a custom theme for JetBrains IDEs. The theme brings Cloud9’s visual identity […]
How to Connect Your AI Coding Agent to a Browser on macOS
AI coding agents like Claude Code, Cursor, and the rest have gotten remarkably good at reading and writing code. But the moment they need to look at something on the web, they hit a wall. They can’t s Fuente: Artículo original
How to Build AI Apps in the Browser with TensorFlow.js and WebGPU
Most developers think of AI the same way: you send data to a server, the server thinks, you get a response back. That mental model made sense for a long time. It still makes sense for a lot of use cas Fuente: Artículo original
How to Build a Browser-Based PDF Rotator Using JavaScript
Sometimes PDF pages appear upside down, sideways, or in the wrong orientation after scanning or exporting documents. Instead of re-creating the document manually, users usually just need a quick way t Fuente: Artículo original
How CAPTCHAs Affect Accessibility: Problems, Workarounds, and Alternatives
CAPTCHAs – or the “I am not a robot” challenges – were originally designed to separate humans from bots. It started with deciphering some distorted text, then evolved into checking a box or boxes wher Fuente: Artículo original