Skip to content
View Novattz's full-sized avatar
πŸ’­
I may be slow to respond.
πŸ’­
I may be slow to respond.
  • Norway
  • 00:48 (UTC +01:00)

Block or report Novattz

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

Hi πŸ‘‹, I'm Tickbase

Discord GitHub

Profile Views GitHub Followers GitHub Stars
struct Developer {
    name: String,
    location: String,
    current_focus: Vec<String>,
    learning: Vec<String>,
}

let tickbase = Developer {
    name: "Tickbase".to_string(),
    location: "Earth 🌍".to_string(),
    current_focus: vec![
        "System Programming".to_string(),
        "Open Source".to_string()
    ],
    learning: vec![
        "Rust πŸ¦€".to_string(),
    ],
};

πŸ“Š GitHub Analytics

πŸ› οΈ Tech Arsenal

πŸ’» Programming Languages

Rust C++ Python Lua TypeScript JavaScript

🌟 Featured Projects

πŸ’­ Dev Quote of the Day


Pinned Loading

  1. Novattz Novattz Public

    2

  2. creamlinux-installer creamlinux-installer Public

    DLC Fetcher and installer for linux

    TypeScript 223 11