The ECMAScript Language Specification continues to gain new features that aim to help developers build web applications. With the latest stable edition of the ECMAScript specification come two new features as well as various minor changes. One of the new features is available in Firefox 52, which is now in beta and will ship in … continue reading
Google is introducing a tool designed to help developers debug machine learning models in TensorFlow. TensorFlow Debugger aims to provide visibility into the internal structure and state of TensorFlow graphs. According to the team, compared to other debugging options, TensorFlow Debugger requires fewer lines of code, provides more graph coverage, and offers a more interactive … continue reading
The programming boot camp Coding Dojo did its own analysis of the most in-demand programming languages of the year by poring through data from the job search engine Indeed.com. The boot camp’s research found Perl, Python and SQL are among the languages that are consistently showing up in job postings. Last year’s research from Coding … continue reading
In Packt’s “Skill Up: Developer Talk” report, software engineers, web developers and other industry leaders shared their thoughts on the ever-evolving tech landscape and how developers can stay relevant in 2017. The report itself covers topics ranging from security and mobile development, web development and programming, game development, and data management. Since technology and software … continue reading
Google sent out an e-mail late last week letting people know that ClojureScript, the Clojure compiler that emits JavaScript source code, has a feature release that includes externs inference and comprehensive JavaScript module support. The release includes externs inference, which “should greatly ease the integration of third-party JavaScript libraries incompatible with Google Clojure advanced compilation,” … continue reading
JavaScript’s time in the limelight is definitely at hand. The language is moving forward at a good pace, Node and npm have standardized a lot of the busywork, and the web continues to grow every day. As cross-platform languages go, JavaScript is the new Java. That doesn’t mean everything is all right for JavaScript developers … continue reading
LogiGear completed its acquisition of True North Service (TNS), a provider of contract staffing and software testing services to technology companies. TNS will allow LogiGear to expand its customer base, adding new companies like Amazon, Cisco, DocuSign and T-Mobile. LogiGear will also be able to expand its presence in the Pacific Northwest, and continue to … continue reading
2016 came to a close with JavaScript as the No. 1 development tool. StackShare, a company with a mission to help developers find the best tools, has released its data on the top tools of 2016 that developers should put on their radar for 2017. “It took a bit of time to comb through the … continue reading
There’s a new lightweight, fast and mobile-friendly JavaScript library called Inferno, which developers can play around with as version 1.0 launched this week. Inferno is derived from React, so its architecture and life cycles will feel and look similar. But the difference is the computational engines render in a different way, according to Luke Sheard, … continue reading
The Polymer team took the end of the year to update users on its progress toward 2.0. According to the team. Polymer 2.0 is almost ready to be released, and it will feature a simpler way to build high-quality and performant web apps with high-quality and performant web components. Polymer provides a library that extends … continue reading
University of Washington computer scientists and electrical engineers created a Passive Wi-Fi system that demonstrates how it’s possible to generate Wi-Fi transmissions using 10,000x less power than other Wi-Fi chipsets, and 1,000x less power than Bluetooth Low Energy and ZigBee. “Passive Wi-Fi transmissions can be decoded on off-the-shelf smartphones and Wi-Fi chipsets over distances of … continue reading
Jest, a JavaScript testing framework, was created to run thousands of tests at Facebook, but since this painless JavaScript test runner is open source, any developer can get started by installing it themselves. Jest allows Facebook to virtualize JavaScript environments, utilizing Jasmine assertions by default. Jest is also modular, extendible and configurable, providing browser mocks … continue reading