JavaScript compiler Babel version 7 is now available. According to the team, this release was two years, 4k commits, and more than 50 pre-releases in the making. “Babel 7 is a huge release: we’ve made it faster, created an upgrade tool, JS configs, config ‘overrides,’ more options for size/minification, JSX Fragments, TypeScript, new proposals, and … continue reading
Google is making lab time more accessible for STEM students with the introduction of more than 30 virtual labs on the Daydream platform. Google partnered with science education provider Labster to provide these labs, which will enable students to do lab work without needing to be on a campus. According to Google, the VR courses … continue reading
If you are still creating Windows 8 applications, you might want to turn your focus to Windows 10. In an effort to get more developers to start building for Windows 10, Microsoft has announced plans to stop accepting apps developed for Windows 8. “As a part of our Windows device life cycle, Microsoft Store will … continue reading
More and more businesses are moving their solutions to the cloud because of its ability to reduce costs, scale, control choices and keep data more secure. One of the biggest leaders in the cloud movement space has been Microsoft, which announced almost five years ago it would be moving more towards a “cloud first, mobile … continue reading
MIT researchers have developed a new method for securing data in neural networks without slowing their runtimes, which they presented at the USENIX Security Conference. According to the researchers, this approach, called GAZELLE, will be useful for using cloud-based neural networks for medical-image analysis or other areas that work with sensitive data. The approach was … continue reading
Windows driver developers are getting a new tool to share code between drivers and developers with the release of the Driver Module Framework (DMF). It is an open-source framework designed to improve and speed up the development of Windows Driver Frameworks. “Over the years Surface organization developed many products such as Pro, Studio, Laptop, Book … continue reading
Microsoft is focusing on improving productivity and performance in the latest release of Visual Studio 2017. Version 15.8 includes a number of new enhancements, but some of the most notable features include multi-caret editing improvements, faster git branch switching, faster unit test execution, and TypeScript 3.0 support. Editing multiple locations within a file will now … continue reading
Microsoft released version 3.0 of its JavaScript plugin TypeScript today, which brings static types, type declarations and type annotations to JavaScript users. Though the company says the update is light on “breaking” changes, TypeScript program manager, Daniel Rosenwasser highlighted the new features such as project references. According to Rosenwasser, project references were one of the … continue reading
Facebook, Google, Microsoft and Twitter have officially launched the Data Transfer Project, an open-source initiative designed to enhance the data portability ecosystem. As part of the project, organizations will utilize open-source code to provide a common framework that enables portability and interoperability of data. “Moving your data between any two services can be complicated because … continue reading
Microsoft is continuing its commitment to Python with the release of the Python Language Server. It is currently available as part of the July release of the Python Extension for Visual Studio Code, and will be released as a standalone component in the near future. Previously, Visual Studio had IntelliSense for Python, but that is … continue reading
Microsoft has updated Visual Studio IntelliCode Extension to allow for coding convention inference for C#. This update will allow teams to achieve more readable and consistent code, the company explained. “Consistency is important for code maintainability and readability; in fact, a recent Microsoft Research study in this area showed that 18 percent of pull request … continue reading
Qt Creator 4.7.0 and Qt for Python is now available. Qt Creator is a cross-platform C++, JavaScript and QML IDE. The latest release features C++ support with the Clang code model being turned on by default. “It made huge progress during the last releases, and at some point we need to do this switch. The … continue reading