Skip to content
View adityakurnias's full-sized avatar
🎧
What's happening?
🎧
What's happening?

Organizations

@SynchronizesTeams @DevacctoRPL @KicauOrgspark

Block or report adityakurnias

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
adityakurnias/README.md

Hi πŸ‘‹! My name is Aditya, I'm a Web Developer and Game Developer, from Indonesia.


About Me

class Developer
  def initialize
    @name = "πŸ§‘β€πŸ’» Aditya Kurnia Saputra"
    @location = "πŸ“ Indonesia"
    @occupation = "πŸ’» Web Developer"
    @interests = ["Frontend Development", "Backend Development", "Game Development", "Linux", "OSS"]
    @education = {
      major: "Software Engineering",
      school: "🏫 SMK Plus Pelita Nusantara",
      status: "πŸ§‘β€πŸŽ“ Graduated "
    }
  end

  def introduce
    puts "Hello there! πŸ‘‹"
    puts "I'm #{@name}, a #{@occupation} from #{@location}."
    puts "I love #{@interests.join(', ')}."
  end
end

kurnias = Developer.new
kurnias.introduce

tech = {
  frontend: [
    "HTML5", "CSS3",
    "Tailwind CSS", "Bootstrap",
    "Vue.js", "Nuxt", "React"
  ],

  backend: [
    "PHP", "Laravel", 
    "Hono"
  ],

  database: [
    "MySQL", "SQLite"
  ],

  languages: [
    "Ruby", "GDScript",
    "JavaScript", "TypeScript"
  ],

  tools: [
    "VS Code", "Zed", "Figma",
    "Linux", "Git", "GitHub",
    "Composer", "NPM", "PNPM", 
    "Bun", "Vite"
  ],

  game_engine: [
    "Godot"
  ],
}

tech.each do |category, items|
  puts "#{category.to_s.capitalize}: #{items.join(', ')}"
end

stats graph streak graph languages graph trophy graph activity-graph graph


Pinned Loading

  1. card card Public

    CSS 3

  2. Portofolio Portofolio Public

    Portofolio

    Vue 1

  3. CCNIX CCNIX Public

    My NixOS configuration with Niri and Noctalia Shell

    Nix 4