{
  "greetings": "Hi, it looks like you are messing with the endpoints of my personal API 👀. I'm glad it caught your attention 😄. Here you can find some information about me, my hobbies, my favorite things, and more!",
  "name": "Berkay Eren",
  "surname": "Konuk",
  "gender": "male",
  "age": 23,
  "color": "#45ffca",
  "languages": [
    "Turkish",
    "English",
    "Japanese"
  ],
  "hobbies": [
    "Programming",
    "Gaming",
    "Music",
    "Music Production",
    "Piano",
    "Reading",
    "Culinary Arts",
    "Housekeeping"
  ],
  "games": [
    "The Legend of Zelda: Breath of the Wild",
    "The Legend of Zelda: Tears of the Kingdom",
    "Osu!",
    "Counter Strike 2",
    "Minecraft",
    "World Racing 2"
  ],
  "school": {
    "name": "Izmir University of Economics",
    "department": "Mechatronics Engineering"
  },
  "computers": [
    {
      "name": "HP Victus 16",
      "cpu": "Intel Core i7-12700H",
      "gpu": "Nvidia GeForce RTX 3060 Mobile (100 Watt)",
      "ram": "32 GB",
      "storage": "2 TB SSD",
      "os": "Arch Linux"
    },
    {
      "name": "Macbook Air",
      "cpu": "Apple Silicon M2",
      "gpu": "M2 8-core GPU",
      "ram": "16 GB",
      "storage": "256 GB SSD",
      "os": "macOS"
    }
  ],
  "technologies": {
    "langs": [
      "Javascript",
      "Typescript",
      "Java",
      "C#",
      "C++",
      "HTML",
      "CSS",
      "Python",
      "Go",
      "Dart"
    ],
    "frameworks": [
      "Svelte",
      "React",
      "Express",
      "Flutter"
    ],
    "environments": [
      "Node.js",
      "Deno",
      "Bun",
      "Docker"
    ],
    "tools": [
      "Git",
      "GitHub",
      "GitLab",
      "QEMU/KVM",
      "VirtualBox",
      "Recaf",
      "IDA Pro",
      "Unity",
      "Android Studio"
    ]
  },
  "music": {
    "genres": {
      "edm": [
        "Dubstep",
        "Drum & Bass",
        "Colour Bass",
        "Future Riddim",
        "Glitch Hop",
        "House",
        "Lo-fi",
        "Synthwave"
      ],
      "other": [
        "Jazz",
        "Classical",
        "Bossa Nova",
        "Ambient",
        "Shoegaze",
        "Post-rock",
        "80's Japanese City Pop"
      ]
    },
    "production": {
      "daws": [
        "Bitwig Studio",
        "Ableton Live",
        "FL Studio"
      ],
      "synths": [
        "Serum",
        "Vital"
      ],
      "plugins": [
        "OTT",
        "Disperser",
        "Saturation Knob",
        "ValhallaRoom",
        "Graillon 3",
        "Pro Q4",
        "Pro L2",
        "Swiss Army Meter"
      ]
    }
  },
  "philosophy": [
    "Solipsism",
    "Agnosticism",
    "Absurdism",
    "Phenomenology",
    "Pragmatism",
    "Minimalism"
  ],
  "fav_books": [
    "The Little Prince",
    "Crime and Punishment",
    "Poor Folk"
  ],
  "food": [
    "Kebab",
    "Pizza",
    "Pasta",
    "Burger",
    "Onion Rings"
  ],
  "beverages": [
    "Water",
    "Orange Juice",
    "Milk",
    "Ayran",
    "Schweppes"
  ]
}