BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage Architecture & Design Content on InfoQ

  • JHipster 2.0 Released with AngularJS improvements, Liquibase diffs, and Spring WebSockets

    JHipster, the Yeoman generator for Spring Boot/Angular projects, released version 2.0 earlier this month, with some notable changes: 1) the AngularJS code has been modularized, making it easier to use JHipster for larger projects and 2) Liquibase is now able to create "diffs" between the JPA code and the database, making it easier to update your database schema.

  • Bad Practices Building Microservices

    When adopting a microservices architecture, using an external architect to create the design of a service instead of helping a team make their own decisions about design and implementation is one of several traps or bad practices that Vladimir Khorikov has experienced in his work.

  • TestFlightApp.com is Going to Shut Down Next Month

    Apple announced that "services offered at TestFlightApp.com will no longer be available after February 26, 2015." The announcement contains a few important hints to help transitioning existing apps from TestFlightApp.com to iTunes Connect.

  • EMRFS Brings Consistency to Amazon S3

    Amazon recently announced EMRFS, an implementation of HDFS that allows EMR clusters to use S3 with a stronger consistency model. When enabled, this new feature keeps track of operations performed on S3 and provides list consistency, delete consistency and read-after-write-consistency, for any cluster created with Amazon Machine Image (AMI) version 3.2.1 or greater.

  • QCon London 5 Weeks Away; Top Tracks, Sessions, and Speakers

    The ninth annual QCon London (March 2-6) will feature in-depth presentations and case studies from Netflix, Google, Facebook, Uber, eBay, SoundCloud and others. Learn from front line, industry practitioners on topics like Microservices, Docker, Engineering Culture, Go, Reactive Architecture, Low Latency Trading, Continuous Delivery, and more.

  • Microsoft Azure G-Series VMs are Generally Available

    Azure’s beefy, powerful G-series VM types are now available in East US 2 region.

  • Java 8 Auto-Update, Java 7 End of Public Update

    Oracle has started auto-updating JRE 7 to JRE 8. Auto-update was turned on in January 20, 2015 and affects Windows 32-bit and OS X users who use Java's auto-update mechanism. This is not a silent upgrade and requires user permission. JRE 8 was released on March 2014 and has been the default version on Java.com since October 2014.

  • Leveraging Nashorn at Netflix

    Netflix recently hosted the Silicon Valley Java User Group to talk about Nashorn, "The Hidden Weapon of JDK 8." In this presentation the Netflix Partner Tools team described how they’ve started leveraging JavaScript in their services.

  • Google Shares its Views on Containers

    The Google Cloud Platform team started an article series to share its views on container, leveraging their 10-year experience on the technology. Google's first two articles provide an overview of the topic. They explain the rationale behind container clusters and their defining traits. Along the way, they show how it all applies to Kubernetes.

  • vCloud Air Gets Disaster Recovery, Pay-Per-Use and Advanced Networking Services

    VMware has announced the availability of enhanced disaster recovery, advanced networking services and on-demand pricing of its hybrid cloud platform.

  • .NET API Review Part 2

    This is part 2 of our analysis of the .NET API review meeting for January 14th. This report covers HashSet, RegEx, Process.Start, Immutable collections, and BitVector32.

  • Using the "Worse is Better" Concept with Agile and Lean

    Less functionality can make a better product according to the “Worse is Better” concept described 25 years ago by Richard P. Gabriel. According to Kevlin Henney and Frank Buschmann we can learn from the worse is better concept for development and architecture with agile and lean.

  • Fastlane Brings Continuous Deployment to iOS

    Fastlane is a suite of tools that aim at automating the iOS app release process and provide "a fully working Continuous Deployment process" that can be triggered by running a single command. Interview with fast lane's creator, Felix Krause.

  • Xamarin Releases Unified iOS/Mac API with 64-Bit Support

    amarin last week announced version 8.6 of its iOS SDK (Xamarin.iOS), the first non-beta release to include the company's Unified API for iOS and Mac. The Unified API replaces the 32-bit MonoTouch and MonoMac APIs, enabling code re-use across both platforms and adding 64-bit support.

  • Apache Flink 0.8.0 Released, Roadmap for 2015 Published

    Apache Flink has released the version 0.8.0 of their project. Besides the usual performance, compatibility, and stability improvements, it has also added a streaming Scala API, where streaming capabilities had so far been missing. Apache Flink has also been promoted to the top-level of the Apache projects recently after joining the incubator roughly nine months ago.

BT