Skip to content
View Enz0Z's full-sized avatar
💻
Coding
💻
Coding
  • Madrid, Spain
  • 06:06 (UTC +02:00)
  • X @Enz0Z

Organizations

@Intocables-Infrastructure

Block or report Enz0Z

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Enz0Z/README.md

About Me

name:        Enzo
role:        Tech Enthusiast
focus:       optimization · automation · emerging tech
stack:       Node.js · Python · Java · Linux
mindset:     "if it can be automated, it should be"
always:      hunting for the next tool that changes the game

Tech Stack

Languages
languages

Backend & Runtime
backend

Databases
databases

Hardware & Tools
tools

Voice & Telephony Integrations

elevenlabs    twilio    aircall    pipedrive


GitHub Stats

stats top langs activity graph streak

repos per language most commit language profile details

Pinned Loading

  1. Install docker in Debian Install docker in Debian
    1
    # Add Docker's official GPG key:
    2
    sudo apt-get update
    3
    sudo apt-get install ca-certificates curl
    4
    sudo install -m 0755 -d /etc/apt/keyrings
    5
    sudo curl -fsSL https://download.docker.com/linux/debian/gpg -o /etc/apt/keyrings/docker.asc
  2. elevenlabs-llm-proxy elevenlabs-llm-proxy Public

    This project exposes a minimal API surface that looks like OpenAI's Chat Completions API while routing requests to ElevenLabs APIs and WebSocket conversation endpoints.

    Python