Skip to content
View madkoding's full-sized avatar
๐Ÿงฉ
Back to your reality
๐Ÿงฉ
Back to your reality

Block or report madkoding

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

๐Ÿ‘‹ How do u do, fellow devs


{

  • ๐Ÿ‘‚ My name is: madKoding,
  • ๐Ÿ“ Location: Chile,
  • ๐Ÿ’ผ I'm currently working on: AI Systems & Full Stack Development,
  • ๐ŸŒฑ I'm currently learning: AI/ML, Embedded Systems & OS Development,
  • โค๏ธ I love: Building AI tools, automation & custom Linux distros,
  • ๐Ÿ’ป Favorite langs: Rust, TypeScript, Python & Shell

}


โ˜• Statistics

๐Ÿš€ Featured Projects

Take a look at my most outstanding projects.

madOS neuro-bitnet Fractal-Mind
๐Ÿ–ฅ๏ธ ๐Ÿง  ๐ŸŒ€

AI-Orchestrated Arch Linux with Claude Code integration

Repository

High-performance RAG server in Rust with BitNet 1.58-bit local inference

Repository

AI system with evolutionary memory, fractal graphs & vector embeddings

Repository
Neuro Agent Git Reports MMORPGVT
๐Ÿค– ๐Ÿ“Š ๐ŸŽฎ

AI programming assistant with dual-model orchestration & RAG

Repository

AI-powered Git activity reporter for automated work summaries

Repository

Interactive MMORPG mechanics for VTuber streams on Twitch

Repository

๐ŸŒฑ My Skills

๐Ÿ’ป Programming Languages

Rust TypeScript JavaScript Python Bash C# HTML CSS SQL

๐Ÿค– AI & Machine Learning

Ollama OpenAI Anthropic RAG LLM BitNet

๐Ÿ“š Frameworks and Libraries

React Next.js Node.js Express.js Docker GitHub Actions Axum Jest

โš™ Software & Tools

Git Linux Arch Linux Nginx Visual Studio Code Postman

โ˜ Databases & Cloud

SurrealDB MongoDB PostgreSQL MySQL GitHub Pages Firebase


๐ŸŽฏ Achievements

๐Ÿ“ซ Connect with me


๐Ÿงฉ Back to your reality ;D ๐Ÿงฉ

Pinned Loading

  1. Pairing bluetooth devices in dual bo... Pairing bluetooth devices in dual boot with Linux Ubuntu and Windows 10/11
    1
    # Pairing Bluetooth Devices in Dual Boot with Linux Ubuntu and Windows 10/11
    2
    
                  
    3
    ## Introduction
    4
    This guide provides updated instructions for pairing Bluetooth devices (such as keyboards or mice) in a dual-boot environment with Linux Ubuntu and Windows 10/11, incorporating community feedback and suggestions.
    5
    
                  
  2. Install Docker-CE script for Deepin ... Install Docker-CE script for Deepin Linux
    1
    #!/bin/bash
    2
    
                  
    3
    echo "Starting Docker installation on Deepin Linux..."
    4
    
                  
    5
    # Define a mapping from Deepin version to Debian version
  3. Create proxy server for CORS issues ... Create proxy server for CORS issues (http-proxy package)
    1
    // Import required modules
    2
    const http = require("http");
    3
    const httpProxy = require("http-proxy");
    4
    
                  
    5
    // API target and proxy port configuration
  4. Python Script for Removing Duplicate... Python Script for Removing Duplicate Files (roms) Based on Levenshtein Distance
    1
    # Python Script for Removing Duplicate Files (roms) Based on Levenshtein Distance
    2
    
                  
    3
    This Python script identifies and removes duplicate files in a specified directory based on the Levenshtein distance between their names. Only the first file in each group of similar files is kept, and the rest are deleted. The script excludes directories and only processes files.
    4
    
                  
    5
    ## Requirements
  5. node-mongo-api node-mongo-api Public

    Node mongo api example

    JavaScript 1

  6. react-boilerplate react-boilerplate Public

    React boilerplate with eslint standard, craco path aliases, husky and jest preconfigured

    JavaScript 1