The latest version of the React framework Next.js is now available. Next.js 9.3 includes next-gen static site generation (SSG) support, preview mode to bypass statistically generated pages to display drafts from a CMS, built-in Sass support for Global Stylesheets, built-in Sass CSS Module support for component-level styles, and more. According to the team, all of … continue reading
Google has released a new document describing what programming languages the Fuchsia project uses and supports for production software on the target device, both within the Fuchsia Platform Source Tree and for end-developers building for Fuchsia outside the Fuchsia Source Platform Tree. Fuchsia is the company’s open-source capability-based operating system. According to the document, the … continue reading
The Android team is revealing its plans for the next version of its operating system. The first developer preview of Android 11 is now out and features new capabilities for foldable phones, 5G, call-screening, and machine learning. Developers can download the system image for Pixel 2, 3, 3a or 4 devices. “Android has led the … continue reading
The first experimental release of Mobile Blazor Bindings was released with a new BoxView, CheckBox, ImageButton, ProgressBar, and Slider components. Xamarin.Essentials were included, and several properties, events, and other APIs were added to existing components. The release also makes it easier to get from a Blazor component reference to the Xamarin.Forms control. The full details … continue reading
Google completed the acquisition of Looker, which will offer customers an analytics solution that integrates and visualizes insights at every layer of business. As more organizations adopt a multi-cloud strategy, Looker customers and partners can expect continued support of all cloud data management systems like Amazon Redshift, Azure SQL, Snowflake, Oracle, Microsoft SQL Server and … continue reading
Google is continuing to try to make Google Glass a reality. The company just announced the Enterprise Edition 2 is now available to developers. The smart glasses were first announced in 2013 with a consumer focus, but after interest quickly died down the company set its sights into making the device available to enterprises. The … continue reading
Oracle sued Google back in 2010 for copyright infringement and the ongoing court case has seen triumphs for both sides. Most recently, Google filed its opening Supreme Court brief in the case. Oracle filed the copyright infringement lawsuit seeking at least $8 billion, and accusing Google of using their software code in their own Android … continue reading
Brazil fined Facebook $1.6 million for their role in the Cambridge Analytica scandal. The country’s justice ministry said that the fines are tied to unlawful sharing of data from its users in Brazil. “It’s evident that the data of about 443,000 users of the platform were made available by the developers of the app ‘thisisyourdigitallife’ … continue reading
Code.org announced several new milestones for this year: 50 U.S. states have adopted computer science policies, over 100,000 new CS teachers were prepared by Code.org, and students on Code.org have created 60 million projects. “We want to emphasize that an important part of computer science is understanding how it can help with world challenges. As … continue reading
The open-source JavaScript and WebAssembly engine has reached version 8.0. According to the team, V8 version 8 focuses on bug fixes and performance improvements. Some of the key improvements include: pointer compression, optimizations for higher-order builtins, optional chaining, nullish coalescing, and updates to the V8 API. The full list of improvements is available here. Dotscience … continue reading
Google introduced a code search feature with cross references for the Android Open Source Project. With the new feature, users are able to view the source code, navigate cross references across the entire code base and switch between Android’s open source branches. The Android repository is made up of a collection of git repositories which … continue reading
The Dart 2.7 SDK has been released. Dart is a client-optimized programming language designed by Google. The latest release is meant to be “a safer, more expressive” version of Dart. Version 2.7 comes with added support for extension methods, a new package for handling strings with special characters, an update on null safety and a … continue reading