Skip to content
View ph0tc's full-sized avatar

Block or report ph0tc

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
ph0tc/README.md
/* * ph0tc - System Architect & Cloud Specialist
 * "Code is the modern dialectic!"
 */

struct ph0tc {
    core_focus: &'static str,
    projects: Vec<&'static str>,
    certifications: Vec<&'static str>,
}

impl ph0tc {
    fn status() {
        println!("High-performance systems & intelligent automation.");
    }
}

fn main() {
    let dev = ph0tc {
        core_focus: "Cloud Infrastructure & GPU Computing",
        projects: vec!["Cavz.", "Norl!"],
        certifications: vec![
            "Microsoft: Azure AI Engineer Associate (AI-102)",
            "Microsoft: Azure Fundamentals (AZ-900)",
            "NVIDIA: Fundamentals of Accelerated Data Science",
            "NVIDIA: Accelerating Data Engineering Pipelines",
            "Cloudflare: Application Security",
            "Cloudflare: Workers & Pages Developer",
        ],
    };

    ph0tc::status();
}

Popular repositories Loading

  1. pl-invoice-helper pl-invoice-helper Public

    Type-safe financial engine for Polish invoices. Handles precise net/gross/VAT calculations, KSeF schemas, and NBP currency rates with zero floating-point errors.

    TypeScript 2

  2. ph0tc ph0tc Public

  3. pl-declension pl-declension Public

    Zero-dependency utility for Polish noun declension. Provides simple pluralization rules for i18n and dynamic UI strings.

    JavaScript