MuleSoft announced its Anypoint Code Builder which helps developers to create APIs and integrations together with Anypoint Flex Gateway and API Governance. Anypoint Code Builder is an IDE with a user experience built on Visual Studio Code. The IDE includes built-in recommendations and includes a library of building blocks for common API and integration patterns. … continue reading
Call for Code is an annual development challenge in which developers create solutions to help with a problem the world is facing. It is sponsored by David Clark Cause, IBM, United Nations Human Rights, and the Linux Foundation. This year, the challenge urges developers to create solutions that take on climate change. The solutions that … continue reading
GitHub announced new improvements that streamline the Codespaces experience when working with multi-repository and mono-repo projects. GitHub initially released Codespaces to address cloud-native applications that are housed in a single repository: the most common type of project on GitHub. For those that are developing a feature that spans many different types of services, GitHub added … continue reading
Sysdig announced the release of Risk Spotlight, a vulnerability prioritization feature based on runtime intelligence. The feature enables teams to reduce vulnerabilities by 95% and allows developers to focus on shipping applications faster, according to Sysdig. It also delivers vulnerability details such as CVSS vector from multiple sources, the fix version, and links to publicly … continue reading
With the release of TIBCO WebFOCUS 9.0.0, the company announced stronger data access, AI/ML capabilities, and developer tools. “Valuable data and AI/ML algorithms flow through absolutely every corner of an organization. The use of visual discovery and improved data management enables users and developers to turn that raw data into truly meaningful insights,” said Mark … continue reading
GitHub announced a new feature for Dependabot alerts that helps developers see how vulnerabilities affect their code. Dependabot alerts use GitHub’s precise code navigation engine to determine if a repository directly calls a vulnerable function. The new feature marks a shift in how GitHub curates information on vulnerable packages from the Advisory Database to curating … continue reading
Facebook announced that it open-sourced Lexical, an extensible JavaScript web text-editor library that emphasizes reliability, accessibility and performance. The project’s set of editor states represent the current and pending states of the editor at any given time. Developers can attach a content-editable DOM element to editor instances, and also register listeners and commands. Users can … 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
Atlassian recently announced the release of Compass, a developer portal and single source of truth for developers to conquer the increasing complexity of manufacturing software and the tool sprawl that comes with it. This release comes from Atlassian’s Point A program which works to create new products with the help of current users. Compass brings … continue reading
Today, Atlassian released the 2022 State of the Developer report. The findings showed that half (50%) of developers surveyed are currently experiencing a strong level of autonomy when it comes to determining how they work, what they work on, and what tools they are using. Of that 50%, 87% said they are happy with their … continue reading
React 18 was launched with out-of-the-box improvements like automatic batching, new APIs like startTransition, and streaming server-side rendering with support for Suspense. The new features are built on top of the new opt-in concurrent renderer which is only enabled when someone uses a concurrent feature. Concurrency enables React to prepare multiple versions of a UI … continue reading
The library operating system MirageOS 4.0 has been released with better integrations and a significant change in how MirageOS compiles projects. The project constructs unikernels for secure, high-performance, low-energy footprint applications across various hypervisor and embedded platforms. The MirageOS networking code powers Docker Desktop’s VPNKit and is also in use in Citrix Hypervisor, Nitrokey, Robur, … continue reading