# Sign Up

Published articles for Sign Up.

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

## Build an AI Voice Assistant with Twilio Voice and Media Streams, OpenAI's GPT-Live API, and Node.js

DevFeed: [Build an AI Voice Assistant with Twilio Voice and Media Streams, OpenAI's GPT-Live API, and Node.js](<https://devfeed.tech/articles/build-an-ai-voice-assistant-with-twilio-voice-and-media-streams-openai-s-gpt-live-api-and-node-js-16093.md>)

Original publisher: [Read original article](<https://www.twilio.com/en-us/blog/developers/tutorials/integrations/voice-ai-assistant-openai-gpt-live-1-node>)

Author: Paul Kamp

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

Content type: tutorial

Language: en

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

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Node.js](<https://devfeed.tech/topics/node-js.md>), [OpenAI](<https://devfeed.tech/topics/openai.md>), [Streams](<https://devfeed.tech/topics/streams.md>), [API](<https://devfeed.tech/topics/api.md>), [WebSocket](<https://devfeed.tech/topics/websocket.md>), [Fastify](<https://devfeed.tech/topics/fastify.md>), [API keys](<https://devfeed.tech/topics/api-keys.md>), [.env](<https://devfeed.tech/topics/dotenv.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [api](<https://devfeed.tech/tags/api.md>), [audio](<https://devfeed.tech/tags/audio.md>), [developer-insights](<https://devfeed.tech/tags/developer-insights.md>), [env-file-security](<https://devfeed.tech/tags/env-file-security.md>), [js](<https://devfeed.tech/tags/js.md>), [ngrok](<https://devfeed.tech/tags/ngrok.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [openai](<https://devfeed.tech/tags/openai.md>), [sign-up](<https://devfeed.tech/tags/sign-up.md>), [streams](<https://devfeed.tech/tags/streams.md>)

### AI overview

This tutorial explains how to build an AI voice assistant that answers phone calls using Twilio Programmable Voice and Media Streams, OpenAI's GPT-Live-1 API, and a Node.js server. It also covers web search and custom function tool calls.

### Source excerpt

Build an AI voice assistant that answers a phone call with Twilio Programmable Voice and Media Streams, powered by OpenAI's GPT-Live-1.

## How to Approve Real Users and Block Fake Accounts at Sign Up with Lookup and Verify in PHP

DevFeed: [How to Approve Real Users and Block Fake Accounts at Sign Up with Lookup and Verify in PHP](<https://devfeed.tech/articles/how-to-approve-real-users-and-block-fake-accounts-at-sign-up-with-lookup-and-verify-in-php-16096.md>)

Original publisher: [Read original article](<https://www.twilio.com/en-us/blog/developers/tutorials/product/block-fake-accounts-lookup-verify-php>)

Author: Kelley Robinson, Matthew Setter

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

Content type: tutorial

Language: en

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

Topics: [PHP](<https://devfeed.tech/topics/php.md>), [API](<https://devfeed.tech/topics/api.md>), [Tutorial](<https://devfeed.tech/topics/tutorial.md>), [data](<https://devfeed.tech/topics/data.md>), [Code](<https://devfeed.tech/topics/code.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [code](<https://devfeed.tech/tags/code.md>), [developer-insights](<https://devfeed.tech/tags/developer-insights.md>), [fake-accounts](<https://devfeed.tech/tags/fake-accounts.md>), [fraud](<https://devfeed.tech/tags/fraud.md>), [github](<https://devfeed.tech/tags/github.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [lookup](<https://devfeed.tech/tags/lookup.md>), [onboarding](<https://devfeed.tech/tags/onboarding.md>), [php](<https://devfeed.tech/tags/php.md>), [sign-up](<https://devfeed.tech/tags/sign-up.md>), [verifications-and-identity](<https://devfeed.tech/tags/verifications-and-identity.md>), [verify](<https://devfeed.tech/tags/verify.md>)

### AI overview

This tutorial shows how to use Twilio Lookup and Verify with PHP to collect a user's name and phone number, apply layered phone and identity checks, and block likely fake accounts during sign-up.

### Source excerpt

Learn how to collect a user's name and phone number and conduct a multi-step orchestrated identity verification flow with Twilio's Lookup API.

## How to Approve Real Users and Block Fake Accounts at Sign Up with Lookup and Verify in C#

DevFeed: [How to Approve Real Users and Block Fake Accounts at Sign Up with Lookup and Verify in C#](<https://devfeed.tech/articles/how-to-approve-real-users-and-block-fake-accounts-at-sign-up-with-lookup-and-verify-in-c-16094.md>)

Original publisher: [Read original article](<https://www.twilio.com/en-us/blog/developers/tutorials/product/block-fake-accounts-lookup-verify-csharp>)

Author: Amanda Lange, Dhruv Patel, Kelley Robinson

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

Content type: tutorial

Language: en

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

Topics: [C#](<https://devfeed.tech/topics/csharp.md>), [API](<https://devfeed.tech/topics/api.md>), [.NET 9](<https://devfeed.tech/topics/net-9.md>)

Tags: [auth](<https://devfeed.tech/tags/auth.md>), [c-sharp](<https://devfeed.tech/tags/c-sharp.md>), [developer-insights](<https://devfeed.tech/tags/developer-insights.md>), [fake-accounts](<https://devfeed.tech/tags/fake-accounts.md>), [fraud](<https://devfeed.tech/tags/fraud.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [lookup](<https://devfeed.tech/tags/lookup.md>), [onboarding](<https://devfeed.tech/tags/onboarding.md>), [sign-up](<https://devfeed.tech/tags/sign-up.md>), [verification](<https://devfeed.tech/tags/verification.md>), [verify](<https://devfeed.tech/tags/verify.md>)

### AI overview

This tutorial shows C# developers how to combine Twilio Lookup and Twilio Verify to screen phone numbers during sign-up, verify identity, and block fake accounts. It covers line-type, reachability, identity-match, and phone-possession checks.

### Source excerpt

How to Approve Real Users and Block Fake Accounts at Sign Up with Lookup and Verify in C Sharp

## Hacking Workshop for September 2026

DevFeed: [Hacking Workshop for September 2026](<https://devfeed.tech/articles/hacking-workshop-for-september-2026-33638.md>)

Original publisher: [Read original article](<https://rhaas.blogspot.com/2026/07/hacking-workshop-for-september-2026.html>)

Author: Robert Haas (noreply@blogger.com)

Published: 2026-07-31T15:09:42Z

Content type: news

Language: en

Sources: [Robert Haas](<https://devfeed.tech/sources/robert-haas.md>)

Topics: [PostgreSQL](<https://devfeed.tech/topics/postgresql.md>), [Code](<https://devfeed.tech/topics/code.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [announce](<https://devfeed.tech/tags/announce.md>), [code](<https://devfeed.tech/tags/code.md>), [examples](<https://devfeed.tech/tags/examples.md>), [mentoring](<https://devfeed.tech/tags/mentoring.md>), [postgresql](<https://devfeed.tech/tags/postgresql.md>), [september-2026](<https://devfeed.tech/tags/september-2026.md>), [sessions](<https://devfeed.tech/tags/sessions.md>), [sign-up](<https://devfeed.tech/tags/sign-up.md>), [talk](<https://devfeed.tech/tags/talk.md>), [workshop](<https://devfeed.tech/tags/workshop.md>)

### AI overview

This announcement invites readers to a September 2026 Hacking Workshop featuring David Rowley discussing hot-path code optimization and tuple deformation. Participants are asked to watch the talk beforehand and join a session with questions.

### Source excerpt

I'm pleased to announce that David Rowley will be joining us in September to discuss his talk Optimizing code in the hot path; with examples from tuple deformation. If you're interesting in joining us, please sign up using this form and I will send you an invite to one of the sessions. As always, thanks to David for agreeing to join the sessions. Read more "

## Hacking Workshop for June/July 2026

DevFeed: [Hacking Workshop for June/July 2026](<https://devfeed.tech/articles/hacking-workshop-for-june-july-2026-33637.md>)

Original publisher: [Read original article](<https://rhaas.blogspot.com/2026/06/hacking-workshop-for-junejuly-2026.html>)

Author: Robert Haas (noreply@blogger.com)

Published: 2026-06-02T18:36:18Z

Content type: news

Language: en

Sources: [Robert Haas](<https://devfeed.tech/sources/robert-haas.md>)

Topics: [Hacking](<https://devfeed.tech/topics/hacking.md>), [PostgreSQL](<https://devfeed.tech/topics/postgresql.md>), [IO](<https://devfeed.tech/topics/io.md>), [observability](<https://devfeed.tech/topics/observability.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [announce](<https://devfeed.tech/tags/announce.md>), [hacking](<https://devfeed.tech/tags/hacking.md>), [io](<https://devfeed.tech/tags/io.md>), [mentoring](<https://devfeed.tech/tags/mentoring.md>), [observability](<https://devfeed.tech/tags/observability.md>), [postgresql](<https://devfeed.tech/tags/postgresql.md>), [sessions](<https://devfeed.tech/tags/sessions.md>), [sign-up](<https://devfeed.tech/tags/sign-up.md>)

### AI overview

The June/July 2026 PostgreSQL Hacking Workshop will feature Melanie Plageman discussing her talk "Additional IO Observability in Postgres with pg_stat_io." Interested participants can sign up to receive an invitation.

### Source excerpt

I was hoping to usual resume the monthly cadence of hacking workshops in June, but it didn't quite happen, largely due to being a little exhausted after pgconf.dev. But, I'm pleased to announce that Melanie Plageman will be joining us to discuss her talk Additional IO Observability in Postgres with pg_stat_io. If you're interesting in joining us, please sign up using this form and I will send you an invite to one of the sessions. As always, thanks to Melanie for joining us.Read more "

## Hacking Workshop for June 2025

DevFeed: [Hacking Workshop for June 2025](<https://devfeed.tech/articles/hacking-workshop-for-june-2025-33625.md>)

Original publisher: [Read original article](<https://rhaas.blogspot.com/2025/05/hacking-workshop-for-june-2025.html>)

Author: Robert Haas (noreply@blogger.com)

Published: 2025-05-19T12:00:00Z

Content type: article

Language: en

Sources: [Robert Haas](<https://devfeed.tech/sources/robert-haas.md>)

Topics: [PostgreSQL](<https://devfeed.tech/topics/postgresql.md>), [meetings](<https://devfeed.tech/topics/meetings.md>), [zoom](<https://devfeed.tech/topics/zoom.md>)

Tags: [meetings](<https://devfeed.tech/tags/meetings.md>), [mentoring](<https://devfeed.tech/tags/mentoring.md>), [postgresql](<https://devfeed.tech/tags/postgresql.md>), [sessions](<https://devfeed.tech/tags/sessions.md>), [sign-up](<https://devfeed.tech/tags/sign-up.md>), [workshop](<https://devfeed.tech/tags/workshop.md>), [zoom](<https://devfeed.tech/tags/zoom.md>)

### AI overview

An upcoming workshop will host two or three Zoom discussions of Masahiko Sawada's talk on using Adaptive Radix Trees to speed up PostgreSQL vacuuming. Participants are asked to watch the talk beforehand and sign up to receive an invitation.

### Source excerpt

Next month, I'll be hosting 2 or 3 discussions of Masahiko Sawada's talk, PostgreSQL meets ART - Using Adaptive Radix Tree to speed up vacuuming, from 2024.pgconf.dev. If you're interested in joining us, please sign up using this form and I will send you an invite to one of the sessions. Read more "

## ClickHouse Cloud is Microsoft Azure Consumption Commitment eligible

DevFeed: [ClickHouse Cloud is Microsoft Azure Consumption Commitment eligible](<https://devfeed.tech/articles/clickhouse-cloud-is-microsoft-azure-consumption-commitment-eligible-5082.md>)

Original publisher: [Read original article](<https://clickhouse.com/blog/clickhouse-cloud-microsoft-azure-consumption-commitment-eligble>)

Author: ClickHouse

Published: 2025-02-05T14:00:05Z

Content type: news

Language: en

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

Topics: [clickhouse](<https://devfeed.tech/topics/clickhouse.md>), [Azure](<https://devfeed.tech/topics/azure.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [real-time](<https://devfeed.tech/topics/real-time.md>), [Microsoft](<https://devfeed.tech/topics/microsoft.md>), [data](<https://devfeed.tech/topics/data.md>), [observability](<https://devfeed.tech/topics/observability.md>), [dashboards](<https://devfeed.tech/topics/dashboards.md>)

Tags: [analytics](<https://devfeed.tech/tags/analytics.md>), [azure](<https://devfeed.tech/tags/azure.md>), [azure-marketplace](<https://devfeed.tech/tags/azure-marketplace.md>), [billing](<https://devfeed.tech/tags/billing.md>), [clickhouse](<https://devfeed.tech/tags/clickhouse.md>), [cost](<https://devfeed.tech/tags/cost.md>), [customers](<https://devfeed.tech/tags/customers.md>), [dashboards](<https://devfeed.tech/tags/dashboards.md>), [data](<https://devfeed.tech/tags/data.md>), [microsoft](<https://devfeed.tech/tags/microsoft.md>), [observability](<https://devfeed.tech/tags/observability.md>), [onboarding](<https://devfeed.tech/tags/onboarding.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [sign-up](<https://devfeed.tech/tags/sign-up.md>)

### AI overview

ClickHouse Cloud is eligible for the Microsoft Azure Consumption Commitment program, allowing Azure customers to apply pre-committed Azure spending to ClickHouse Cloud. The article highlights simplified procurement, use of existing budgets, Azure integrations, and a free trial with credits.

### Source excerpt

ClickHouse Cloud is now eligible for the Microsoft Azure Consumption Commitment (MACC) program, allowing Azure customers to apply their pre-committed spend towards ClickHouse Cloud.

## Authentication in Next.js

DevFeed: [Authentication in Next.js](<https://devfeed.tech/articles/authentication-in-next-js-18949.md>)

Original publisher: [Read original article](<https://www.robinwieruch.de/next-authentication/>)

Author: Robin Wieruch

Published: 2024-10-29T10:50:46Z

Content type: tutorial

Language: en

Sources: [Robin Wieruch](<https://devfeed.tech/sources/robin-wieruch.md>)

Topics: [Authentication](<https://devfeed.tech/topics/authentication.md>), [Next.js](<https://devfeed.tech/topics/next-js.md>), [Tutorial](<https://devfeed.tech/topics/tutorial.md>), [React](<https://devfeed.tech/topics/react.md>)

Tags: [authentication](<https://devfeed.tech/tags/authentication.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [learn](<https://devfeed.tech/tags/learn.md>), [next](<https://devfeed.tech/tags/next.md>), [next-authentication](<https://devfeed.tech/tags/next-authentication.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [sign-in](<https://devfeed.tech/tags/sign-in.md>), [sign-up](<https://devfeed.tech/tags/sign-up.md>)

### AI overview

A tutorial on implementing authentication in Next.js 15 with the App Router, React Server Components, and Server Actions. It demonstrates sign-up, sign-in, sign-out, public routes, protected routes, and redirects without client-side JavaScript.

### Source excerpt

Learn how to roll your own authentication in Next.js ...

## Announcing Trino Summit 2024

DevFeed: [Announcing Trino Summit 2024](<https://devfeed.tech/articles/announcing-trino-summit-2024-8758.md>)

Original publisher: [Read original article](<https://trino.io/blog/2024/07/11/trino-summit-2024-call-for-speakers.html>)

Author: Cole Bowden, Manfred Moser, and Monica Miller

Published: 2024-07-11T00:00:00Z

Content type: news

Language: en

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

Topics: [big-data](<https://devfeed.tech/topics/big-data.md>), [data-engineering](<https://devfeed.tech/topics/data-engineering.md>), [Data Science](<https://devfeed.tech/topics/data-science.md>), [.NET 11](<https://devfeed.tech/topics/net-11.md>)

Tags: [architectures](<https://devfeed.tech/tags/architectures.md>), [big-data](<https://devfeed.tech/tags/big-data.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [community](<https://devfeed.tech/tags/community.md>), [data-engineering](<https://devfeed.tech/tags/data-engineering.md>), [data-science](<https://devfeed.tech/tags/data-science.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [event](<https://devfeed.tech/tags/event.md>), [security](<https://devfeed.tech/tags/security.md>), [sign-up](<https://devfeed.tech/tags/sign-up.md>), [speakers](<https://devfeed.tech/tags/speakers.md>), [sql](<https://devfeed.tech/tags/sql.md>), [streaming](<https://devfeed.tech/tags/streaming.md>), [summit](<https://devfeed.tech/tags/summit.md>), [videos](<https://devfeed.tech/tags/videos.md>), [virtual-event](<https://devfeed.tech/tags/virtual-event.md>)

### AI overview

Trino Summit 2024 is announced as a two-day virtual event on December 11 and 12, featuring talks for engineers, analysts, data scientists, and others interested in Trino. The article also opens a call for beginner to advanced speaker submissions on topics including data architectures, SQL analytics, data engineering, streaming, governance, security, deployment, and custom connectors.

### Source excerpt

Fresh off the heels of Trino Fest 2024, where Commander Bun Bun was busy meeting the Trino community in-person, we're already looking forward to another, bigger event to round out the year in Trino. For those who've been here a while, you know that can only mean one thing: Trino Summit 2024. Much like last year, it will be a two-day, fully virtual event, hosting a wide range of talks covering all things Trino on the 11th and 12th of December. Read on for more info, or if you're already convinced... Register to attend!

## ESP Insights: Playing with Device Tags

DevFeed: [ESP Insights: Playing with Device Tags](<https://devfeed.tech/articles/esp-insights-playing-with-device-tags-13843.md>)

Original publisher: [Read original article](<https://developer.espressif.com/blog/esp-insights-playing-with-device-tags/>)

Author: John Lee

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

Content type: tutorial

Language: en

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

Topics: [dashboards](<https://devfeed.tech/topics/dashboards.md>), [Internet of things](<https://devfeed.tech/topics/iot.md>)

Tags: [analytics](<https://devfeed.tech/tags/analytics.md>), [blog](<https://devfeed.tech/tags/blog.md>), [devices](<https://devfeed.tech/tags/devices.md>), [esp](<https://devfeed.tech/tags/esp.md>), [esp-insights](<https://devfeed.tech/tags/esp-insights.md>), [esp32](<https://devfeed.tech/tags/esp32.md>), [espinsights](<https://devfeed.tech/tags/espinsights.md>), [filter](<https://devfeed.tech/tags/filter.md>), [follow](<https://devfeed.tech/tags/follow.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [iot](<https://devfeed.tech/tags/iot.md>), [observability](<https://devfeed.tech/tags/observability.md>), [search](<https://devfeed.tech/tags/search.md>), [sign-in](<https://devfeed.tech/tags/sign-in.md>), [sign-up](<https://devfeed.tech/tags/sign-up.md>)

### AI overview

This article explains how ESP Insights device tags help users categorize and search ESP devices in the ESP Insights Dashboard. It describes name-value tags, examples such as location and firmware version, tag-based filtering, and tag management.

### Source excerpt

In today's world which is completely engulfed in social media, the notion of tags is not new. Most of the media publicly shared on the social network is tagged (or to be more accurate, hash-tagged) with something or the other. With that familiarity in mind, we thought of introducing the concept of tagging to the ESP devices, that should help users categorise or search their devices faster on the ESP Insights Dashboard.

## Adding Firebase Authentication to a Jetpack Compose app

DevFeed: [Adding Firebase Authentication to a Jetpack Compose app](<https://devfeed.tech/articles/adding-firebase-authentication-to-a-jetpack-compose-app-16436.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2022/05/adding-firebase-auth-to-jetpack-compose-app>)

Author: Marina Coelho

Published: 2022-05-19T00:00:00Z

Content type: tutorial

Language: en

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

Topics: [Firebase](<https://devfeed.tech/topics/firebase.md>), [Authentication](<https://devfeed.tech/topics/authentication.md>), [Jetpack Compose](<https://devfeed.tech/topics/jetpack-compose.md>), [Android](<https://devfeed.tech/topics/android.md>), [App](<https://devfeed.tech/topics/app.md>), [passwords](<https://devfeed.tech/topics/passwords.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [app](<https://devfeed.tech/tags/app.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [firestore](<https://devfeed.tech/tags/firestore.md>), [jetpack](<https://devfeed.tech/tags/jetpack.md>), [jetpack-compose](<https://devfeed.tech/tags/jetpack-compose.md>), [passwords](<https://devfeed.tech/tags/passwords.md>), [sign-in](<https://devfeed.tech/tags/sign-in.md>), [sign-up](<https://devfeed.tech/tags/sign-up.md>)

### AI overview

A tutorial on adding Firebase Authentication to an Android app built with Jetpack Compose. It explains anonymous authentication, login and sign-up flows, and upgrading an anonymous session to a full account.

### Source excerpt

Learn how add Firebase Authentication to an Android app built with Jetpack Compose.

## Laravel Forge Command Palette

DevFeed: [Laravel Forge Command Palette](<https://devfeed.tech/articles/laravel-forge-command-palette-3767.md>)

Original publisher: [Read original article](<https://laravel.com/blog/laravel-forge-command-palette>)

Author: Taylor Otwell

Published: 2022-04-19T13:41:00Z

Content type: release

Language: en

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

Topics: [Laravel](<https://devfeed.tech/topics/laravel.md>), [Server](<https://devfeed.tech/topics/server.md>), [PHP](<https://devfeed.tech/topics/php.md>), [MySQL](<https://devfeed.tech/topics/mysql.md>), [Redis](<https://devfeed.tech/topics/redis.md>), [Database](<https://devfeed.tech/topics/database.md>)

Tags: [database](<https://devfeed.tech/tags/database.md>), [documentation](<https://devfeed.tech/tags/documentation.md>), [ecosystem](<https://devfeed.tech/tags/ecosystem.md>), [feature](<https://devfeed.tech/tags/feature.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [mysql](<https://devfeed.tech/tags/mysql.md>), [new-feature](<https://devfeed.tech/tags/new-feature.md>), [php](<https://devfeed.tech/tags/php.md>), [redis](<https://devfeed.tech/tags/redis.md>), [servers](<https://devfeed.tech/tags/servers.md>), [sign-up](<https://devfeed.tech/tags/sign-up.md>)

### AI overview

Laravel Forge has introduced a command palette that lets users quickly navigate servers and sites with Cmd+K or Ctrl+K. It also provides shortcuts to server and site management areas, source control and provider account settings, and Forge documentation.

### Source excerpt

Today we're happy to ship a wonderful new feature to Laravel Forge: the Forge Command Palette! We love making Forge the fastest, simplest, and most enjoyable way to manage your Laravel servers across...

## Presenting the Advantages of ESP32-S3-BOX, Espressif's AI Voice Development Kit

DevFeed: [Presenting the Advantages of ESP32-S3-BOX, Espressif's AI Voice Development Kit](<https://devfeed.tech/articles/presenting-the-advantages-of-esp32-s3-box-espressif-s-ai-voice-development-kit-13943.md>)

Original publisher: [Read original article](<https://developer.espressif.com/blog/presenting-the-advantages-of-esp32-s3-box-espressifs-ai-voice-development-kit/>)

Author: John Lee

Published: 2021-11-22T00:00:00Z

Content type: article

Language: en

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

Topics: [ESP32-S3](<https://devfeed.tech/topics/esp32-s3.md>), [ESP32](<https://devfeed.tech/topics/esp32.md>), [Espressif](<https://devfeed.tech/topics/espressif.md>), [Internet of things](<https://devfeed.tech/topics/iot.md>), [Bluetooth](<https://devfeed.tech/topics/bluetooth.md>), [Wi-Fi](<https://devfeed.tech/topics/wi-fi.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [SOC](<https://devfeed.tech/topics/soc.md>)

Tags: [ai-voice-assistant](<https://devfeed.tech/tags/ai-voice-assistant.md>), [aiot](<https://devfeed.tech/tags/aiot.md>), [applications](<https://devfeed.tech/tags/applications.md>), [blog](<https://devfeed.tech/tags/blog.md>), [bluetooth](<https://devfeed.tech/tags/bluetooth.md>), [development-kit](<https://devfeed.tech/tags/development-kit.md>), [esp32](<https://devfeed.tech/tags/esp32.md>), [esp32-s3](<https://devfeed.tech/tags/esp32-s3.md>), [espressif](<https://devfeed.tech/tags/espressif.md>), [follow](<https://devfeed.tech/tags/follow.md>), [hmi](<https://devfeed.tech/tags/hmi.md>), [iot](<https://devfeed.tech/tags/iot.md>), [jtag](<https://devfeed.tech/tags/jtag.md>), [offline](<https://devfeed.tech/tags/offline.md>), [sign-in](<https://devfeed.tech/tags/sign-in.md>), [sign-up](<https://devfeed.tech/tags/sign-up.md>), [soc](<https://devfeed.tech/tags/soc.md>), [speakers](<https://devfeed.tech/tags/speakers.md>), [usb](<https://devfeed.tech/tags/usb.md>), [voice](<https://devfeed.tech/tags/voice.md>), [wi-fi](<https://devfeed.tech/tags/wi-fi.md>)

### AI overview

Espressif's ESP32-S3-BOX is an AI voice development kit based on the ESP32-S3 Wi-Fi and Bluetooth 5 SoC. The article presents its hardware specifications and supported use cases, including online and offline voice assistants, AIoT devices, machine learning at the edge, and HMI applications.

### Source excerpt

Espressif Systems has recently released an AI voice development kit dubbed ESP32-S3-BOX, based on ESP32-S3 Wi-Fi + Bluetooth 5 (LE) SoC. It provides a platform for developing the control of smart devices with offline and online voice assistants. ESP32-S3-BOX is ideal for developing AIoT applications with reconfigurable AI voice functions, such as smart speakers, and IoT devices that achieve human-computer voice interaction directly.

## Forge: Site Commands

DevFeed: [Forge: Site Commands](<https://devfeed.tech/articles/forge-site-commands-3685.md>)

Original publisher: [Read original article](<https://laravel.com/blog/forge-site-commands>)

Author: James Brooks

Published: 2021-03-30T08:23:00Z

Content type: release

Language: en

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

Topics: [Scripting, bash](<https://devfeed.tech/topics/scripting-bash.md>), [Script](<https://devfeed.tech/topics/script.md>), [Laravel](<https://devfeed.tech/topics/laravel.md>), [PHP](<https://devfeed.tech/topics/php.md>), [servers](<https://devfeed.tech/topics/servers.md>), [MySQL](<https://devfeed.tech/topics/mysql.md>), [Redis](<https://devfeed.tech/topics/redis.md>)

Tags: [bash](<https://devfeed.tech/tags/bash.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [mysql](<https://devfeed.tech/tags/mysql.md>), [php](<https://devfeed.tech/tags/php.md>), [redis](<https://devfeed.tech/tags/redis.md>), [server](<https://devfeed.tech/tags/server.md>), [servers](<https://devfeed.tech/tags/servers.md>), [sign-up](<https://devfeed.tech/tags/sign-up.md>), [video](<https://devfeed.tech/tags/video.md>), [youtube](<https://devfeed.tech/tags/youtube.md>)

### AI overview

Laravel Forge introduces a Commands panel for running one-off Bash commands from a site's directory as the correct user. It records the ten most recent commands, the initiating user, status, output, and failures based on non-zero exit codes.

### Source excerpt

Forge has had the ability to execute arbitrary Bash scripts on your server via Recipes for some time now. However, sometimes you may just need to run a quick command without the overhead of creating a...

## Envoyer: Selectable Deployment Hooks

DevFeed: [Envoyer: Selectable Deployment Hooks](<https://devfeed.tech/articles/envoyer-selectable-deployment-hooks-3630.md>)

Original publisher: [Read original article](<https://laravel.com/blog/envoyer-selectable-deployment-hooks>)

Author: James Brooks

Published: 2020-12-16T15:20:00Z

Content type: release

Language: en

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

Topics: [Deployment](<https://devfeed.tech/topics/deployment.md>), [Server](<https://devfeed.tech/topics/server.md>)

Tags: [apis](<https://devfeed.tech/tags/apis.md>), [applications](<https://devfeed.tech/tags/applications.md>), [can](<https://devfeed.tech/tags/can.md>), [customers](<https://devfeed.tech/tags/customers.md>), [dependencies](<https://devfeed.tech/tags/dependencies.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [projects](<https://devfeed.tech/tags/projects.md>), [server](<https://devfeed.tech/tags/server.md>), [servers](<https://devfeed.tech/tags/servers.md>), [sign-up](<https://devfeed.tech/tags/sign-up.md>), [solutions](<https://devfeed.tech/tags/solutions.md>), [third-party](<https://devfeed.tech/tags/third-party.md>), [time](<https://devfeed.tech/tags/time.md>)

### AI overview

Envoyer introduces selectable deployment hooks, allowing users to choose which active hooks to skip directly from the deployment confirmation window. Selected hooks run on their configured servers, while unchecked hooks are skipped across all servers for that deployment.

### Source excerpt

Envoyer's powerful deployment hook system allows you to create bespoke deployment plans for your projects. Envoy can install your dependencies and compile your assets or even interact with third-party...

## Announcing: Serverless Workshops!

DevFeed: [Announcing: Serverless Workshops!](<https://devfeed.tech/articles/announcing-serverless-workshops-14068.md>)

Original publisher: [Read original article](<https://www.serverless.com/blog/announcing-serverless-workshops>)

Author: Andrea Passwater

Published: 2017-11-07T00:00:00Z

Content type: release

Language: en

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

Topics: [Serverless](<https://devfeed.tech/topics/serverless.md>)

Tags: [aws](<https://devfeed.tech/tags/aws.md>), [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [cloud-computing](<https://devfeed.tech/tags/cloud-computing.md>), [faas](<https://devfeed.tech/tags/faas.md>), [function-as-a-service](<https://devfeed.tech/tags/function-as-a-service.md>), [infrastructure-as-code](<https://devfeed.tech/tags/infrastructure-as-code.md>), [news](<https://devfeed.tech/tags/news.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [serverless-architecture](<https://devfeed.tech/tags/serverless-architecture.md>), [serverless-framework](<https://devfeed.tech/tags/serverless-framework.md>), [sign-up](<https://devfeed.tech/tags/sign-up.md>), [skills](<https://devfeed.tech/tags/skills.md>), [workshops](<https://devfeed.tech/tags/workshops.md>)

### AI overview

Serverless announces workshops intended to help individuals and teams improve their Serverless skills.

### Source excerpt

Want to get even better at Serverless, and spread the skills across your whole team? Sign up for a Serverless Workshop!