InfoQ Homepage News
-
Haskell Web Framework IHP Aims to Make Web Development Type-Safe and Easy
Created at digitally induced, the Integrated Haskell Platform aims to be an opinionated framework bringing Haskell type-safety to server side rendering combined with fast development. InfoQ has spoken with digitally induced CEO Marc Scholten.
-
Faster, Smaller Vue3 Coming Soon - Evan You, State of the Vuenion 2020
Evan You, creator of Vue.js, recently discussed the Vue 3 release. After more than two years of development, Vue 3 targets a release in Q3 2020. Vue 3 brings a faster renderer, a new composition API, a new template compiler, and server-side rendering support. With TypeScript, and a more modular architecture, Vue 3 strives to be smaller, more maintainable and make it easier to target native.
-
Serverless Days 2020 Looks at Future of Serverless Architecture
In a Serverless Days online event on June 18, leaders from the cloud computing industry, including experts from UC Berkeley, serverless.com, TencentCloud and Google Cloud, came together to discuss serverless computing’s latest innovations, use cases, and future directions.
-
Google Donates Trademarks to New Foundation
On Wednesday, Google created a new Open Usage Commons Foundation for the purpose of hosting trademarks relating to open source projects under its control; Istio, Angular and Gerrit trademarks were moved over. Not everyone approves of this move, and the benefits are questionable. InfoQ looks behind the story to find out what it means for developers everywhere.
-
QCon San Francisco Announces 2020 Tracks
The Program Committee behind QCon San Francisco (Nov 16-18), the software conference for senior software engineers, architects, and team leads, announced the tracks for the 2020 edition of the conference.
-
Google Announces Its Cloud VMware Engine Is Now Generally Available
In a recent blog post, Google announced the general availability of its Cloud VMware Engine. With the release, customers can migrate their existing VMware-based applications to Google Cloud without refactoring or rewriting them.
-
Vue 3 Reactivity Internals - Sarah Drasner at Vue.JS Amsterdam
Sarah Drasner, Vue.js core team member, gave an overview of Vue 3 reactivity internals. Vue’s reactivity functionality is isolated in a separate package and can be used standalone.
-
Chaos and Resilience Engineering: Mental Models, Tools and Experiments
In a recent InfoQ podcast, Nora Jones, co-founder and CEO at Jeli, explored the differences between chaos engineering and resilience engineering, and provided advice for planning and running effective chaos experiments, and learning effectively from incidents.
-
Smart APIs Require Reactive Business Processes and Technology - Bernd Ruecker at QCon London
Implementing smart APIs, with circuit breakers, async communication, and reactive services, requires changes to business processes, not just buzzword technology. At QCon London, Bernd Ruecker talked about the challenges and tradeoffs to consider when moving beyond simple, request/reply APIs.
-
Optimizing for Speed with Continuous Organizational Transformation
A rapidly scaling company needs different structures at different sizes. You’re continuously reinventing yourself as your company grows by iterating on structures, processes, and roles. Continuous learning is critical for organizational transformations to succeed and it requires a high level of organizational agility.
-
Microfrontends at Vonage - Yoav Yanovski at Vue.JS Amsterdam
Yoav Yanovski, senior technical manager at Vonage, recently presented at Vue.js Amsterdam 2020 the rationale behind moving from a monolithic front-end towards a micro-front-end architecture. Yanovski also detailed micro-front-end’s architectural options, the tradeoffs involved in each option, and the choices made at Vonage.
-
New H.266 Video Coding Standard Claims to Be 50% More Efficient Than H.265
Versatile Video Coding, also known as H.266, MPEG-I Part 3, and Future Video Coding (FVC), is the successor to H.265 and promises to reduce data requirements by 50% while keeping the same level of visual quality as its predecessor.
-
Return of the OpenJDK Developers' Guide
A new version of the OpenJDK Developers Guide is now available, targeted at new and returning contributors and updated for the current reality of the project.
-
Metrics Collection at Scale: Learning from Uber's M3
In a recent InfoQ podcast, Rob Skillington, co-founder and CTO at Chronosphere, shared his experience and opinions on the topic of observability in modern distributed systems. Key topics covered: metrics collection at scale, multi-dimensional metrics and high-cardinality, the importance of the developer experience, and the value of open standards, such as OpenMetrics.
-
AWS Open-Sources CloudFormation Compliance Analyzer
AWS has announced the preview release of CloudFormation Guard, an open-source CLI tool to enforce compliance policies against CloudFormation templates. cfn-guard provides a lightweight, declarative syntax for defining rules. It supports lists, wildcards, regex,and declaration of variables, and can work with CloudFormation intrinsic functions.