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.

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
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: "πŸ§‘β€πŸŽ“ Grade 12 "
    }
  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", 
    "Node.js", "Deno"
  ],

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

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

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

  game_engine: [
    "Godot", "Unity"
  ]
}

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 2

  2. CCNIX CCNIX Public

    My NixOS configuration with Niri and DMS

    Nix 2

  3. cSSG cSSG Public

    cSSG is a Static Site Generator that is not user-friendly or developer-friendly. Can this be called an SSG? I don't know. [Documentation not yet available]

    TypeScript 3

  4. cRGit cRGit Public

    Gat Git Gut

    Ruby 4