APIs are the lifeblood of modern applications, with literally millions – if not billions – of calls being made and nearly instantly being replied to every day. But what happens when all those APIs have different gateways with different security keys to pass in? What happens when developers have to look through multiple portals just … continue reading
Cadence is a fault-tolerant stateful code platform created by Uber that enables users to write stateful applications without worrying about handling the complexity of handling process failures. Workflows provide primitives to enable application developers to express complex business logic as code. It also provides asynchronous history event replication that can help users recover from zone … continue reading
Android Enterprise Essentials is a secure, mobile management service built by the Android team to protect business devices and data. It requires a lock screen and encryption on devices to prevent unauthorized access to company data, enforces mandatory malware protection by ensuring that Google Play Protect is always on and employees can’t download apps outside … continue reading
Google is open-sourcing its gRPC Kotlin project, enabling developers to pair the high performance RPC framework gRPC with the Kotlin language. “As developers work to modernize applications, they need foundational tools that are simple and scalable,” Google software engineer Louis Wasserman and developer programs engineer Brent Shaffer wrote in a post. The project provides Kotlin-friendly … continue reading
NGINX has announced native support for gRPC traffic within NGINX in its next NGINX OSS and NGINX Plus release. NGINX is an application delivery solution for the modern web. gRPC is a remote procedure call protocol that enables communication between client and server applications. The protocol is popular in service mesh implementations because of its … continue reading
Go-Libvirt is a pure Go interface for interacting with the toolkit Libvirt. DigitalOcean developed go-libvirt in 2016 to meet the company’s specific needs. “At DigitalOcean, we use libvirt with QEMU to create and manage the virtual machines that compose our Droplet product. QEMU is the workhorse that enables hundreds of Droplets to run on a … continue reading
Microsoft is making debugging for iOS devices easily available with its recently announced iOS Web Debugger for Visual Studio Code. The new solution works on Mac and Windows, and is similar to the Chrome debugger the company announced in February. The debugger allows developers to debug JavaScript code from VS code without additional tools. “As … continue reading
This time around on SD Times GitHub Project of the Week, we are shining the spotlight on SmileMiner, which stands for Statistical Machine Intelligence and Learning Engine. Created by Haifeng Li, a chief data scientist at ADP, SmileMiner is a comprehensive library and engine of advanced machine-learning algorithms. “SMILE is self contained and requires only … continue reading
Mikeal Rogers, a developer on the io.js team and an active member of the Node community, has posted a proposal on GitHub for reconciliation of the io.js fork with Node.js. Rogers posted an open GitHub proposal entitled “Reconciliation Proposal #978,” laying out preliminary plans for the merger, the technical governance structure, proposed working groups, and … continue reading