Redis Labs announced that it is adding stronger consistency, integrated data models, low sub-millisecond latency for a globally deployed database and artificial intelligence to further Redis as a real-time data platform. RedisRaft will be available in Redis 7.0 and will enable Redis to be deployed and run in a strongly consistent fashion, according to the … continue reading
Microsoft announced that the first public preview of Visual Studio 2022 will be released this summer. Visual Studio 2022 will be a 64-bit application and it’ll no longer be limited to ~4gb of memory in the main devenv.exe process. However, this won’t change the types or bitness of the applications developers can build with Visual … continue reading
The development team behind Android said that it no longer recommends RenderScript as the optimal way to run computationally-intensive code on the GPU or CPU without having to make use of the NDK or GPU-specific APIs and will deprecate the feature in Android 12. Instead, developers will have access to an open-source library that contains … continue reading
Developers can now customize and pin the precise metrics that matter to them in a personalized KPI section at the top of their Google Play Console application dashboard. Google provides an extensive list of available metrics including the new engagement and peer to peer comparisons that make it easy to find what developers want so … continue reading
Docker Desktop is now supported for all devices using the Apple Silicon. Users can build and run images for both x86 and ARM architectures without having to set up a complex cross-compilation development environment. Docker Hub also makes it easy to identify and share repositories that provide multi-platform images. Additional details are available here. GitHub … continue reading
Google introduced the open-source Logica programming language this week. It is designed to compile to SQL and run on Google BigQuery with experimental support for PostgreSQL and SQLite. According to the company, the language was created to make it easier for developers who have to deal with the challenges of SQL. The challenges with coding … continue reading
Too often, developers assume that by moving to the cloud they’re being green. After all, shifting from power-hungry, often decades-old, on-premises data centers to something new in the cloud should surely be better for the planet? What’s more, some of the biggest cloud providers claim carbon neutrality through renewable energy credits and powering newer facilities … continue reading
NVIDIA announced its application framework for building conversational AI services is now available. The new NVIDIA Jarvis framework comes with pre-trained deep learning models and software tools to help developers create conversational AI services that can be easily deployed from the cloud or at the edge. According to the company, it offers automatic speech recognition … continue reading
The latest release of the Gradle build tool is now available. Gradle 7.0 enables file system watching by default to make incremental builds faster and expands support for building projects with Java 16 as well as Apple Silicon support. When the file system is enabled in the new version, Gradle keeps what it learned from … continue reading
.NET 6 Preview 3 now available. The platform matrix of .NET 6 was significantly expanded as of the new preview with the addition of Android, iOS, Mac and Mac Catalyst for x64 and Apple Silicon and Windows Arm64. The CollectionsMarshal.GetValueRef API was added to make updating struct values in Dictionaries faster and is intended for … continue reading
Microsoft has announced C# standardization is now open sourced. The work for C# standards will now happen in the open under the .NET Foundation while the ECMA C# standards committee, TC-49-TG2 is still responsible for creating the proposed standard for the C# language. “Moving the standards work into the open, under the .NET Foundation, makes … continue reading