Pyodide, Mozilla’s open-source project for running Python inside a web browser, has become an independent and community-driven project with a new home on GitHub. The company also announced the new 0.17 release as part of its announcement. The project aims to bring the Python runtime to the browser via WebAssembly along with NumPy, Pandas, Matplotlib, … continue reading
The initial preview of Microsoft’s GUI app support is now available for Windows Subsystem for Linux which lets developers use their favorite Linux GUI applications. According to the company, this will be useful for running Linux-only applications or Linux-specific use cases such as testing. It can also be used for building, testing and using Linux … continue reading
AWS released its new IDE, EMR Studio, designed to help data scientists and data engineers develop, visualize and debug applications written in R, Python, Scala and PySpark. The IDE was first previewed at AWS re:Invent 2020 and since then, new features were added such as the ability to use the Amazon EMR console and AWS … continue reading
Mobile engagement and communication company Sendbird announced new capabilities for developers to build chat features into their applications through Sendbird’s new Flutter SDK. Sendbird also announced a new open-source version of its UIKit to make it easier to fully customize and extend the UIKit. “Developers will grow the next generation of unicorns, and Sendbird is … continue reading
Teller is an open-source productivity secret manager that aims to help developers with cloud-native apps and multiple cloud providers. The tool was built by developer-first cybersecurity company Spectral as a way to tackle the “last mile problem” of securing sensitive access and preventing data leaks. With Teller, developers never have to leave their terminal to … continue reading
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