Skip to content
View arkeasz's full-sized avatar
๐Ÿ’ญ
i love dua lipa
๐Ÿ’ญ
i love dua lipa

Organizations

@zix-rs @Atypiqal

Block or report arkeasz

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

Hi there, I'm Arki ๐Ÿ‘‹

struct Profile {
  name: &'static str,
  pronouns: [&'static str; 2],
  skills: Skills
}

#[derive(Debug)]
struct Skills {
  backend: [&'static str; 4],
  frontend: [&'static str; 4],
  database: [&'static str; 3],
  cloud: [&'static str; 4],
  architecture: [&'static str; 3],
}

const ARKI: Profile = Profile {
  name: "Arki",
  pronouns: ["He", "Him"],
  skills: Skills {
      backend: ["Ruby", "Node.js", "Go", "Rust"],
      frontend: ["HTML", "JavaScript", "Vue", "CSS"],
      database: ["PostgreSQL", "MySQL", "MongoDB"],
      cloud: ["Heroku"],
  }
};

fn main() {
  println!("Meet {}: \n {:#?}", ARKI.name, ARKI.skills);
}

Pinned Loading

  1. zix-rs/zix zix-rs/zix Public

    An alternative to ls

    Rust 10

  2. bingou bingou Public

    bingo bango

    JavaScript 1

  3. remof remof Public

    my own rm command

    C 1

  4. books books Public

    PDF Collection ๐Ÿ“š

    Markdown 2

  5. AoC2025 AoC2025 Public

    Advent of Code 2025

    JavaScript 1

  6. mano mano Public

    a web made in rust with fortran functions

    Fortran