InfoQ Homepage News
-
Collective Learnings about Remote Working during Covid-19
The response to the pandemic showed how to make sure people are productive and included in a hybrid environment, and it's all due to the learnings we carried on from March 2020. Many organisations demonstrated how it’s possible to work in an inclusive and productive way even if people are distributed around the world.
-
GitHub Previews Copilot, an OpenAI-Powered Coding Assistant
GitHub recently announced Copilot, an AI-powered pair programmer designed to help developers write code faster and with less effort. The service learns from comments and existing code, suggesting new lines and the implementation of whole functions.
-
Performance-Focused Reactive UI Framework Solid.JS Releases First Major Version
Solid.js, a reactive JavaScript UI library, released its first major iteration. Solid replicates many capabilities (e.g., server-side rendering, concurrent rendering) and APIs (e.g., stores, context, directives) present in other frameworks. Developers map the appearance and behavior of user interfaces to a set of reactive dependencies. Solid compiles the statements to imperative DOM operations.
-
SUSE Releases Harvester v0.2.0, an HCI Solution Built Using Kubernetes
Harvester, an open-source hyperconverged infrastructure (HCI) software built using Kubernetes, recently announced its v0.2.0 release. Harvester can be used to implement HCI on bare metal servers and is an open source alternative to vSphere and Nutanix. The first release, 0.1.0, was made public earlier this year.
-
Google Open-Sources Token-Free Language Model ByT5
Google Research has open-sourced ByT5, a natural language processing (NLP) AI model that operates on raw bytes instead of abstract tokens. Compared to baseline models, ByT5 is more accurate on several benchmark tasks and is more robust to misspellings and noise.
-
GitLab 14 Introduces Epic Boards, Improves Pipeline Editor and Kubernetes Agent, and More
With GitLab 14, GitLab is reaffirming its view of a unified DevOps platform integrating all the tools and tech stacks that are required by development teams. The latest release of the platform includes many new features meant to improve development velocity, application security, and analytics.
-
Automating Software Quality Certification at eBay
The eBay Application Platform Team has started using Kubernetes Operators, Helm Charts and Jenkins to ensure software quality at the organization. In order to perform safe changes within the associated containers and environments, the team has created a self-service “certification” solution.
-
Java News Roundup - Week of June 28th, 2021
This week’s Java roundup features news from JDK 17, JDK 18, GraalVM Native Build Tools, TornadoVM 0.10, the release of Quarkus 2.0 and Apache Camel Quarkus 2.0, Apache Camel 3.11, Apache Wicket, Helidon, Micronaut Foundation, JReleaser 0.5.0, IntelliJ IDEA 2021.1.3, Gradle 7.1.1, Hibernate, Scala, ASM and the Spring Framework.
-
Visual Studio Code Boosts Java IDE Capabilities
According to surveys, 25% of Java developers use Microsoft’s free, cross-platform IDE Visual Studio Code. It recently became a more fully-fledged Java IDE: New welcome and configuration screens ease project set-up, new project and hierarchy views make navigation code easier, quality-of-life improvements save coding time, and the Spring framework & Microsoft Azure are better integrated now.
-
What's New in SwiftUI 3
Apple is continuing to work to bring SwiftUI, its declarative UI framework for Swift, on a par with UIKit and AppKit. At WWDC 2021, SwiftUI got a number of new features, including extended List views, support for pull to refresh, asynchronous images, and more.
-
Google Unveils New Firebase Features at Google/IO
At the recent Google I/O conference, Google introduced a new product in its Mobile-Backend-as-a-Service Firebase: App Check is a security layer for accessing other Firebase products. Existing Firebase products also improved: The local Emulator Suite now includes the file store Cloud Storage, the monolithic Web SDK will be modularized, and Performance Monitoring processes data in real-time.
-
Fauna Introduces Fauna Labs to Help Developers Adopt Database Service
The company behind the Fauna transactional database has recently announced Fauna Labs, a collection of experimental tools to help developers integrate Fauna in their applications, including infrastructure as code and single sign-on application templates.
-
AWS Introduces AWS Bugbust - a Global Competition to Fix One Million Bugs
Recently, AWS announced a global challenge to fix one million bugs and reduce technical debt by over $100 million with AWS BugBust. The solution utilizes ML-powered developer tools - Amazon CodeGuru Reviewer and Amazon CodeGuru Profiler - to automatically scan code to weed out bugs, and gamifies fixing and eliminating them.
-
Distributed DevOps Teams: Supporting Digitally Connected Teams
To establish a digital connection within a globally distributed team, an organization provided the team members with both collaboration tools and supplied an extra monitor with a visualization board. Collaboration using the online chat and white board initially posed challenges, as the board was tweaked towards the teams’ needs.
-
Piral, a Modern React-Based Microfrontends Library
Piral is a JavaScript library for creating modular microfrontends application based on React.