# Bridge

Published articles for Bridge.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Our Transition to React Native

DevFeed: [Our Transition to React Native](<https://devfeed.tech/articles/our-transition-to-react-native-27402.md>)

Original publisher: [Read original article](<http://engineering.khanacademy.org/posts/react-native-at-khan.htm>)

Author: Khan Academy

Published: 2020-07-09T22:00:00Z

Content type: opinion

Language: en

Sources: [Khan Academy](<https://devfeed.tech/sources/khan-academy.md>)

Topics: [React Native](<https://devfeed.tech/topics/react-native.md>), [Android](<https://devfeed.tech/topics/android.md>), [iOS](<https://devfeed.tech/topics/ios.md>), [Mobile](<https://devfeed.tech/topics/mobile.md>), [React](<https://devfeed.tech/topics/react.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [android-apps](<https://devfeed.tech/tags/android-apps.md>), [architectures](<https://devfeed.tech/tags/architectures.md>), [backend](<https://devfeed.tech/tags/backend.md>), [bridge](<https://devfeed.tech/tags/bridge.md>), [business-logic](<https://devfeed.tech/tags/business-logic.md>), [change](<https://devfeed.tech/tags/change.md>), [code](<https://devfeed.tech/tags/code.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [ios](<https://devfeed.tech/tags/ios.md>), [mobile](<https://devfeed.tech/tags/mobile.md>), [news](<https://devfeed.tech/tags/news.md>), [react-native](<https://devfeed.tech/tags/react-native.md>)

### AI overview

Khan Academy describes completing its transition to React Native for its iOS and Android apps. The article explains why the team moved away from separate platform codebases and outlines the transition's exploration, straddling, and extinction phases.

### Source excerpt

In 2017, Khan Academy started using React Native in our iOS and Android apps. As of this year, we've reached a big milestone: our transition to React Native is complete! Every screen in the app is rendered in React Native.

## ML based ranking using Nrtsearch

DevFeed: [ML based ranking using Nrtsearch](<https://devfeed.tech/articles/ml-based-ranking-using-nrtsearch-31461.md>)

Original publisher: [Read original article](<https://engineeringblog.yelp.com/2026/09/ml-ranking-with-nrtsearch.html>)

Author: Mohammad Mohtasham (Software Engineer); Tao Yu (Software Engineer)

Published: 2026-09-16T00:00:00Z

Content type: article

Language: en

Sources: [Yelp](<https://devfeed.tech/sources/yelp.md>)

Topics: [Inference](<https://devfeed.tech/topics/inference.md>), [Scalability](<https://devfeed.tech/topics/scalability.md>), [Latency](<https://devfeed.tech/topics/latency.md>), [recommendation systems](<https://devfeed.tech/topics/recommendation-systems.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>)

Tags: [bridge](<https://devfeed.tech/tags/bridge.md>), [inference](<https://devfeed.tech/tags/inference.md>), [machine-learning](<https://devfeed.tech/tags/machine-learning.md>), [overhead](<https://devfeed.tech/tags/overhead.md>), [performance](<https://devfeed.tech/tags/performance.md>), [pipeline](<https://devfeed.tech/tags/pipeline.md>), [scalability](<https://devfeed.tech/tags/scalability.md>), [service](<https://devfeed.tech/tags/service.md>)

### AI overview

Yelp's Nrtsearch Inference Plugin embeds machine-learning ranking directly in the search layer. The article explains the scoring workflow, including model configuration, feature extraction, candidate ranking, and application-specific business logic. It describes how co-locating feature storage and inference reduces network transfer, serialization overhead, and latency compared with a standalone inference service.

### Source excerpt

We've extended Nrtsearch with the Inference Plugin, which embeds ML-based ranking directly in the search layer -- eliminating the need for a standalone scoring service. We use Nrtsearch (read more information on the blog post), a Lucene-based open-source search engine built by Yelp, to power a variety of applications such as business search, reviews search, ad delivery and photo search. In this blog post, we give a high-level overview of the Machine Learning (ML) based scoring workflow in Nrtsearch. We'll show how ML models are configured and loaded, and how different applications use custom business logic to develop, test, and...

## Rootless Podman: Preserving Source IPs

DevFeed: [Rootless Podman: Preserving Source IPs](<https://devfeed.tech/articles/rootless-podman-preserving-source-ips-12852.md>)

Original publisher: [Read original article](<https://blog.podman.io/2026/09/rootless-podman-preserving-source-ips/>)

Author: Jan Rodak

Published: 2026-09-04T14:25:02Z

Content type: article

Language: en

Sources: [blog.podman.io](<https://devfeed.tech/sources/blog-podman-io.md>)

Topics: [podman](<https://devfeed.tech/topics/podman.md>), [Containers](<https://devfeed.tech/topics/containers.md>), [Networks](<https://devfeed.tech/topics/networks.md>), [Access Control](<https://devfeed.tech/topics/access-control.md>), [Logging](<https://devfeed.tech/topics/logging.md>)

Tags: [blog](<https://devfeed.tech/tags/blog.md>), [bridge](<https://devfeed.tech/tags/bridge.md>), [container](<https://devfeed.tech/tags/container.md>), [containers](<https://devfeed.tech/tags/containers.md>), [ipv4](<https://devfeed.tech/tags/ipv4.md>), [ipv6](<https://devfeed.tech/tags/ipv6.md>), [logging](<https://devfeed.tech/tags/logging.md>), [networks](<https://devfeed.tech/tags/networks.md>), [podman](<https://devfeed.tech/tags/podman.md>), [port](<https://devfeed.tech/tags/port.md>), [rate-limiting](<https://devfeed.tech/tags/rate-limiting.md>), [routing](<https://devfeed.tech/tags/routing.md>), [tips-and-tricks](<https://devfeed.tech/tags/tips-and-tricks.md>)

### AI overview

This article explains how Pesto, a companion tool from the passt project, addresses Rootless Podman's inability to preserve incoming client source IPs on bridge networks. Pesto updates pasta's forwarding table so traffic reaches containers without source-address rewriting, while retaining existing port-mapping capabilities. The article also documents configuration steps, traffic flow, supported networking features, and limitations when switching from the current forwarder.

### Source excerpt

Rootless Podman has a long-standing limitation reported since 2020: containers on bridge networks can't see the real source IP of incoming connections. The `rootlessport` userspace proxy rewrites the source to the container's own subnet address, breaking IP-based access control, logging, and rate limiting. Pesto, a new companion tool from the passt project solves this. Pesto [...]

## Migrating Doximity's iOS Newsfeed to SwiftUI Without Disrupting Users or Development

DevFeed: [Migrating Doximity's iOS Newsfeed to SwiftUI Without Disrupting Users or Development](<https://devfeed.tech/articles/migrating-doximity-s-ios-newsfeed-to-swiftui-without-disrupting-users-or-development-20037.md>)

Original publisher: [Read original article](<https://technology.doximity.com/articles/migrating-doximity-s-ios-newsfeed-to-swiftui-without-disrupting-users-or-development>)

Author: Doximity

Published: 2026-09-04T10:50:00Z

Content type: tutorial

Language: en

Sources: [Doximity](<https://devfeed.tech/sources/doximity.md>)

Topics: [iOS](<https://devfeed.tech/topics/ios.md>), [SwiftUI](<https://devfeed.tech/topics/swiftui.md>), [Development](<https://devfeed.tech/topics/development.md>), [App](<https://devfeed.tech/topics/app.md>)

Tags: [app](<https://devfeed.tech/tags/app.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [bridge](<https://devfeed.tech/tags/bridge.md>), [development](<https://devfeed.tech/tags/development.md>), [incremental](<https://devfeed.tech/tags/incremental.md>), [ios](<https://devfeed.tech/tags/ios.md>), [migration](<https://devfeed.tech/tags/migration.md>), [swiftui](<https://devfeed.tech/tags/swiftui.md>)

### AI overview

This article describes Doximity's incremental migration of its iOS Newsfeed from UIKit to SwiftUI. The team moved one section at a time, kept UIKit and SwiftUI compatible, continuously measured behavior, and made each step reversible. The feed's server-driven card and section architecture, with state and logic managed in The Composable Architecture, provided the migration boundary.

### Source excerpt

The Newsfeed is one of the most-used features in the Doximity iOS app. It is the first thing many users see when they open the app. For doctors checking in between patients or residents catching up during a break, it has to be fast and efficient. Those expectations defined success for the migration. Feature work had to continue, analytics had to remain reliable, and the experience had to remain familiar to users even as the underlying implementation changed. We approached the migration less like a rewrite and more like a controlled rollout. We moved one section at a time, kept the UIKit and SwiftUI implementations compatible, measured behavior continuously, and made each step reversible. The technical bridge enabled the migration, but this incremental approach reduced the risk to the product. The Newsfeed brings several types of content together in a single scrolling experience. Here are a few examples of the different cards users may encounter: The Architecture Behind the Newsfeed Before discussing the migration, it helps to understand the architecture that made our incremental approach possible. The Newsfeed is not one large custom view. It is a server-driven list built from cards, with each card assembled from smaller sections. The server controls the composition of the feed. It tells the app which cards should appear, which sections belong inside each card, and the order in which those sections should render. The iOS app owns the rendering and behavior of each known section type. This separation makes the feed flexible. Rather than relying on a fixed set of hardcoded card types, the server can compose cards from reusable sections such as headlines, authors, summaries, media, polls, and social actions. By combining and ordering those sections differently, the server can create different card layouts without requiring a new implementation in the app. This is roughly what the model looks like: Server-driven feed response Newsfeed ├─ Card │ ├─ Section: author │ ├─ S

## Networking Aspects of Running VMs in Containers

DevFeed: [Networking Aspects of Running VMs in Containers](<https://devfeed.tech/articles/networking-aspects-of-running-vms-in-containers-11436.md>)

Original publisher: [Read original article](<https://blog.ipspace.net/2026/09/running-virtual-machines-in-containers/>)

Published: 2026-09-02T05:44:00Z

Content type: article

Language: en

Sources: [ipSpace.net blog](<https://devfeed.tech/sources/ipspace-net-blog.md>)

Topics: [Containers](<https://devfeed.tech/topics/containers.md>), [virtualization](<https://devfeed.tech/topics/virtualization.md>), [networking](<https://devfeed.tech/topics/networking.md>), [Linux](<https://devfeed.tech/topics/linux.md>), [Orchestration](<https://devfeed.tech/topics/orchestration.md>)

Tags: [bridge](<https://devfeed.tech/tags/bridge.md>), [containers](<https://devfeed.tech/tags/containers.md>), [docker](<https://devfeed.tech/tags/docker.md>), [ethernet](<https://devfeed.tech/tags/ethernet.md>), [linux](<https://devfeed.tech/tags/linux.md>), [netlab](<https://devfeed.tech/tags/netlab.md>), [networking](<https://devfeed.tech/tags/networking.md>), [podman](<https://devfeed.tech/tags/podman.md>), [qemu](<https://devfeed.tech/tags/qemu.md>), [virtual-machines](<https://devfeed.tech/tags/virtual-machines.md>), [virtualization](<https://devfeed.tech/tags/virtualization.md>)

### AI overview

The article explains how vrnetlab and a containerlab fork package virtual machines, especially network devices, as containers so container orchestration can provision network topologies. It focuses on connecting QEMU virtual network interfaces, Linux tap interfaces, bridges, and container veth pairs, including why data-plane and management interfaces require different handling.

### Source excerpt

The vrnetlab project and its containerlab fork implement a wonderful idea: let's package virtual machines (primarily network devices that cannot be containerized) as containers to use reliable orchestration tools like containerlab to provision network topologies. That approach might have a few drawbacks (depending on how the container images are built), but the obvious elephant in the room is: how do you make the virtual network plumbing work? Read more ...

## Build connected lighting systems with the ESP DALI component

DevFeed: [Build connected lighting systems with the ESP DALI component](<https://devfeed.tech/articles/build-connected-lighting-systems-with-the-esp-dali-component-13786.md>)

Original publisher: [Read original article](<https://developer.espressif.com/blog/2026/08/dali-component-lighting-systems/>)

Author: John Lee

Published: 2026-08-28T00:00:00Z

Content type: tutorial

Language: en

Sources: [Blog on Developer Portal](<https://devfeed.tech/sources/blog-on-developer-portal.md>)

Topics: [ESP-IDF](<https://devfeed.tech/topics/esp-idf.md>), [Espressif](<https://devfeed.tech/topics/espressif.md>), [Embedded Software Dev](<https://devfeed.tech/topics/embedded-software-dev.md>), [Internet of things](<https://devfeed.tech/topics/iot.md>), [Protocol (disambiguation)](<https://devfeed.tech/topics/protocol.md>), [API](<https://devfeed.tech/topics/api.md>), [Matter](<https://devfeed.tech/topics/matter.md>), [Home Assistant](<https://devfeed.tech/topics/home-assistant.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [blog](<https://devfeed.tech/tags/blog.md>), [bridge](<https://devfeed.tech/tags/bridge.md>), [caching](<https://devfeed.tech/tags/caching.md>), [dali](<https://devfeed.tech/tags/dali.md>), [esp-idf](<https://devfeed.tech/tags/esp-idf.md>), [esp-iot-solution](<https://devfeed.tech/tags/esp-iot-solution.md>), [espressif](<https://devfeed.tech/tags/espressif.md>), [firmware](<https://devfeed.tech/tags/firmware.md>), [lighting](<https://devfeed.tech/tags/lighting.md>), [matter](<https://devfeed.tech/tags/matter.md>), [mqtt](<https://devfeed.tech/tags/mqtt.md>), [ota](<https://devfeed.tech/tags/ota.md>), [security](<https://devfeed.tech/tags/security.md>)

### AI overview

This tutorial introduces the ESP DALI component, which implements an IEC 62386 master on Espressif SoCs using the RMT peripheral. It covers DALI control, commissioning, sensors, DT8 color gear, and a Matter-to-DALI bridge.

### Source excerpt

The ESP DALI component implements an IEC 62386 master on the RMT peripheral, with support for commissioning, dimming, color control, sensors, and Matter-to-DALI bridges.

## Migrating Live Enterprise SCIM Directories to WorkOS with SCIM Bridge

DevFeed: [Migrating Live Enterprise SCIM Directories to WorkOS with SCIM Bridge](<https://devfeed.tech/articles/retiring-home-grown-scim-without-anyone-noticing-16052.md>)

Original publisher: [Read original article](<https://workos.com/blog/retiring-home-grown-scim>)

Author: WorkOS

Published: 2026-08-14T00:00:00Z

Content type: tutorial

Language: en

Sources: [WorkOS Blog](<https://devfeed.tech/sources/workos-blog.md>)

Topics: [migration](<https://devfeed.tech/topics/migration.md>), [Provisioning](<https://devfeed.tech/topics/provisioning.md>)

Tags: [architecture](<https://devfeed.tech/tags/architecture.md>), [bridge](<https://devfeed.tech/tags/bridge.md>), [database](<https://devfeed.tech/tags/database.md>), [migration](<https://devfeed.tech/tags/migration.md>), [okta](<https://devfeed.tech/tags/okta.md>), [provisioning](<https://devfeed.tech/tags/provisioning.md>), [proxy](<https://devfeed.tech/tags/proxy.md>), [rollback](<https://devfeed.tech/tags/rollback.md>)

### AI overview

The article presents SCIM Bridge, a reversible migration proxy for moving live enterprise directories from a home-grown SCIM endpoint to WorkOS Directory Sync. It describes dual-writing, backfilling, verification, staged authority, and rollback before final cutover.

### Source excerpt

How SCIM Bridge moves live enterprise directories onto WorkOS Directory Sync with zero downtime, staged authority, and lossless rollback until the last step.

## Chat SDK adds Novu support

DevFeed: [Chat SDK adds Novu support](<https://devfeed.tech/articles/chat-sdk-adds-novu-support-843.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/chat-sdk-adds-novu-support>)

Author: Ben Sabic

Published: 2026-06-22T14:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [SDKs](<https://devfeed.tech/topics/sdks.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [Microsoft Teams](<https://devfeed.tech/topics/microsoft-teams.md>), [Slack](<https://devfeed.tech/topics/slack.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [bridge](<https://devfeed.tech/tags/bridge.md>), [channel](<https://devfeed.tech/tags/channel.md>), [cli](<https://devfeed.tech/tags/cli.md>), [documentation](<https://devfeed.tech/tags/documentation.md>), [identity](<https://devfeed.tech/tags/identity.md>), [mapping](<https://devfeed.tech/tags/mapping.md>), [microsoft-teams](<https://devfeed.tech/tags/microsoft-teams.md>), [oauth](<https://devfeed.tech/tags/oauth.md>), [sdk](<https://devfeed.tech/tags/sdk.md>), [slack](<https://devfeed.tech/tags/slack.md>), [support](<https://devfeed.tech/tags/support.md>), [telegram](<https://devfeed.tech/tags/telegram.md>), [tokens](<https://devfeed.tech/tags/tokens.md>), [whatsapp](<https://devfeed.tech/tags/whatsapp.md>)

### AI overview

Chat SDK adds Novu support through a vendor-official adapter, allowing one handler set to connect agents to Slack, Microsoft Teams, WhatsApp, Telegram, and email. Novu manages credentials, identity, delivery, OAuth, and tokens, while a CLI command configures a channel and adds its credentials to the project.

### Source excerpt

Chat SDK now supports Novu with the new vendor-official adapter. One handler set puts your agent on Slack, Microsoft Teams, WhatsApp, Telegram, and email. Novu handles credentials, identity, and delivery, keeping OAuth and tokens outside your app and mapping each channel to one user. Your agent always knows who they're talking to. Your agent can also send proactive notifications and handle the replies in the same loop, on whichever channel the customer used. One CLI command connects a real channel to your agent: It signs you in, creates a bridge agent, sets up the channel you pick (e.g., Slack), and adds the credentials to your project. Read the Novu documentation to get started. Read more

## Ethereum Interop Layer proposal aims to unify cross-L2 transactions

DevFeed: [Ethereum Interop Layer proposal aims to unify cross-L2 transactions](<https://devfeed.tech/articles/making-ethereum-feel-like-one-chain-again-17197.md>)

Original publisher: [Read original article](<https://blog.ethereum.org/en/2025/11/18/eil>)

Author: Yoav Weiss; Account; Chain Abstraction Team

Published: 2025-11-18T00:00:00Z

Content type: opinion

Language: en

Sources: [Ethereum Foundation Blog](<https://devfeed.tech/sources/ethereum-foundation-blog.md>)

Topics: [Ethereum](<https://devfeed.tech/topics/ethereum.md>), [interoperability](<https://devfeed.tech/topics/interoperability.md>), [Protocol (disambiguation)](<https://devfeed.tech/topics/protocol.md>), [Transactions](<https://devfeed.tech/topics/transactions.md>), [Security](<https://devfeed.tech/topics/security.md>)

Tags: [bridge](<https://devfeed.tech/tags/bridge.md>), [complexity](<https://devfeed.tech/tags/complexity.md>), [ethereum](<https://devfeed.tech/tags/ethereum.md>), [interoperability](<https://devfeed.tech/tags/interoperability.md>), [protocol](<https://devfeed.tech/tags/protocol.md>), [research-development](<https://devfeed.tech/tags/research-development.md>), [security](<https://devfeed.tech/tags/security.md>), [transactions](<https://devfeed.tech/tags/transactions.md>)

### AI overview

This proposal from Ethereum's Account Abstraction team introduces the Ethereum Interop Layer (EIL), which aims to make rollups feel like a unified chain. It describes signing once for cross-L2 transactions while preserving self-custody, censorship resistance, and verifiable onchain execution without adding new trust assumptions.

### Source excerpt

Disclaimer: The following blog is a proposal from the Account Abstraction team. Content may not imply consensus views, and the EF is a broad organization that includes a healthy diversity of opinion across Protocol and beyond that together strengthen Ethereum. Since the early days of Ethereum, the promise has...

## ESPHome 2025.10.0: Z-Wave Proxy and Arduino as an IDF component

DevFeed: [ESPHome 2025.10.0: Z-Wave Proxy and Arduino as an IDF component](<https://devfeed.tech/articles/esphome-2025-10-0-z-wave-proxy-and-arduino-as-an-idf-component-16702.md>)

Original publisher: [Read original article](<https://esphome.io/blog/2025/10/15/esphome-2025-10/>)

Author: Jesse Hills

Published: 2025-10-15T00:00:00Z

Content type: release

Language: en

Sources: [ESPHome - Smart Home Made Simple - Blog](<https://devfeed.tech/sources/esphome-smart-home-made-simple-blog.md>)

Topics: [ESP32](<https://devfeed.tech/topics/esp32.md>), [ESP-IDF](<https://devfeed.tech/topics/esp-idf.md>), [Home Assistant](<https://devfeed.tech/topics/home-assistant.md>), [Security](<https://devfeed.tech/topics/security.md>), [Architecture & Design](<https://devfeed.tech/topics/architecture-design.md>), [Ethernet](<https://devfeed.tech/topics/ethernet.md>), [Low Latency](<https://devfeed.tech/topics/low-latency.md>)

Tags: [2025](<https://devfeed.tech/tags/2025.md>), [api-security](<https://devfeed.tech/tags/api-security.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [bridge](<https://devfeed.tech/tags/bridge.md>), [communication](<https://devfeed.tech/tags/communication.md>), [connectivity](<https://devfeed.tech/tags/connectivity.md>), [esp-idf](<https://devfeed.tech/tags/esp-idf.md>), [esp-idf-component](<https://devfeed.tech/tags/esp-idf-component.md>), [esp32](<https://devfeed.tech/tags/esp32.md>), [ethernet](<https://devfeed.tech/tags/ethernet.md>), [framework](<https://devfeed.tech/tags/framework.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [home-assistant](<https://devfeed.tech/tags/home-assistant.md>), [latency](<https://devfeed.tech/tags/latency.md>), [low-latency](<https://devfeed.tech/tags/low-latency.md>), [memory](<https://devfeed.tech/tags/memory.md>), [network](<https://devfeed.tech/tags/network.md>), [new-features](<https://devfeed.tech/tags/new-features.md>), [performance](<https://devfeed.tech/tags/performance.md>), [releases](<https://devfeed.tech/tags/releases.md>), [security](<https://devfeed.tech/tags/security.md>)

### AI overview

ESPHome 2025.10.0 adds a Z-Wave Proxy for connecting Z-Wave hardware to Z-Wave JS over Wi-Fi or Ethernet, changes ESP32 Arduino builds to use Arduino as an ESP-IDF component, and introduces a unified SPI ePaper component. The release also includes OTA and API security hardening, memory optimizations, API improvements, and new temperature sensor components.

### Source excerpt

ESPHome 2025.10.0 adds the Z-Wave Proxy component, rebuilds ESP32 Arduino builds on top of ESP-IDF, introduces a unified SPI ePaper component, and hardens OTA and API security.

## Deploy a Spin Application to Send Azure Monitor Alerts to Slack

DevFeed: [Deploy a Spin Application to Send Azure Monitor Alerts to Slack](<https://devfeed.tech/articles/a-bridge-over-troubled-water-sending-azure-alerts-to-slack-with-spin-15172.md>)

Original publisher: [Read original article](<https://www.fermyon.com/blog/azure-slack-bridge-spin-app>)

Author: Kate Goldenring

Published: 2025-09-18T12:00:00Z

Content type: tutorial

Language: en

Sources: [Fermyon - Experience the next wave of cloud computing.](<https://devfeed.tech/sources/fermyon-experience-the-next-wave-of-cloud-computing.md>)

Topics: [Azure](<https://devfeed.tech/topics/azure.md>), [Slack](<https://devfeed.tech/topics/slack.md>), [notifications](<https://devfeed.tech/topics/notifications.md>), [monitor](<https://devfeed.tech/topics/monitor.md>), [App](<https://devfeed.tech/topics/app.md>)

Tags: [application](<https://devfeed.tech/tags/application.md>), [azure](<https://devfeed.tech/tags/azure.md>), [bridge](<https://devfeed.tech/tags/bridge.md>), [deploy](<https://devfeed.tech/tags/deploy.md>), [monitor](<https://devfeed.tech/tags/monitor.md>), [notifications](<https://devfeed.tech/tags/notifications.md>), [slack](<https://devfeed.tech/tags/slack.md>)

### AI overview

A tutorial on deploying a Spin application that transforms Azure Monitor alerts into formatted Slack notifications.

### Source excerpt

Deploy a Spin application that transforms Azure Monitor alerts into beautifully formatted Slack notifications

## netlab 2.0: Routers, Hosts, Gateways and Bridges

DevFeed: [netlab 2.0: Routers, Hosts, Gateways and Bridges](<https://devfeed.tech/articles/netlab-2-0-routers-hosts-gateways-and-bridges-11203.md>)

Original publisher: [Read original article](<https://blog.ipspace.net/2025/06/netlab-hosts-routers/>)

Published: 2025-06-11T06:20:00Z

Content type: article

Language: en

Sources: [ipSpace.net blog](<https://devfeed.tech/sources/ipspace-net-blog.md>)

Topics: [networking](<https://devfeed.tech/topics/networking.md>), [Network architectures](<https://devfeed.tech/topics/network-architectures.md>), [Routing (disambiguation)](<https://devfeed.tech/topics/routing.md>), [BGP](<https://devfeed.tech/topics/bgp.md>), [Cisco](<https://devfeed.tech/topics/cisco.md>), [Containers](<https://devfeed.tech/topics/containers.md>), [Test coverage](<https://devfeed.tech/topics/coverage.md>)

Tags: [bgp](<https://devfeed.tech/tags/bgp.md>), [bridge](<https://devfeed.tech/tags/bridge.md>), [cisco](<https://devfeed.tech/tags/cisco.md>), [container](<https://devfeed.tech/tags/container.md>), [netlab](<https://devfeed.tech/tags/netlab.md>), [network](<https://devfeed.tech/tags/network.md>), [router](<https://devfeed.tech/tags/router.md>), [routing](<https://devfeed.tech/tags/routing.md>), [test-coverage](<https://devfeed.tech/tags/test-coverage.md>)

### AI overview

The article explains how netlab 2.0 models routers, hosts, gateways, and bridges in network topologies. It describes their forwarding behavior, loopback interfaces, routing choices, IPv6 router advertisements, VLAN support, and possible uses of Cisco IOS, Arista EOS, BGP, and container-based devices.

### Source excerpt

In a previous blog post, I explained how you can use bridges in a netlab topology to create custom LAN segments. Netlab supports two other node roles (host and router), and we'll eventually add gateways. netlab assumes that most network devices are routers (it considers a firewall to be a router in disguise), apart from Linux hosts, but you can always change what a node is with the role node attribute: Read more ...

## Switching, Routing, and Bridging Terminology

DevFeed: [Switching, Routing, and Bridging Terminology](<https://devfeed.tech/articles/switching-routing-and-bridging-terminology-11164.md>)

Original publisher: [Read original article](<https://blog.ipspace.net/2025/04/bridging-routing-switching-terminology/>)

Published: 2025-04-25T05:45:00Z

Content type: tutorial

Language: en

Sources: [ipSpace.net blog](<https://devfeed.tech/sources/ipspace-net-blog.md>)

Topics: [networking](<https://devfeed.tech/topics/networking.md>), [Routing (disambiguation)](<https://devfeed.tech/topics/routing.md>), [Network](<https://devfeed.tech/topics/network.md>)

Tags: [bridge](<https://devfeed.tech/tags/bridge.md>), [network](<https://devfeed.tech/tags/network.md>), [networking](<https://devfeed.tech/tags/networking.md>), [networking-fundamentals](<https://devfeed.tech/tags/networking-fundamentals.md>), [router](<https://devfeed.tech/tags/router.md>), [routing](<https://devfeed.tech/tags/routing.md>), [switching](<https://devfeed.tech/tags/switching.md>)

### AI overview

This article explains networking terminology for moving packets across a network. It distinguishes forwarding, switching, routing, and bridging, describes hubs, bridges, and routers, and introduces different forwarding paradigms, including virtual circuits and segment routing.

### Source excerpt

After discussing networking layers and addressing, it's time to focus on moving packets across a network. Vendors love to use ill-defined terms like switching instead of forwarding, routing, or bridging, so let's start with the terminology. Connecting all relevant devices to a single cable would indubitably simplify any networking stack, but unfortunately, we're almost never that lucky. We need devices in the network (typically with multiple interfaces) that perform packet forwarding between end nodes. Read more ...

## Bridging Compose and View: Seamless Interop Communication with CompositionLocal

DevFeed: [Bridging Compose and View: Seamless Interop Communication with CompositionLocal](<https://devfeed.tech/articles/bridging-compose-and-view-seamless-interop-communication-with-compositionlocal-25937.md>)

Original publisher: [Read original article](<https://juliensalvi.medium.com/bridging-compose-and-view-seamless-interop-communication-with-compositionlocal-4b0a273bf15f?source=rss-cbfc736ddcd3------2>)

Author: Julien Salvi

Published: 2025-03-05T13:42:13Z

Content type: tutorial

Language: en

Sources: [Stories by Julien Salvi on Medium](<https://devfeed.tech/sources/stories-by-julien-salvi-on-medium.md>)

Topics: [Compose](<https://devfeed.tech/topics/compose.md>), [interoperability](<https://devfeed.tech/topics/interoperability.md>), [Dependency injection](<https://devfeed.tech/topics/dependency-injection.md>), [ui](<https://devfeed.tech/topics/ui.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [android-development](<https://devfeed.tech/tags/android-development.md>), [androiddev](<https://devfeed.tech/tags/androiddev.md>), [bridge](<https://devfeed.tech/tags/bridge.md>), [compose](<https://devfeed.tech/tags/compose.md>), [dependency-injection](<https://devfeed.tech/tags/dependency-injection.md>), [interface-implementation](<https://devfeed.tech/tags/interface-implementation.md>), [interoperability](<https://devfeed.tech/tags/interoperability.md>), [jetpack-compose](<https://devfeed.tech/tags/jetpack-compose.md>), [sharedflow](<https://devfeed.tech/tags/sharedflow.md>), [stateflow](<https://devfeed.tech/tags/stateflow.md>), [ui](<https://devfeed.tech/tags/ui.md>), [viewmodel](<https://devfeed.tech/tags/viewmodel.md>)

### AI overview

This tutorial explains how to bridge Jetpack Compose and traditional Android Views using CompositionLocal. It shows how to provide a FeedbackMessageInterop implementation so composables can trigger View-based feedback, and describes the reverse direction through an interface and reactive streams such as StateFlow or SharedFlow.

### Source excerpt

Migrating to Compose exposed the team to several interoperability challenges as we integrated new Composables into our existing codebase. One key hurdle was figuring out how to trigger events from Compose and dispatch them to the main View holder, such as a Fragment or Activity. After some exploration, we found an efficient solution using CompositionLocal. Here's how we made it work! 🚀 What is a CompositionLocal? Think of CompositionLocal as a localized dependency injection system built directly into Compose's composition model. You create a CompositionLocal instance, which acts as a key for a specific type of data. Then, using the CompositionLocalProvider, you define a scope within your UI tree and associate a value with that CompositionLocal key. Any composable within that scope can then access the provided value using the CompositionLocal.current property, without needing to know where the value originated. This not only simplifies code but also makes it more maintainable and reusable. Furthermore, CompositionLocal values can be dynamic, triggering recomposition when they change, and they are thread-safe, making them a powerful tool for managing shared state within your Compose UI. Interop Communication with CompositionLocal In the following code, LocalFeedbackInterop is a staticCompositionLocalOf that will hold an implementation of the FeedbackMessageInterop interface. This interface defines the methods for showing feedback alerts, and the staticCompositionLocalOf ensures that the implementation is unlikely to change as it cannot be re-provided. This allows any composable within the scope to access the FeedbackMessageInterop implementation and trigger feedback messages without explicit dependencies. import androidx.compose.runtime.ProvidableCompositionLocal import androidx.compose.runtime.staticCompositionLocalOf val LocalFeedbackInterop: ProvidableCompositionLocal<FeedbackMessageInterop?> = staticCompositionLocalOf { null } interface FeedbackMessageInterop { fu

## Weekend Wireless Wizardry

DevFeed: [Weekend Wireless Wizardry](<https://devfeed.tech/articles/weekend-wireless-wizardry-10708.md>)

Original publisher: [Read original article](<https://technotim.com/posts/weekend-wireless-wizardy/>)

Author: Techno Tim

Published: 2024-11-22T13:00:00Z

Content type: article

Language: en

Sources: [Techno Tim](<https://devfeed.tech/sources/techno-tim.md>)

Topics: [Ubiquiti](<https://devfeed.tech/topics/ubiquiti.md>), [Network](<https://devfeed.tech/topics/network.md>), [Hardware](<https://devfeed.tech/topics/hardware.md>)

Tags: [bridge](<https://devfeed.tech/tags/bridge.md>), [devices](<https://devfeed.tech/tags/devices.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [homelab](<https://devfeed.tech/tags/homelab.md>), [network](<https://devfeed.tech/tags/network.md>), [ubiquiti](<https://devfeed.tech/tags/ubiquiti.md>), [upgrade](<https://devfeed.tech/tags/upgrade.md>), [video](<https://devfeed.tech/tags/video.md>), [wi-fi](<https://devfeed.tech/tags/wi-fi.md>)

### AI overview

A three-day video documents a wireless upgrade using Ubiquiti devices, including the UniFi U7 Outdoor, UniFi Device Bridge, and UniFi Device Bridge Pro. It evaluates what works while extending home Wi-Fi range and improving a wireless bridge to a garage.

### Source excerpt

This is how my weekends usually go... 📺 Watch Video Disclosures Ubiquiti devices were provided for testing and upgrading my existing devices, which is why you see the sponsored banner. I was not paid. Info This video follows my wireless upgrade adventure over 3 days. I try to figure out what works, what doesn't, and how to extend the range of my home Wi-Fi while trying to improve the...

## Coppercomm -- One interface to unite them all

DevFeed: [Coppercomm -- One interface to unite them all](<https://devfeed.tech/articles/coppercomm-one-interface-to-unite-them-all-28867.md>)

Original publisher: [Read original article](<https://medium.com/volvo-cars-engineering/coppercomm-one-interface-to-unite-them-all-a0d7d92f3013?source=rss----4eed8113139---4>)

Author: Kenneth Karlsson

Published: 2024-05-27T06:54:56Z

Content type: tutorial

Language: en

Sources: [Volvo Cars Engineering - Medium](<https://devfeed.tech/sources/volvo-cars-engineering-medium.md>)

Topics: [interfaces](<https://devfeed.tech/topics/interfaces.md>), [Testing](<https://devfeed.tech/topics/testing.md>), [Python](<https://devfeed.tech/topics/python.md>), [Library](<https://devfeed.tech/topics/library.md>), [ssh](<https://devfeed.tech/topics/ssh.md>), [Wireless Debugging](<https://devfeed.tech/topics/wireless-debugging.md>)

Tags: [adb](<https://devfeed.tech/tags/adb.md>), [bridge](<https://devfeed.tech/tags/bridge.md>), [communication](<https://devfeed.tech/tags/communication.md>), [interfaces](<https://devfeed.tech/tags/interfaces.md>), [libraries](<https://devfeed.tech/tags/libraries.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [python](<https://devfeed.tech/tags/python.md>), [ssh](<https://devfeed.tech/tags/ssh.md>), [test](<https://devfeed.tech/tags/test.md>), [testing](<https://devfeed.tech/tags/testing.md>)

### AI overview

The article introduces Coppercomm, a Python-based bridge intended to let teams share and rerun the same test cases across organizations. It maps logical or physical interfaces to communication methods such as SSH, serial, and Android Debug Bridge, hiding interface-specific details from test cases through configuration.

### Source excerpt

Coppercomm -- One interface to unite them allHow to share test cases across organizations and companiesBackgroundInterface overview Have you ever faced the challenge of reusing test cases when testing the same Device Under Test (DUT) across different organizations and companies? You are not alone. One of the main problems is the different libraries used. And it is not at all unusual for an organization to use different libraries for the same purpose. It could be that one team is not aware of the existence of a library, and decides to create a new one. Suddenly, there are two libraries doing the same thing! It's like having two different keys to the same lock. The problem grows when there is a need to share the same test cases between different companies and organizations. You might want to run a specific test case before delivering to a customer, and then after the customer has applied some changes, they might want to re-run the same test case again to make sure that it still works. You would want to run the same test case, the same way. This is where Coppercomm comes into play. It is written in Python and functions as a bridge between the host and DUT, for different types of communication interfaces, like SSH, serial, and Android Debug Bridge (ADB). This enables us to run the same test case at different departments without modifying the test case, as long as the test case is using Coppercomm and the Coppercomm library is available on the host. How Coppercomm worksCoppercomm overview Coppercomm is pretty basic. You create a configuration file that maps the different interfaces to a logical or physical interface. The configuration file is then used under the hood by Coppercomm. This hides the mapping from the user, and the test cases only need to specify what type of interface they want to use. Voilà! The host communicates with the DUT, without any specifics in the test case. Open sourcing Coppercomm"Given enough eyeballs, all bugs are shallow" - Linus Torvalds Sharin

## Ibis: Because SQL is everywhere and so is Python

DevFeed: [Ibis: Because SQL is everywhere and so is Python](<https://devfeed.tech/articles/ibis-because-sql-is-everywhere-and-so-is-python-8722.md>)

Original publisher: [Read original article](<https://trino.io/blog/2023/07/03/trino-fest-2023-ibis.html>)

Author: Phillip Cloud, Cole Bowden

Published: 2023-07-03T00:00:00Z

Content type: article

Language: en

Sources: [Trino Blog](<https://devfeed.tech/sources/trino-blog.md>)

Topics: [Python](<https://devfeed.tech/topics/python.md>), [SQL](<https://devfeed.tech/topics/sql.md>), [Data analysis](<https://devfeed.tech/topics/data-analysis.md>), [data](<https://devfeed.tech/topics/data.md>)

Tags: [analysis](<https://devfeed.tech/tags/analysis.md>), [bridge](<https://devfeed.tech/tags/bridge.md>), [bridging](<https://devfeed.tech/tags/bridging.md>), [data](<https://devfeed.tech/tags/data.md>), [performance](<https://devfeed.tech/tags/performance.md>), [python](<https://devfeed.tech/tags/python.md>), [sql](<https://devfeed.tech/tags/sql.md>)

### AI overview

The article presents Ibis as a lightweight Python library that bridges Python data wrangling and SQL query engines. It converts Python code into SQL for multiple engines, including Trino, allowing users to combine Python's usability with Trino's performance for large-scale queries.

### Source excerpt

The PyData stack has been described as "unreasonably effective," empowering its users to glean insights and analyze moderate amounts of data with a high level of flexibility and excellent visualization. The large-scale, production data stack using a query engine like Trino sits on the other side of the world, capable of handling petabytes and exabytes, but perhaps not integrating as seamlessly with the Python ecosystem as one would hope. SQL has been a means of bridging this gap, but we've now got an exciting solution to bridge it even better: Ibis.

## Config 2023: Reimagining where teams design and build together

DevFeed: [Config 2023: Reimagining where teams design and build together](<https://devfeed.tech/articles/config-2023-reimagining-where-teams-design-and-build-together-9578.md>)

Original publisher: [Read original article](<https://www.figma.com/blog/config-2023-recap/>)

Author: Dylan Field

Published: 2023-06-21T00:00:00Z

Content type: article

Language: en

Sources: [Figma Blog](<https://devfeed.tech/sources/figma-blog.md>)

Topics: [Figma](<https://devfeed.tech/topics/figma.md>), [GitHub](<https://devfeed.tech/topics/github.md>), [Storybook](<https://devfeed.tech/topics/storybook.md>), [vs-code](<https://devfeed.tech/topics/vs-code.md>), [Code](<https://devfeed.tech/topics/code.md>)

Tags: [bridge](<https://devfeed.tech/tags/bridge.md>), [config](<https://devfeed.tech/tags/config.md>), [design](<https://devfeed.tech/tags/design.md>), [design-systems](<https://devfeed.tech/tags/design-systems.md>), [dev](<https://devfeed.tech/tags/dev.md>), [developers](<https://devfeed.tech/tags/developers.md>), [development](<https://devfeed.tech/tags/development.md>), [figma](<https://devfeed.tech/tags/figma.md>), [github](<https://devfeed.tech/tags/github.md>), [plugins](<https://devfeed.tech/tags/plugins.md>), [product-development](<https://devfeed.tech/tags/product-development.md>), [production](<https://devfeed.tech/tags/production.md>), [prototyping](<https://devfeed.tech/tags/prototyping.md>), [tools](<https://devfeed.tech/tags/tools.md>), [updates](<https://devfeed.tech/tags/updates.md>), [vs-code](<https://devfeed.tech/tags/vs-code.md>)

### AI overview

Figma's Config 2023 recap introduces Dev Mode, variables, advanced prototyping, and quality-of-life improvements designed to connect design and development. Dev Mode helps developers translate designs to code, connect tools and codebases through plugins, track production work, and inspect files in VS Code.

### Source excerpt

We're launching Dev Mode, variables, advanced prototyping, and a series of quality of life updates to help you go from design to build.

## Diving into polymorphic table functions with Trino

DevFeed: [Diving into polymorphic table functions with Trino](<https://devfeed.tech/articles/diving-into-polymorphic-table-functions-with-trino-8681.md>)

Original publisher: [Read original article](<https://trino.io/blog/2022/07/22/polymorphic-table-functions.html>)

Author: Kasia Findeisen, Brian Olsen, and Cole Bowden

Published: 2022-07-22T00:00:00Z

Content type: article

Language: en

Sources: [Trino Blog](<https://devfeed.tech/sources/trino-blog.md>)

Topics: [SQL](<https://devfeed.tech/topics/sql.md>), [data](<https://devfeed.tech/topics/data.md>)

Tags: [blog](<https://devfeed.tech/tags/blog.md>), [blog-post](<https://devfeed.tech/tags/blog-post.md>), [bridge](<https://devfeed.tech/tags/bridge.md>), [connectors](<https://devfeed.tech/tags/connectors.md>), [data](<https://devfeed.tech/tags/data.md>), [external](<https://devfeed.tech/tags/external.md>), [post](<https://devfeed.tech/tags/post.md>), [sql](<https://devfeed.tech/tags/sql.md>)

### AI overview

This Trino blog post introduces polymorphic table functions (PTFs), whose returned table schema is determined dynamically from their arguments. It explains how table functions differ from scalar, aggregate, and window functions, and describes Trino's release 381 support, including connector-executed table functions and query pass-through for JDBC-based connectors and Elasticsearch.

### Source excerpt

In the Trino community, we know that being the coolest query engine is a tough job. We boldly face the intricacies of the SQL standard to bring you the newest and most powerful features. Today, we proudly announce that as of release 381, Trino is on its way to full support for polymorphic table functions (PTFs). In this blog post, we are explaining the concept of table functions and exploring how they can be leveraged. We also look at what we have already implemented, and take a sneak peek into the future.

## Troubleshooting Kubernetes Networking Issues

DevFeed: [Troubleshooting Kubernetes Networking Issues](<https://devfeed.tech/articles/troubleshooting-kubernetes-networking-issues-29948.md>)

Original publisher: [Read original article](<https://goteleport.com/blog/troubleshooting-kubernetes-networking/>)

Author: sasha@goteleport.com (Sasha Klizhentas)

Published: 2022-04-26T00:00:00Z

Content type: tutorial

Language: en

Sources: [Teleport](<https://devfeed.tech/sources/teleport.md>)

Topics: [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [Kubernetes networking](<https://devfeed.tech/topics/kubernetes-networking.md>), [Kubernetes clusters](<https://devfeed.tech/topics/kubernetes-clusters.md>), [networking](<https://devfeed.tech/topics/networking.md>)

Tags: [bridge](<https://devfeed.tech/tags/bridge.md>), [firewall](<https://devfeed.tech/tags/firewall.md>), [ip](<https://devfeed.tech/tags/ip.md>), [kernel](<https://devfeed.tech/tags/kernel.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [kubernetes-clusters](<https://devfeed.tech/tags/kubernetes-clusters.md>), [kubernetes-networking](<https://devfeed.tech/tags/kubernetes-networking.md>), [modules](<https://devfeed.tech/tags/modules.md>), [networking](<https://devfeed.tech/tags/networking.md>), [troubleshooting](<https://devfeed.tech/tags/troubleshooting.md>), [udp](<https://devfeed.tech/tags/udp.md>), [vxlan](<https://devfeed.tech/tags/vxlan.md>)

### AI overview

Part 1 of a Kubernetes troubleshooting series focuses on networking failures, including traffic forwarding, bridge-netfilter settings, and firewall rules affecting overlay network traffic. It explains how these failures manifest and outlines ways to diagnose and fix them.

### Source excerpt

Part 1 of our Troubleshooting Kubernetes series focuses on networking, listing common issues we have encountered along with easy ways to troubleshoot them.

## ESP USB Bridge

DevFeed: [ESP USB Bridge](<https://devfeed.tech/articles/esp-usb-bridge-13850.md>)

Original publisher: [Read original article](<https://developer.espressif.com/blog/esp-usb-bridge/>)

Author: John Lee

Published: 2022-04-13T00:00:00Z

Content type: article

Language: en

Sources: [Blog on Developer Portal](<https://devfeed.tech/sources/blog-on-developer-portal.md>)

Topics: [USB](<https://devfeed.tech/topics/usb.md>), [ESP-IDF](<https://devfeed.tech/topics/esp-idf.md>), [Esp32 S2](<https://devfeed.tech/topics/esp32-s2.md>), [Microcontroller](<https://devfeed.tech/topics/microcontroller.md>), [ESP32-S3](<https://devfeed.tech/topics/esp32-s3.md>), [Espressif](<https://devfeed.tech/topics/espressif.md>)

Tags: [apache](<https://devfeed.tech/tags/apache.md>), [blog](<https://devfeed.tech/tags/blog.md>), [bridge](<https://devfeed.tech/tags/bridge.md>), [esp-idf](<https://devfeed.tech/tags/esp-idf.md>), [esp32-s2](<https://devfeed.tech/tags/esp32-s2.md>), [esp32-s3](<https://devfeed.tech/tags/esp32-s3.md>), [espressif](<https://devfeed.tech/tags/espressif.md>), [flashing](<https://devfeed.tech/tags/flashing.md>), [jtag](<https://devfeed.tech/tags/jtag.md>), [microcontrollers](<https://devfeed.tech/tags/microcontrollers.md>), [usb](<https://devfeed.tech/tags/usb.md>)

### AI overview

ESP USB Bridge is an ESP-IDF project for ESP32-S2, optionally ESP32-S3, that bridges a computer with a target microcontroller. It provides serial, JTAG, and USB mass-storage functions, including UF2-based flashing.

### Source excerpt

The ESP USB Bridge is an ESP-IDF project utilizing an ESP32-S2 (or optionally, an ESP32-S3) chip to create a bridge between a computer and a target microcontroller. It can serve as a replacement for USB-to-UART chips (e.g. CP210x). ESP USB Bridge creates a composite USB device accessible from the computer when they are connected through a USB cable. The main features are the following.

## Matter: Bridge for Non-Matter Devices

DevFeed: [Matter: Bridge for Non-Matter Devices](<https://devfeed.tech/articles/matter-bridge-for-non-matter-devices-13911.md>)

Original publisher: [Read original article](<https://developer.espressif.com/blog/matter-bridge-for-non-matter-devices/>)

Author: John Lee

Published: 2021-12-14T00:00:00Z

Content type: tutorial

Language: en

Sources: [Blog on Developer Portal](<https://devfeed.tech/sources/blog-on-developer-portal.md>)

Topics: [Matter](<https://devfeed.tech/topics/matter.md>), [Internet of things](<https://devfeed.tech/topics/iot.md>), [zigbee](<https://devfeed.tech/topics/zigbee.md>), [Protocol (disambiguation)](<https://devfeed.tech/topics/protocol.md>)

Tags: [blog](<https://devfeed.tech/tags/blog.md>), [bridge](<https://devfeed.tech/tags/bridge.md>), [esp32](<https://devfeed.tech/tags/esp32.md>), [espressif](<https://devfeed.tech/tags/espressif.md>), [iot](<https://devfeed.tech/tags/iot.md>), [matter](<https://devfeed.tech/tags/matter.md>), [protocol](<https://devfeed.tech/tags/protocol.md>), [standard](<https://devfeed.tech/tags/standard.md>), [zigbee](<https://devfeed.tech/tags/zigbee.md>)

### AI overview

This tutorial explains how Matter Bridges allow non-Matter IoT devices, such as Zigbee devices, to operate within a Matter ecosystem. It introduces bridged devices, the Matter data model, and the commissioning workflow for a Matter-Zigbee Bridge.

### Source excerpt

Several big IoT ecosystems have announced integrated support for Matter, e.g., Amazon, Apple, Google and Samsung. It's exciting to expect that more and more devices from multiple brands work natively together, under a bigger Matter ecosystem. Meanwhile, people may have a question: There are many IoT products in the consumers' home already, these can be the devices based on Zigbee, Z-Wave, BLE Mesh and others. Could these non-Matter devices work together with Matter ecosystem? The answer is YES.

## Bridge Mode with UniFi Access Points

DevFeed: [Bridge Mode with UniFi Access Points](<https://devfeed.tech/articles/bridge-mode-with-unifi-access-points-10687.md>)

Original publisher: [Read original article](<https://technotim.com/posts/unifi-ap-bridge-mode/>)

Author: Techno Tim

Published: 2020-09-19T14:00:00Z

Content type: tutorial

Language: en

Sources: [Techno Tim](<https://devfeed.tech/sources/techno-tim.md>)

Topics: [Tutorial](<https://devfeed.tech/topics/tutorial.md>), [Ubiquiti](<https://devfeed.tech/topics/ubiquiti.md>), [Ethernet](<https://devfeed.tech/topics/ethernet.md>), [Hardware](<https://devfeed.tech/topics/hardware.md>)

Tags: [bridge](<https://devfeed.tech/tags/bridge.md>), [ethernet](<https://devfeed.tech/tags/ethernet.md>), [guide](<https://devfeed.tech/tags/guide.md>), [homelab](<https://devfeed.tech/tags/homelab.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>), [ubiquiti](<https://devfeed.tech/tags/ubiquiti.md>), [unifi](<https://devfeed.tech/tags/unifi.md>), [unifi-access-points](<https://devfeed.tech/tags/unifi-access-points.md>), [wireless](<https://devfeed.tech/tags/wireless.md>)

### AI overview

A step-by-step tutorial for configuring two Ubiquiti UniFi AP AC PRO devices as a wireless bridge to extend Ethernet to a remote site, including a throughput test.

### Source excerpt

Do you have some places where you can't run ethernet? Do want to extend your ethernet without pulling more cable? Well this is the guide for you.In this step-by-step tutorial we'll use a Ubiquiti UniFi AP AC PRO and connect a second as a guest, giving use remote ethernet to a remote site! This is the pro tip guide to setting up a wireless bridge! Bonus, we'll even do a live throughput test ...

## Flutter or React Native, a cross-platform dilemma - How they work - (Part 3)

DevFeed: [Flutter or React Native, a cross-platform dilemma - How they work - (Part 3)](<https://devfeed.tech/articles/flutter-or-react-native-a-cross-platform-dilemma-how-they-work-part-3-25550.md>)

Original publisher: [Read original article](<https://www.marcogomiero.com/posts/2020/rn-flutter-dilemma-3-under-hood/>)

Author: Marco Gomiero

Published: 2020-03-16T00:00:00Z

Content type: tutorial

Language: en

Sources: [Posts on Marco Gomiero](<https://devfeed.tech/sources/posts-on-marco-gomiero.md>)

Topics: [React Native](<https://devfeed.tech/topics/react-native.md>), [cross-platform](<https://devfeed.tech/topics/cross-platform.md>), [event driven](<https://devfeed.tech/topics/event-driven.md>), [Flutter](<https://devfeed.tech/topics/flutter.md>), [interfaces](<https://devfeed.tech/topics/interfaces.md>)

Tags: [asynchronous](<https://devfeed.tech/tags/asynchronous.md>), [bridge](<https://devfeed.tech/tags/bridge.md>), [cross-platform](<https://devfeed.tech/tags/cross-platform.md>), [event](<https://devfeed.tech/tags/event.md>), [flutter](<https://devfeed.tech/tags/flutter.md>), [list](<https://devfeed.tech/tags/list.md>), [react-native](<https://devfeed.tech/tags/react-native.md>), [render](<https://devfeed.tech/tags/render.md>), [serialization](<https://devfeed.tech/tags/serialization.md>)

### AI overview

This third-part article explains, at a high level, how React Native and Flutter work under the hood. The supplied text focuses on React Native's Bridge, which connects JavaScript and native code through asynchronous, serialized messages, and describes how message queues can introduce delays for complex interfaces. It also mentions Facebook's Fabric architecture as an effort to address those delays.

### Source excerpt

Welcome to the third part of this article series about React Native and Flutter. In the latest episode, we have talked about User Interfaces and how to build them in the two frameworks. In this article, we'll go deeper under the hoods to understand how things work. But I will not go deeper with lot's of details and implementation things, because I want to make you understand how the thing works at a high level. If you are interested to go deeper, I will leave across the article some links for further information.

[Next page](<https://devfeed.tech/tags/bridge.md?cursor=WyIyMDIwLTAzLTE2VDAwOjAwOjAwKzAwOjAwIiwgIjJlMzViZWQ5LWIxMzYtNGUxZS04MGQwLTAyMjJkNGEyNjRkNiJd>)