JavaScript

Hands-on with Svelte: Build-time compilation in a reactive framework
Svelte introduced the idea of using a compiler to optimize and transform specialized syntax into front-end components. The idea has caught on with a variety of frameworks, including React. In this style of reactive development, using a compiler lets t...
2025-08-13 09:00
Five kinds of static code coupling
Last week I talked about connascence, a measure of the coupling of code. We all agree that loosely coupled code is good, but what that means isn’t always clear. Connascence helps us reason about how code is coupled. You can’t decouple your code i...
2025-08-13 09:00
Five ways your code is coupled, for better or worse
Last week I talked about connascence, a measure of the coupling of code. We all agree that loosely coupled code is good, but what that means isn’t always clear. Connascence helps us reason about how code is coupled. You can’t decouple your code i...
2025-08-13 09:00
Rubrik unveils ‘undo button’ for AI agent mistakes
Rubrik has announced Agent Rewind, software that provides visibility into agent actions and enables enterprises to undo agent mistakes by rewinding changes to applications and data. Announced August 12, Agent Rewind combines Predibase AI infrastructur...
2025-08-12 23:18
Devops, SRE and platform engineering: What’s the difference?
Many modern development teams incorporate devops, site reliability engineering (SRE), and platform engineering — or at least they claim to. But figuring out what each of these buzzwords actually means can be a slippery proposition, and at first glan...
2025-08-12 14:47
Devops, SRE, and platform engineering: What’s the difference?
Many modern development teams incorporate devops, site reliability engineering (SRE), and platform engineering—or at least they claim to. But figuring out what each of these buzzwords actually means can be a slippery proposition, and at first glance...
2025-08-12 14:47
A developer’s guide to code generation
I started my career as an architect and coder working on AI algorithms for image processing, natural language processing, and search. Flash-forward to today, my coding is limited to low-code platforms to perform basic automation, data collection, and ...
2025-08-12 09:00
The rise of AI model-as-a-service ecosystems
The rapid growth of model catalogs from hyperscalers and third-party providers is creating an environment where the heavy lifting of model hosting, versioning, monitoring, and billing can be outsourced. I appreciate others’ model efforts because the...
2025-08-12 09:00
Rust 1.89 underscores arguments to const generics
The Rust team has released Rust 1.89.0 stable, an update to the fast and safe programming language that features support for explicitly inferred arguments to const generics. The Rust release team announced the new version on August 7. Developers who ...
2025-08-12 01:13
The advantages of stack-based internal developer platforms
As organizations double down on developer experience, one of the most meaningful, and technical, investments they can make is in an internal developer platform (IDP). Not the mythical one-size-fits-all “platform in a box,” but a fully composable, ...
2025-08-11 09:00
Multi-agent AI workflows: The next evolution of AI coding
As AI-assisted coding becomes more common, a new pattern is emerging: multi-agent workflows. A multi-agent workflow refers to using various AI agents in parallel for specific software development life cycle (SDLC) tasks, whether for planning, scaffold...
2025-08-11 09:00
Who does the unsexy but essential work for open source?
Walk into any developer conference and you’ll see a predictable parade of laptop stickers: the cloud-native darlings, the hip new database, the obligatory mascot or two. It’s the developer variation of virtue signalling or calling out one’s trib...
2025-08-11 09:00
Should public clouds enforce government policies?
In the world of cloud computing, trust is everything. Businesses migrate to the cloud because they expect reliability, scalability, and uninterrupted operations, regardless of their location or external pressures that may arise. But what happens when ...
2025-08-08 09:00
Google rolls out AI coding tool for GitHub repos
Google has introduced Gemini CLI GitHub Actions, a no-cost, autonomous agent for GitHub repos that works asynchronously in the background on routine coding tasks. The product is currently in beta. Announced August 6, Gemini CLI GitHub Actions can be f...
2025-08-07 23:40
Anthropic targets DevSecOps with Claude Code update as AI rivals gear up
Anthropic has introduced automated security reviews in its Claude Code product, aiming to help developers identify and fix vulnerabilities earlier in the software development process. The update includes a GitHub Actions integration and a new “/secu...
2025-08-07 10:21
Getting started with A2A in .NET
As we continue to move away from using AI tools to power chatbots, new ways of working are becoming more important. Agent technologies have proven to be an interesting way to automate business processes. They treat AI models as a flexible orchestratio...
2025-08-07 09:00
The Claude party is almost over
AI coding assistants are a frequent topic for InfoWorld and probably most tech publications. However, the dirty secret is that this landscape changes daily. Not long ago Claude Code practically obliterated the competition. How? Well, it wasn’t that ...
2025-08-07 09:00
Google updates agents in BigQuery to further automate analytics tasks
Google has made a series of incremental updates to its managed BigQuery data warehouse service to help data practitioners across enterprises further automate data analytics tasks. These updates were made to the data engineering and data science agents...
2025-08-06 18:54
TypeScript 5.9 arrives with deferred module evaluation, expandable hovers
TypeScript 5.9, an update to Microsoft’s JavaScript superset with syntax for types, is now available as a production release. The new TypeScript release brings support for ECMAScript’s deferred module evaluation and a preview of expandable hovers ...
2025-08-06 11:00
Google Spanner gets a columnar engine to unite OLTP and OLAP workloads
Google has updated its managed database service — Spanner — with a new columnar engine to help enterprises run complex analytical queries on real-time transactional data for better decision-making. The update, currently in preview, will tackle a t...
2025-08-06 10:15