InfoQ Homepage News
-
GitHub Launches Mobile App, Notifications Beta, and Code Navigation Features
At this year's Universe Conference, GitHub made a number of announcements aimed at improving developer experience in the daily use of the platform, including a mobile client app and notification, as well as promoting workflow automation tools such as GitHub Actions and GitHub Packages to general availability.
-
Web Components Reaching Mainstream Maturity
For years web components have been a standard that was almost ready. With the recent Apple Music web client release, Apple shipped over 45 web components to drive the Apple Music experience. Others, including Amazon, Porsche, arm, Panera, and Microsoft, are leveraging Stencil to create design systems and cross-framework web components.
-
logz.io Releases Feature to Automatically Identify Patterns within Log Data
logz.io released a new feature to help identify recurring patterns within log data. This new feature, entitled Log Patterns, automatically analyzes millions of log messages in real-time to reduce the volume of logs and potentially reveal common trends. This feature is their third feature to provide automated interpretation and filtering of log messages under the label of AIOps.
-
Swift Numerics Aims to Make Swift Suitable for Numerical Computing
Swift Numerics is a new open-source library for Swift that attempts to fill a gap in Swift Standard Library, writes Apple's engineer Steve Cannon. Currently, it includes two modules, for real and complex computational mathematics, but more are on the roadmap.
-
New Bytecode Alliance Announces WebAssembly Nanoprocesses Proposal for Safe Use of Untrusted Modules
Mozilla’s Lin Clark recently announced the creation of the Bytecode Alliance. The Bytecode Alliance is an industry partnership aiming at proposing and implementing standards to enable the growth of a secure-by-default WebAssembly ecosystem, inside and outside the browser. The Bytecode Alliance introduced nanoprocesses to provide isolation and safety when running third-party Wasm packages.
-
Faster Web Rendering with WICG Display Locking Proposal
The Web Incubator Community Group (WICG) recently introduced Display Locking, a proposed set of API changes that make it straightforward for developers and browsers to easily scale to large amounts of content and control when rendering work happens.
-
Azure Functions Premium Plan Goes GA, Brings Pre-Warmed Instances, VNET Integration
Announced as a public preview back in April of 2019, the Azure Functions Premium plan is now generally available. This set of functionality is focused on scale, performance, and network connectivity for serverless functions. The Premium plan was released amongst a host of other Azure Functions updates meant to broaden the appeal of Microsoft's serverless computing platform.
-
PyTorch 1.3 Release Adds Support for Mobile, Privacy, and Transparency
Facebook recently announced the release of PyTorch 1.3. The latest version of the open-source deep learning framework includes new tools for mobile, quantization, privacy, and transparency.
-
Democratizing Portal Development, Microsoft Announces Power Apps Portals General Availability
In a recent blog post, Microsoft announced the general availability of Power Apps portals, a solution that allows organizations to publish customer, partner and community portals to internal and external users using a low-code, configuration-driven, responsive web experience.
-
Amazon Introduces Saving Plans for AWS Compute Services
Amazon introduces a new flexible pricing model for customers called Savings Plans, which can lead up to 72% of cost savings on Amazon EC2 and AWS Fargate in exchange for committing to a consistent amount of compute usage (e.g. $10/hour) for a one to three-year term.
-
From Waterfall to Agile at NAV Test Centre of Excellence
Changing how we work from waterfall to agile is all about envisioning the goals, focusing on success factors and then surviving the transit, said Torstein Skarra at TestCon Europe 2019. The Norwegian Labour and Welfare Administration (NAV) has moved from project-based waterfall and six releases per year to agile cross-function autonomous teams with several releases per day, per team.
-
Dropbox Predicts What File You Need Next with Content-Specific ML Pipelines
The Dropbox machine learning team shared how the company improved the model behind their content suggestions feature. The enhancements allow Dropbox to deal with different types of content, incorporate folder suggestions into the existing file suggestions model and handle cloud-based documents resulting from relatively recent partnerships.
-
Heroku's Journey to Automated Continuous Deployment
Heroku's engineering team wrote about their journey from manual deployments to automated continuous deployments for Heroku Runtime, their managed environment for applications. They achieved this using Heroku primitives and a custom deployer tool.
-
TypeScript 3.7 Adds Optional Chaining and Coalescing
The TypeScript team announced the release of TypeScript 3.7, including optional chaining, nullish coalescing, assertion functions, and numerous other developer ergonomic improvements.
-
Traefik 2.0 Supports TCP, Middleware, and New Routing Features
The release of version 2.0 for the cloud native edge router Traefik introduces support for TCP routing, request middleware, canary deployments and A/B testing, and a new dashboard and web UI. The latest release provides more tools for developers to configure and manage routes, and improved cluster visibility.