Skip to content
View QuvonchbekBobojonov's full-sized avatar
πŸ‡΅πŸ‡Έ
free palestine
πŸ‡΅πŸ‡Έ
free palestine

Block or report QuvonchbekBobojonov

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

πŸ‘‹ Hi, I'm Quvonchbek Bobojonov

πŸ’» Full-Stack Developer & Desktop Engineer | 🌐 Cybersecurity Enthusiast | πŸ€– AI & Computer Vision Explorer

I’m a passionate developer who loves building scalable, functional, and secure digital products. My work spans frontend, backend, desktop engineering, DevOps, cybersecurity, and AI β€” all driven by curiosity, problem-solving, and a love for clean code.


πŸš€ What I Do

  • 🌐 Frontend Development – Modern, responsive, and interactive UIs
  • πŸ–₯️ Desktop Engineering – Reliable and user-friendly desktop applications
  • πŸ”§ Backend Engineering – Scalable APIs & secure architectures
  • πŸ›‘ Cybersecurity & Ethical Hacking – Security testing & analysis
  • πŸ€– Computer Vision & AI – Smart automation & deep learning
  • βš™ DevOps & Deployment – Efficient CI/CD, containerization, and cloud deployments

πŸ›  Tech Stack

Category Technologies
Frontend Html Css Bootstrap JavaScript TypeScript Reactjs Vite
Backend Python Django MySql PostgreSql Sqlite
Cybersecurity Kali Linux Burp Suite Nmap Metasploit Wireshark
Computer Vision & AI OpenCV YOLO TensorFlow PyTorch
DevOps & Deployment Docker Kubernetes Nginx GitLab CI Jenkins Ansible AWS Google Cloud
Tools & IDEs Git GitHub Postman Pycharm WebStorm QT Ubuntu Linux
Desktop Engineering QT PySide6 Windows VirtualBox

πŸ“š Currently Learning

  • Data Structures & Algorithms (DSA)
  • Advanced React & TypeScript Patterns
  • Deep Learning for Computer Vision
  • Advanced DevOps & Cloud Infrastructure

πŸ“« Get in Touch


⚑ Fun Fact

"Every line of code I write is backed by curiosity, caffeine, and a drive to make something meaningful." πŸš€

Pinned Loading

  1. aiogram-webhook-template aiogram-webhook-template Public template

    Aiogram version 3 web hook template via FastAPI

    Python 15 3

  2. Uzbek-language Uzbek-language Public archive

    This package was created to correct Uzbek spelling mistakes and translate from Latin to Cyrillic

    Python 20

  3. youtube_downloader_bot youtube_downloader_bot Public

    Youtube video, audeo downloader telegram bot

    Python 1

  4. django-success-response django-success-response Public

    Django app for customizing response

    Python 1

  5. Auto deployment for Github Auto deployment for Github
    1
    name: Deployment
    2
     
    3
    on:
    4
     push:
    5
     branches:
  6. USB barcode scanning code in javascript USB barcode scanning code in javascript
    1
    let scan = ''
    2
    const lang = window.localStorage.getItem('lang', 'ru')
    3
    window.addEventListener('keydown', function(e) {
    4
    if (e.key === 'Enter') {
    5
     if (document.querySelector('#id_barcode')) {