PHANTOM
🇮🇳 IN
Skip to content
View LEstradioto's full-sized avatar

Block or report LEstradioto

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
LEstradioto/README.md

trophy


Full stack developer focused on frontend, going deep on AI agents and automation. I run my own OpenClaw Klanker with ~6 agents handling task lists, calendar, mail filtering, news curation, docs, coding, and more. Always testing the latest models as they drop, Claude, OpenAI, Gemini, whatever comes next. Open source contributor.

AI & Automation

Web Development

Infrastructure & Data

Latest Posts

More Blog Posts...

Contact me!

X.com logo X.com logo Stack Overflow logo

Github Stats

Lestra's GitHub stats

Typing SVG

Pinned Loading

  1. whatsapp-audio-transcriber whatsapp-audio-transcriber Public

    A Chrome Extension Whatsapp Web Audio Transcriber

    JavaScript 2

  2. realtime-audio-translator realtime-audio-translator Public

    JavaScript

  3. liquid_glass liquid_glass Public

    a study of the liquid glass effect

    HTML 2

  4. devise + acts_as_tenant + subdomain ... devise + acts_as_tenant + subdomain scope
    1
    # Minimal setup for devise + acts_as_tenant + subdomain scope
    2
    
                  
    3
    - Devise subdomain scope has a strategy: https://github.com/heartcombo/devise/wiki/How-to:-Scope-login-to-subdomain
    4
    
                  
    5
    - This setup let users be scoped for subdomain, like SASS clients
  5. Rails on WSL Network Access Rails on WSL Network Access
    1
    
                  
    2
    # Rails on WSL Network Access
    3
    
                  
    4
    A concise guide for making your Rails/Puma server in WSL accessible from external devices.
    5
    
                  
  6. Docker Rails 7, Sidekiq, Two Redis I... Docker Rails 7, Sidekiq, Two Redis Instances (cache and sidekiq) to Coolify
    1
    # syntax = docker/dockerfile:1
    2
    
                  
    3
    # Make sure RUBY_VERSION matches the Ruby version in .ruby-version and Gemfile
    4
    ARG RUBY_VERSION=3.2.2
    5
    FROM ruby:$RUBY_VERSION-slim as base