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: Full Stack Development,
  • 🌱 I'm currently learning: Rust, C, C#,
  • ❀️ I love: Creating tools and automation,
  • πŸ’» Favorite langs: JavaScript, Python & Shell

}


β˜• Statistics

πŸš€ Featured Projects

Take a look at my most outstanding projects.

Bluetooth Dual Boot Docker CE Deepin Node Mongo API React Boilerplate
πŸ”— 🐳 πŸ“¦ βš›οΈ

Pairing BT devices in dual boot

Gist

Install Docker on Deepin Linux

Gist

Node.js MongoDB API example

Repository

React starter with best practices

Repository

🌱 My Skills

πŸ’» Programming Languages

Bash CSS HTML JavaScript Markdown Node.js Python SQL TypeScript

πŸ“š Frameworks and Libraries

Bootstrap Docker Electron Express.js GitHub Actions Jest React Webpack

βš™ Software & Tools

Git Linux Nginx Ubuntu Visual Studio Code Postman

☁ Databases & Cloud

GitHub Pages MongoDB MySQL PostgreSQL


🎯 Achievements

πŸ“« Connect with me


🧩 Back to your reality 🧩

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