InfoQ Homepage Development Content on InfoQ
-
Java News Roundup: Project Loom, JDK Mission Control, Spring Data, Kotlin 1.5.30, Micronaut 3.0-RC1
This week's Java roundup for August 9th, 2021, features news from Project Loom, OpenJDK, JDK 18, JDK Mission Control, Spring Data, Quarkus 2.1.2.Final, Micronaut 3.0.0-RC1, Kotlin 1.5.20-RC, Piranha 21.8.0, JDKMon 16.0.8, and the EclipseCon 2021 Community Day agenda.
-
Codespaces is GitHub's New Development Platform, Now Supporting Emacs and Vim
GitHub has moved away from local development environment and adopted Codespaces for its day-to-day development flow. After careful configuration, GitHub achieved a 10 seconds bootstrap time for a new environment. Additionally, now Codespaces support Emacs and Vim besides Visual Studio Code.
-
Microsoft Renames Its Azure for FHIR API to Azure Healthcare APIs
Recently Microsoft announced the renaming of its Cloud for Healthcare's Azure API for Fast Healthcare Interoperability Resource (FHIR) to "Azure Healthcare APIs." In addition to the renaming of the APIs, the company also expands support for healthcare data to include patient health data via FHIR, medical imaging data via DICOM - and medical device data via the Azure IoT Connector for FHIR .
-
Amazon Introduces Cloudwatch Cross Account Alarms to Consolidate Management
Amazon CloudWatch recently announced cross account alarms, a new feature that enables customers to set alerts and take actions based on changes to metrics across different AWS accounts.
-
AWS Announces Amazon Transcribe Call Analytics API for Conversation Insights
Recently, AWS announced Amazon Transcribe Call Analytics, a new feature of Amazon Transcribe. AWS customers can extract valuable insights from customer conversations like customer and agent sentiment, and conversation characteristics such as non-talk time, interruptions, loudness, and talk speed with this new feature.
-
Google Introduces Unattended Project Recommender to Cut Cloud Costs
Recently Google introduced unattended project recommender, a new feature of Active Assist that provides customers with a one-stop shop for discovering, reclaiming, and shutting down unattended projects. In addition, the feature includes actionable and automatic recommendations to reduce costs or mitigate security risks presented by idle resources.
-
Experiences from Measuring the DevOps Four Key Metrics: Identifying Areas for Improvement
Measuring the four key metrics of IT helped a company to assess the performance of their software delivery process. Continuous observation of these metrics supports decisions on where to invest and guides performance improvements.
-
ARM Releases PlasticARM, a Plastic-Based Flexible Microchip
ARM takes another step forward towards powering a real IoT revolution: PlasticARM, its newly announced plastic based microchip, brings 18000 logic gates, 12 times more than previous models, and is the most complex flexible microchip to date.
-
Android Studio Arctic Fox Improves Compose Preview, Adds Support for Apple Silicon
The latest release of Android Studio focuses on three main areas, says Google: improving UI design, extending device support, and boosting developer productivity. Additionally, Android Studio Arctic Fox introduces preview support for Apple Silicon processors.
-
Introducing JDKMon: a New Tool to Detect and Update JDKs
JDKMon, a new tool to monitor and update installed JDKs, provides an alternative to existing tools such as SDKMAN. With the many available JDK distributions nowadays, keeping several of them up-to-date on a user’s machine can be a challenge. JDKMon displays the installed JDK distributions that include buttons to download the latest version for each distribution.
-
AWS Releases Amazon Route 53 Application Recovery Controller into General Availability
Recently, AWS announced the general availability (GA) of Amazon Route 53 Application Recovery Controller, an additional new set of capabilities in Amazon Route 53. With the capabilities, it will be easier for customers to continuously monitor their applications’ ability to recover from failures and control their recovery across AWS Regions, Availability Zones, and on-premises infrastructure.
-
.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.