Skip to content
View KSChervenkov19's full-sized avatar
💭
Hello, World!
💭
Hello, World!
  • Bulgaria
Block or Report

Block or report KSChervenkov19

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
KSChervenkov19/README.md

const user = {
  user_name: "Kalin Chervenkov",
  my_age_no: 17,
  fav_theme: [ "dark", "radical", "high-contrast"],
  fav_color: #30fff5,
  
  myhobbies: [ "Programming", "Hiking", "Cycling", "Playing Tennis", "Gaining Knowledge", ],
  knowledge: [ "∞", ],
  languages: [ "JavaScript", "C++", "SASS/CSS", "HTML", "SQL", ],
  myeditors: [ "VS Code", "VIM", "neovim", "VS", "repl.it", ],
  
  learnNewLanguage: function () {
    console.log("Ruby, Python, Java")
  },
  
  learnNewLibraries: function () {
    console.log("React Native, WA")
  },
  
  Eating: function (food) {
    const good = [ "Pizza", "Pasta", "Potatoes", "Banitsa", "Vegetables", ]
    const acceptable = JSON.parse(fs.readFileSync("acceptableFoods.json"))
    
    if (good.includes(food)) {
      console.log("Chomp Chomp Gulp... Yum!")
    } else if (acceptable.includes(food)) {
      console.log("Chew Chew Gulp.")
    } else {
      console.log("No, thanks. :/")
    }
  },
}

🥇 Stats:

🔥 Activity:

Skills & Tools:


Pinned Loading

  1. pozharliev/maze-project-2021 pozharliev/maze-project-2021 Public

    Project about a game for the Babylon tower. Powered by olcPixelGameEngine.

    C++ 13 1

  2. RVVelichkova18/team-atlantis-project-aqua RVVelichkova18/team-atlantis-project-aqua Public

    HTML 4

  3. DTBodurov19/Flare DTBodurov19/Flare Public

    Our website.

    JavaScript 3

  4. history-project-2022 history-project-2022 Public

    Cisco-style command line interface about Bulgaria's most significant battles

    C++ 5

  5. ThreeJS-personal-project ThreeJS-personal-project Public

    Repository for learning and deploying three.JS

    JavaScript

  6. snkolev18/ChillinProgrammers-Webiste snkolev18/ChillinProgrammers-Webiste Public

    Website for PGKPI

    HTML