9 AI development skills tech companies want
Artificial intelligence (AI) is becoming increasingly important in software development, as organizations look to automate tasks, complete projects faster, enhance code quality, and increase developer productivity. AI tools can help with tasks such as...
How CodeRabbit brings AI to code reviews
Code reviews have always been one of the more loathsome duties in software engineering. Most developers would much rather be writing code than reviewing it. Most code reviews occur late in the development cycle, and are inconsistently applied, limited...
Why front-end development will persist
“The money [in front-end web development] is … gone.” This, according to Santiago Valdarrama, a leading voice on AI and software development. Not everyone agrees, of course—just look at the online storm he kicked off recently on X. Still, Vald...
GitLab introduces AI agent-enabled devsecops platform
Moving forward on AI, GitLab is offering a public beta of GitLab Duo Agent Platform, a devsecops orchestration platform intended to unlock asynchronous collaboration between developers and AI agents. Announced July 17, GitLab Duo Agent Platform estab...
Alternative clouds are on the rise
After attending a recent analyst and influencer event hosted by one of the major hyperscalers, I found myself reflecting not just on the future of the big cloud providers but also on the evolution of the entire cloud computing market. The event’s fo...
AI’s not-so-secret agents
The buzz around agentic AI is getting louder, and this month’s picks showcase the breadth of what is possible—or in some cases, not yet possible. Spin up an AI agent of your own with Google’s new Agent Development Kit, take notes on how Deutsche...
AWS previews enterprise services to ease AI agent deployment
AWS has launched a preview of Amazon Bedrock AgentCore, a set of enterprise-grade services developers can use to securely deploy and operate AI agents at scale using any framework and model. Announced July 16, AgentCore services can be hosted on Amazo...
MCP server announced for JFrog supply chain management platform
Software supply chain management provider JFrog has become the latest vendor to release a Model Context Protocol (MCP) server for its platform so developers can securely link Large Language Models (LLMs) and AI agents to tools and data sources. “Unt...
How to create your own RAG applications in R
One of the handiest tasks large language models can do for us is answer questions about a specific collection of information. This is often done using a technique called RAG, or retrieval augmented generation. Instead of relying on what the model know...
Taking .NET Aspire for a spin
.NET Aspire is an interesting piece of the .NET ecosystem, providing a framework for building, testing, and deploying cloud-native applications. Still relatively new, Aspire takes an opinionated approach to distributed systems development while also p...
Perforce unveils agentic AI test tool for web and mobile apps
Seeking to ease web and mobile app testing by leveraging AI, Perforce Software has unveiled Perfecto AI, an agentic AI testing tool that removes the need for test scripts, frameworks, or maintenance and streamlines testing workflows, according to the ...
4 tips for getting started with free-threaded Python
Until recently, Python threads ran without true parallelism, as threads yielded to each other for CPU-bound operations. The introduction of free-threaded or ‘no-GIL’ builds in Python 3.13 was one of the biggest architectural changes to the CPython...
ECMAScript 2025: The best new features in JavaScript
This year’s update to the JavaScript specification covers a lot of ground. The headline addition is the new built-in Iterator object and its functional operators. Other updates include new Set methods, a direct JSON module import, improvements to re...