Skip to content
View mihkuno's full-sized avatar
🧩
still looking for answers
🧩
still looking for answers

Highlights

  • Pro

Organizations

@Quaxode @USTP-GDSC @CS3-USTP

Block or report mihkuno

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
mihkuno/README.md
nokotan with nice view

👋 Hi, I'm Mihkuno!

🏫 Education

  • 🎓 University of Science and Technology of Southern Philippines
  • 📚 3rd Year Computer Science Student

🔍 Interests

  • 💙 Philanthropy | 🛡️ Ethical Hacking | 🕵️ Open-Source Intelligence | 🤖 AI Robotics

🌟 Experiences

  • Over 100+ comission-based projects accumulating 80k pesos (2023-2025)
  • Pioneer Assistant Core Lead, Computer Science Student Society (CS3), USTP
  • Pioneer Computer Science Lead, Google Developer Student Clubs (GDSC), USTP

💻 Technical Skills

  • Constraint Programming           • Machine Learning (ML)
  • Capture the Flag (CTF)               • Computer Vision (CV)
  • Internet of Things (IoT)              • Server-Side Rendering (SSR)
  • Web & Mobile Dev                    • Retrieval-Augmented Generation (RAG)
  • Freelancing

menhera motivation hayasaka crying

✨ I Like

  • Slice of Life    • Watch Dogs
  • Minecraft       • Battle Realms
  • Left 4 Dead    • Yanderes

💬 Ask me about literally anything!

Gmail Facebook LinkedIn

Languages and Tools 🛠

Programming Languages TryHackMe

 TypeScript  JavaScript  C#  C++  Python  Java  MySQL  MongoDB

mihkuno SO profile

Frameworks & Libraries

 Pytorch  React  Next.js  Express.js  Pandas  Matplotlib  Threejs  Framermotion

Tools & Technologies

 Deno  Node.js  Docker  Git  OpenCV  Selenium  Raspberry Pi  Arduino  Linux
Fun fact: I solved the world's oldest question with a single line of Javascript code
# Which came first: the chicken or egg?
print(['🥚', '🐣', '🐥', '🐔'].sort())
>>> [ '🐔', '🐣', '🐥', '🥚' ]

Pinned Loading

  1. CS3-USTP/OPTIMAKE CS3-USTP/OPTIMAKE Public

    Web-Based Decision Support System Leveraging Constraint Programming for University Course Scheduling

    TypeScript 4 4

  2. USTP-GDSC/TRAILMAP USTP-GDSC/TRAILMAP Public

    USTP CDO Mobile Map Application Using React Native And Three.js

    JavaScript 4 4

  3. CS3-USTP/PANGUTANAI CS3-USTP/PANGUTANAI Public

    Leveraging Retrieval-Augmented Generation for Querying Student Handbook of USTP (2023)

    TypeScript

  4. Custom Windows Terminal Custom Windows Terminal
    1
    {
    2
        "$help": "https://aka.ms/terminal-documentation",
    3
        "$schema": "https://aka.ms/terminal-profiles-schema",
    4
        "actions": 
    5
        [
  5. MAZERUN MAZERUN Public

    A maze game implemented in Pygame. Includes depth-first search layout generation, shortest path solver using Dijkstra's algorithm, and accuracy statistics.

    Python 2 2

  6. BLACKJACK BLACKJACK Public

    OpenCv Deck of Cards Game With Object Tracking Using Deepsort

    JavaScript