InfoQ Homepage News
-
Building Microservices with Go and ‘Go kit’: Peter Bourgon Q&A
At the Golang UK Conference, Peter Bourgon introduced ‘Go kit’, an open source microservice toolkit that can be used to facilitate and standardise the creation of Go-based services within the modern enterprise application stack.
-
Amazon Introduces New Monetization Model for Android Apps
Amazon has introduced a new mobile app monetization model dubbed Amazon Underground and linked with their own Amazon app store. The new model provides “actually free” apps to customers while developers are paid based on how long their apps are used.
-
Angular Offers Refined Migration Path with ng-upgrade
The Angular team has announced a new component, dubbed ng-upgrade, that will allow Angular 1 and Angular 2 projects to coexist. This will allow developers to migrate an application one piece at a time without losing the fidelity of either engine.
-
OpenBSD to Receive Native Hypervisor
OpenBSD has long-lacked support to host virtual machines on the X86/X64 platforms. OpenBSD developer Mike Larkin seeks to change that through his new project to bring a native hypervisor to this operating system, giving it the ability to host virtual machines natively.
-
AWS Simplifies Resource Access with VPC Endpoints, Initially Supporting S3
Amazon Web Services recently introduced VPC endpoints to enable a "private connection between your VPC and another AWS service without requiring access over the Internet, through a NAT instance, a VPN connection, or AWS Direct Connect". VPC endpoint policies provide granular access control to other service's resources. Initially available are connections to S3, other services will be added later.
-
Dino Esposito on CQRS, Messages and Events
Command Query Responsibility Segregation (CQRS) is the starting point of a change that will have a profound impact on system architecture, Dino Esposito claims in three articles in MSDN Magazine. It’s the first step in an evolution transitioning software architects from the idea of “models-to-persist” to the idea of “events-to-log” and about event-based data instead of data snapshots.
-
Phoenix Web Framework Makes 1.0 Milestone
Chris McCord has released version 1.0 of the Phoenix web framework. Written in Elixir, Phoenix implements the server-side MVC pattern and aims to combine high developer productivity with high application performance.
-
New JVM Option Enables Generation of Mixed-Mode Flame Graphs
Java has introduced a new option that enable generation of mixed-mode flame graphs in JDK versions 8 and 9. InfoQ speaks to Netflix performance engineer Brendan Gregg about how this option gives application developers a clearer, combined system and JVM profile of their applications than was possible before.
-
Chrome 45 will no Longer Automatically Run Flash
With Chrome 45 only the main Flash content will be enabled, the rest being paused unless the user decides to manually start it.
-
LinkedIn Release QARK to Discover Security Holes in Android Apps
LinkedIn has recently open sourced QARK, a static analysis tool meant to discover potential security vulnerabilities existing in Android applications written in Java.
-
10 Properties Defining Software Architecture
Software architecture is a process; a sequence of strategic design decisions mapping specification and business goals to architecture design, and a thing; a set of views produced by the process that address different stakeholders, Michael Stal states describing how to define a software architecture.
-
Interview with Readme.io Founder on the Future of API Documentation
Documentation, one of the great neglected areas of software development, is finally getting some attention, with a number of relatively new tools. For an API documentation can be considered essential. Gregory Koberger is working on a system with the intent of connecting developer documentation more directly to APIs and the API dashboard.
-
Driving Transformational Behavior with Core Work Systems
Mike Orzen will talk about using core work systems to drive transformational behavior at the Lean IT Summit 2015. An interview on the benefits that organizations aim for with lean IT, why adopting and reinforcing new behaviors is essential to create sustained change, core work systems and work processes for IT organizations, and common missteps in lean IT transformations and how to prevent them.
-
Using Clojure to Build Native Android Apps
Clojure development on the Android platform has been progressing remarkably in the last few years, allowing developers to use it in fully fledged apps such as SwiftKey’s Clarity Keyboard. Here we will review the current status of tools that support Clojure on the Android platform.
-
Log4j Version 1 Reaches End of Life
Apache has announced the EOL of version 1 of Log4j. Although Log4j version 2 was released in July 2014, version 1 was maintained until early August 2015. The new version is a full rewrite of the logging library, addressing many of the issues of version 1 and achieving unprecedented performance. Apache has made an effort to ease the upgrade, although advanced users may need some migration work.