Skip to content
View lonelyH3b's full-sized avatar
🎯
Researching and fixing bugs
🎯
Researching and fixing bugs

Organizations

@dev-protocol @EddieHubCommunity

Block or report lonelyH3b

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.

Please don't include any personal information such as legal names or email addresses. Maximum 250 characters, 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
lonelyH3b/README.md

Hello and welcome to my GitHub profile!

I'm a Web Developer with a strong foundation in Python, passionate about building powerful backend systems and pushing the limits of what's possible with AI, automation, and creative coding. This space is a reflection of my learning journey — a mix of personal projects, research-driven ideas, and experimental code. You'll also notice a touch of my personality in the form of anime-inspired tech creations, blending art and logic in fun, unconventional ways. Whether you're here to collaborate, browse, or just curious, I hope you'll find something interesting in my work!


🔧 Tech Toolbox

  • Languages: Python, JavaScript, SQL
  • Frameworks: Django, Flask, FastAPI
  • Databases: PostgreSQL, SQLite
  • Skills: REST APIs, Web Scraping, Bot Development, Docker (Learning)

📦 Featured Projects

🔍 APT Detection System

LSTM + CNN hybrid model for detecting stealthy cyber threats. Tackles challenges like imbalanced data and long-term dependencies.

📤 Python Web Scrapers

A toolbox of CLI/utility-based scrapers for collecting structured data from various sites.

🌐 Dynamic Web Apps

Full-stack backend APIs using Django REST Framework, Flask microservices, and lightweight UI components.


📚 Learning Focus

  • 🦝 Master AI-powered decision systems in cybersecurity
  • 🧠 Use Docker & NGINX to containerize and deploy backend APIs
  • 🌱 learning 日本語
  • 🌻 Urban gardening

🌐 Social & Platforms


🤝 Let’s Collaborate

🧩 Looking for projects to contribute:

  • 💻 Backend development

  • ✍️ Writing tech blogs and articles

📩 You can reach me:


💫 GitHub Stats

This anime art rotates every 15 minutes — a surprise each time you visit 🌸.

🔝 Top Contributed Repos


👀 Profile View Counter

Pinned Loading

  1. Discord_AI_News_Bot Discord_AI_News_Bot Public

    Synthia is an AI Discord bot that blends research news from Hugging Face, arXiv, and MarkTechPost with humanlike warmth. She welcomes new members with humor and keeps the server up to date with the…

    Python 3

  2. Github_Issue_Assistant_Bot Github_Issue_Assistant_Bot Public

    LumaBot 💖 A cute GitHub bot that thanks issue creators and reacts with ❤️. Built with FastAPI & gidgethub to spread appreciation! 🌸✨ #StarThisRepo

    HTML 1

  3. binomial_nomenclature binomial_nomenclature Public

    A dictionary for looking up scientific names and the real names of plants and animals.

    Python 1

  4. Basic Git commands. Basic Git commands.
    1
    `git add .` stage all changes on a local git repo.
    2
    
                  
    3
    `git add <filename>` stage a specific file on repo.
    4
    
                  
    5
    `git commit -m "Message"` commit or save changes.
  5. TranslatorDiscordBot TranslatorDiscordBot Public

    Forked from SharmaMitchell/TranslatorDiscordBot

    Discord bot that translates between English and Japanese. Built using Discord.py and DeepL's translation API.

    Python