InfoQ Homepage News
-
Here’s What is Limiting Blockchain Mainstream Use
In a recent article on Medium, Blockchain engineer Preethi Kasireddy describes the key challenges that Blockchain has to overcome to become practical for mainstream use.
-
Google Kubernetes Engine Upgrades: Regional Clusters, New Dashboard and Security Recommendations
Google has enhanced its Kubernetes Engine (GKE) service with a few upgrades. Customers can now use GKE at scale, manage clusters with a web-based dashboard Cloud Console besides the supported kubectl command line interface, and harden the security by applying Google’s best practices for running a Kubernetes cluster.
-
Microsoft Azure IoT Hub Device Provisioning Service Hits General Availability
Microsoft recently announced that the Azure IoT Hub Device Provisioning Service has become generally available. The service had previously been in public preview for a few months with customers, and the release adds new functionality and additional language support.
-
Brief Analysis of the State of JavaScript 2017 Results
In the 2017 edition of the "State of JavaScript", over 28,000 developers responded, supplying the community with a diverse dataset to analyze, and enabling a myriad of discoveries about how JavaScript is being used. JavaScript continues to change at a fever pace with some industry stalwarts stalling while upstarts advance.
-
Google Introduces LoWPAN Support on Android Things
Android Things 6.1 will include support for configuring and managing LoWPAN networks, thus effectively enabling Android Things devices to act as edge nodes, says Google.
-
How Technical Practices Support Evolutionary Architecture and Continuous Delivery
Technical practices of XP such as TDD, Refactoring, CI and Pair Programming support emergent design and enable evolving your architecture. The first practice you need for continuous delivery is CI, committing to mainline every day. Being able to write clean, well-factored, and well-tested modular code is the most important skill for developers.
-
Kubernetes 1.9 Supports Workloads API, Container Storage Enhancements and Windows Beta Support
The latest version of the container orchestration framework Kubernetes supports GA version of Workloads API, container storage enhancements and Windows support (beta). The Kubernetes team announced the release of version 1.9 last week. This is the fourth and final release this year, and also supports the Custom Resource Definition (CRD) validation.
-
How Apple Does Realtime Recognition of Handwritten Chinese Characters
Apple details building on-device handwritten Chinese character recognition with convolutional-neural networks and image recognition.
-
IntelliJ IDEA 2017.3: Enhanced Support for Java EE 8, Spring Boot, and JUnit
Just three months after their last release, JetBrains recently released version 2017.3 of their flagship product, IntelliJ IDEA, with a host of new features including enhanced support for Java, Java EE 8, Spring Boot, Kotlin, and Docker.
-
SkyWalking Accepted by Apache Software Foundation as an Incubator Project
SkyWalking's proposal into the Incubator has been voted on and accepted by Apache Software Foundation(ASF) IPMC. SkyWalking is an APM (application performance monitor) tool, especially designed for microservices, cloud-native and container-based architectures. SkyWalking’s underlying technology is a distributed tracing system.
-
Gremlin Releases "Resilience as a Service" SaaS Platform to Enable More Effective Chaos Engineering
Gremlin Inc has released Gremlin, a “resilience as a service” SaaS-based platform, which allows organisations to “break things on purpose” and conduct chaos experiments in order to help prevent application downtime before it happens. Gremlin allows the controlled injection of resource, network and state failure to managed infrastructure so that engineers can observe the behaviour of the system.
-
Firefox Quantum Commits to Cross-Browser Extension Architecture
With the Firefox 57 “Quantum” release, Firefox now only supports extensions based on the WebExtensions API, joining Chrome and Edge in supporting extension development with pure HTML, CSS, and JavaScript based on a cross-browser shared extension architecture.
-
KubeCon and CloudNativeCon 2017: An "Exciting Time for Boring Infrastructure"
At the joint KubeCon / CloudNativeCon conferences, held in Austin, USA, over 4000 engineers met to learn about and share the latest status of Kubernetes and other cloud native technologies. Core takeaways included that much of the cloud native “boring” infrastructure is starting to become mature, and many of the CNCF hosted technologies are being released as officially ready for production use.
-
Devirtualization in .NET Core
Devirtualization, a technique for improving performance when working with abstract classes and interfaces, is slowly making its way into .NET Core.
-
Alexa Test Simulator Simplifies Alexa Skill Testing
The new Alexa Test Simulator, now available in beta, allows developers to test most functionality in their skills without a device. Additionally, Amazon has announced improved support for automated skill testing.