InfoQ Homepage News
-
.NET 6: Threading Improvements
While numerous libraries exist to abstract away the complexities of asynchronous and concurrent programming, developers still need to drop down to lower thread-handling logic from time to time. Continuing our API changes for .NET 6 series, we look at some new tricks for multi-threading.
-
Java News Roundup: JDK 17 Initial RC, OpenJDK, Updates to Open Liberty, Hibernate ORM, Spring Cloud
This week's Java roundup for August 2nd, 2021, features news from OpenJDK, JDK 17 initial release candidate, JDK 18, Spring Cloud 2021.0.0-M1, Quarkus 2.1.1, Open Liberty 21.0.0.8, WildFly 24.0.1 S2I Docker images, Hibernate ORM 5.5.6, JReleaser 0.6.0, Apache Camel 3.11.1 and MicroStream 5 is now open-source.
-
Linkerd Showcases Rust in Cloud-Native Infrastructure
The Linkerd project has recently become a graduated project in the CNCF. One of the most interesting aspects of Linkerd that differentiates it from other service mesh products is the Rust-based Linkerd2-proxy. Rust has made Linkerd significantly faster and lighter than other service mesh solutions.
-
Google Jetpack Compose Goes 1.0, JetBrains Launches Compose Multiplatform Alpha
Jetpack Compose, Google's Kotlin-based declarative UI framework for Android, has now reached stability at version 1.0, which also brings a few new tools to improve developer experience. While Google's Compose only supports Android, Kotlin maker JetBrains announced its Compose Multiplatform, which aims to extend Compose to the Desktop and the Web.
-
ElasticSearch Fork OpenSearch is Generally Available
Amazon has recently announced the general availability of OpenSearch 1.0, the Apache 2.0-licensed fork of Elasticsearch that was created after Elastic changed their license.
-
Explore the Software Engineering Trends That Matter in 2021 at QCon Plus in November
This November at the QCon Plus software development conference, senior software engineers, architects, and team leads will learn from their peers and discuss emerging software trends and practices. Join them to develop your technical and non-technical skills and get valuable insights that you can take home to your team and implement right away.
-
Introducing System.Threading.RateLimiting for .NET
While rate limiting is a well-known problem for web servers, there are many other situations where similar capabilities are needed. With the introduction of System.Threading.RateLimiting, developers will be able to add this capability without writing it themselves.
-
After 15 Years AWS Retires EC2-Classic
AWS has announced the plan to retire the EC2-Classic platform in the next few months. The cloud provider expects that customers still running the first iteration of its virtual cloud computing instance will migrate to the newest Virtual Private Cloud (VPC) by August 2022.
-
Machine Learning Technologies at Tokyo 2020 Olympics
National Olympic teams are using machine learning to gain an edge in competition over their opponents at the Tokyo Olympic Games 2020. Machine learning technologies are being used at the international sports event from athlete data tracking, coaches’ real-time feedback that can tell athletes when to train and when to stop, to predicting sports injuries with algorithms.
-
Facilitating Team Health Assessments
Teams can do health assessments to explore and discuss their team’s health and happiness. It’s good to let teams create their own health check, understanding what healthy looks like for the team in question. As facilitators, we can help teams decide where and how to improve.
-
Quarkus 2.0 Delivers Continuous Testing, CLI and Supports Minimal JDK 11
Red Hat has released Quarkus 2.0 with new features such as continuous testing, a new CLI, and developer services. This version upgrades its core as well, moving to JDK 11, Vert.x 4.0 and MicroProfile 4.0, promising to have a seamless upgrade experience. InfoQ reached out to the Quarkus’ core team members to provide a brief description on the benefits of each newly-added feature in Quarkus 2.0.
-
Node-RED 2.0 Improves Developer Experience with New Flow Debugger and Flow Linter
IoT-focused low-code programming tool Node-RED reaches version 2.0, bringing flow debugger and flow linter to help programmers find bugs in their flows.
-
Visual Studio 2022 Preview 2 Focuses on Instant Feedback
Microsoft's second preview of Visual Studio 2022 provides a deeper look at the feature the company plans to provide in its latest IDE. As to be expected with software in development, there are also a few rough spots.
-
Baidu's ERNIE 3.0 AI Model Exceeds Human Performance on Language Understanding Benchmark
A research team from Baidu published a paper on the 3.0 version of Enhanced Language RepresentatioN with Informative Entities (ERNIE), a natural language processing (NLP) deep-learning model. The model contains 10B parameters and achieved a new state-of-the-art score on the SuperGLUE benchmark, outperforming the human baseline score.
-
Envoy Proxy is Generally Available on Windows
The CNCF-graduated project Envoy Proxy was recently announced as generally available on Windows. Starting with version 1.18.3, engineers can use the Envoy proxy on Windows for production workloads.