Skip to content
View archydre's full-sized avatar
  • Brasil
  • 09:19 (UTC -03:00)

Organizations

@Lumni-Development

Block or report archydre

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
archydre/README.md

Typing SVG

coding-gif

Β 

GitHub Streak


πŸš€ About Me

class ZaqueuNilton:
    def __init__(self):
        self.role = "Full-Stack Developer & AI Integration Specialist"
        self.education = "Computer Science @ UERN (2025-2029)"
        self.technical_thesis = "Ultrasonic Sensors in Digital/Mechanical Locks"
        self.interests = ["Open Source", "Arch Linux", "AI/LLM", "Edge Computing", "Music"]
        self.open_source_sdks = ["Lowdeep (Self-Healing AI SDK)", "Isthor (Reactive State)"]
    
    def say_hi(self):
        print("Building tools that make developers' lives easier πŸš€")
  • πŸŽ“ Computer Science Student at Universidade do Estado do Rio Grande do Norte (UERN)
  • πŸ”¬ Technical Thesis: "The Use of Ultrasonic Sensors in Digital and Mechanical Locks for Complex Security Systems" (IFRN)
  • πŸ’‘ Passionate about: Open Source, Arch Linux (btw), AI Integration, Edge Computing, and Music
  • 🧠 Creator of open-source SDKs: Lowdeep (Self-Healing AI SDK) & Isthor (Reactive State Management)
  • 🌐 Fluent in English | Intermediate in German & Spanish

πŸ“Œ Featured Projects

πŸ”₯ Lowdeep – Self-Healing AI SDK

GitHub Repo TypeScript

Fluid, resilient, 100% Type-Safe AI SDK with automatic response validation and correction.

Feature Description
πŸ€– Self-Healing Uses Zod to validate & fix LLM responses in real time
πŸ”Œ Provider-Agnostic Works with any OpenAI-compatible API (Groq, DeepInfra, OpenAI)
πŸ’° Low-Cost Reduces retries and invalid responses, saving API credits
πŸ“š Learning Tool Perfect for understanding AI integration patterns

βš›οΈ Isthor – Reactive State Management

GitHub Repo

Minimalist reactive state for React using Proxies – simpler than Zustand!

// Direct object manipulation with Zod validation
const state = createStore({ count: 0 });
state.count++; // Auto-reacts!
Feature Description
🎯 Direct Access No selectors, no boilerplate – just plain objects
βœ… Type-Safe Full TypeScript support with Zod schema validation
πŸ“¦ Tiny Footprint Minimal bundle size, maximum performance

πŸ€– AI Token Chatbot

Multi-LLM chatbot platform with crypto payments on Base network.

  • πŸ”— Integrates multiple LLMs via DeepInfra
  • πŸ’³ Credit-based monetization using USDC (Base network)
  • πŸ”’ Encrypted chat history with Turso + AI SDK
  • πŸ“± Modern responsive interface

πŸ“– Lou Reading App

Project Gutenberg reader with EPUB support and cloud sync.

  • πŸ“š Embedded EPUB reader with annotations & highlights
  • πŸ”„ Reading progress sync via Turso + Cloudflare Workers
  • πŸ“– Web dictionary integration
  • πŸš€ Planned PWA publication

πŸ’Ό Professional Experience

πŸ‘¨β€πŸ’» Full-Stack Developer @ ElΓ’nia Moda Íntima (2025 – Present)

Impact Technology
πŸ“¦ Catalog update time: Hours β†’ Near-instant Next.js + Turso + Cloudflare Workers
πŸ“± Admin app: Real-time product/inventory management React Native + Expo
⚑ Scalability: Designed for high request loads Edge-native architecture
πŸ“ˆ Business impact: Increased sales through faster product visibility Full-stack optimization

πŸŽ“ Back-End Developer @ WhatsApp Bot (Academic Project – 2024)

  • Built tic-tac-toe engine in C for critical performance
  • Custom JSON parsing to overcome WhatsApp message size limitations
  • Demonstrated low-level + high-level API integration

πŸ› οΈ Tech Stack

Front-end

Back-end & Edge

AI & LLM Integration

Mobile & Other

Tools & Workflow


πŸ“Š GitHub Activity

GitHub Contributions


🎯 Volunteering & Community

Role Organization Period
πŸ“š Academic Mentor UERN Computer Science 2025 – Present
🐧 Open Source Advocate Local Dev Community 2025 – Present
🀝 Peer Programming Tutor IFRN & UERN 2024 – Present

Activities:

  • Creating educational repositories for CS students
  • Promoting Arch Linux, TypeScript, and edge-native tools
  • Helping peers understand AI integration and full-stack development

πŸ—£οΈ Languages

Language Proficiency Certificate
πŸ‡§πŸ‡· Portuguese Native β€”
πŸ‡ΊπŸ‡Έ English Fluent Self-declared (TOEFL in progress)
πŸ‡©πŸ‡ͺ German Intermediate (B1) Self-study
πŸ‡ͺπŸ‡Έ Spanish Intermediate (B1) Self-study

πŸ“« Connect with Me

Gmail LinkedIn Telegram GitHub


snake gif

⭐️ Star my repos if you find them useful! ⭐️

Pinned Loading

  1. lowdeep lowdeep Public

    TypeScript 1