Skip to content
View FuwaKodo's full-sized avatar
💤
💤

Block or report FuwaKodo

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.

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

Hi! I'm Nikolas Edric Santoso

All roads lead to Rome, but in CS, every path teaches you something new

About Me

  • 3rd-year Computer Science student at University of Toronto
  • Dean's List Scholar (3.80 GPA) who believes great code tells a story
  • Currently mastering the art of Machine Learning and Operating Systems

What Drives Me

const currentMission = {
    exploring: "How machines can learn from data patterns",
    building: "Applications that make complex problems simple",
    mastering: "The fundamental building blocks of computer science",
    seeking: "Summer 2026 internship to make real impact"
};

My Arsenal

class Nikolas:
    def __init__(self):
        self.strong_in = ["Python", "Java"]
        self.actively_learning = ["C++", "C", "SQL", "Machine Learning libraries"]
        self.tools = ["Git", "IntelliJ IDEA", "VS Code"]
        self.exploring = ["TensorFlow", "System Design concepts"]
        self.building = ["ML algorithms", "Data analysis projects", "OOP applications"]
   
    def philosophy(self):
        return "Write code that your future self will thank you for"
   
    def current_quest(self):
        return "Bridging the gap between theoretical CS and real-world impact"

Achievements Unlocked

  • Dean's List Scholar (Summer 2024) - Top academic performance
  • 3.80 Cumulative GPA - Consistency in excellence
  • IB Diploma Programme Graduate - Global perspective
  • Key Coursework: ML, Operating Systems, Data Structures, Software Design

Current Learning Adventure

Course Focus Status
CSC311 Machine Learning Training neural pathways
CSC369 Operating Systems Understanding the matrix
CSC263 Data Structures Building efficient foundations
Personal LeetCode + Projects Daily practice mode

Let's Connect


Check out my pinned repositories below to see my journey from ideas to implementation!

Popular repositories Loading

  1. FizzBuzz FizzBuzz Public

    Forked from CSC207-2023F-UofT/FizzBuzz

    Java 1

  2. hello-github-actions hello-github-actions Public

  3. Lab2 Lab2 Public

    Forked from CSC207-2025F-UofT/lab2-branching-and-merging

    Fork this repository!

    Java

  4. multiset-adt-private- multiset-adt-private- Public

    Forked from Phacometer/multiset-adt

    Python

  5. 207-course-notes 207-course-notes Public

    Forked from CSC207-UofT/207-course-notes

    Course Notes for CSC207

    Java

  6. JavaGUIExamples JavaGUIExamples Public

    Forked from paulgries/JavaGUIExamples

    Examples of Java Swing

    Java