Agile

Ephemeral environments in cloud-native development
An emerging trend in cloud computing is using ephemeral environments for development and testing. Ephemeral environments are temporary, isolated spaces created for specific projects. They allow developers to swiftly spin up an environment, conduct tes...
2025-01-10 09:00
Rust 1.84 introduces strict provenance APIs
Rust 1.84 has been released, bringing strict provenance APIs that can be used in lieu of integer-pointer casts, making the code both easier for developers to reason about and easier for the compiler to analyze, the Rust team said. Announced January 9,...
2025-01-09 23:30
Researchers build a bridge from C to Rust and memory safety
Memory errors such as out-of-bounds reads and writes and use-after-free bugs have plagued applications for decades, causing problems ranging from minor execution glitches to global security nightmares. The infamous WannaCry, Slammer, and Heartbleed ex...
2025-01-09 21:55
How to use the new Lock object in C# 13
The C# programming language has provided support for thread synchronization using the lock keyword since its earliest versions. By using a lock statement, you ensure that only one thread can execute the body of the statement at a time. Any other threa...
2025-01-09 09:00
Working with minimal APIs in .NET
If you’re building cloud-native applications with microservices, they need to be small. You don’t want code that comes with enough dependencies and required libraries to turn something that should be able to scale in milliseconds into megabytes of...
2025-01-09 09:00
GlassFish update fixes restart hangs, random 403 responses
The Eclipse Foundation has released GlassFish 7.0.21, an update of the enterprise Java application server that focuses on fixing a few tenacious bugs. The release also brings improved connection pool lookup messages and improved error messages on depl...
2025-01-08 22:42
Oracle offers price-performance boost with Exadata X11M update
The new version of Oracle’s Exadata platform, X11M, is now generally available, and promises improved performance on generative AI tasks such as retrieval augmented generation (RAG) for the same price as the old version. Exadata is Oracle’s hardwa...
2025-01-08 13:53
Building generative AI applications is too hard, developers say
When everyone touts the benefits of generative artificial intelligence, telling the world how much easier it will make all of our lives, many developers who actually have to build those miracle apps are of a different opinion, according to a new surve...
2025-01-08 13:00
Why the C programming language still rules
The C programming language has been alive and kicking since 1972, and it still reigns as one of the essential building blocks of our software-studded world. But what about the dozens of newer languages that have emerged over the last few decades? Some...
2025-01-08 09:00
Intro to Ktor: The HTTP server for Kotlin
Kotlin is a modern general-purpose language that brings together object-oriented and functional programming power in a sleek syntax. Ktor is the official HTTP server for Kotlin, leveraging Kotlin’s expressiveness for building endpoints and other ser...
2025-01-08 09:00
Gleam 1.7 brings faster record updates
Gleam 1.7 has arrived with faster record updates and a dynamic coder for a custom type. Overall, the latest version of Gleam touts performance and package publishing improvements. This latest update to Gleam was announced January 5 and is accessible ...
2025-01-07 21:47
Almost nothing remains of Software AG
Software AG (now legally known as Software GmbH) has sold its Alfabet and Cumulocity divisions, following on from the recent sales of webMethods, StreamSets and TrendMiner. Its remaining divisions, the mainframe business around Adabas & Natural (A&N) ...
2025-01-07 19:14
5 ways data teams must lead in AI-driven organizations
Generative AI has inspired a surge of interest in using data to improve the accuracy of business decisions. Business managers, data analysts, and citizen data scientists can now use prompts instead of SQL queries to ask questions, interact with large ...
2025-01-07 09:00
Agentic AI: The top challenges and how to overcome them
As generative AI continues to surge in popularity, we are already seeing it evolve into the next generation of machine-learning-driven technology: agentic AI. With agentic AI, we are not just prompting models and receiving an answer in a simple one-st...
2025-01-07 09:00
Cloud providers are running out of ‘next big things’
Recent research from Gartner and IDC paints a sobering picture: Cloud providers are experiencing diminishing returns on their innovation investments. Cloud spending continues to grow, but industry analysts note that the pace of revolutionary new servi...
2025-01-07 09:00
Python wins Tiobe language of the year honors
To the surprise of probably no one, Python has won the Tiobe programming language of the year award for 2024, given to the language with the highest increase in ratings in Tiobe’s index of language popularity during the year. In a post accompanying ...
2025-01-06 22:04
Demand for AI skills soars, while demand for programming skills falls – O’Reilly report
It’s perhaps not a surprise, but demand for AI-related skills has soared, according to technology educator O’Reilly, which just released its annual technology trends report. By contrast, interest in programming languages Python and Java has taken ...
2025-01-06 13:00
My robot teacher: The challenge of AI in computer science education
Over the past two years, generative AI has been a force for transformation—and disruption—everywhere it’s landed. Education was no exception; if anything, schools were among the first institutions to grapple with AI’s implications. As students...
2025-01-06 09:00
3 forecasts about time-series forecasting
Over the last year, we’ve seen an explosion in innovation in time-series forecasting. Along with new statistical models, transformer-based approaches have allowed for the creation of zero-shot foundation models from well-known organizations such as ...
2025-01-06 09:00
Someone needs to make AI easy
2024 was a year filled with AI possibilities; 2025 needs to turn those possibilities into realities. For that, we need the cloud companies to stop churning out “primitives” such as large language models (LLMs) and instead give developers solutions...
2025-01-06 09:00