Cloud Computing

AI will require more software developers, not fewer
It’s time we officially bury the idea that AI means we won’t need software developers. For years, we’ve heard that generative AI and large language models (LLMs) are coming for our jobs. In software development, that supposedly means fewer human...
2025-04-07 09:00
10 Java-based tools and frameworks for generative AI
Java is not the first language most programmers think of when they start projects involving artificial intelligence (AI) and machine learning (ML). Many turn first to Python because of the large number of Python-based frameworks and tools for AI, ML, ...
2025-04-07 09:00
Language models in generative AI – does size matter?
Generative AI applications revolve around the large language model, or LLM. From the launch of ChatGPT through to today, LLMs were the focal point for generative AI. They attracted billions in funding and innovation was rife. But are they as essential...
2025-04-07 09:00
AI demands more software developers, not less
It’s time we officially bury the idea that AI means we won’t need software developers. For years, we’ve heard that generative AI and large language models (LLMs) are coming for our jobs. In software development, that supposedly means fewer human...
2025-04-07 09:00
Critical deserialization bug in Apache Parquet allows RCE
A flaw in code for handling Parquet, Apache’s open-source columnar data file format, allows attackers to run arbitrary code on vulnerable instances. The vulnerability, tracked as CVE-2025-30065, is a deserialization issue (CWE-502) in Parquet’s Ja...
2025-04-04 20:01
Google Cloud Next ’25: What to expect
Google Cloud Next ’25, which runs from April 9-11 in Las Vegas ,will showcase the latest advancements and future directions of Google Cloud Platform and cloud computing in general. Naturally, you can expect a strong emphasis on artificial intelligen...
2025-04-04 19:34
Blissfully fast and simple JavaScript frameworks
Simple and fast. That’s all we want from our software tools. And meeting the requirements, of course. You can’t go without that. Also, we’d like them to be pleasant to use, with a good developer experience. It would be really great to have a...
2025-04-04 09:00
Basking in JavaScript refinements
Simple and fast. That’s all we want from our software tools. And meeting the requirements, of course. You can’t go without that. Also, we’d like them to be pleasant to use, with a good developer experience. It would be really great to have a...
2025-04-04 09:00
Enterprises are getting worse at multicloud
In the initial years of multicloud adoption, enterprises took cautious, calculated steps to build and manage infrastructures that spanned multiple cloud providers. The objective was flexibility, performance optimization, and risk mitigation. Yet, in 2...
2025-04-04 09:00
Sonatype warns of 18,000 open source malware packages
Software supply chain security company Sonatype uncovered 17,954 open-source malware packages during Q1 2025, the company revealed in its Open Source Malware Index. Sonatype’s Open Source Malware Index for Q1 2025 was introduced April 2. A prolifera...
2025-04-04 00:10
Rust language adds trait upcasting
The Rust team has announced Rust 1.86, an update of the language that now features trait upcasting, or the ability to upcast trait objects. Rust 1.86 was announced April 3. For users with a previous version of Rust, the update can be accessed via the ...
2025-04-03 20:43
Hyperlight Wasm points to the future of serverless
Back when I first wrote about Hyperlight, Microsoft’s minimal hypervisor, I speculated that it had a possible role as a WebAssembly-based alternative to serverless computing tools like Azure Functions, using Kubernetes as a host. So it wasn’t too ...
2025-04-03 18:46
GitHub upgrades tooling to help developers stop leaking secrets
Over 39 million API keys, credentials, and other secrets leaked onto GitHub’s platform last year, but an update to its scanning tool could help stop that. The widely used cloud-based version-control platform automatically blocks ‘several secrets e...
2025-04-03 16:40
Accelerate cloud infrastructure initiatives with Lucid Software
Cloud and development operations (devops) teams are under constant pressure to do more, faster. They have outdated systems to update and manage, new systems to build, and requests from business units who need their support. It’s a velocity problem, ...
2025-04-03 14:53
How to use guard clauses in C#
We always strive to write source code that is clean, maintainable, and devoid of any errors. However, we may often find that our application’s code is cluttered because we’ve used too many nested constructs or branches to validate our business rul...
2025-04-03 09:00
Django 5.2 release touts automatic model importing
The latest version of the Python web framework features an automatic model-importing capability in the shell.  This release also spells the end of support levels for previous version 5.x releases. Unveiled April 2 by the Django Software Foundation, t...
2025-04-02 20:51
Informatica readies new Claire Copilot capabilities for IDMC
Enterprise data management vendor Informatica is adding new capabilities to Claire Copilot, the generative AI assistant in its Intelligent Data Management Cloud (IDMC). IDMC sits on top of enterprise databases, ingesting and cataloguing from various s...
2025-04-02 15:04
Google fixes GCP flaw that could expose sensitive container images
A critical privilege escalation vulnerability, ImageRunner, affecting Google Cloud was promptly fixed before it could allow attackers to access sensitive information from GCP deployments. The issue, as discovered by the cybersecurity company Tenable, ...
2025-04-02 13:29
3 key features in Kong AI Gateway 3.10
Kong AI Gateway 3.10 introduces new capabilities designed to help organizations govern their generative AI usage more effectively, reduce hallucinations from large language models (LLMs), and boost developer productivity. We achieve this while keeping...
2025-04-02 13:00
Making Python faster won’t be easy, but it’ll be worth it
Want to make a Python user grind their teeth? Just recite three words: Python is slow. In many of the ways that matter, it’s true. “Pure” Python, without external libraries written in C, is nowhere near as fast at computation or object manipulat...
2025-04-02 09:00