Skip to content
View arkeasz's full-sized avatar

Organizations

@zix-rs @fak-rs

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 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
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. remof remof Public

    my own rm command

    C 1

  3. books books Public

    PDF Collection 📚

    Markdown 2

  4. bingou bingou Public

    bingo bango

    JavaScript 1

  5. argham argham Public

    Mathematical expression parser and evaluator library for Fortran

    Fortran

  6. arkeasz.github.io arkeasz.github.io Public

    its me arki

    Astro