March Patches for Azure DevOps Server
Today we are releasing patches that impact our self-hosted product, Azure DevOps Server. We strongly encourage and recommend that all customers use the latest, most secure release of Azure DevOps Server. You can download the latest version of the produ...
New Boards Hub Update
We’ve reached a major milestone in the rollout of New Boards Hub this week by making it the default experience for all organizations and users. While many users can still temporarily switch back if they encounter a blocking issue, our telemetry shows...
Go-based TypeScript to dramatically improve speed, scalability
Microsoft is developing a native TypeScript implementation based on Google’s Go language. The initiative promises dramatic improvements in editor startup speed, build times, and memory usage, making it easier to scale TypeScript to large code bases,...
3 of the best LLM integration tools for R
When we first looked at this space in late 2023, many generative AI R packages focused largely on OpenAI and ChatGPT-like functionality or coding add-ins. Today, the landscape includes packages that natively support more LLM suppliers—including mode...
Has AWS lost its edge?
Amazon Web Services (AWS) has long maintained its dominance in the cloud computing market, serving as the backbone for many enterprises’ digital transformation efforts for more than a decade. However, recent shifts in strategy suggest that AWS may b...
Fortran, Delphi rise in Tiobe popularity index
Older programming languages such as Fortran and Delphi are making a comeback, based on the results of this month’s Tiobe index of language popularity. Tiobe attributes their rise to the need to maintain vital legacy systems still dependent on them. ...
Building generative AI? Get ready for generative UI
There’s currently no stopping generative AI spending. Analyst firm Omdia expects spending on generative AI applications to hit $58 billion by 2028. Yet while this level of investment is a significant amount, actual deployment of generative AI applic...
Vibes won’t make your software successful
I regret to inform you that vibes don’t pay the bills. Specifically, open source vibes. For as long as I’ve followed open source, there has been a tendency for the industry to focus on normative values of open source, i.e., why people should embra...
Microsoft previews AI chat template for .NET
Microsoft is previewing a .NET web app template intended to enable quick development of AI-powered chat applications. Part of an ongoing effort to make AI development with .NET easier to discover and use, the AI Chat Web App template was announced Mar...
JFrog unveils JFrog ML for MLOps
JFrog has released JFrog ML, an MLOps solution designed to bring devops best practices to building, deploying, managing, and monitoring AI/ML workflows. The company said that by pairing practices for developing machine learning models with traditional...
JavaScript tools and frameworks we’re watching now
JavaScript is moving in two directions at once, favoring both comprehensive, full-stack frameworks and greater simplicity. Sometimes these trends are harmonious, and at other times they are at odds. The drive for frameworks and libraries that abstra...
When to choose a bare-metal cloud
I did something last week that I had not done for a while. I recommended a bare-metal cloud service to a client. They had a particular purpose, and it was the right technology to solve the problem. In a typical public cloud environment, most users int...
Visual Studio Code 1.98 shines on GitHub Copilot
Visual Studio Code 1.98 has arrived, featuring enhancements to the GitHub Copilot AI coding assistant, including previews of Copilot Next Edit Suggestions, Copilot agent mode improvements, and Copilot Edits support for notebook files. Otherwise known ...
How to handle type erasure in advanced Java generics
Generics programming in Java enhances type safety and code reusability by allowing developers to define classes and methods using type parameters. Advanced techniques like bounded types and wildcards support the creation of flexible data structures an...