InfoQ Homepage Development Content on InfoQ
-
Jensen Huang Announces NVIDIA's New Projects at the GPU Technology Conference
Today the GPU Technology conference in Munich kicked off with a keynote by NVIDIA CEO Jensen Huang. NVIDIA announced the NVIDIA Holodeck, the Tensor RT 3 library, NVIDIA's Drive platform, and the Pegasus computer for autonomous taxis.
-
Eclipse Issue Open Call for Enterprise Java Participation
The Eclipse Foundation has issued an open invitation for developers to get involved with the next phase of development of Java EE technologies.
-
.NET Core and .NET Standard: What Is the Difference?
.NET Standard is an API specification that defines what Base Class Libraries must be implemented. .NET Core is a managed framework optimized for building console, cloud, ASP.NET Core, and UWP applications. Each managed implementation (such as Xamarin, .NET Core, or the .NET Framework) must implement their BCL according the .NET Standard.
-
Vaughn Vernon Uses Reactive DDD to Model Uncertainty in Microservices
Microservices and reactive systems bring with them uncertainty about messages arriving out of order, multiple times, or not at all. How to react to such uncertainty is a business decision, says Vaughn Vernon, and is best captured by modeling the uncertainty using concepts of Domain-Driven Design.
-
Microsoft Seems to Have Stopped Developing Windows 10 Mobile
Although no official statement has been issued by the company, some later affirmations by top Microsoft executives tell us that Windows 10 Mobile development is stopped.
-
AWS Establishes Per-Second Billing for EC2 Instances
AWS instituted a per-second billing model for EC2 instances and EBS volumes on the 2nd of October.
-
Microsoft Joining the Race for Quantum Computing
At its Ignite conference, Microsoft announced a preview of its new quantum computing platform, and unveiled its plans for a topological quantum computer relying on recent advancements in particle physics.
-
QConSF Content Update: Less Than 40 Days to Go!
Marking its 11th year, QConSF will be located at the Hyatt Regency San Francisco (just off the Embarcadero). The conference has over 1,200 confirmed attendees at this point and expects to sell out around 1,600.
-
Switching to GraphQL at Bustle
While GraphQL, Facebook's "query language for APIs", is heavily used within Facebook, it's still early days for the specification in the community. InfoQ sat down with Steve Faulkner, director of engineering at Bustle, to talk about GraphQL, how it's used at Bustle, and what teams looking at GraphQL should consider.
-
Teachable Machine: Teach a Machine Using Your Camera in Your Browser
Teachable Machine is a browser application that you can train with your webcam to recognize objects or expressions. In the demo you use your webcam as input to recognize three different classes of objects or expressions. Based on your camera input, the site shows different gifs, plays prerecorded sounds, or plays speech. The demo can be found here: teachablemachine.withgoogle.com
-
Node.js Foundation Readies Official Developer Certification
The Node.js Foundation is putting the finishing touches on their new Node.js Developer Certification, with plans to release it in December.
-
Apple Open-Sourced the iOS Kernel for ARM CPUs
Apple has quietly made available arm and arm64-specific files on its GitHub XNU-darwin repository. While this may not be interesting to all developers, it still enables interesting possibilities for security researchers and others.
-
NPM Releases New Security Features
Today, Npm released new features that should help secure the package registry from attackers. The use of two-factor authentication and authentication token restrictions should help keep packagers more secure.
-
Improved Accessibility is the Focus of Latest .NET Framework
Microsoft has announced the pre-release of .NET Framework 4.7.1, which includes various improvements across the board. Today we will look at the changes made to improve the accessibility of WPF applications.
-
CoffeeScript 2 Released, Adding Modern JavaScript Features
After a year of intense activity, CoffeeScript has risen from the embers with CoffeeScript 2, updating the language for use in a modern JavaScript community.