Skip to content
View 0x2x's full-sized avatar
🖥️
What can change the world
🖥️
What can change the world

Block or report 0x2x

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
0x2x/README.md
{
  "name": "Nigel",
  "located_in": "Seattle, Wa",
  "fields_of_interests": [
    "Backend development",
    "Application Development",
  ],
  "Experience_with": [{
      "ProgrammingLanguages": ["c#", "python", "javascript", "typescript"],
      "frameworks": ["nextjs", "nestjs"],
      "DataBases": ["PostgreSQL", "MariaDB", "MySql", "SQLite", "MongoDB"],
      "Caching": ["DragonflyDB", "RedisDB"],
      "SecurityApplications": ["Wireshark", "burp", "Nmap", "SqlMap"]
  }],
  "Socials": [
    {
      "social_name": "Linkedin"
      "username": "nigelraydavey",
      "url": "https://www.linkedin.com/in/nigelraydavey/",
    },
    {
      "social_name": "Instagram"
      "username": "1of1nygel",
      "url": "https://www.instagram.com/1of1nygel",
    },
  ]
}

Pinned Loading

  1. text_to_handwriting.java text_to_handwriting.java
    1
    /*
    2
    10/21/2025
    3
    Made this for my one_dimensional_password_manager.
    4
    5
    */
  2. one_dimensional_password_manager one_dimensional_password_manager Public

    One User and Only One User

    Java

  3. SushiAPI SushiAPI Public

    Project for Yearup United, Made in JAVA using springboot.

    HTML

  4. Use Shazam recognize feature inside ... Use Shazam recognize feature inside of python
    1
    import log
    2
    import time
    3
    import json
    4
    import requests
    5
    from playwright.sync_api import sync_playwright, Browser