“Hello Devs”! Here are the top Programming news shorts for you.
βοΈ NextJs 14 is Out
π A WebAssembly from Ruby with Ruvy
π¦ PyTorch 2.1
π¦ Go The Rust Way for Nginx Module
π Delivery Metric to the Notification by Apple π
and Much more in today’s Programming News Shorts Stories.
Previous Stories:
- Developerβs News Shorts for 19th Oct
- C# vs Java, Gen AI for Website, AWS DataZone, and Much more β Dev news, 13th Oct
- Java 21 by Microsoft, Typescript new Version and Much more β Dev news, 6th Oct
πͺ Work with Framework
βοΈ NextJs 14 is Out
Vercel, the team behind NextJs a Popular React Framework has announced the latest version 14. This version has few updates including an update to Turbopack, which offers 53% faster local server startup and 94% faster code updates with Fast Refresh.
Server Actions is now stable and has been integrated with caching & revalidating. The updates also include Partial Prerendering in preview mode. Look at the source for more detail.
Source: Next.js 14
π A WebAssembly from Ruby with Ruvy
Shopify has recently open-sourced a project called Ruvy. Ruvy is a toolchain that takes Ruby code as input and creates a WebAssembly module that will execute that Ruby code.
There are other options for creating Wasm modules from Ruby code. The most common one is ruby.wasm. Ruvy is built on top of ruby.wasm to provide some specific benefits
Source: Introducing Ruvy
π¦ PyTorch 2.1
PyTorch 2.1 release was announced in keynote session at the recent PyTorch Conference 2023. ExecuTorch was introduced to enhance PyTorch’s performance on mobile and edge devices.
The latest version of PyTorch supports automatic dynamic shape support and enhancements in distributed training.
One notable feature for PyTorch 2.1 is the Automatic Dynamic Shape Support in torch.compile, which allows for dynamic input shapes in model architectures.
Source: PyTorch 2.1 Release Supports Automatic Dynamic Shape Support and Distributed Training Enhancements
π Server Maniac
π Delivery Metric to the Notification by Apple π
To help developers gauge delivery of notifications in production, the Push Notification Console now includes metrics to get insights into the behavior of an app and its integration with the Apple Push Notification service (APNs).
Introduced at WWDC23, the Push Notification Console provides an intuitive web interface to send notifications and validate end-to-end push functionality.
Source: Apple Adds Delivery Metrics to Its Push Notification Console
π¦ Go The Rust Way for Nginx Module
NGINX announced the availability of ngx-rust project, allowing developers to write NGINX modules in Rust. The Rust programming language has emerged as a powerful and popular choice due to its stability, security features, rich ecosystem, and strong community support.
The ngx-rust project comprises two key crates, nginx-sys and ngx. See more about it in the Source Below.
Source: NGINX Modules Can Now Be Written in Rust
I Just Came Across This π€·ββοΈ
ποΈ One Liner FYI βΉοΈ
π Google to release Credential Manager for Android
π§΅ Instagram head says Threads API is in the works
π± Kubernetes And Kernel Panics - A blog by Netflix Engineering
