JavaScript

Breaking down digital silos
To absolutely no one’s surprise, a new Gartner survey of more than 3,100 CIOs and technology executives found that 52% of digital initiatives fail. If anything, the surprise is that the number isn’t higher. Way back in 2014, I was writing about ho...
2024-11-11 09:00
The rise of specialized private clouds
I have always been suspicious of the “private cloud.” I get why the National Institute of Standards and Technology (NIST) included the term in the description of cloud computing almost 17 years ago, however, it was quickly taken as a way to bundle...
2024-11-11 09:00
Announcing TypeScript 5.7 RC
Today we are announcing the availability of the release candidate of TypeScript 5.7. To get started using the RC, you can get it through npm with the following command: npm install -D typescript@rc Let’s take a look at what’s new in TypeScript 5.7!...
2024-11-08 21:01
Serverless computing’s second act
Serverless computing has had a tumultuous journey characterized by early excitement, skepticism, and challenges that some—including yours truly—believed might spell its end. However, this technology is now experiencing somewhat of a resurgence, or...
2024-11-08 09:00
Java app security would get a boost through quantum resistance
Java application security would be enhanced through a couple of proposals to resist quantum computing attacks, one plan involving digital signatures and the other key encapsulation. The two proposals reside in the OpenJDK JEP (JDK Enhancement Proposal...
2024-11-08 09:00
Java proposals would boost resistance to quantum computing attacks
Java application security would be enhanced through two proposals aimed at resisting quantum computing attacks, one plan involving digital signatures and the other key encapsulation. The two proposals reside in the OpenJDK JEP (JDK Enhancement Proposa...
2024-11-08 09:00
IBM: APIs getting AI boost
IBM sees a confluence of artificial intelligence and APIs, with AI powering APIs in a way that improves the productivity of API teams. AI is augmenting skills that API teams may just be starting to learn, said Rashmi Kaushik, director of product manag...
2024-11-07 20:33
AI accelerating API development, IBM says
IBM sees a confluence of generative artificial intelligence and APIs, with AI powering APIs in a way that improves the productivity of API teams. AI is augmenting skills that API teams may just be starting to learn, said Rashmi Kaushik, director of pr...
2024-11-07 20:33
GitHub Copilot learns new tricks
The role of GitHub as part of Microsoft’s developer division is much more than providing Microsoft and its customers with a mix of cloud-hosted and on-premises source code version control. First GitHub branched out into offering a CI/CD platform wit...
2024-11-07 09:00
.NET vector data abstractions library now available in preview
Microsoft has introduced its Microsoft.Extensions.VectorData.Abstractions library, now in preview. The library provides abstractions to help integrate vector stores into .NET applications and libraries. The vector data abstractions library, introduced...
2024-11-06 21:37
‘Package confusion’ attack against NPM used to trick developers into downloading malware
Application testing company Checkmarx has warned developers to be on the lookout for malicious NPM packages, after discovering a new attack that employs typosquatting to impersonate two popular packages. Part of a much larger campaign against NPM, in ...
2024-11-06 21:08
Dataframes explained: The modern in-memory data science format
Most people are familiar with data in the form of a spreadsheet, with labeled columns of different data types such as name, address, age, and so on. Databases work the same way, with each table laid out according to a strict schema. Dataframes are str...
2024-11-06 09:00
12 Java Enhancement Proposals changing Java
Java’s internal systems and syntax are constantly evolving, and these changes happen primarily through the Java Community Process (JCP) and Java Enhancement Proposals (JEPs). Together, the JCP and JEPs define the path by which new features can be de...
2024-11-06 09:00
Why scrum is dumb
You would be hard-pressed to find a software manager who didn’t want to be “agile.” But I’m guessing that a vanishingly small percentage of them have actually read the Agile Manifesto. And I’m guessing even fewer have given any real thought...
2024-11-06 09:00
WSO2 API managers manage AI APIs
WSO2 has upgraded WSO2 API Manager and WSO2 API Platform for Kubernetes (APK), equipping these open-source API management platforms with capabilities for managing generative AI and large language model (LLM) APIs. The updates also expand support for K...
2024-11-05 20:26
Meta offers Llama AI to US government for national security
Meta will allow US government agencies and contractors in national security roles to use its Llama AI. The move relaxes Meta’s acceptable use policy restricting what others can do with the large language models it develops, and brings Llama ever so ...
2024-11-05 14:08
How to support accurate revenue forecasting with data science and dataops
Data scientists and technologists responsible for data governance, engineering, and integration should look for opportunities to use data analytics and AI for strategic decision-making. Finance, marketing, and sales departments all have important use ...
2024-11-05 09:00
Making the business case for generative AI
There has been a lot of speculation about what generative AI can do for businesses. The possibilities are endless — streamlined creative processes, automated business operations, self-service for customers, and more. Indeed the productivity implicat...
2024-11-05 09:00
Cloud providers make bank with genAI while projects fail
The public cloud market is seeing exploding growth, and it’s easy to understand why. The interest in generative AI has sent enterprises running to their public cloud console to allocate even more resources, including data storage and compute, which ...
2024-11-05 09:00
Visual Studio Code previews AI-powered code editing
Microsoft’s Visual Studio Code is previewing Copilot Edits, a feature powered by GitHub Copilot that suggests changes across multiple files in a workspace based on the developer’s prompts. Copilot Edits and other new Copilot-powered capabilities ...
2024-11-04 21:53