Java

How to use DispatchProxy for AOP in .NET Core
Aspect-oriented programming (AOP) decomposes an application’s source code into distinct aspects that isolate the core business logic from cross-cutting concerns. With AOP, cross-cutting concerns like logging and authentication become “aspects” t...
2024-11-14 09:00
Understanding Hyperlight, Microsoft’s minimal VM manager
Virtualization seemed to be one of those technologies that was done. With Hyper-V, VMware, and KVM all offering similar features and performance, all that was left to do was to support new chipset instructions and fix bugs. But slowly things began to ...
2024-11-14 09:00
Ask the Java Architects
2024-11-14 00:00
local_offer
Farewell and thank you for the continued partnership, Francois Chollet!
Today, we're announcing that Francois Chollet, the creator of Keras and a leading figure in the AI world, is embarking on a new chapter in his career outside of Google.
2024-11-13 23:00
Inference with Gemma using Dataflow and vLLM
vLLM's continuous batching and Dataflow's model manager optimizes LLM serving and simplifies the deployment process, delivering a powerful combination for developers to build high-performance LLM inference pipelines more efficiently.
2024-11-13 19:00
JUG Milano 2024
JUG Milano 2024 On Monday, I visited JUG Milano together with my colleague Rosaria Rossini. She did a short talk about soft and hard skills needed for Open Source titled Java & Skills: a research activities in research@eclipse. After that, I did a talk...
2024-11-13 09:27
Docker tutorial: Get started with Docker volumes
Docker containers are meant to be immutable, meaning the code and data they hold never change. Immutability is useful when you want to be sure the code running in production is the same as the code that passed QA testing; it’s not so useful when you...
2024-11-13 09:00
Kotlin for Java developers
After Java, Kotlin is the most popular JVM language. Kotlin is an expressive, concise language with strong functional programming support. It’s especially appealing to Java developers because it is fully interoperable with Java, and the syntax is a...
2024-11-13 09:00
The Agile Manifesto was ahead of its time
Last week I went on a short rant about scrum, and how it isn’t agile and is, well, dumb. It occurred to me that one of the obstacles to truly being agile has been the limits of software technology. The way we had to build and deliver software didn...
2024-11-13 09:00
Visual Studio 17.12 brings C++, Copilot enhancements
Visual Studio 2022 17.12, the latest version of Microsoft’s signature integrated development environment (IDE), is now generally available, with improvements ranging from productivity enhancements for C++ developers to integrated AI variable inspect...
2024-11-13 09:00
Microsoft’s .NET 9 arrives, emphasizing performance, cloud, and AI
Microsoft has announced the general availability of .NET 9, a major upgrade of its open source software development platform that features scads of performance enhancements and new capabilities for building cloud-native and generative AI-enabled appli...
2024-11-12 22:09
Microsoft’s .NET 9 arrives, with performance, cloud, and AI boosts
Microsoft has announced the general availability of .NET 9, a major upgrade of its open source software development platform that features scads of performance enhancements and new capabilities for building cloud-native and generative AI-enabled appli...
2024-11-12 22:09
Red Hat OpenShift AI unveils model registry, data drift detection
Red Hat has updated Red Hat OpenShift AI, its cloud-based AI and machine learning platform, with a model registry with model versioning and tracking capabilities, data drift detection and bias detection tools, and LoRA (low-rank adaptation) fine-tunin...
2024-11-12 19:47
Go language rises in Tiobe popularity index
The Google-built Go language has reached an all time high position in the Tiobe index of programming language popularity, ranking seventh in the November 2024 edition of the index. While Go already had cracked Tiobe’s top 10, the language had never...
2024-11-12 19:09
Red Hat Developer Hub adds AI templates
Red Hat Developer Hub, an enterprise-grade internal developer portal for platform engineering teams, is adding enhancements for AI, with five templates for building AI-powered applications for common use cases. Rolled out on November 12, the AI-focuse...
2024-11-12 14:00
Snowflake bares its agentic AI plans by showcasing its Intelligence platform
As enterprises look to automate more processes with the help of AI-based agents that don’t require human intervention, Snowflake has showcased a new offering at its ongoing developer conference, Build 2024, which it claims is its agentic AI proposit...
2024-11-12 14:00
Eclipse Temurin Reaches 500 Million Downloads: A Milestone in Open Source Java
Eclipse Temurin Reaches 500 Million Downloads: A Milestone in Open Source Java We’re thrilled to share an exciting milestone with the community: Eclipse Temurin has reached over 500 million cumulative downloads as of October 31, 2024! This achieveme...
2024-11-12 11:11
Why your AI models stumble before the finish line
In 2023, enterprises across industries invested heavily in generative AI proof of concepts (POCs), eager to explore the technology’s potential. Fast-forward to 2024, companies face a new challenge: moving AI initiatives from prototype to production....
2024-11-12 09:00