Skip to content
View hcox-dev's full-sized avatar

Block or report hcox-dev

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
hcox-dev/README.md

Hayden Cox | Software Engineer

Building secure, scalable solutions with modern technologies.

Tech Stack

Core Languages & Frameworks

struct Technologies {
    frontend: Vec<&'static str>,
    backend: Vec<&'static str>,
    tools: Vec<&'static str>,
}

fn main() {
    let tech = Technologies {
        frontend: vec!["React", "TypeScript", "Next.js"],
        backend: vec!["Go", "Rust"],
        tools: vec!["Git", "Docker", "AWS"],
    };
}

Focus Areas

  • Full-Stack Development
  • Application Security
  • Open Source Software
  • Systems Architecture

Current Work

  • Developing secure web applications
  • Contributing to open-source projects
  • Exploring systems programming in Rust
  • Researching cybersecurity practices

Open Source

I believe in the power of open source software and actively contribute to projects that align with my interests in security and web development.

Interests

Beyond code, I'm passionate about:

  • Gaming & Game Development
  • Anime & Movies
  • Technology Innovation
  • Continuous Learning
Last updated: 2025-07-21

Pinned Loading

  1. terminal-notes terminal-notes Public

    A feature-rich, keyboard-driven, markdown-compatible note-taking app that runs entirely in your terminal. Built with `curses` and `rich` for a clean and efficient terminal UI.

    Python