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

🌟 Leadership Roles

  • Pioneer Assistant Core Lead, Computer Science Student Society (CS3), USTP
  • Pioneer Computer Science Lead, Google Developer Student Clubs (GDSC), USTP

💻 Interests and Skills

  • Constraint Programming           • Machine Learning (ML)
  • Capture the Flag (CTF)               • Computer Vision (CV)
  • Internet of Things (IoT)              • Search Engine Optimization (SEO)
  • Web and Mobile Development

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 with Google's OR-Tools CP-SAT Model

    TypeScript 2

  2. 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
        [
  3. USTP-GDSC/TRAILMAP USTP-GDSC/TRAILMAP Public

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

    JavaScript 4 4

  4. HUNTMIPS HUNTMIPS Public

    Assembly treasure hunter game using mars mips for the final project of my Computer Organization & Architecture course

    Assembly

  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