For the seventh year, Rust has been named the most loved language in Stack Overflow’s Developer Survey. Eighty-seven percent of Rust developers said that they want to continue using the language. Rust also tied with Python as the most wanted technology in this year’s report, with TypeScript and Go following closely behind. The distinction between … continue reading
This year at DockerCon 2022, Docker made two major updates to its platform to increase developer productivity. First, it announced the release of Docker Extensions, enabling developers to add development tools to Docker Desktop. This will allow developers to extend Docker Desktop’s existing capabilities to better suit their needs. As part of this announcement, the … continue reading
BumbleBee simplifies building extended Berkeley Packet Filter (eBPF) tools and allows users to package, distribute, and run them anywhere. eBPF provides Linux kernels the extensibility to enable developers to program the Linux kernel to quickly build intelligent or feature-rich functions based on their business needs. BumbleBee brings a Docker-like experience for eBPF, and through simple … continue reading
Apple announced new changes to the App Store that will resolve a class-action lawsuit from US developers. The agreement clarifies that developers can share purchase options with users outside of their iOS app; expands the price points developers can offer for subscriptions, in-app purchases, and paid apps; and establishes a new fund to assist qualifying … continue reading
Grafana 8.0 introduces new alerts that centralize alerting information Grafana managed alerts and alerts from Prometheus-compatible data sources within one UI and API. Grafana Labs also introduced a new data source: Alertmanager, which is in alpha and includes built-in support for Prometheus Alertmanager. Also, data sources can now send real-time updates to dashboards over a … continue reading
Docker announced new improvements to increase velocity, improve workflows, and provide trusted-content offerings to software developers at its DockerCon 2021 annual conference this week. The Docker Collaborative Application Development Program now features three key improvements: Docker Development Environments, a new version of Docker Compose and Scoped Personal Access Tokens. “Today’s developers face a variety of … 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
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
JetBrains has announced the public launch of Code With Me as a part of the IntelliJ IDEA 2021.1 release. Code With Me is a collaborative development platform designed to enable users to share projects in their IDE and work on it with others in real time. It also includes smart context-based code autocompletion, navigation between … continue reading
The Kubernetes team has announced that it is deprecating the use of the Docker container runtime sometime after the release of Kubernetes 1.20, which is the upcoming release of the container orchestration tool. Instead, Kubernetes will use runtimes that use the Container Runtime Interface (CRI). “This doesn’t mean the death of Docker, and it doesn’t … continue reading
Amazon has announced a new solution to address Docker’s limited container image rates. Docker started limiting the rate at which images are pulled under their anonymous and free plans as of this month. As a result, Amazon recommends users to first identify public container images in use, then choose a mitigation approach and take the … continue reading
The new drag-and-drop functionality by ShuttleOps enables developers to build and deploy Docker container images to self-managed or hosted Kubernetes clusters. According to the company, this helps with managing application runtime configurations and automating application delivery across all of the major cloud platforms: AWS, Azure, and GCP. Users can now link to Docker container registries … continue reading