InfoQ Homepage News
-
WebAssembly Studio: An Online WASM IDE Tool from Mozilla
WebAssembly Studio is an online tool developed by Mozilla and used to compile C/C++ and Rust code into WASM.
-
Amazon S3 Receives New Updates: New Storage Class and General Availability of S3 Select
Amazon S3 recently received new updates to its service: a new storage class S3 One Zone-Infrequent Access (Z-IA) Storage Class and S3 Select capability, now generally available for customers. With S3 Select, customers can get a subset of data faster, while the new storage One Zone IA class is a low-cost option for retrieving infrequent data.
-
D3 Announces 5.0 Release of SVG, Canvas, and HTML Library for Manipulating Data
The D3 team has announced their 5.0 release, which embraces several newer asynchronous patterns such as promises and fetch, and updates key visualization APIs.
-
Software Engineering for Creativity, Collaboration, and Inventiveness
A software engineering discipline must be iterative, based on feedback, incremental, experimental, and empirical. Craftsmanship is not sufficient; engineering is an amplifier, it enhances creativity, collaboration, and inventiveness. Continuous delivery is grounded in engineering principles.
-
Kayenta: An Open Source Canary Analysis Tool from Netflix and Google
Kayenta is an open source canary analysis tool used to evaluate the readiness for production of a new version of a software.
-
Dataiku's Latest Release Integrates Deep-Learning for Computer Vision
Collaborative data science platform Dataiku's latest release of its Data Science Studio includes pre-trained deep learning models for image processing. The DSS platform implements each step of a data-science project from data-sourcing and visualization to production deployment. Its machine-learning module supports standard libraries and it integrates with Hadoop and multiple Spark engines.
-
Java EE Guardians Moving Forward with Jakarta EE
Shortly after Java EE was rebranded to Jakarta EE, well-known Java EE evangelist Reza Rahman recently closed the change.org petition to declare victory in the original petition filed by the Java EE Guardians almost two years ago, in which they encouraged Oracle to move forward with Java EE 8. Rahman spoke to InfoQ about the future of the Java EE Guardians and Jakarta EE.
-
Safari 11.1 in iOS 11.3 Enables Payment Request API
In the 11.3 version of iOS, released Thursday, March 29, Apple included version 11.1 of Safari which enables the Payment Request API. This allows web developers to allow users to make payments with saved credit cards and mobile wallets, streamlining payment and checkout flows. With Android already supporting it, the Payment Request API is now available for 98% of the US and UK mobile markets.
-
Android Studio Switched to New D8 Compiler
Recently released Android Studio 3.1 switched to a new DEX compiler which promises to provide better and faster compilation, writes Google software engineer Jeffrey van Gogh.
-
Kubernetes 1.10 and Cross-Cloud CI Project Dashboard 1.3 Released, and Kubernetes Survey Announced
The Kubernetes container orchestration platform 1.10 release focuses on adding beta functionality to three core areas, including storage, security and networking. In additional Kubernetes-related news, the Cross-cloud CI project group have released the CI Dashboard v1.3.0, and the App Def Working Group have opened a survey for all users of Kubernetes to share requirements for deploying apps.
-
Migrating Edge Network Providers at Envato without Downtime
Envato, a CDN provider, migrated their edge network providers to unify their Distributed Denial of Service (DDoS) and Web Application Firewall (WAF) systems onto one provider. An automated test-based approach to making infrastructure changes combined with monitoring and continuous feedback for regressions helped them make the move without any downtime.
-
GitLab Can Fully Manage Google Kubernetes Engine
Google and GitLab announced GitLab integration with Google Kubernetes Engine (GKE), which aims to make it easier to use GitLab with GKE without lock-in.
-
Datical Adds Continuous Delivery Capabilities for the Database
Database release automation provider, Datical, has announced a new version, Datical 5, which provides a central command centre with enhanced database release visibility that allows developers to manage and rework database code changes as they would application code changes without having to go through a manual process. Security for database credentials and auditability has also been enhanced.
-
Microsoft Announces General Availability of Azure Availability Zones in Select Regions
Microsoft has announced the general availability of Azure Availability Zones to deliver a high availability option for their customer’s mission-critical applications and data. Last year during Ignite, an annual conference for developers and IT professionals, Microsoft introduced Azure Availability Zones.
-
Comparing WCF Performance to ASP.NET Core
One would expect to find that ASP.NET Core has better performance than older technologies like Windows Communication Foundation (WCF). Developers have setup a comparison between the two technologies to see if this indeed the case.