Skip to content
View wannn-one's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Organizations

@mage-its @Barunastra-ITS @Lab-B300-MIOT

Block or report wannn-one

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 100 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
wannn-one/README.md

πŸ’« About Me:

πŸ”­ I’m currently studying Computer Engineering at Sepuluh Nopember Institute of Technology.
πŸ‘― I’m looking to collaborate on IoT Use Case Projects.
🀝 I’m looking for help with Web Development and Networking strategies.
🌱 I’m currently learning IT Infrastructure and DevOps.
πŸ’¬ Ask me about Computer Vision and Backend Development.

🌐 Socials:

LinkedIn Medium

πŸ’» Tech Stack:

C# JavaScript TypeScript Python AWS Netlify Vercel Alibaba Cloud .Net Express.js Flask JWT NodeJS OpenCV React Vue.js TailwindCSS Nginx Apache Firebase InfluxDB Postgres MongoDB MicrosoftSQLServer Sequelize Figma Keras Matplotlib NumPy Pandas PyTorch scikit-learn TensorFlow Postman

πŸ“Š GitHub Stats:




Pinned Loading

  1. ODOLTracker/odoltracker-backend ODOLTracker/odoltracker-backend Public

    ODOLTracker Backend side, built with Node.js, Express.js, dan PostgreSQL

    JavaScript

  2. ODOLTracker/odoltracker-proposal ODOLTracker/odoltracker-proposal Public

    Proposal TA ODOLTracker

    TeX

  3. wannn-site wannn-site Public

    My own portfolio website for CV and Internship build by Next.js 12 and Tailwind CSS

    JavaScript

  4. Barunastra-ITS/inamarine-vision Barunastra-ITS/inamarine-vision Public

    Inamarine 2024 crane handling base on object detection and gesture recognition

    Python 1

  5. Camera check with OpenCV Python Camera check with OpenCV Python
    1
    import cv2
    2
    
                  
    3
    cap = cv2.VideoCapture(0)
    4
    
                  
    5
    if not cap.isOpened():