InfoQ Homepage News
-
Amazon Web Services New Region EU (Paris) Is Now Open for Business
Amazon launches its 18th AWS Region in the Paris area to better serve their customers in and around France. This region will be the fourth in Europe after Germany, Ireland, and the United Kingdom. The French region, called the AWS EU (Paris) region, will provide customers the full stack of AWS services including compute, storage, networking, IoT, AI and serverless computing.
-
Visual Studio Code 1.19 Completes 2017 Release Schedule, Team Preps for 2018
Microsoft has released Visual Studio Code 1.19, capping off a year of monthly releases. The editor has come a long way in the past year with huge gains in features, speed, and popularity. The team is gearing up for a jam-packed release schedule in 2018.
-
Using C# to Target GPUs
The new Hybridizer technology provides C# developers with a way to target the CUDA platform and take advantage of GPUs for increased performance. Thanks to Hybridizer, developers are not forced to use C or C++ to write high-performance GPU code.
-
Microsoft Announces General Availability of Azure Archive Storage
Microsoft recently announced that the Azure Archive Storage has become generally available. The archive feature for Azure Storage has been available in preview with customers for a few months with customers, and the release includes Blob-Level Tiering. This tier enables customers to optimize storage of the lifecycle data across tiers.
-
F# 2017 Retrospective
During 2017 F# reached version 4.1 and grew its user community, mostly in coincidence with the release of .NET Core 2.0, while getting stronger tooling and wider conference presence, writes Microsoft program manager Phillip Carter.
-
Supporting Digital Leadership with Agile
Digitization can no longer be stopped; with customers who increasingly act digitally and mobile it is important to show digital leadership. IT is taking over traditional services and is leading the way for new digital connected products. An organization applied agile to change the way teams are funded and to establish teams of owners who take responsibility to put good products in the market.
-
What Rust Achieved in 2017
Rust development in 2017 focused on a number of areas, including tooling, the library ecosystem, interoperability, and others with a common theme: increasing productivity, especially for newcomers to the language, writes Rust core team member Aaron Turon.
-
Chaos Engineering at Twilio
The Twilio team describes their foray into Chaos Engineering where they use Gremlin to inject failures into their homegrown queuing system shards to test for automated recovery.
-
Postgres 10 Features for Developers
The 10th version of the popular RDBMS PostgresSQL was released a few weeks ago. Postgres 10 brings several new features among which some are mostly exciting for developers. 10Clouds explained in details some of these features in a blog post. We will go through the features that are mostly interesting for developers and the relatively few breaking changes.
-
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.