Cloud Computing

A software developer gives thanks
Tomorrow, we in the US celebrate Thanksgiving. So today seemed like a good time for me to recognize the people and technologies in the software development world that I’m most thankful for. I’m thankful for Alan Turing and computer programming I d...
2024-11-27 09:00
Kotlin to lose scripting features
JetBrains plans to drop some scripting-related technologies from the Kotlin language, including REPL functionality, an obsolete API for Java scripting, the KotlinScriptMojo Maven plugin, and the kotlin-scripting-ide-services library for implementing c...
2024-11-27 02:51
Anthropic introduces the Model Context Protocol
Anthropic today released a new open source protocol to let all AI systems, not just its own, connect with data sources via a standard interface. Model Context Protocol (MCP), the company said in its announcement, lets developers build secure two-way c...
2024-11-26 16:57
Build generative AI pipelines without the infrastructure headache
While creating a basic ChatGPT prototype might take a weekend, developing production-ready generative AI systems that securely handle enterprise data presents significantly greater engineering challenges. Development teams typically invest weeks addre...
2024-11-26 09:00
Are cloud units a good measure of cloud value?
If we’ve learned anything from the constant evolution of cloud computing and its integration into enterprise operations, it’s that generic metrics are rarely good at measuring success. Don’t get me wrong, cloud units are better than no metrics. ...
2024-11-26 09:00
7 examples of Gemini’s multimodal capabilities in action
Explore real-world applications of Gemini's multimodal AI capabilities, from detailed image descriptions, information extraction, object detection, video summarization, and more.
2024-11-26 02:00
USPTO petitioned to cancel Oracle’s JavaScript trademark
Deno Land, maker of the Deno runtime for JavaScript, has petitioned the United States Patent and Trademark Office (USPTO) to cancel Oracle’s ownership of the JavaScript trademark. The petition argues that Oracle has abandoned the trademark, because ...
2024-11-26 01:41
PHP updates DOM API
PHP 8.4.1, an update to the longstanding server-side web scripting language, has been released with features including an updated DOM API that makes it easier to work with HTML5 documents. Accessible from php.net, PHP 8.4.1 was released November 21. T...
2024-11-25 21:25
Introducing Google Developer Program premium membership
The Google Developer Program premium membership offers benefits such as Google Cloud credits, certification vouchers, and access to Cloud Skills Boost.
2024-11-25 21:00
3 data engineering trends riding Kafka, Flink, and Iceberg
Apache Kafka, Apache Flink, and Apache Iceberg are among the most popular technologies in the data ecosystem. While Kafka enables you to move data around in real time, Flink allows you to process data according to your needs and Iceberg helps you a...
2024-11-25 09:00
GitHub Copilot: Everything you need to know
In 2014, Microsoft Research released an experimental Bing Code Search add-on for Visual Studio and the web. It was a code snippet search tool for C# with a natural language interface, using an index of code from Stack Overflow, MSDN, Dotnetperls, and ...
2024-11-25 09:00
Speed is the killer app
Why do enterprises so often choose to run applications in the cloud even when it may not be the cheapest option? Why do they turn to open source even if it’s not the most feature-complete choice? And why is generative AI so frothy hot even though, a...
2024-11-25 09:00
Join us at the Women in AI Summit 2024!
All are invited to Women in AI Summit 2024 to explore the latest in generative AI with sessions for all expertise levels, focusing on Google AI tools, models, solutions, and insight from women leaders in the AI field.
2024-11-22 22:00
TypeScript 5.7 arrives with improved error reporting
TypeScript 5.7, the latest planned release of Microsoft’s JavaScript variant with syntax for types, is now available in a production release. With version 5.7, the language’s type system is now able to report errors when variables have never been ...
2024-11-22 19:57
Enterprises and cloud providers consider cloud-native AI agents
According to a recent report from SNS Insider, the global AI agents market was valued at $3.7 billion in 2023. The market is expected to grow to $103.6 billion by 2032, with a compound annual growth rate of 44.9% during the forecast period from 2024...
2024-11-22 09:00
AWS prepares to command an army of AI agents
According to a recent report from SNS Insider, the global AI agents market was valued at $3.7 billion in 2023. The market is expected to grow to $103.6 billion by 2032, with a compound annual growth rate of 44.9% during the forecast period from 2024...
2024-11-22 09:00
Angular 19 bolsters server-side rendering with incremental hydration
Angular 19, the latest version of Google’s TypeScript-based web development framework, has arrived. The update introduces incremental hydration and a route-level render mode, both in developer preview, and enables event replay by default. The releas...
2024-11-22 00:45
Red Hat Linux to be official WSL distro
Red Hat Enterprise Linux (RHEL) is set to become an official Linux distribution for Microsoft’s Windows Subsystem for Linux (WSL), a Windows feature that allows users to run Linux environments on Windows without a separate virtual machine. The move ...
2024-11-21 19:39
Announcing the Winners of the Gemini API Developer Competition!
The winners of the Gemini API Developer Competition showcased the potential of the Gemini API in creating impactful solutions, from AI-powered personal assistants to tools for accessibility and creativity.
2024-11-21 18:00
Advanced programming with Java generics
Generics in Java enhance the type safety of your code and make it easier to read. In my last article, I introduced the general concepts of generics and showed examples from the Java Collections Framework. You also learned how to use generics to avoid ...
2024-11-21 09:00